aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28417 from schneems/schneems/symlink-failuresAndrew White2017-03-302-1/+28
|\
| * Raise when using a bad symlinkschneems2017-03-142-1/+28
* | 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
* | | No need to duplicate 5-1-stable CHANGELOG. [ci skip]Yves Senn2017-03-281-8/+0
* | | Fix the tests to test what they should be testingRafael Mendonça França2017-03-271-8/+8
* | | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica...Rafael França2017-03-273-1/+56
|\ \ \
| * | | Remove unnecessary files to API-only Applications when `app:task` task executedyuuji.yaginuma2017-03-243-1/+56
| |/ /
* | | Merge pull request #28546 from claudiob/drop-j-optionRafael Mendonça França2017-03-272-16/+0
|\ \ \
| * | | Remove -j (--javascript) option from `rails new`claudiob2017-03-233-16/+5
| |/ /
* | | Apply the log_level defaultRafael Mendonça França2017-03-271-7/+2
* | | 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-272-0/+6
|\ \ \ \
| * | | | Do not show hidden namespaces in destroy commnad helpyuuji.yaginuma2017-03-272-0/+6
| |/ / /
* | | | Merge pull request #28541 from ota42y/fix/gemfile_generator_fixEileen M. Uchitelle2017-03-274-2/+30
|\ \ \ \ | |/ / / |/| | |
| * | | ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-274-2/+30
| |/ /
* | | minor CHANGELOG formatting changes. [ci skip]Yves Senn2017-03-261-3/+2
* | | add field ids when generating a scaffold form.Yves Senn2017-03-264-7/+20
|/ /
* | 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-222-2/+11
|\ \ \
| * | | 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-222-2/+11
* | | | Merge pull request #28513 from maclover7/jm-fix-28500Rafael França2017-03-222-2/+12
|\ \ \ \
| * | | | CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-212-2/+12
* | | | | 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-222-16/+0
|/ / /
* / / 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
| |/ / /