aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-291-1/+3
* Remove `javascripts` and `javascript_engine` options for generatorsbogdanvlviv2018-10-221-2/+0
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-2/+0
* Turn on performance based copsDillon Welch2018-07-231-1/+1
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Remove unnecessary line break and quotesyuuji.yaginuma2018-03-301-2/+2
* Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-231-6/+5
* Extract Rails::Command::SpellcheckerGenadi Samokovarov2018-03-041-1/+1
* Removed "private" generators from command list.Wojciech Wnętrzak2018-02-021-0/+3
* Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-221-1/+2
* Do not show credentials in generators helpyuuji.yaginuma2017-11-091-0/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
* Optimize indentation for generator actionsYoshiyuki Hirano2017-08-111-0/+1
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Use appropriate type for `test_framework` optionyuuji.yaginuma2017-03-011-1/+1
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-231-0/+1
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-231-1/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-231-0/+1
* Refactor config settings to use generated fileeileencodes2017-02-201-1/+1
* Add generators and ability to run system testseileencodes2017-02-201-0/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-01-111-1/+1
|\
| * Capitalize Thor gem nameJon Moss2016-12-191-1/+1
* | Privatize some methods that were originally protectedAkira Matsuda2016-12-251-25/+27
* | Prefer class << self; def over def self.Akira Matsuda2016-12-251-200/+200
* | `protected` here doesn't protect anythingAkira Matsuda2016-12-251-26/+25
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Initial command structure.Kasper Timm Hansen2016-09-251-153/+65
* [ci skip] Update Levenshtein code with better attribution.Kasper Timm Hansen2016-09-121-1/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-34/+34
* generate mailer views in Rails APIyuuji.yaginuma2016-02-151-1/+5
* do not show Active Job test generatoryuuji.yaginuma2015-11-141-0/+1
* Fix strange messages for `rails g foo`FUJI Goro (gfx)2015-09-071-1/+1
* Document Generators.api_only! methodSantiago Pastorino2015-06-111-0/+4
* Api apps scaffold does not generate assetsSantiago Pastorino2015-06-111-0/+1
* Api apps scaffold does not generate helpersSantiago Pastorino2015-06-111-0/+1
* Api apps scaffold does not generate viewsSantiago Pastorino2015-06-111-1/+2
* config.generators.api_only = true set rails api option on generatorsSantiago Pastorino2015-06-111-0/+4
* Hide assets, helper, css and js namespaces for api only appsSantiago Pastorino2015-06-111-0/+5
* rails new --api generates an api app skeletonSantiago Pastorino2015-06-111-0/+1
* add option to avoid generating scaffold.cssmasarakki2015-06-091-0/+2
* Speed up Levenshtein by 50% and reduce 97% of memory usageYuki Nishijima2015-04-111-2/+5
* Merge pull request #18395 from shunsukeaida/improve_generator_name_suggestionsRichard Schneeman2015-02-231-3/+1
|\
| * Improve generator name suggestions a bit.ShunsukeAida2015-02-221-3/+1
* | Small enhancement for generatorsHolger Frohloff2015-02-031-2/+2
|/
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2