aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/finisher.rb
Commit message (Expand)AuthorAgeFilesLines
* /rails/info/routes path shows routing informationschneems2012-05-241-0/+2
* Allow configuring a different queue consumerCarlos Antonio da Silva2012-05-041-2/+2
* Use Rails::Queueing::Queue instead of Queue so people can build their own con...José Valim2012-04-281-1/+1
* Initial queue implementationYehuda Katz2012-04-261-0/+7
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Fix `$rails_rake_task` global variable warning without replacing the value of...Jonathan Viney2012-01-221-2/+1
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-1/+1
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-4/+3
* Clean up FileUpdateChecker API.José Valim2011-12-131-1/+1
* Move hooks back to initializers (we need an API that allows hooks to be repla...José Valim2011-12-131-4/+21
* Revert "Provide a unique point for running initializers."José Valim2011-12-131-4/+0
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-7/+7
* Give hooks the flexibility to choose the type of callback.José Valim2011-12-121-6/+4
* Provide a unique point for running initializers.José Valim2011-12-121-0/+4
* Improve docs for Rails::Application and add routes_reloader_hook and app_relo...José Valim2011-12-121-14/+22
* global variable `$rails_rake_task' not initialized Warning removedArun Agrawal2011-11-281-0/+1
* Explicitly define main_app proxyPiotr Sarnacki2011-04-251-0/+4
* Move app initializers to sprockets railtie.José Valim2011-04-171-16/+2
* Booya, sprockets now works from Engines.José Valim2011-04-151-6/+1
* Index sprockets environment if perform caching is enabledJoshua Peek2011-04-121-0/+6
* Unify sprockets config optionsJoshua Peek2011-03-301-3/+4
* Rename option to config.asset_pipelineJoshua Peek2011-03-291-1/+7
* Move sprockets initializers back to applicationJoshua Peek2011-03-291-0/+8
* Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-2/+6
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-1/+1
* Update Rails' built in routes to use RouteSet#appendCarl Lerche2010-09-171-1/+3
* Ensure routes are loaded only after the initialization process finishes, ensu...José Valim2010-09-021-0/+7
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-5/+5
* Alias app to build_middleware_stack for clarity.José Valim2010-06-211-1/+1
* Add lib to load paths when application is inherited to be able to load lib co...José Valim2010-06-021-1/+1
* 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-151-4/+2
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-0/+4
* Move railties/builtin into libJoshua Peek2010-03-201-2/+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
* 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-281-2/+2
* Ensure all initializers are collections.José Valim2010-01-261-8/+8
* 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-241-1/+1
* Solve some pendencies.José Valim2010-01-241-1/+1
* First steps into making Plugin < Engine.José Valim2010-01-231-0/+12
* Break application.rb file in smaller chunks.José Valim2010-01-231-0/+31