aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/railtie
Commit message (Expand)AuthorAgeFilesLines
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-69/+8
* Move middlewares to the Application level. If you want to modify the middlewa...Carlhuda2010-03-081-4/+0
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+32
* Move session and session_store onto ActionDispatch and add deprecation warningsCarlhuda2010-03-041-2/+2
* No need for a module if it's only being included once into an empty class.Carl Lerche2010-03-041-1/+91
* Move configuration to subfolders.José Valim2010-01-232-1/+10
* Create configurable modules and ensure that they are added only on direct chi...José Valim2010-01-231-0/+23