aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-271-0/+2
* Added missing test for presence of CSP initializerPrathamesh Sonpatki2017-11-271-0/+1
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-272-0/+198
* Use Puma 3.11 in newly generated applicationsyuuji.yaginuma2017-11-271-1/+1
* Remove field ids from scaffold formyuuji.yaginuma2017-11-261-4/+4
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+62
* Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-221-0/+13
* Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-181-0/+32
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-161-0/+8
* Merge branch 'freeletics-manage-multiple-credential-files'Kasper Timm Hansen2017-11-152-1/+84
|\
| * Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-152-1/+84
* | Merge pull request #30004 from npenzin/patch-1Yuji Yaginuma2017-11-151-1/+2
|\ \ | |/ |/|
| * Ensure plugin_generator adds to new line in GemfileNikita Penzin2017-11-141-1/+2
* | 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