aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/scaffold_controller
Commit message (Expand)AuthorAgeFilesLines
* Fix spacing regression in scaffold generatorYehuda Katz2012-12-221-1/+3
* Fix syntax error in controller templateGuillermo Iguaran2012-12-221-4/+12
* Add --no-html to scaffold generatorYehuda Katz2012-12-222-7/+25
* Extract a attributes_names method to avoid duplicationRafael Mendonça França2012-12-102-10/+1
* Deal with polymorphic attributes correctly in the generatorsRafael Mendonça França2012-12-102-2/+11
* Use the references and belongs_id ids in the scaffold_controllerRafael Mendonça França2012-12-091-1/+1
* 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
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-6/+6
* 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
|/
* 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-162-2/+12
* Updated scaffold_controller generator docs #7146Aaron Cruz2012-07-311-4/+3
* 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 unused generator options. This was added for the removed rails new --httpSantiago Pastorino2012-04-181-3/+0
* Remove --http.José Valim2012-03-142-62/+1
* Fix scaffold controller template, ensure rake scaffold test pass by defaultCarlos Antonio da Silva2012-03-141-2/+2
* Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-142-1/+65
* 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-242-4/+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-233-0/+132
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-183-132/+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-243-0/+134