aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/controller/controller_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Gracefully handle extra "controller" when generating controllerfatkodima2018-03-231-1/+11
* Do not add routes when actions are not specifiedYuji Yaginuma2018-02-221-0/+1
* Remove unused `action` arg for `generate_routing_code`Ryuta Kamizono2017-08-151-2/+3
* Merge pull request #30241 from yhirano55/optimize_routes_indentationRafael Mendonça França2017-08-141-8/+7
|\
| * Optimize routes indentationYoshiyuki Hirano2017-08-141-8/+7
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|/
* 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
* Correct indent-accounting in controller route generationMatthew Draper2016-12-251-11/+14
* Oops!Akira Matsuda2016-12-121-1/+1
* :nail_care:Akira Matsuda2016-12-121-2/+2
* Explicitly show --no-helper and --no-assets options in help messageAkira Matsuda2016-10-281-0/+2
* applies new string literal convention in railties/libXavier Noria2016-08-061-1/+1
* Un-hide helper and assets options for controller generatorJon Moss2016-03-121-2/+1
* Do not show --helper and --assets options in the controller generator helpAkira Matsuda2015-04-251-1/+2
* fix indent in routes when using namespaced controllersyuuji.yaginuma2015-04-141-3/+4
* Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-1/+1
* s/Dont'/Don't/Akira Matsuda2014-08-151-1/+1
* Add a '--skip-routes' flag for the Controller generator.Lucas Mazza2014-06-241-2/+6
* Avoid namespacing routes inside enginesRobin Dupret2014-02-261-2/+2
* single quotes for controller generated routesCristian Mircea Messel2014-01-141-3/+3
* Using indent method to refactor controller generator.wangjohn2013-08-311-3/+3
* Generate namespaced routes correctly for generators. Fix for #11532Prathamesh Sonpatki2013-08-141-1/+35
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-2/+2
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* The controller and resource generators will now automatically produce asset s...David Heinemeier Hansson2011-04-141-1/+1
* Refactor namespaced generators to use module_namespacing block helperPiotr Sarnacki2010-09-241-1/+1
* Generators are not aware of namespace of isolated engines and applicationsPiotr Sarnacki2010-09-241-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+20
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-14/+0
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+14