aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
* Move configuration to subfolders.José Valim2010-01-231-212/+80
* Plugin is now an Engine.José Valim2010-01-231-8/+7
* Extract Railtie load from application.José Valim2010-01-231-0/+2
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-4/+1
* Ensure user set load paths have higher preference and move Bootstrap inside A...José Valim2010-01-231-2/+1
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-159/+126
* Moved more configuration away from bootstrap.José Valim2010-01-221-3/+1
* Got tests working once again.José Valim2010-01-221-11/+17
* Add view paths to Engine setup.José Valim2010-01-221-20/+16
* Massive cleanup in Railties and load stack.José Valim2010-01-211-104/+129
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-5/+2
* Default to sync instrumentation.José Valim2010-01-211-6/+6
* Tidy up new filter_parameters implementation.José Valim2010-01-211-1/+1
* Add deprecation warning for calling filter_parameter_logging ActionController...Prem Sichanugrist2010-01-211-0/+4
* Add all folders in app/* to the load pathJoshua Peek2010-01-181-15/+3
* Move middleware builder back to Rails::Rack::Metal without losing the new beh...José Valim2010-01-171-0/+1
* Get rid of prepare_each_request, since now it's a middleware initialization p...José Valim2010-01-171-1/+1
* Add notifications to default middleware stack and update subscriber tests.José Valim2010-01-171-0/+1
* Cookies middlewareJoshua Peek2010-01-161-0/+1
* Move Flash into middlewareJoshua Peek2010-01-151-0/+1
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-1/+1
* Set up subscriber on initialization.José Valim2010-01-131-6/+9
* Revert "Add a generator_paths config option"José Valim2010-01-131-7/+5
* Get everyone running on Rails.env and fix the broken environment settings for...David Heinemeier Hansson2010-01-111-6/+6
* Add a generator_paths config optionYehuda Katz2010-01-091-5/+7
* Fix spacing on frameworks error messageJeffrey Hardy2010-01-061-2/+2
* Trash string coercion rack hacksJoshua Peek2010-01-041-1/+0
* Default middleware stack needs to be available at configuration timeJoshua Peek2010-01-041-3/+17
* Time zoning should be turned on by default with UTCDavid Heinemeier Hansson2010-01-031-0/+4
* Some railties cleanup:Carl Lerche2009-12-311-4/+4
* Raise a helpful error if config.frameworks is usedCarl Lerche2009-12-311-0/+7
* Fully remove config.frameworks in favor of requires in boot.rbCarl Lerche2009-12-311-20/+1
* Revert "Add config.action_controller.include behavior to plugins."Jeremy Kemper2009-12-301-19/+1
* Add config.action_controller.include behavior to plugins.José Valim2009-12-271-1/+19
* Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-11/+14
* Give the builtin controllers their own routes.rb now that the legacy catch-al...David Heinemeier Hansson2009-12-211-0/+4
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-15/+53
* Fix warnings in railties configuration and initializeableJoshua Peek2009-12-141-9/+13
* Update rails application root detection to take into consideration a callstac...Carlhuda2009-11-231-1/+1
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-30/+3
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-031-5/+9
* Duplicate AS code no longer neededYehuda Katz + Carl Lerche2009-10-271-3/+4
* Remove some remnants of config.gemCarl Lerche2009-10-171-20/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-23/+11
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-4/+4
* Configure Orchestra on initialization.José Valim2009-10-151-0/+8
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-47/+67
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-141-90/+83
* Create separate middleware stack for initializerJoshua Peek2009-09-261-3/+2