aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-1/+1
* Revert "Drop JS scripts from core"Joshua Peek2010-01-301-3/+5
* Improve railtie deprecation messages.José Valim2010-01-301-0/+7
* tsort-based dependency resolution for initializersPaul Rosania2010-01-292-3/+42
* Drop JS scripts from coreJoshua Peek2010-01-291-5/+3
* Automatically configure generators if application is defined.José Valim2010-01-291-1/+1
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-283-1/+3
* Add more tests to some key points in Railties.José Valim2010-01-289-130/+186
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-284-4/+12
* Add config.to_prepare back and add tests for it.José Valim2010-01-281-0/+23
* Fix the test_framework generator testsCarl Lerche2010-01-281-1/+1
* Test::Unit Railtie Carlhuda2010-01-281-2/+8
* Rename 'defaults' class method to 'default' to reflect that it's a declarationJeremy Kemper2010-01-271-1/+1
* Attend to brittle mailer generator testsJeremy Kemper2010-01-271-3/+3
* Merge remote branch 'mikel/master'José Valim2010-01-261-3/+3
|\
| * Update generators to use new defaults.José Valim and Mikel Lindsaar2010-01-261-1/+1
| * Updating generators for mailer to reflect changes in APIMikel Lindsaar2010-01-261-3/+3
* | Add a test which ensures application can overwrite plugins/engines view paths.José Valim2010-01-261-0/+19
* | Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...José Valim2010-01-261-1/+6
* | Add tests for explicit engines.José Valim2010-01-264-42/+94
* | Remove old fixtures files.José Valim2010-01-2647-478/+0
* | Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-2616-552/+632
* | Ensure app does not show up in generators.José Valim2010-01-261-0/+1
* | Ensure calling a method in Rails::Application does not instantiate a void app...José Valim2010-01-261-0/+7
|/
* Merge remote branch 'mikel/master'José Valim2010-01-262-20/+89
|\
| * More work on generated mailer templates.José Valim and Mikel Lindsaar2010-01-262-6/+13
| * Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-252-20/+82
* | Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-251-0/+17
|\ \
| * | Failing test for plugin init requiring another plugin lib fileJoshua Peek2010-01-251-0/+17
* | | Refactor some railties tests structure.José Valim2010-01-254-56/+59
|/ /
* | As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-20/+18
* | Failing test for using plugin middleware in application configJoshua Peek2010-01-251-0/+20
* | Plugins need to load before app initializersJoshua Peek2010-01-251-0/+13
* | Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-0/+1
|/
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-242-1/+31
* Add tests for plugin sanity check.José Valim2010-01-241-0/+24
* Ensure environment config has higher priority than application ones.José Valim2010-01-241-1/+12
* Ensure namespaced controllers in engines work.José Valim2010-01-241-1/+31
* Add I18n tests to engines.José Valim2010-01-242-56/+38
* Load deprecated tasks for plugins.José Valim2010-01-241-0/+34
* Make plugin generator compatible with new schema.José Valim2010-01-241-1/+1
* Solve some pendencies.José Valim2010-01-242-3/+4
* Move console stuff to its own directory.José Valim2010-01-231-2/+2
* Merge branch 'master' into appJosé Valim2010-01-232-2/+2
|\
| * I removed the rdoc task from plugin RakefileJoshua Peek2010-01-221-1/+1
| * Delegate App calls to instanceJoshua Peek2010-01-221-1/+1
| * Add test case for load initializers before routing behavior.Prem Sichanugrist2010-01-221-0/+28
* | Move configuration to subfolders.José Valim2010-01-232-9/+9
* | First steps into making Plugin < Engine.José Valim2010-01-231-0/+7
* | Ensure user set load paths have higher preference and move Bootstrap inside A...José Valim2010-01-232-2/+2