aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/scaffold_controller/templates/controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the spaces after the open bracket and before the close bracket.Rafael Mendonça França2012-12-091-1/+1
* use :only instead of :except callback option in the controller templateFrancesco Rodriguez2012-12-071-3/+2
* Let the scaffold example use the "set shared record" pattern to explain callb...David Heinemeier Hansson2012-12-071-6/+7
* Removed sorting of attribute names in controller generator.Brian Morearty2012-09-231-1/+1
* Change scaffold_generator: Don't use #require or #permit in scaffold if attri...Guillermo Iguaran2012-09-161-0/+4
* Change scaffold_controller to generate and use private method to encapsulate ...Guillermo Iguaran2012-09-161-2/+10
* 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
* Fix scaffold controller template, ensure rake scaffold test pass by defaultCarlos Antonio da Silva2012-03-141-2/+2
* Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-131-10/+10
* consistently mention first patch, then putXavier Noria2012-02-241-2/+2
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-2/+2
* Scaffold returns 204 No Content for API requests without content. This makes ...José Valim2011-10-261-2/+2
* Keep the same API semantics for update/delete as we had for XML (just return ...David Heinemeier Hansson2011-04-111-2/+2
* Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...Prem Sichanugrist2011-04-101-13/+13
* Make scaffold_controller generator generate code for JSON response instead of...Prem Sichanugrist2011-04-101-14/+14
* Fix scaffold generator to be aware of namespace in isolated enginePiotr Sarnacki2010-11-031-0/+2
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-241-2/+0
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-27/+27
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+85
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-85/+0
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-171-4/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+87