aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 5.2 developmentMatthew Draper2017-03-224-201/+7
* Remove 5.0.0 entry from 5.1.0 CHANGELOG [ci skip]claudiob2017-03-201-4/+0
* Default to yielding a `form` variable.Kasper Timm Hansen2017-03-202-12/+12
* Merge pull request #28406 from chukitow/feature/user-form-with-instead-of-for...Kasper Timm Hansen2017-03-201-1/+1
|\
| * disable remote submitsIvan Velasquez2017-03-141-1/+1
| * user form with instead of form for in scaffold generatorIvan Velasquez2017-03-131-1/+1
* | Add `app:update` task to enginesyuuji.yaginuma2017-03-205-1/+51
* | 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-193-4/+16
|/ /
* | Track the version-compatible config settings inside railtiesMatthew Draper2017-03-187-59/+60
* | Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-1/+1
* | 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-152-2/+57
|\ \ \
| * | | Make destroy command work within enginesyuuji.yaginuma2017-03-142-2/+57
| |/ /
* | | Merge pull request #28422 from y-yagi/rename_app_update_test_to_more_appropri...Kasper Timm Hansen2017-03-151-7/+7
|\ \ \
| * | | Rename test of `app:update` to more appropriate nameyuuji.yaginuma2017-03-151-7/+7
| |/ /
* | / Add CHANGELOG entry for --skip-coffee [ci skip]claudiob2017-03-141-0/+4
| |/ |/|
* | Move "fixes" to a new lineJon Moss2017-03-131-1/+3
|/
* Merge pull request #28182 from y-yagi/show_correct_rails_commandsKasper Timm Hansen2017-03-098-18/+47
|\
| * Show correct commands in helpyuuji.yaginuma2017-03-038-18/+47
* | [ci skip] Document read_encrypted_secrets config.Kasper Timm Hansen2017-03-091-0/+8
* | Use appropriate type in generators testyuuji.yaginuma2017-03-081-1/+1
* | [ci skip] 🎬 expensive: take twoKasper Timm Hansen2017-03-061-1/+1
* | Merge pull request #28257 from yahonda/app_generators_use_oracle_enhancedAndrew White2017-03-062-5/+6
|\ \
| * | Update `database.yml` when `rails new <new_app> -d oracle` specifiedYasuo Honda2017-03-022-5/+6
* | | Avoid running system tests by defaultRobin Dupret2017-03-055-10/+70
* | | A private method can't be called with `self.`Akira Matsuda2017-03-041-2/+2
* | | Remove unnecessary system test codeeileencodes2017-03-031-13/+0
* | | Fix random failure on system test with ajaxFumiaki MATSUSHIMA2017-03-031-0/+28
|/ /
* | [ci skip] Add changelog entry for #28139.Kasper Timm Hansen2017-03-021-0/+16
* | 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
|\ \ \