aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
...
* Warnings removed for "assert_match /".Arun Agrawal2012-05-301-20/+20
* Remove empty lines.Jason Noble2012-04-301-4/+0
* Fixed styling issues brought up by @jeremyJason Noble2012-04-301-2/+1
* Add ability to specify custom annotation directoriesJason Noble & Ralph Shnelvar2012-04-301-0/+42
* Add test coverage for rake notesJason Noble & Ralph Shnelvar2012-04-301-1/+36
* `rake notes` and `rake notes:custom` now supportTeng Siong Ong2012-04-221-1/+7
* Fixed missing space bug introduces in rails/rails@9299bfdcd387253d83b645c205b...Anton Lindqvist2012-03-221-3/+4
* Use one system call whenever possible, group rake and Dir.chdir callsCarlos Antonio da Silva2012-03-082-83/+83
* Correctly print names of non-timestamped migrations with db:migrate:statusPeter Mitchell2012-02-171-1/+49
* Display annotations from .coffee files in `rake notes`Bartlomiej Kozal2012-02-051-10/+12
* convert railties to use AS::TestCaseAaron Patterson2012-01-052-2/+2
* Align rake notes.Anton Lindqvist2011-12-261-0/+9
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-1/+1
* Fix indentationPiotr Sarnacki2011-12-091-67/+67
* Allow to run migrations with given scope, with SCOPE=<scope>Piotr Sarnacki2011-12-091-0/+24
* Moves migrations tests from railties/test/application/rake_test.rb to railtie...Kazimierz Kiełkowicz2011-12-071-0/+85
* Move rake notes test to railties/test/application/rake/notes_test.rbKazimierz Kiełkowicz2011-12-071-0/+45