aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/bin_setup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make `bin/setup` test pass even if the database does not existyuuji.yaginuma2019-06-301-1/+1
* Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-171-15/+11
* Ignore warnings such as `Psych.safe_load is deprecated`Yasuo Honda2018-11-131-0/+2
* Remove bundler warnings from bin/setup outputGannon McGibbon2018-10-051-8/+10
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-081-4/+0
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+4
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* remove warning from `bin/setup` testyuuji.yaginuma2017-01-261-1/+1
* Bundler 1.14 compatMatthew Draper2017-01-231-1/+4
* Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-18/+1
* use correct Gemfile in `bin/setup` testyuuji.yaginuma2016-09-111-0/+18
* applies new string literal convention in railties/testXavier Noria2016-08-061-4/+4
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-0/+2
* Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-011-1/+1
* rake log:clear task updated refs[#22544]Pramod2016-01-091-3/+3
* Fixing tests and re-locating error checking.schneems2016-01-081-1/+1
* Prevent destructive action on production databaseschneems2016-01-071-1/+1
* add test coverage for `bin/setup`.Yves Senn2015-05-061-0/+54