aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-122-0/+34
|\
| * Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-022-0/+34
* | Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-123-23/+20
* | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-126-167/+50
* | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-123-2/+5
|\ \
| * | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-023-2/+5
| |/
* | Adjust blank linesRyuta Kamizono2017-11-104-4/+5
* | Do not show credentials in generators helpyuuji.yaginuma2017-11-092-1/+3
* | Merge pull request #31093 from bogdanvlviv/express-console-command-in-the-logRafael França2017-11-081-1/+1
|\ \
| * | Change output log about skipping instalation of Active Storagebogdanvlviv2017-11-081-1/+1
* | | Remove redundant passing --skip-active-storage in test casesbogdanvlviv2017-11-085-6/+6
|/ /
* | Remove unnecessary migration deletionyuuji.yaginuma2017-11-085-19/+0
* | Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-084-3/+24
* | Fix comment in `check_class_collision` [ci skip]yuuji.yaginuma2017-11-071-1/+1
* | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* | Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-0632-102/+384
|\ \
| * | Execution of `active_storage:install` should respect `--quiet` during `rails ...bogdanvlviv2017-11-061-1/+1
| * | Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-062-1/+23
| * | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-0614-36/+91
| * | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-0620-65/+270
* | | Remove unused requireyuuji.yaginuma2017-11-061-1/+0
* | | Merge pull request #31053 from y-yagi/fix_namespaced_generatorEileen M. Uchitelle2017-11-053-10/+39
|\ \ \
| * | | Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-053-10/+39
| |/ /
* / / s/an/a/Akira Matsuda2017-11-041-1/+1
|/ /
* | Merge pull request #30813 from y-yagi/remove_unused_secrets_ymlRyuta Kamizono2017-10-262-36/+0
|\ \
| * | Remove unused `secrets.yml` templateyuuji.yaginuma2017-10-062-36/+0
* | | Merge pull request #30978 from y-yagi/change_vendor_path_to_app_rootGeorge Claghorn2017-10-241-2/+2
|\ \ \
| * | | Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn`yuuji.yaginuma2017-10-251-2/+2
* | | | add _ for unused last argRenan Gurgel2017-10-241-1/+1
* | | | Space between { and | missing.Renan Gurgel2017-10-231-1/+1
|/ / /
* | | Avoid slicing from Thor's original HWIAAkira Matsuda2017-10-221-2/+1
* | | [Railties] require_relative => requireAkira Matsuda2017-10-2174-115/+115
* | | Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes...Sean Griffin2017-10-181-0/+47
|\ \ \
| * | | `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
* | | | Improve out-of-box experience with System tests including chromedriver-helper...Guillermo Iguaran2017-10-182-0/+4
* | | | Merge pull request #30911 from y-yagi/remove_unnecessary_allow_failure_trueRyuta Kamizono2017-10-181-1/+1
|\ \ \ \
| * | | | Remove unnecessary `allow_failure: true` optionyuuji.yaginuma2017-10-181-1/+1
| |/ / /
* / / / Fix typo in `allow_failure` argument [ci skip]yuuji.yaginuma2017-10-181-1/+1
|/ / /
* | | Fix test name for daemon option testyuuji.yaginuma2017-10-141-2/+2
* | | Added test case for starting rails with daemon option, this should set the op...Pierre Hedkvist2017-10-131-0/+12
* | | Fix "warning: assigned but unused variable - message"yuuji.yaginuma2017-10-121-2/+1
* | | Merge pull request #30595 from bogdanvlviv/use-railties-rails-commandMatthew Draper2017-10-106-249/+207
|\ \ \
| * | | Improve RakeTest#test_db_test_prepare_when_using_sql_formatbogdanvlviv2017-10-081-3/+1
| * | | Invoke rails command inside the railties' test app with TestHelpers::Generati...bogdanvlviv2017-10-083-16/+12
| * | | Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-084-230/+194
* | | | Merge pull request #30832 from y-yagi/simplify_console_testRyuta Kamizono2017-10-101-16/+3
|\ \ \ \
| * | | | Simplify parse arguments in `ConsoleTest`yuuji.yaginuma2017-10-081-16/+3
| |/ / /
* / / / redis-rb 4.0 supportJeremy Daer2017-10-082-1/+5
|/ / /
* / / Remove needless setup from `InfoTest`yuuji.yaginuma2017-10-071-13/+0
|/ /