| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |