aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Turn on performance based copsDillon Welch2018-07-231-7/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* applies new string literal convention in railties/libXavier Noria2016-08-061-5/+5
* Engines get different middleware than appsAaron Patterson2015-09-291-3/+16
* Add api_only option to GeneratorsSantiago Pastorino2015-06-111-1/+2
* Do not mutate the operations arrayRafael Mendonça França2015-02-191-1/+1
* Allow Rack::Runtime to be deleted from middleware stack.Guo Xiang Tan2015-02-191-2/+4
* Replace ActionDispatch::Head with Rack::Head.yui-knk2014-11-241-2/+2
* Expose MiddlewareStack#unshift to environment configuration.Ben Pickles2013-10-091-0/+4
* Removed unused deprecation requires.Paul Nikitochkin2013-07-031-1/+0
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-2/+2
* using __method__ for the command method callsAaron Patterson2012-05-211-5/+5
* Remove obsolete deep_dup requiresPiotr Sarnacki2012-05-061-2/+0
* Nice logic for deep_dup in railsAlexey Gaziev2012-05-061-0/+2
* Use <tt>Foo::Bar</tt> instead of +Foo::Bar+Mark Rushakof2012-04-271-1/+1
* Remove remaining http_only? calls.José Valim2012-03-141-10/+0
* Remove --http.José Valim2012-03-141-20/+0
* Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-141-1/+0
* Refactor http_only, remove reader methodCarlos Antonio da Silva2012-03-141-14/+19
* Create generators http_only! setup and hide some common namespaces for nowCarlos Antonio da Silva2012-03-141-3/+11
* Change api_only to http_onlyCarlos Antonio da Silva2012-03-101-6/+6
* Add some docs for MiddlewareStackProxy methods and api_only!Carlos Antonio da Silva2012-03-101-2/+39
* Add config.middleware.api_only!Carlos Antonio da Silva and Santiago Pastorino2012-03-051-0/+8
* Update generator config to support hiding namespaces and pass the app into ge...wycats2011-05-241-0/+6
* Make deep copy of application generators on engine initialization.Piotr Sarnacki2010-11-021-0/+8
* Removed most of deprecated stuff from Application and EnginePiotr Sarnacki2010-09-031-81/+0
* Make config.generators accept string namespaces, you can do now config.genera...Santiago Pastorino2010-07-211-0/+1
* We are doing the same in this conditionsSantiago Pastorino2010-07-211-3/+1
* Add delete to middleware stack proxy.José Valim2010-06-071-0/+4
* Move AD::Cascade to the bottom of the middleware stack.José Valim2010-05-161-0/+31
* Add missing deprecation requiresJeremy Kemper2010-04-291-0/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-0/+12
* No need for a module if it's only being included once into an empty class.Carl Lerche2010-03-041-94/+0
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-031-1/+1
* Move remote_ip to a middleware:Carlhuda2010-03-031-2/+3
* Don't rely on Rails.application global state in ConfigCarlhuda2010-03-031-6/+10
* Fix unstated usage of Action DispatchJeremy Kemper2010-03-011-16/+21
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-0/+1
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-1/+2
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-2/+2
* Add config.generators.fallbacks.José Valim2010-02-011-1/+2
* Improve railtie deprecation messages.José Valim2010-01-301-10/+10
* Add config.to_prepare back and add tests for it.José Valim2010-01-281-0/+8
* Refactor MetalLoader and RoutesReloader to rely less on class configuration.José Valim2010-01-281-1/+1
* Fix the test_framework generator testsCarl Lerche2010-01-281-0/+2
* Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...José Valim2010-01-261-1/+1
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-1/+1