aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Add paths to docs for Active StorageYoshiyuki Hirano2017-08-251-0/+1
* Merge pull request #30366 from MrOutis/action-cable-env-varRafael França2017-08-231-1/+1
|\
| * Use REDIS_URL var for Action Cable config templateMr. Outis2017-08-221-1/+1
* | Merge pull request #30371 from yhirano55/fix_spaces_in_the_comment_blockRichard Schneeman2017-08-221-1/+1
|\ \ | |/ |/|
| * Fix spaces in the comment block [ci skip]Yoshiyuki Hirano2017-08-231-1/+1
* | Merge pull request #30348 from koic/remove_frozen_string_literal_from_templatesGeorge Claghorn2017-08-2141-83/+0
|\ \
| * | Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-2241-83/+0
* | | Merge pull request #30352 from yhirano55/update_licenses_linkRyuta Kamizono2017-08-221-1/+1
|\ \ \ | |/ / |/| |
| * | Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
| |/
* / Fix broken link to mysql docs in database.yml [ci skip]Yoshiyuki Hirano2017-08-222-2/+2
|/
* Merge pull request #30332 from y-yagi/fix_29306George Claghorn2017-08-203-3/+7
|\
| * Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-213-3/+7
* | Remove unused requireyuuji.yaginuma2017-08-191-1/+0
|/
* Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-172-0/+4
* Merge pull request #30260 from kamipo/remove_unused_action_argRafael França2017-08-161-2/+3
|\
| * Remove unused `action` arg for `generate_routing_code`Ryuta Kamizono2017-08-151-2/+3
* | Fix RuboCop offensesKoichi ITO2017-08-162-2/+2
* | Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-153-2/+5
* | Fix format of generator docs [ci skip]Yoshiyuki Hirano2017-08-151-1/+1
|/
* Merge pull request #30219 from yhirano55/fix_app_generator_api_optionsRafael França2017-08-145-7/+7
|\
| * Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-135-7/+7
* | Merge pull request #30244 from yhirano55/refactor_max_age_secondsRafael França2017-08-142-2/+2
|\ \
| * | Refactor max-age secondsYoshiyuki Hirano2017-08-142-2/+2
| |/
* | Merge pull request #30235 from bogdanvlviv/omit-additional-removing-cable_ymlRafael França2017-08-141-1/+0
|\ \
| * | Omit additional removing `config/cable.yml` by the app generatorbogdanvlviv2017-08-131-1/+0
| |/
* | Merge pull request #30239 from bogdanvlviv/improve-plugin_generator_codeRafael França2017-08-141-2/+1
|\ \
| * | Remove `:force` from PASSTHROUGH_OPTIONS for plugin generatorbogdanvlviv2017-08-131-1/+1
| * | Register `--api` option for plugin generator by PASSTHROUGH_OPTIONS constantbogdanvlviv2017-08-131-2/+1
| |/
* | Merge pull request #30241 from yhirano55/optimize_routes_indentationRafael Mendonça França2017-08-143-34/+28
|\ \
| * | Optimize routes indentationYoshiyuki Hirano2017-08-143-33/+27
| |/
* | Merge pull request #29891 from pat/frozen-string-literals-railtiesRafael França2017-08-14185-7/+377
|\ \
| * | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-14185-0/+370
| * | Railties updates for frozen string literals.Pat Allan2017-08-147-7/+7
| |/
* | Merge pull request #29994 from y-yagi/fix_test_runner_helpKasper Timm Hansen2017-08-143-22/+18
|\ \ | |/ |/|
| * Show minitest options in test runner helpyuuji.yaginuma2017-07-313-22/+18
* | Merge pull request #30166 from yhirano55/fix_generator_method_environmentRafael Mendonça França2017-08-112-13/+29
|\ \
| * | Optimize indentation for generator actionsYoshiyuki Hirano2017-08-112-13/+29
* | | Merge pull request #30114 from yhirano55/remove_empty_line_from_dummy_manifestRafael França2017-08-111-1/+0
|\ \ \
| * | | Removed empty line from dummy_manifestYoshiyuki Hirano2017-08-071-1/+0
* | | | Merge pull request #30116 from yhirano55/skip_unused_components_when_running_...Rafael Mendonça França2017-08-111-0/+15
|\ \ \ \
| * | | | Skip unused components when running in Rails pluginYoshiyuki Hirano2017-08-091-0/+15
* | | | | Merge pull request #30110 from yhirano55/add_git_sourceRafael Mendonça França2017-08-111-0/+1
|\ \ \ \ \
| * | | | | Add git_source to Gemfile for plugin generatorYoshiyuki Hirano2017-08-091-0/+1
| |/ / / /
* | | | | Merge pull request #30092 from bogdanvlviv/prevent-generation-extra-empty-linesRafael França2017-08-112-7/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Prevent generation extra empty lines in a plugin's Rakefilebogdanvlviv2017-08-092-7/+6
* | | | | `--skip-action-cable` pass throughs `rails plugin new`bogdanvlviv2017-08-101-1/+1
* | | | | Merge pull request #30091 from yhirano55/fix_engine_commandRafael França2017-08-081-0/+2
|\ \ \ \ \
| * | | | | Fix engine commandYoshiyuki Hirano2017-08-061-0/+2
| |/ / / /
* | | | | Merge pull request #30088 from y-yagi/use_the_same_key_as_presented_in_docRafael França2017-08-081-1/+1
|\ \ \ \ \
| * | | | | Use the same key as presented in docyuuji.yaginuma2017-08-091-1/+1
| | |/ / / | |/| | |