aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-0/+12
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-2/+2
* Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-031-0/+14
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-081-4/+0
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+4
* `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-0/+8
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-0/+39
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-082-193/+163
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-046-130/+122
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-212-13/+8
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-148-0/+16
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+2
* Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
* Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-0/+7
* Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-021-0/+7
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-028-8/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-028-0/+8
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-271-0/+36
|/
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-0/+6
* Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-1/+31
* Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+25
* Remove duplicated "test" prefixRyuta Kamizono2017-04-071-3/+3
* Fixes #28359Philippe Guay2017-03-261-0/+16
* Remove unused requireRyuta Kamizono2017-02-122-2/+0
* update CREATE TABLE statements generated by `sqlite3` commandyuuji.yaginuma2017-01-191-2/+2
* clear all environments log files by defaultyuuji.yaginuma2016-10-141-0/+33
* use rails command in restart task testyuuji.yaginuma2016-09-191-7/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-53/+53
* applies new string literal convention in railties/testXavier Noria2016-08-066-78/+78
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-085-5/+0
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-045-5/+0
* | Fix test to try `spec/` directory as opposed to `app/spec` which I hadJohn Meehan2016-07-051-2/+2
* | removed extra blank lineJohn Meehan2016-07-051-1/+0
* | Allow rake notes to work with other directories.John Meehan2016-07-051-0/+13
|/
* - using rails dev:cache instead of rake dev:cacheMohit Natoo2016-04-221-1/+1
* Fixed assertions with regex used in dbs testsVipul A M2016-04-191-2/+2
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-2/+2
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-302-0/+18
* - using rails dev:cache instead of rake dev:cache in test caseMohit Natoo2016-03-041-1/+1
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-0/+34
* Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-011-2/+2
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-243-56/+56
* Fixing tests and re-locating error checking.schneems2016-01-081-2/+2
* Prevent destructive action on production databaseschneems2016-01-071-3/+3