aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/controller
Commit message (Expand)AuthorAgeFilesLines
* 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