aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/railtie
Commit message (Expand)AuthorAgeFilesLines
* Move AD::Cascade to the bottom of the middleware stack.José Valim2010-05-161-32/+1
* Expose remaining hooks to minimize the need for a Railtie based on feedback f...José Valim2010-05-161-0/+12
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-6/+42
* 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