Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | edit pass: the names of Rails components have a space, ie, "Active Record", ↵ | Xavier Noria | 2010-06-14 | 1 | -1/+1 |
| | | | | not "ActiveRecord" | ||||
* | Cut down even further on rake -T noise | David Heinemeier Hansson | 2010-06-09 | 1 | -13/+37 |
| | |||||
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ensure application rake tasks and generators are loaded after the ones ↵ | José Valim | 2010-04-26 | 1 | -0/+2 |
| | | | | specified in railties/engines/rails. [#4471 state:resolved] | ||||
* | Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved] | Anil Wadghule | 2010-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | db:test:prepare for tasks only if AR is loaded | Santiago Pastorino | 2010-04-09 | 1 | -7/+11 |
| | |||||
* | Move application configuration to the application configuration object, ↵ | José Valim | 2010-03-26 | 1 | -2/+0 |
| | | | | remove railtie_name and engine_name and allow to set the configuration object. | ||||
* | Resolve test/unit load ordering by removing backtrace filter from boot ↵ | Jeremy Kemper | 2010-02-11 | 1 | -9/+1 |
| | | | | initializers | ||||
* | Check if Test::Unit is defined before adding backtrace filter. | José Valim | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | Add backtrace cleaner on test unit railtie. | José Valim | 2010-02-07 | 1 | -0/+8 |
| | |||||
* | Only load testing tasks if test unit is being used. | José Valim | 2010-01-29 | 2 | -2/+132 |
| | |||||
* | Cleanup the test_unit generator move into the railtie | Carl Lerche | 2010-01-28 | 1 | -1/+7 |
| | |||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -0/+11 |