aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/scaffold_controller
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-051-3/+9
* Add attachment and attachments field generatorsChris Oliver2019-03-303-2/+10
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* 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-143-0/+6
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* [ci skip] Fix `scaffold_controller` generator usageOrhan Toy2017-05-291-1/+1
* Fix all rubocop violationsRafael Mendonça França2017-01-171-1/+0
* Don't generate HTML/ERB templates for scaffold controller with --api flagPrathamesh Sonpatki2017-01-071-1/+6
* 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
* applies new string literal convention in railties/libXavier Noria2016-08-061-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
* Fix class_option description for api generatorsSantiago Pastorino2015-06-111-1/+1
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-112-1/+67
* Fix scaffold generator with --helper=false optionRafael Mendonça França2015-01-011-0/+1
* Use short-form for the scaffold render calls and drop the needless testDavid Heinemeier Hansson2014-04-081-2/+2
* Added --model-name option scaffold_controller_generator.yalab2013-10-151-1/+1
* 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-102-66/+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-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