aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* Add a test for db:migrate:status to check missing file scenarioViktar Basharymau2014-06-271-0/+15
* Return a non zero code when db has never been setup on statusPaul B2014-05-071-1/+1
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-2/+2
* test for structure:dump without schema information table. refs eafec46Yves Senn2014-03-201-0/+12
* Remove some indirection in rake dbs testCarlos Antonio da Silva2014-03-201-34/+20
* Check if the output is empty rather than asserting for equalityCarlos Antonio da Silva2014-03-201-5/+4
* Refactor assertion of line numbers matching 4 spacesCarlos Antonio da Silva2014-03-191-16/+4
* Move booting/loading tasks setup to the rake notes helper methodCarlos Antonio da Silva2014-03-191-15/+3
* Extract rake notes command and lines scan boilerplateCarlos Antonio da Silva2014-03-191-19/+14
* Remove extra space assertionCarlos Antonio da Silva2014-03-191-3/+2
* Extract common setup for loading tasks in rake notes testsCarlos Antonio da Silva2014-03-191-29/+14
* Merge pull request #14379 from robertomiranda/rake-notes.configGuillermo Iguaran2014-03-171-14/+30
|\
| * Rake notes should picked up new Extensions registered in the config/applicati...robertomiranda2014-03-171-3/+19
| * Fix Shadowing extensions variable in Register Annotation Exentsionsrobertomiranda2014-03-161-5/+5
| * Supporting .ruby, .yml and .yaml Extension in Rake Notesrobertomiranda2014-03-141-1/+6
| * Remove .scss, .sass, .less, .haml, .slim, coffee from Rake Notes. Now we have...robertomiranda2014-03-141-13/+3
| * Add Public Api for register new extensions for Rake Notesrobertomiranda2014-03-141-0/+5
* | Fix assertionsCarlos Antonio da Silva2014-03-161-2/+2
|/
* remove railties changes. fixes #14054Aaron Patterson2014-02-141-32/+0
* add a send so `apply` can be called. Fixes #13510Aaron Patterson2014-02-111-0/+32
* Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+31
* Use DATABASE_URL by defaultschneems2014-01-021-8/+1
* Automatically maintain test database schemaJon Leighton2014-01-021-0/+9
* Adding missing requireRafael Mendonça França2014-01-021-0/+1
* Move default production database to URL sub keyschneems2014-01-011-1/+5
* fix 2.1.0 bug :(schneems2013-12-251-1/+1
* ensure environment is run before db:structure:loadschneems2013-12-251-1/+1
* Partial fix of database url testsschneems2013-12-251-1/+4
* using symbol instead of string in establish_connectionKuldeep Aggarwal2013-12-251-1/+1
* Use Full path to sqlite database in testsschneems2013-12-221-3/+3
* added test cases to find notes in a file with .builder extensionKuldeep Aggarwal2013-11-171-1/+3
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-2/+2
* fix build error caused by #11900.Yves Senn2013-08-151-1/+1
* Adding LESS to rake notesJosh Crowder2013-08-151-0/+2
* handle notes in *.sass filesYuri Artemev2013-07-081-1/+3
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-13/+0
* run the load_structure test in the test environmentTerence Lee2013-02-211-3/+10
* test DATABASE_URL without database.yml aroundTerence Lee2013-02-211-0/+2
* allow :dirs option for .enumerateBrian D. Burns2013-01-151-0/+39
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-6/+2
* Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-2/+2
* Stop shelling out more than necessaryCarlos Antonio da Silva2012-12-071-10/+10
* Run rake tasks all at once in rake dbs test for a speed upCarlos Antonio da Silva2012-12-061-12/+6
* Fix failing tests related to rake notesCarlos Antonio da Silva2012-12-031-2/+2
* Add db to the list of default annotation foldersAntonio Cangiano2012-12-011-0/+4
* Add .rake to `rake notes` and `rake notes:custom`Brent J. Nordquist2012-10-121-1/+3
* Fix syntax error in assert_matchRafael Mendonça França2012-09-151-6/+6
* Few more warnings removed.Arun Agrawal2012-09-151-3/+3
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-0/+181
* run the notes tests in isolationAaron Patterson2012-06-191-0/+4