aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/controller
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* 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
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-0/+0
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-221-2/+0
* 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-142-0/+4
|/
* 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
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+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
* A few more tests asserting the presence of helper test stubsDavid Heinemeier Hansson2014-08-031-1/+0
* 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
* Missing mention about a generated file [ci skip]Robin Dupret2013-06-221-0/+1
* The controller generator invokes assets generator in additionAkira Matsuda2013-01-061-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-1/+1
|\
| * update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* | Update test locationsMike Moore2012-10-091-4/+4
|/
* Change generators controller help from singular to plural example.Philipp Weissensteiner2012-08-281-6/+6
* Make method name consistent with existing methodsAndrew White2012-06-061-1/+1
* Fixed the application_controller require_dependency path generated by the app...Fred Wu2012-06-061-1/+1
* remove unneeded blank line from !namespeced? controller generatorsAkira Matsuda2012-06-011-1/+1
* Use require_dependency in generated controllersPiotr Sarnacki2012-05-221-1/+1
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-201-0/+4
* Remove redundant blank line at the bottomAkira Matsuda2011-11-071-1/+1
* for ... in => .eachAkira Matsuda2011-05-181-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-242-1/+3
* 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-233-0/+45
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-183-39/+0
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-0/+39