Ruby on Rails/ActionController
Appearance
ActionController - The Controller
[edit | edit source]- Deal with different actions and see how URL can be translated to actions
- Learn how the user given data can be processed
- Manage sessions to store infos
- Handle cookies the "Rails way"