aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/scaffold_controller/templates
Commit message (Expand)AuthorAgeFilesLines
* Add attachment and attachments field generatorsChris Oliver2019-03-302-2/+2
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* scaffold nested name controller should be fine.yalab2017-09-271-2/+2
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-222-4/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-142-0/+4
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-032-2/+2
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-032-2/+2
* Prevent a 500 in the default controller scaffoldGenadi Samokovarov2015-12-132-2/+2
* fix application_controller require_dependency path generated by api scaffold ...yuuji.yaginuma2015-11-081-1/+1
* fix application_controller require_dependency path generated by the scaffold ...yuuji.yaginuma2015-09-201-1/+1
* head :no_content is implicitly calledSantiago Pastorino2015-06-111-2/+0
* Make Rails API apps return the full resource on updateSantiago Pastorino2015-06-111-1/+1
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-111-0/+63
* Use short-form for the scaffold render calls and drop the needless testDavid Heinemeier Hansson2014-04-081-2/+2
* Remove unnecessary string interpolationMarcelo G. Cajueiro2013-07-091-2/+2
* Use less hyperbole in the language re: allowed parametersDavid Czarnecki2013-02-261-1/+1
* Added notice message for destroy method in scaffoldRahul P. Chaudhari2013-02-101-1/+1
* More consistent quotes in scaffold generatorPavel Pravosud2013-01-111-2/+2
* Include jbuilder by default and rely on its scaffold generator to show json A...David Heinemeier Hansson2013-01-101-57/+9
* No need to give an example where there is generated code right there to serve...David Heinemeier Hansson2013-01-051-5/+1
* Updating default application templates to use update instead of update_attrib...Amparo Luna + Guillermo Iguaran2013-01-031-1/+1
* 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-221-7/+16
* Extract a attributes_names method to avoid duplicationRafael Mendonça França2012-12-101-1/+1
* Deal with polymorphic attributes correctly in the generatorsRafael Mendonça França2012-12-101-2/+2
* 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
* 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
* Remove --http.José Valim2012-03-141-60/+0
* 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-141-0/+60
* 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