aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| |/ / |/| |
* | | Merge pull request #28137 from schneems/schneems/fix-default-puma-portRichard Schneeman2017-02-241-0/+8
|\ \ \
| * | | [close #24435] Send user_supplied_options to serverschneems2017-02-241-0/+8
| |/ /
* | | Merge pull request #28150 from y-yagi/do_not_display_hidden_namespaces_in_gen...Rafael França2017-02-241-0/+7
|\ \ \
| * | | does not show hidden namespaces in generator's helpyuuji.yaginuma2017-02-241-0/+7
* | | | Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...Rafael França2017-02-241-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Make adding gemfile entry work even if specify only the plugin nameyuuji.yaginuma2017-02-241-0/+15
| | |/ | |/|
* | | Make help short-cut alias to workyuuji.yaginuma2017-02-241-0/+23
* | | Make version short-cut alias to workyuuji.yaginuma2017-02-241-0/+24
| |/ |/|
* | Add back tests for test:units and test:functionals.Kasper Timm Hansen2017-02-231-12/+16
* | Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-234-0/+152
* | Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-234-152/+0
* | Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-234-0/+152