aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/actions.rb
Commit message (Expand)AuthorAgeFilesLines
* create a newline between blocks when gem_group, github and add_source was cal...masakazutakewaka2019-07-211-3/+7
* Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-191-8/+14
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-191-2/+4
* Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-171-11/+0
* Remove deprecated `capify!`Rafael Mendonça França2019-01-171-9/+0
* Abort early if generator command fails (#34420)David Rodríguez2018-12-071-1/+4
* add github to template actions, light DSL refactorBarry Allard2018-08-301-15/+41
* Turn on performance based copsDillon Welch2018-07-231-1/+1
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-0/+2
* Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-061-1/+7
* Support multiple versions arguments for `gem` method of GeneratorsYoshiyuki Hirano2017-08-191-5/+10
* Fix format of generator docs [ci skip]Yoshiyuki Hirano2017-08-151-1/+1
* Merge pull request #30241 from yhirano55/optimize_routes_indentationRafael Mendonça França2017-08-141-1/+1
|\
| * Optimize routes indentationYoshiyuki Hirano2017-08-141-1/+1
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|/
* Optimize indentation for generator actionsYoshiyuki Hirano2017-08-111-13/+28
* [ci skip] Fix rails_command commentsYoshiyuki Hirano2017-08-011-3/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Deprecate an `capify!` method in generators and templatesyuuji.yaginuma2017-06-181-0/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-5/+5
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-10/+10
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-5/+5
* remove unused requireMohamad Abras2016-03-291-2/+0
* AppGenerator: allow both 'rake' and 'rails'claudiob2016-03-091-6/+21
* Invoke 'rails' instead of 'rake' in AppGeneratorclaudiob2016-02-201-1/+1
* AppGenerator: Replace 'rake' with 'rails_command'claudiob2016-02-201-0/+1
* Rails::Generators::Actions#gem should work even if frozen string is passed as...Prathamesh Sonpatki2016-01-241-1/+1
* Fixes using `add_source` with a block after using `gem` in a custom railsWill Fisher2015-12-211-1/+1
* Route generator should be idempotent - closes #22082Thiago Pinto2015-10-311-1/+1
* Change wrong usage in documentation about autoload_paths [ci skip]Mehmet Emin İNAÇ2015-07-021-2/+2
* modify add_source in application template to take a block for gem entriesHirofumi Wakasugi2015-06-251-2/+16
* Add a new-line to the end of route method generated code.Arthur Neves2015-03-181-1/+1
* Force generated route to be insertedAndrew White2015-02-051-1/+1
* Don't remove all line endings from routes.rbAndrew White2015-02-031-2/+2
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-2/+2
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-2/+2
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-2/+2
* fix broken `gem` method with non-String arguments. Closes #16709.Yves Senn2014-08-271-4/+6
* Add an after_bundle callback in Rails templatesStefan Kanev2014-08-031-0/+11
* Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotesYves Senn2014-05-271-4/+13
|\
| * Replace double quotes with single quotes while adding an entry into Gemfilealexbel2014-05-261-4/+14
|/
* Replace map.flatten with flat_map in railtiesErik Michaels-Ober2014-03-041-1/+1