aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+9
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-9/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+9
* Move AD::Cascade to the bottom of the middleware stack.José Valim2010-05-161-2/+2
* Expose remaining hooks to minimize the need for a Railtie based on feedback f...José Valim2010-05-161-0/+1
* Ensure that eager_load actually takes place just after the middleware stack i...José Valim2010-05-151-2/+8
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-153-9/+7
* Add missing deprecation requiresJeremy Kemper2010-04-291-0/+1
* ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-291-1/+1
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-292-9/+11
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-2/+2
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-1/+1
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-1/+1
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-7/+15
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-052-2/+7
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-1/+1
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+53
* Move railties/builtin into libJoshua Peek2010-03-202-4/+4
* Move middlewares to the Application level. If you want to modify the middlewa...Carlhuda2010-03-081-0/+4
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+1
* Have log subscribers subscribe to the actual events, so the subscriber doesn'...Carlhuda2010-03-021-2/+11
* Moved initializers for ActionMailer and ActionController into their own railtiesCarlhuda2010-03-021-14/+2
* Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-7/+4
* Ensure config.after_initializer is executed before building the middleware st...José Valim2010-02-181-4/+6
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-4/+4
* require Strings, not SymbolsYehuda Katz2010-02-141-1/+1
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-2/+4
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-5/+4
* Add config.to_prepare back and add tests for it.José Valim2010-01-281-1/+7
* Refactor MetalLoader and RoutesReloader to rely less on class configuration.José Valim2010-01-283-28/+29
* Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...José Valim2010-01-261-0/+46
* Add tests for explicit engines.José Valim2010-01-261-0/+19
* Ensure all initializers are collections.José Valim2010-01-262-29/+29
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-0/+4
* Fix a couple failures on 1.9.1.José Valim2010-01-241-1/+1
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-242-8/+8
* Ensure environment config has higher priority than application ones.José Valim2010-01-241-0/+4
* Solve some pendencies.José Valim2010-01-243-9/+8
* Move configuration to subfolders.José Valim2010-01-231-0/+85
* First steps into making Plugin < Engine.José Valim2010-01-231-0/+12
* Extract Railtie load from application.José Valim2010-01-232-5/+40
* Break application.rb file in smaller chunks.José Valim2010-01-232-0/+108
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-0/+46