aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Inline CIPHER constant.Kasper Timm Hansen2017-03-021-6/+3
* | | | | Move key packing into encryptor.Kasper Timm Hansen2017-03-022-6/+4
* | | | | Add back yaml require.Kasper Timm Hansen2017-03-021-0/+1
* | | | | Merge pull request #28139 from stouset/update-secrets-to-use-modern-cryptoKasper Timm Hansen2017-03-022-17/+16
|\ \ \ \ \
| * | | | | Default Secrets to AES-128-GCM, using ActiveSupport::MessageEncryptorStephen Touset2017-03-012-17/+16
* | | | | | Convert `ENV["EDITOR"]` to string before checkyuuji.yaginuma2017-03-021-1/+1
* | | | | | [ci skip] Add changelog entry for encrypted secrets.Kasper Timm Hansen2017-03-011-0/+14
* | | | | | Put it to me straight: just say it.Kasper Timm Hansen2017-03-011-3/+3
* | | | | | Tell users how to assign a $EDITOR.Kasper Timm Hansen2017-03-012-0/+35
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #28239 from y-yagi/use_appropriate_type_for_test_framework...Kasper Timm Hansen2017-03-011-1/+1
|\ \ \ \ \
| * | | | | Use appropriate type for `test_framework` optionyuuji.yaginuma2017-03-011-1/+1
* | | | | | Merge pull request #28230 from y-yagi/HOST_to_be_in_uppercaseRafael França2017-02-281-1/+1
|\ \ \ \ \ \
| * | | | | | `HOST` must be all capital lettersyuuji.yaginuma2017-03-011-1/+1
| |/ / / / /
* | | | | | Merge pull request #28120 from vfonic/plugin-generator-skip-turbolinks-dummyRafael França2017-02-281-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Skip turbolinks for engine test applicationViktor Fonic2017-02-281-0/+1
* | | | | | Fix http -> https [ci skip]kenta-s2017-02-281-1/+1
|/ / / / /
* | | | | Use released webpacker in new applicationsyuuji.yaginuma2017-02-281-1/+1
* | | | | Merge pull request #28196 from y-yagi/set_correct_host_except_development_env...Andrew White2017-02-272-3/+25
|\ \ \ \ \
| * | | | | Set correct host except development environmentyuuji.yaginuma2017-02-272-3/+25
| | |/ / / | |/| | |
* | | | | Merge pull request #28160 from y-yagi/only_load_systemtestcase_if_puma_is_def...Eileen M. Uchitelle2017-02-271-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only load SystemTestCase if Puma is definedyuuji.yaginuma2017-02-271-2/+2
* | | | | Imporove docs for Rails::AppGenerator [ci skip]dixpac2017-02-251-0/+8
* | | | | Merge pull request #28137 from schneems/schneems/fix-default-puma-portRichard Schneeman2017-02-242-11/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [close #24435] Send user_supplied_options to serverschneems2017-02-242-11/+52
* | | | | Merge pull request #28150 from y-yagi/do_not_display_hidden_namespaces_in_gen...Rafael França2017-02-242-0/+10
|\ \ \ \ \
| * | | | | does not show hidden namespaces in generator's helpyuuji.yaginuma2017-02-242-0/+10
* | | | | | Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...Rafael França2017-02-242-1/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make adding gemfile entry work even if specify only the plugin nameyuuji.yaginuma2017-02-242-1/+16
| | |_|/ / | |/| | |
* | | | | Make help short-cut alias to workyuuji.yaginuma2017-02-242-1/+24
* | | | | Make version short-cut alias to workyuuji.yaginuma2017-02-242-1/+25
| |_|/ / |/| | |
* | | | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* | | | Fix Rakefile loading generator relativelyRafael Mendonça França2017-02-231-1/+1
* | | | Use double quotes in the generated plugin test script.Kasper Timm Hansen2017-02-231-3/+3
* | | | Merge pull request #28105 from y-yagi/add_wrapper_for_plugins_test_runnerKasper Timm Hansen2017-02-232-7/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Add wrapper for plugin's test runneryuuji.yaginuma2017-02-222-7/+8
* | | | Yank the intricate immediately-exiting editor recognition.Kasper Timm Hansen2017-02-231-16/+2
* | | | Add back tests for test:units and test:functionals.Kasper Timm Hansen2017-02-231-12/+16
* | | | Fix test:units not hitting rake task.Kasper Timm Hansen2017-02-231-1/+2
* | | | Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-2317-27/+482
* | | | Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-2317-482/+27
* | | | Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-2317-27/+482
* | | | Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-232-10/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Simplify the version specifier generated by prereleasesMatthew Draper2017-01-052-10/+9
* | | | 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
* | | | | Use released arelRafael Mendonça França2017-02-211-1/+0