Ruby on Rails/ActionController

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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"