aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
* remove explicit curlies for hash argumentXavier Noria2016-04-111-2/+2
* revises fileutils dependencies in railtiesXavier Noria2016-04-111-1/+0
* [ci skip] correcting sentence in description of application.rbMohit Natoo2016-03-041-2/+1
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-1/+5
* Use correct path in documentation.Tom von Schwerdtner2016-02-121-1/+1
* Accept a Pathname in Application#config_forRafael Mendonça França2015-12-151-1/+5
* rails/application: allow passing an env to config_forSimon Eskildsen2015-10-301-2/+2
* raise `ArgumentError` when `SECRET_KEY_BASE` is an integerArun Agrawal2015-10-271-0/+3
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-041-1/+1
|\
| * Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-1/+1
* | only construct one request in an engineAaron Patterson2015-09-301-9/+7
* | Engines get different middleware than appsAaron Patterson2015-09-291-0/+6
|/
* [ci skip] Remove comments about Rails 3.1claudiob2015-05-111-2/+1
* Require yaml before trying to rescue its exception classRafael Mendonça França2015-04-221-1/+1
* Error message no longer tells you to set the (deprecated) secret_token.Dan2015-04-121-1/+1
* Remove `#build_original_fullpath` methodeileencodes2015-03-201-5/+0
* Use fullpath from Rack request rather than building iteileencodes2015-03-201-11/+5
* Some documentation edits [ci skip]Robin Dupret2015-03-051-3/+3
* Fix typo in Rails::Application#migration_railtiesRobertZK2015-02-101-2/+2
* Remove Psych hack for Ruby 1.9claudiob2015-01-041-10/+1
* Rails::Application#secrets should be documented.Guo Xiang Tan2014-12-241-1/+15
* No need to sync config.secret_token and secrets.secret_tokenRafael Mendonça França2014-11-101-7/+2
* Merge pull request #16535 from bf4/patch-1Rafael Mendonça França2014-11-101-4/+16
|\
| * `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-4/+16
* | add lib to $LOAD_PATH on application inhertence. fixes #17106Aaron Patterson2014-11-041-5/+8
|/
* Standardize on `Rails.application` [ci skip]Tamir Duberstein2014-09-191-1/+1
* Dont mess with default order engines loadWashington Luiz2014-09-021-8/+9
* Add config option for cookies digestŁukasz Strzałkowski2014-08-121-1/+2
* add a new constructor that runs load hooksAaron Patterson2014-08-071-0/+4
* defer running after_config hooks until after the object is allocatedAaron Patterson2014-08-071-7/+22
* lazily instantiate application subclassesAaron Patterson2014-08-061-3/+1
* 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