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
/
bootstrap.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Use the config value directly when call `secrets`
yuuji.yaginuma
2017-04-16
1
-1
/
+0
*
Revert "Revert "Add encrypted secrets""
Kasper Timm Hansen
2017-02-23
1
-0
/
+6
*
Revert "Add encrypted secrets" (#28127)
David Heinemeier Hansson
2017-02-23
1
-6
/
+0
*
Add encrypted secrets (#28038)
Kasper Timm Hansen
2017-02-23
1
-0
/
+6
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-2
/
+2
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
revises fileutils dependencies in railties
Xavier Noria
2016-04-11
1
-3
/
+4
*
Revert "removing Rack::Runtime from the default stack."
Aaron Patterson
2015-10-03
1
-1
/
+1
*
removing Rack::Runtime from the default stack.
Aaron Patterson
2015-10-02
1
-1
/
+1
*
Fix deprecation warning in tests
eileencodes
2015-08-08
1
-1
/
+1
*
Remove deprecation warning when log_level is not explicit set on production
Rafael Mendonça França
2015-01-04
1
-13
/
+0
*
Fix typo.
Guo Xiang Tan
2014-11-17
1
-1
/
+1
*
Deprecate different default for `log_level` in production
Godfrey Chan
2014-11-17
1
-0
/
+13
*
world writable might be a bit too open...
Peter Schröder
2014-09-05
1
-1
/
+2
*
Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."
Guillermo Iguaran
2014-02-21
1
-5
/
+1
*
Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.
Yves Senn
2014-01-13
1
-1
/
+5
*
Rails.logger should have level specified by config.log_level.
Max Shytikov
2013-07-30
1
-1
/
+2
*
Revert "make new rails apps log to STDOUT"
Steve Klabnik
2013-03-15
1
-1
/
+5
*
make new rails apps log to STDOUT
Terence Lee
2013-03-15
1
-5
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-7
/
+7
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-8
/
+1
*
Allow users to choose when to eager_load the application or not.
José Valim
2012-08-21
1
-1
/
+14
*
Move AS set configs to AS Raitie
Santiago Pastorino
2012-05-12
1
-11
/
+1
*
Update railties/lib/rails/application/bootstrap.rb
Egor Homakov
2012-05-11
1
-1
/
+11
*
use AS::Logger so we are consistent
Aaron Patterson
2012-03-12
1
-1
/
+1
*
allow people to specify custom formatters, use the default formatter in produ...
Aaron Patterson
2012-03-12
1
-3
/
+3
*
Make log autoflushing configurable
Felix Bünemann
2012-02-23
1
-1
/
+1
*
always flush all logs. fixes #4277
Aaron Patterson
2012-02-07
1
-1
/
+1
*
Deprecate RAILS_CACHE constant.
kennyj
2012-01-18
1
-4
/
+4
*
do not rewrite log during application bootstrap
Sergey Nartimov
2012-01-03
1
-1
/
+1
*
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
Aaron Patterson
2011-12-19
1
-4
/
+4
*
Improve docs for Rails::Application and add routes_reloader_hook and app_relo...
José Valim
2011-12-12
1
-7
/
+0
*
* ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch
Aaron Patterson
2011-12-09
1
-3
/
+11
*
Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...
David Heinemeier Hansson
2011-10-19
1
-2
/
+2
*
`rake assets:precompile` loads the application but does not initialize it.
José Valim
2011-09-24
1
-8
/
+8
*
dealing with some -w warnings on startup
Aaron Patterson
2011-08-24
1
-1
/
+1
*
ADdd missing requires (thanks to @arunagw)
José Valim
2011-05-07
1
-1
/
+1
*
Always flush logger at exit
Jason Rudolph
2011-05-06
1
-0
/
+1
*
Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved]
John Firebaugh
2010-12-20
1
-5
/
+3
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-1
/
+1
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
1
-5
/
+2
*
Clear DescendantsTracker on each request.
José Valim
2010-06-19
1
-0
/
+2
*
Remove the laziness from the middleware stack.
José Valim
2010-05-29
1
-1
/
+1
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-4
/
+4
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-1
/
+2
*
Moved initializers for ActionMailer and ActionController into their own railties
Carlhuda
2010-03-02
1
-14
/
+2
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-4
/
+4
[next]