aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...Yves Senn2015-04-271-0/+28
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+3
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-3/+0
* Created rake restart task.Hyonjee Joo2015-02-261-0/+31
* `db:structure:load` and `db:schema:load` no longer purge the database.Yves Senn2014-12-181-0/+25
* bring back `db:test:prepare`.Yves Senn2014-11-251-9/+0
* Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...yuuji.yaginuma2014-11-021-0/+10
* build fix, we have to reset the RACK_ENV as well.Yves Senn2014-09-041-2/+5
* schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+26
* 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