aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/multiple_applications_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | We are using blocks here so we have access to the environment around them, no need for globals.
* Make console and generators blocks works at Application instance levelRafael Mendonça França2014-04-141-0/+20
| | | | | | | Like rake tasks and runner blocks these blocks should also being shared between applications since they are stored at the classes. Fixes #14748
* Rails.application should be set inside before_configuration hookRafael Mendonça França2014-04-071-0/+6
| | | | Fixes #14620
* 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
This change provides the ability to create a new application with a configuration which can be specified.