aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/finisher.rb
Commit message (Expand)AuthorAgeFilesLines
* Only execute route updater once on app bootJonathan Boler2018-06-191-1/+1
* Clarify that config.eager_load controls eager loading [ci skip]Eugene Kenny2017-12-301-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fully initialize routes before the first request is handledJean Boussier2017-01-181-0/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies new string literal convention in railties/libXavier Noria2016-08-061-5/+5
* Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-171-0/+8
* Add option to enable dependency loading in productionRafael Mendonça França2016-06-221-1/+1
* Fix rails/info routes for apps with globbing routeNicholas Firth-McCoy2016-06-201-1/+4
* `behaviour` --> `behavior`Jon Moss2016-05-271-1/+1
* Directly support stateful executor hooksMatthew Draper2016-04-051-13/+26
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-13/+60
* Add `internal` attribute to routesJon Moss2016-02-221-4/+4
* Always obtain the lock and do the unloadMatthew Draper2016-02-021-1/+1
* We need stricter locking before we can unloadMatthew Draper2015-07-201-1/+1
* Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-091-2/+4
* Revert "Don't unhook autoloading in production"Aaron Patterson2015-02-161-0/+7
* Add configuration to enable mail previewsLeonard Garvey2014-07-011-2/+0
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+2
* Revert "Match Dev/Prod parity for Index Page"Piotr Sarnacki2013-07-221-3/+1
* Match Dev/Prod parity for Index Pageschneems2013-07-201-1/+3
* clearing autoloaded constants triggers routes reloading [Fixes #10685]Xavier Noria2013-06-061-8/+27
* Don't unhook autoloading in productionAndrew White2013-02-191-7/+0
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-9/+0
* Use Rails to Render Default Index Pageschneems2012-12-101-0/+1
* Job consumer logs to Rails.logger by defaultJeremy Kemper2012-10-261-0/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-2/+2
* Test that a Rails.queue consumer is automatically started in productionJeremy Kemper2012-10-131-1/+2
* Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-2/+2
* Fix build for Queue.Arun Agrawal2012-09-171-1/+1
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-2/+2
* Fix failure on middleware/exceptions_testJosé Valim2012-08-231-1/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-1/+1
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-2/+2
* /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