aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-2/+2
* Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-121-0/+31
|\
| * Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-021-0/+31
* | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-123-68/+41
* | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-121-0/+2
|\ \
| * | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-021-0/+2
| |/
* | Do not show credentials in generators helpyuuji.yaginuma2017-11-091-1/+2
* | 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-083-2/+19
* | 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-0615-40/+255
|\ \
| * | Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-061-0/+16
| * | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-0612-36/+84
| * | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-064-4/+155
* | | Merge pull request #31053 from y-yagi/fix_namespaced_generatorEileen M. Uchitelle2017-11-052-1/+30
|\ \ \
| * | | Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-052-1/+30
| |/ /
* / / s/an/a/Akira Matsuda2017-11-041-1/+1
|/ /
* | 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-181-0/+2
* | | 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
* | | Simplify parse arguments in `ConsoleTest`yuuji.yaginuma2017-10-081-16/+3
|/ /
* | Remove needless setup from `InfoTest`yuuji.yaginuma2017-10-071-13/+0
* | Implement H2 Early Hints for Railseileencodes2017-10-041-0/+12
|/
* Fix "warning: method redefined; discarding old test_scaffold_plural_names"yuuji.yaginuma2017-09-301-2/+2
* Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+26
* scaffold nested name controller should be fine.yalab2017-09-272-0/+36
* Remove unused fixturesyuuji.yaginuma2017-09-263-7/+0
* Merge pull request #30700 from y-yagi/respect_quiet_optionKasper Timm Hansen2017-09-251-1/+6
|\
| * Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-251-1/+6
* | Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-252-35/+31
|/
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-242-0/+6
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+143
* Use `TOPLEVEL_BINDING` in rails runner commandyuuji.yaginuma2017-09-221-0/+12
* Merge pull request #30609 from y-yagi/add_tests_for_credentials_commandKasper Timm Hansen2017-09-171-0/+19
|\
| * Add tests for credentials commandyuuji.yaginuma2017-09-151-0/+19
* | Don't expose Active Storage routesyuuji.yaginuma2017-09-161-28/+13
|/
* Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignoreKasper Timm Hansen2017-09-141-0/+30
|\