index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
application
/
finisher.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only execute route updater once on app boot
Jonathan Boler
2018-06-19
1
-1
/
+1
*
Clarify that config.eager_load controls eager loading [ci skip]
Eugene Kenny
2017-12-30
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
1
-0
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
Setup default session store internally, no longer through an application init...
Prathamesh Sonpatki
2016-07-17
1
-0
/
+8
*
Add option to enable dependency loading in production
Rafael Mendonça França
2016-06-22
1
-1
/
+1
*
Fix rails/info routes for apps with globbing route
Nicholas Firth-McCoy
2016-06-20
1
-1
/
+4
*
`behaviour` --> `behavior`
Jon Moss
2016-05-27
1
-1
/
+1
*
Directly support stateful executor hooks
Matthew Draper
2016-04-05
1
-13
/
+26
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-13
/
+60
*
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-4
/
+4
*
Always obtain the lock and do the unload
Matthew Draper
2016-02-02
1
-1
/
+1
*
We need stricter locking before we can unload
Matthew Draper
2015-07-20
1
-1
/
+1
*
Rely on the load interlock for non-caching reloads, too
Matthew Draper
2015-07-09
1
-2
/
+4
*
Revert "Don't unhook autoloading in production"
Aaron Patterson
2015-02-16
1
-0
/
+7
*
Add configuration to enable mail previews
Leonard Garvey
2014-07-01
1
-2
/
+0
*
Add mailer previews feature based on mail_view gem
Andrew White
2013-12-17
1
-0
/
+2
*
Revert "Match Dev/Prod parity for Index Page"
Piotr Sarnacki
2013-07-22
1
-3
/
+1
*
Match Dev/Prod parity for Index Page
schneems
2013-07-20
1
-1
/
+3
*
clearing autoloaded constants triggers routes reloading [Fixes #10685]
Xavier Noria
2013-06-06
1
-8
/
+27
*
Don't unhook autoloading in production
Andrew White
2013-02-19
1
-7
/
+0
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-9
/
+0
*
Use Rails to Render Default Index Page
schneems
2012-12-10
1
-0
/
+1
*
Job consumer logs to Rails.logger by default
Jeremy Kemper
2012-10-26
1
-0
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-2
/
+2
*
Test that a Rails.queue consumer is automatically started in production
Jeremy Kemper
2012-10-13
1
-1
/
+2
*
Backpedal from class-oriented config.queue. Set an actual queue instance.
Jeremy Kemper
2012-10-12
1
-2
/
+2
*
Fix build for Queue.
Arun Agrawal
2012-09-17
1
-1
/
+1
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-2
/
+2
*
Fix failure on middleware/exceptions_test
José Valim
2012-08-23
1
-1
/
+1
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-1
/
+1
*
Allow users to choose when to eager_load the application or not.
José Valim
2012-08-21
1
-2
/
+2
*
/rails/info/routes path shows routing information
schneems
2012-05-24
1
-0
/
+2
*
Allow configuring a different queue consumer
Carlos Antonio da Silva
2012-05-04
1
-2
/
+2
*
Use Rails::Queueing::Queue instead of Queue so people can build their own con...
José Valim
2012-04-28
1
-1
/
+1
*
Initial queue implementation
Yehuda Katz
2012-04-26
1
-0
/
+7
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
Fix `$rails_rake_task` global variable warning without replacing the value of...
Jonathan Viney
2012-01-22
1
-2
/
+1
*
Clean up the cache before the request in case we are running in the reload_cl...
José Valim
2011-12-15
1
-1
/
+1
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-4
/
+3
*
Clean up FileUpdateChecker API.
José Valim
2011-12-13
1
-1
/
+1
*
Move hooks back to initializers (we need an API that allows hooks to be repla...
José Valim
2011-12-13
1
-4
/
+21
*
Revert "Provide a unique point for running initializers."
José Valim
2011-12-13
1
-4
/
+0
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-7
/
+7
*
Give hooks the flexibility to choose the type of callback.
José Valim
2011-12-12
1
-6
/
+4
*
Provide a unique point for running initializers.
José Valim
2011-12-12
1
-0
/
+4
[next]