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
/
configuration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated `serve_static_assets` configuration
Rafael Mendonça França
2015-01-04
1
-21
/
+0
*
Remove deprecation warning when log_level is not explicit set on production
Rafael Mendonça França
2015-01-04
1
-10
/
+1
*
Merge pull request #18100 from chancancode/serve_static_files
Godfrey Chan
2014-12-19
1
-2
/
+23
*
Deprecate different default for `log_level` in production
Godfrey Chan
2014-11-17
1
-2
/
+11
*
Revert "Merge pull request #16622 from matthewd/default-debug"
Godfrey Chan
2014-11-17
1
-1
/
+1
*
Tell the user which file is missing when config/database.yml was not found
Akira Matsuda
2014-09-10
1
-3
/
+4
*
Don't fight against ourselves for the default log level
Matthew Draper
2014-08-22
1
-1
/
+1
*
Fix setting simple values to the new config.x
Carlos Antonio da Silva
2014-08-19
1
-4
/
+10
*
Revert "Improve custom configuration"
Rafael Mendonça França
2014-08-19
1
-1
/
+13
*
Improve custom configuration
Rafael Mendonça França
2014-08-19
1
-13
/
+1
*
Pull in the custom configuration concept from dhh/custom_configuration
David Heinemeier Hansson
2014-08-03
1
-1
/
+13
*
Use Rails::Paths::Path#existent in database_configuration
Pier-Olivier Thibault
2014-05-07
1
-1
/
+1
*
Require yaml explicitly
Adrià Planas
2014-03-29
1
-0
/
+1
*
Add config.annotations, in order to register new extensions for Rake notes at...
robertomiranda
2014-03-16
1
-0
/
+4
*
Enhance errors while retrieving database config
schneems
2014-01-29
1
-0
/
+2
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-5
/
+11
*
Rename tokens.yml to secrets.yml
Guillermo Iguaran
2013-12-12
1
-1
/
+1
*
Load secret_key_base from tokens.yml, fallback to config.secret_key_base
Guillermo Iguaran
2013-12-12
1
-0
/
+1
*
clean up some warnings on trunk ruby
Aaron Patterson
2013-10-31
1
-1
/
+1
*
Removed deprecated threadsafe!
Paul Nikitochkin
2013-07-03
1
-10
/
+0
*
Remove deprecated `config.whiny_nils`
Vipul A M
2013-07-02
1
-3
/
+0
*
`initialize_on_precompile` is not used anymore.
Terence Lee
2013-06-13
1
-1
/
+0
*
Bring config.allow_concurrency back
José Valim
2013-03-03
1
-1
/
+2
*
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
1
-6
/
+7
*
Update railties/lib/rails/application/configuration.rb
iwiznia
2013-02-21
1
-3
/
+3
*
Update railties/lib/rails/application/configuration.rb
iwiznia
2013-02-21
1
-1
/
+1
*
standardize database_configuration to a hash
Terence Lee
2013-02-21
1
-2
/
+6
*
config.assets.enabled is now true by default
David Heinemeier Hansson
2013-01-05
1
-2
/
+2
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-4
/
+1
*
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
1
-1
/
+2
*
Better Error handling when parsing database.yaml
Gaurish Sharma
2012-11-20
1
-0
/
+4
*
Rename secret_token_key to secret_key_base
Santiago Pastorino
2012-11-03
1
-2
/
+2
*
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-6
/
+2
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-2
/
+8
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-3
/
+2
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-3
/
+4
*
Only compile non-js/css under app/assets by default
Joshua Peek
2012-10-16
1
-1
/
+1
*
Merge branch 'master' into asset-path-helper
Joshua Peek
2012-10-15
1
-5
/
+5
|
\
|
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-3
/
+3
|
*
Test that a Rails.queue consumer is automatically started in production
Jeremy Kemper
2012-10-13
1
-1
/
+1
|
*
Backpedal from class-oriented config.queue. Set an actual queue instance.
Jeremy Kemper
2012-10-12
1
-1
/
+1
*
|
Remove old asset_path from rails config
Joshua Peek
2012-10-15
1
-5
/
+1
|
/
*
Assets cache shouldn't be shared between different environments
Guillermo Iguaran
2012-09-28
1
-1
/
+1
*
Remove highly uncommon `config.assets.manifest` option for moving the manifes...
Guillermo Iguaran
2012-09-19
1
-1
/
+0
*
Date.beginning_of_week thread local and beginning_of_week application config ...
gregolsen
2012-09-18
1
-1
/
+2
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-2
/
+3
*
Action Mailer async flag is true by default using a Synchronous impl
Santiago Pastorino
2012-09-11
1
-1
/
+1
*
Raise more helpful error message on missing gem
Prem Sichanugrist
2012-08-24
1
-0
/
+7
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-2
/
+0
*
Deprecate config.threadsafe!
José Valim
2012-08-21
1
-4
/
+3
[next]