aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-12/+9
* Revert "find railties and engines by name [4264 state:resolved]"José Valim2010-03-261-25/+0
* Improve heuristic for railties default name, otherwise railties may be named ...José Valim2010-03-261-0/+8
* find railties and engines by name [4264 state:resolved]Josh Susser2010-03-261-0/+17
* init.rb in plugins is here to staywycats2010-03-232-23/+0
* Ensure lib/rails/initializers/*.rb also works for gems.José Valim2010-03-232-20/+10
* Load plugin initializers from lib/rails/initializers/*.rbJoshua Peek2010-03-231-0/+33
* Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-4/+6
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-031-1/+1
* Get the railties tests to pass again.Carlhuda2010-03-021-1/+1
* 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