aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-1/+31
* Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+25
* Merge pull request #28685 from rails/smooth-form-with-upgradingKasper Timm Hansen2017-04-171-1/+0
|\
| * Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-161-1/+0
* | Let run_secrets_generator handle chdir.Kasper Timm Hansen2017-04-161-3/+1
* | Use the config value directly when call `secrets`yuuji.yaginuma2017-04-161-8/+26
|/
* Remove duplicated "test" prefixRyuta Kamizono2017-04-072-4/+4
* Merge pull request #28057 from eugeneius/clear_active_connectionsMatthew Draper2017-04-041-0/+8
|\
| * Clear active connections after initializationEugene Kenny2017-02-171-0/+8
* | Merge pull request #28417 from schneems/schneems/symlink-failuresAndrew White2017-03-301-0/+20
|\ \
| * | Raise when using a bad symlinkschneems2017-03-141-0/+20
* | | Fix the tests to test what they should be testingRafael Mendonça França2017-03-271-8/+8
* | | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica...Rafael França2017-03-271-0/+22
|\ \ \
| * | | Remove unnecessary files to API-only Applications when `app:task` task executedyuuji.yaginuma2017-03-241-0/+22
* | | | Merge pull request #28546 from claudiob/drop-j-optionRafael Mendonça França2017-03-271-8/+0
|\ \ \ \
| * | | | Remove -j (--javascript) option from `rails new`claudiob2017-03-231-8/+0
| |/ / /
* | | | Merge pull request #28485 from quantumlicht/fix_migrate_with_empty_versionRafael França2017-03-271-0/+16
|\ \ \ \
| * | | | Fixes #28359Philippe Guay2017-03-261-0/+16
* | | | | Merge pull request #28577 from y-yagi/do_not_display_hidden_namespaces_in_des...Rafael França2017-03-271-0/+3
|\ \ \ \ \
| * | | | | Do not show hidden namespaces in destroy commnad helpyuuji.yaginuma2017-03-271-0/+3
| |/ / / /
* | | | | Merge pull request #28541 from ota42y/fix/gemfile_generator_fixEileen M. Uchitelle2017-03-271-0/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-271-0/+24
| |/ / /
* / / / add field ids when generating a scaffold form.Yves Senn2017-03-261-4/+4
|/ / /
* | | Merge pull request #28527 from rst/fix_runner_argv_28515Rafael França2017-03-221-0/+8
|\ \ \
| * | | Fixup trailing whitespace, per complaints from CodeClimate.Robert Thau2017-03-221-1/+1
| * | | Correctly reset ARGV for "rails runner `CODE' arg arg arg..."Robert Thau2017-03-221-0/+8
* | | | Merge pull request #28513 from maclover7/jm-fix-28500Rafael França2017-03-221-0/+8
|\ \ \ \
| * | | | CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-211-0/+8
| |/ / /
* / / / Don't comment out config.file_watcher during Rails upgradeyuuji.yaginuma2017-03-221-14/+0
|/ / /
* | | Default to yielding a `form` variable.Kasper Timm Hansen2017-03-201-4/+4
* | | Add `app:update` task to enginesyuuji.yaginuma2017-03-201-0/+16
* | | Merge pull request #28481 from y-yagi/fix_warningKasper Timm Hansen2017-03-201-3/+3
|\ \ \
| * | | Fix `warning: character class has duplicated range`yuuji.yaginuma2017-03-201-3/+3
* | | | Correctly check whether key is defined in configurationyuuji.yaginuma2017-03-192-1/+13
|/ / /
* | | Track the version-compatible config settings inside railtiesMatthew Draper2017-03-182-22/+8
* | | Merge pull request #28368 from y-yagi/add_test_for_secrets_commandKasper Timm Hansen2017-03-151-0/+13
|\ \ \
| * | | Add secrets edit testyuuji.yaginuma2017-03-121-0/+13
* | | | Merge pull request #28409 from y-yagi/make_destroy_command_work_within_enginesEileen M. Uchitelle2017-03-151-0/+55
|\ \ \ \
| * | | | Make destroy command work within enginesyuuji.yaginuma2017-03-141-0/+55
| |/ / /
* / / / Rename test of `app:update` to more appropriate nameyuuji.yaginuma2017-03-151-7/+7
|/ / /
* | | Merge pull request #28182 from y-yagi/show_correct_rails_commandsKasper Timm Hansen2017-03-091-0/+11
|\ \ \
| * | | Show correct commands in helpyuuji.yaginuma2017-03-031-0/+11
* | | | Use appropriate type in generators testyuuji.yaginuma2017-03-081-1/+1
| |/ / |/| |
* | | Avoid running system tests by defaultRobin Dupret2017-03-051-0/+46
* | | Fix random failure on system test with ajaxFumiaki MATSUSHIMA2017-03-031-0/+28
* | | Move key packing into encryptor.Kasper Timm Hansen2017-03-021-3/+2
* | | Merge pull request #28139 from stouset/update-secrets-to-use-modern-cryptoKasper Timm Hansen2017-03-021-2/+3
|\ \ \
| * | | Default Secrets to AES-128-GCM, using ActiveSupport::MessageEncryptorStephen Touset2017-03-011-2/+3
* | | | Tell users how to assign a $EDITOR.Kasper Timm Hansen2017-03-011-0/+24
* | | | Set correct host except development environmentyuuji.yaginuma2017-02-271-0/+18
| |/ / |/| |