aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Collapse)AuthorAgeFilesLines
* Move application configuration to the application configuration object, ↵José Valim2010-03-261-12/+9
| | | | remove railtie_name and engine_name and allow to set the configuration object.
* Revert "find railties and engines by name [4264 state:resolved]"José Valim2010-03-261-25/+0
| | | | This reverts commit 7b8399b80cfff58cfe2313187ca3c803de8c8955.
* Improve heuristic for railties default name, otherwise railties may be named ↵José Valim2010-03-261-0/+8
| | | | :railtie, :engine and so on.
* find railties and engines by name [4264 state:resolved]Josh Susser2010-03-261-0/+17
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | deep nesting works in controllers.
* 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 ↵Carl Lerche2010-02-241-3/+3
| | | | Rails.appication.routes.
* 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
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-284-4/+12
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* 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 ↵José Valim2010-01-263-277/+335
| | | | initializers to application folder.
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-251-0/+17
| | | | | Conflicts: railties/test/railties/plugin_test.rb
* Refactor some railties tests structure.José Valim2010-01-254-0/+502