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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
1
-1
/
+1
|
\
|
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
*
|
only construct one request in an engine
Aaron Patterson
2015-09-30
1
-9
/
+7
*
|
Engines get different middleware than apps
Aaron Patterson
2015-09-29
1
-0
/
+6
|
/
*
[ci skip] Remove comments about Rails 3.1
claudiob
2015-05-11
1
-2
/
+1
*
Require yaml before trying to rescue its exception class
Rafael Mendonça França
2015-04-22
1
-1
/
+1
*
Error message no longer tells you to set the (deprecated) secret_token.
Dan
2015-04-12
1
-1
/
+1
*
Remove `#build_original_fullpath` method
eileencodes
2015-03-20
1
-5
/
+0
*
Use fullpath from Rack request rather than building it
eileencodes
2015-03-20
1
-11
/
+5
*
Some documentation edits [ci skip]
Robin Dupret
2015-03-05
1
-3
/
+3
*
Fix typo in Rails::Application#migration_railties
RobertZK
2015-02-10
1
-2
/
+2
*
Remove Psych hack for Ruby 1.9
claudiob
2015-01-04
1
-10
/
+1
*
Rails::Application#secrets should be documented.
Guo Xiang Tan
2014-12-24
1
-1
/
+15
*
No need to sync config.secret_token and secrets.secret_token
Rafael Mendonça França
2014-11-10
1
-7
/
+2
*
Merge pull request #16535 from bf4/patch-1
Rafael Mendonça França
2014-11-10
1
-4
/
+16
|
\
|
*
`secret_token` is now saved in `Rails.application.secrets.secret_token`
Benjamin Fleischer
2014-11-02
1
-4
/
+16
*
|
add lib to $LOAD_PATH on application inhertence. fixes #17106
Aaron Patterson
2014-11-04
1
-5
/
+8
|
/
*
Standardize on `Rails.application` [ci skip]
Tamir Duberstein
2014-09-19
1
-1
/
+1
*
Dont mess with default order engines load
Washington Luiz
2014-09-02
1
-8
/
+9
*
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
1
-1
/
+2
*
add a new constructor that runs load hooks
Aaron Patterson
2014-08-07
1
-0
/
+4
*
defer running after_config hooks until after the object is allocated
Aaron Patterson
2014-08-07
1
-7
/
+22
*
lazily instantiate application subclasses
Aaron Patterson
2014-08-06
1
-3
/
+1
*
Add Rails::Application#config_for
Rafael Mendonça França
2014-07-15
1
-0
/
+32
*
rake railties:install:migrations respects the order of railties
Arun Agrawal
2014-05-27
1
-0
/
+9
*
Make console and generators blocks works at Application instance level
Rafael Mendonça França
2014-04-14
1
-0
/
+12
*
Rails.application should be set inside before_configuration hook
Rafael Mendonça França
2014-04-07
1
-1
/
+3
*
Remove useless begin..end
Carlos Antonio da Silva
2014-04-07
1
-2
/
+1
*
Ensure we supply Kernel#y for 1.9 too
Matthew Draper
2014-04-04
1
-0
/
+19
*
Merge pull request #13945 from rails/json_cookie_serializer_improvements
Guillermo Iguaran
2014-02-13
1
-1
/
+1
|
\
|
*
Renamed session_serializer option to cookies_serializer
Godfrey Chan
2014-02-11
1
-1
/
+1
*
|
do not crash when `config/secrets.yml` is blank.
Yves Senn
2014-02-12
1
-1
/
+2
|
/
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
1
-1
/
+2
*
Better missing `secret_key_base` error message
schneems
2013-12-24
1
-1
/
+1
*
Make possible to use symbol as the verifier name
Rafael Mendonça França
2013-12-19
1
-1
/
+1
*
Change the message verifier argument to verifier_name
Rafael Mendonça França
2013-12-19
1
-6
/
+6
*
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
-6
/
+28
*
Make salt argument required for message verifier
Rafael Mendonça França
2013-12-04
1
-6
/
+6
*
Fix typos
Rafael Mendonça França
2013-12-04
1
-2
/
+2
*
No need to configure salts
Rafael Mendonça França
2013-12-04
1
-8
/
+4
*
Make possibile to get different message verifiers
Rafael Mendonça França
2013-12-04
1
-9
/
+18
*
Add missing require
Rafael Mendonça França
2013-12-04
1
-0
/
+1
*
Rename verifier to message_verifier
Rafael Mendonça França
2013-12-04
1
-4
/
+4
*
Add documentation and CHANGELOG entry to Application#verifier
Rafael Mendonça França
2013-12-04
1
-0
/
+9
*
Add application verifier
Rafael Mendonça França
2013-12-04
1
-0
/
+12
*
clean up some warnings on trunk ruby
Aaron Patterson
2013-10-31
1
-1
/
+1
*
This is not needed anymore, before_initialize block can access config
Santiago Pastorino
2013-07-14
1
-1
/
+0
*
#11381: Ignore config.eager_load=true for rake
Paul Nikitochkin
2013-07-10
1
-1
/
+2
*
Allowing multiple rails applications in the same ruby instance.
wangjohn
2013-06-30
1
-7
/
+78
[next]