aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-231-4/+4
|\ \
| * | Simplify the version specifier generated by prereleasesMatthew Draper2017-01-051-4/+4
* | | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urlsAndrew White2017-02-211-2/+185
|\ \ \
| * | | Split direct method into twoAndrew White2017-02-211-4/+4
| * | | Prefer remove_method over undef_methodAndrew White2017-02-211-0/+58
| * | | Add custom polymorphic mappingAndrew White2017-02-211-4/+98
| * | | Rename url_helper to directAndrew White2017-02-211-4/+4
| * | | Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-2/+33
* | | | Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-212-6/+6
|/ / /
* | | Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-0/+10
* | | Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-211-1/+1
|\ \ \
| * | | Use Puma 3.7.xRoberto Miranda2017-02-201-1/+1
| | |/ | |/|
* | | Move and rename system testseileencodes2017-02-202-2/+2
* | | Turn system testing into it's own gem and renameeileencodes2017-02-202-2/+2
* | | Add tests for system testingeileencodes2017-02-203-1/+37