aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/multiple_applications_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove warning for setting eager_loadArun Agrawal2015-06-051-1/+1
* `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-021-6/+8
* add a new constructor that runs load hooksAaron Patterson2014-08-071-5/+5
* Remove some more globals from testsCarlos Antonio da Silva2014-07-301-26/+26
* Make console and generators blocks works at Application instance levelRafael Mendonça França2014-04-141-0/+20
* Rails.application should be set inside before_configuration hookRafael Mendonça França2014-04-071-0/+6
* Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-131-1/+1
* Allowing multiple rails applications in the same ruby instance.wangjohn2013-06-301-0/+148