aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Remove references to ActionDispatch::Routing::Routes in favor of Rails.appica...Carl Lerche2010-02-241-3/+3
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-4/+4
* Show deprecation message for rails/init.rb in plugins.José Valim2010-02-171-0/+9
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-4/+4
* tsort-based dependency resolution for initializersPaul Rosania2010-01-291-1/+1
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-282-0/+2
* Add more tests to some key points in Railties.José Valim2010-01-286-127/+156
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-284-4/+12
* Add a test which ensures application can overwrite plugins/engines view paths.José Valim2010-01-261-0/+19
* Add tests for explicit engines.José Valim2010-01-263-42/+73
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-263-277/+335
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-251-0/+17
* Refactor some railties tests structure.José Valim2010-01-254-0/+502