aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Rails::Application#config_forRafael Mendonça França2014-07-151-0/+32
* rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-271-0/+9
* Make console and generators blocks works at Application instance levelRafael Mendonça França2014-04-141-0/+12
* Rails.application should be set inside before_configuration hookRafael Mendonça França2014-04-071-1/+3
* Remove useless begin..endCarlos Antonio da Silva2014-04-071-2/+1
* Ensure we supply Kernel#y for 1.9 tooMatthew Draper2014-04-041-0/+19
* Merge pull request #13945 from rails/json_cookie_serializer_improvementsGuillermo Iguaran2014-02-131-1/+1
|\
| * Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-1/+1
* | do not crash when `config/secrets.yml` is blank.Yves Senn2014-02-121-1/+2
|/
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-1/+2
* Better missing `secret_key_base` error messageschneems2013-12-241-1/+1
* Make possible to use symbol as the verifier nameRafael Mendonça França2013-12-191-1/+1
* Change the message verifier argument to verifier_nameRafael Mendonça França2013-12-191-6/+6
* Rename tokens.yml to secrets.ymlGuillermo Iguaran2013-12-121-1/+1
* Load secret_key_base from tokens.yml, fallback to config.secret_key_baseGuillermo Iguaran2013-12-121-6/+28
* Make salt argument required for message verifierRafael Mendonça França2013-12-041-6/+6
* Fix typosRafael Mendonça França2013-12-041-2/+2
* No need to configure saltsRafael Mendonça França2013-12-041-8/+4
* Make possibile to get different message verifiersRafael Mendonça França2013-12-041-9/+18
* Add missing requireRafael Mendonça França2013-12-041-0/+1
* Rename verifier to message_verifierRafael Mendonça França2013-12-041-4/+4
* Add documentation and CHANGELOG entry to Application#verifierRafael Mendonça França2013-12-041-0/+9
* Add application verifierRafael Mendonça França2013-12-041-0/+12
* clean up some warnings on trunk rubyAaron Patterson2013-10-311-1/+1
* This is not needed anymore, before_initialize block can access configSantiago Pastorino2013-07-141-1/+0
* #11381: Ignore config.eager_load=true for rakePaul Nikitochkin2013-07-101-1/+2
* Allowing multiple rails applications in the same ruby instance.wangjohn2013-06-301-7/+78
* Removing a repetitive comment and removing a deprecation warning.wangjohn2013-06-171-24/+7
* Revert "Merge pull request #10961 from wangjohn/changing_rails_env_config"Santiago Pastorino2013-06-171-7/+24
* Merge pull request #10968 from wangjohn/refactoring_rails_application_classSantiago Pastorino2013-06-171-95/+8
|\
| * Creating a class to build the default middleware stack.wangjohn2013-06-161-95/+8
* | Removing a repetitive comment and refactoring the Application class inwangjohn2013-06-161-24/+7
|/
* `initialize_on_precompile` is not used anymore.Terence Lee2013-06-131-3/+1
* Fix generating route from engine to other enginePiotr Sarnacki2013-05-031-0/+1
* Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-2/+2
* Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-6/+7
* Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...Trevor Turk2013-03-241-0/+1
* Initialize @app_env_config now that the var name has changedCarlos Antonio da Silva2013-03-191-1/+1
* Use @app_env_config instead of @env_configJosé Valim2013-03-181-1/+1
* Renumbering the comments in the application boot process.wangjohn2013-03-091-4/+4
* Bring config.allow_concurrency backJosé Valim2013-03-031-18/+40
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-4/+0
* Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-5/+1
* Improve secret_token deprecation messageSantiago Pastorino2012-12-301-3/+4
* remove duplication from Rails::Application docsHrvoje Šimić2012-12-241-2/+0
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-8/+1
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-0/+2
* Add UpgradeSignatureToEncryptionCookieStoreSantiago Pastorino2012-11-161-0/+2
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-6/+6