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 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
*
Removing a repetitive comment and removing a deprecation warning.
wangjohn
2013-06-17
1
-24
/
+7
*
Revert "Merge pull request #10961 from wangjohn/changing_rails_env_config"
Santiago Pastorino
2013-06-17
1
-7
/
+24
*
Merge pull request #10968 from wangjohn/refactoring_rails_application_class
Santiago Pastorino
2013-06-17
1
-95
/
+8
|
\
|
*
Creating a class to build the default middleware stack.
wangjohn
2013-06-16
1
-95
/
+8
*
|
Removing a repetitive comment and refactoring the Application class in
wangjohn
2013-06-16
1
-24
/
+7
|
/
*
`initialize_on_precompile` is not used anymore.
Terence Lee
2013-06-13
1
-3
/
+1
*
Fix generating route from engine to other engine
Piotr Sarnacki
2013-05-03
1
-0
/
+1
*
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
1
-1
/
+0
*
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-2
/
+2
*
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-6
/
+7
*
Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...
Trevor Turk
2013-03-24
1
-0
/
+1
*
Initialize @app_env_config now that the var name has changed
Carlos Antonio da Silva
2013-03-19
1
-1
/
+1
*
Use @app_env_config instead of @env_config
José Valim
2013-03-18
1
-1
/
+1
*
Renumbering the comments in the application boot process.
wangjohn
2013-03-09
1
-4
/
+4
*
Bring config.allow_concurrency back
José Valim
2013-03-03
1
-18
/
+40
*
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
1
-4
/
+0
*
Adding Back Rails::Engine::Railties#engines
Tim Raymond
2013-01-03
1
-5
/
+1
*
Improve secret_token deprecation message
Santiago Pastorino
2012-12-30
1
-3
/
+4
*
remove duplication from Rails::Application docs
Hrvoje Šimić
2012-12-24
1
-2
/
+0
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-8
/
+1
*
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
1
-0
/
+2
*
Add UpgradeSignatureToEncryptionCookieStore
Santiago Pastorino
2012-11-16
1
-0
/
+2
*
Rename secret_token_key to secret_key_base
Santiago Pastorino
2012-11-03
1
-6
/
+6
*
Cache generated keys per KeyGenerator instance using salt + key_size
Santiago Pastorino
2012-11-03
1
-5
/
+8
*
Allow users to change the default salt if they want, shouldn't be necessary
Santiago Pastorino
2012-11-03
1
-7
/
+15
*
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-2
/
+3
*
Warn config.derive_keys will be true by default in 4.1
Santiago Pastorino
2012-11-03
1
-9
/
+17
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-1
/
+8
*
Don't use action_controller.perform_caching to enable rack-rack.
Rafael Mendonça França
2012-10-18
1
-1
/
+1
[next]