aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28417 from schneems/schneems/symlink-failuresAndrew White2017-03-301-1/+8
|\
| * Raise when using a bad symlinkschneems2017-03-141-1/+8
* | Fix the example code for `Rails.groups` [ci skip]Ryunosuke Sato2017-03-301-2/+2
* | Remove unnecessary `javascript` option checkyuuji.yaginuma2017-03-291-4/+1
* | Merge pull request #28549 from jess/patch-1Rafael França2017-03-281-0/+1
|\ \
| * | add proper punctuationJess Brown2017-03-231-1/+1
| * | make it clear how to enable cachingJess Brown2017-03-231-0/+1
* | | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica...Rafael França2017-03-272-1/+34
|\ \ \
| * | | Remove unnecessary files to API-only Applications when `app:task` task executedyuuji.yaginuma2017-03-242-1/+34
| |/ /
* | | 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
| |/ /
* | | Apply the log_level defaultRafael Mendonça França2017-03-271-7/+2
* | | 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-273-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-273-2/+6
| |/ /
* / / add field ids when generating a scaffold form.Yves Senn2017-03-262-3/+7
|/ /
* | Merge pull request #28534 from claudiob/list-webpackersRafael França2017-03-221-1/+2
|\ \
| * | List options for `rails new --webpack=WEBPACK`claudiob2017-03-221-1/+2
* | | Merge pull request #28527 from rst/fix_runner_argv_28515Rafael França2017-03-221-2/+3
|\ \ \
| * | | Correctly reset ARGV for "rails runner `CODE' arg arg arg..."Robert Thau2017-03-221-2/+3
* | | | Merge pull request #28513 from maclover7/jm-fix-28500Rafael França2017-03-221-2/+4
|\ \ \ \
| * | | | CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-211-2/+4
* | | | | Merge pull request #28524 from claudiob/comment-api-keyRafael França2017-03-221-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't add a dummy API key to every new Rails appclaudiob2017-03-221-2/+2
| | |/ / | |/| |
* / | | Don't comment out config.file_watcher during Rails upgradeyuuji.yaginuma2017-03-221-2/+0
|/ / /
* / / Start Rails 5.2 developmentMatthew Draper2017-03-223-2/+6
|/ /
* | Default to yielding a `form` variable.Kasper Timm Hansen2017-03-201-8/+8
* | 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-203-1/+31
* | | Correctly check whether key is defined in configurationyuuji.yaginuma2017-03-191-3/+3
* | | Track the version-compatible config settings inside railtiesMatthew Draper2017-03-185-37/+52
* | | Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-1/+1
* | | Make destroy command work within enginesyuuji.yaginuma2017-03-141-2/+2
|/ /
* | Merge pull request #28182 from y-yagi/show_correct_rails_commandsKasper Timm Hansen2017-03-097-18/+36
|\ \
| * | Show correct commands in helpyuuji.yaginuma2017-03-037-18/+36
* | | [ci skip] Document read_encrypted_secrets config.Kasper Timm Hansen2017-03-091-0/+8
| |/ |/|
* | 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-053-10/+19
* | | A private method can't be called with `self.`Akira Matsuda2017-03-041-2/+2
* | | Remove unnecessary system test codeeileencodes2017-03-031-13/+0
|/ /
* | Inline CIPHER constant.Kasper Timm Hansen2017-03-021-6/+3
* | Move key packing into encryptor.Kasper Timm Hansen2017-03-021-3/+2
* | 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-021-15/+13
|\ \
| * | Default Secrets to AES-128-GCM, using ActiveSupport::MessageEncryptorStephen Touset2017-03-011-15/+13
* | | Convert `ENV["EDITOR"]` to string before checkyuuji.yaginuma2017-03-021-1/+1