aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold/templates
Commit message (Expand)AuthorAgeFilesLines
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-051-1/+1
* Add attachment and attachments field generatorsChris Oliver2019-03-302-0/+11
* Indentation >>Akira Matsuda2019-03-131-3/+3
* Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-142-2/+2
* Remove field ids from scaffold formyuuji.yaginuma2017-11-261-3/+3
* Use .tt extension to all the template filesRafael Mendonça França2017-11-135-0/+0
* scaffold nested name controller should be fine.yalab2017-09-272-5/+5
* add field ids when generating a scaffold form.Yves Senn2017-03-261-3/+3
* Default to yielding a `form` variable.Kasper Timm Hansen2017-03-201-8/+8
* disable remote submitsIvan Velasquez2017-03-141-1/+1
* user form with instead of form for in scaffold generatorIvan Velasquez2017-03-131-1/+1
* Remove <br> from scaffold, in favor of using CSSSean Collins2015-11-251-3/+3
* titleizing the New LinkThiago Pinto2015-07-201-1/+1
* Add blank lines between divs in form scaffoldingSean Collins2015-04-201-0/+2
* Clean up grammar in scaffold index view, by removing the word 'Listing' from ...Adrien Lamothe2015-01-121-1/+1
* Merge pull request #13434 from tanraya/local_variablesCarlos Antonio da Silva2015-01-033-6/+6
|\
| * Use local variables in _form.html.erb generated by scaffold generator.tanraya2014-07-263-6/+6
* | Give password_confirmation div the "field" class in erb form templatenoinkling2014-07-291-1/+1
|/
* Display notice in index.html pages in scaffolded generated viewsArun Agrawal2014-07-041-0/+2
* Titling the model name in views generated by scaffold.Amit Suryavanshi2014-06-183-3/+3
* Avoid unnecessary conditional blockGiovanni Cappellotto2014-05-011-5/+0
* Dont abbreviate that which needs no abbreviationDavid Heinemeier Hansson2014-04-081-2/+2
* Fix the indentation on the from template of the scaffold generatorRafael Mendonça França2013-08-191-3/+3
* Use GeneratedAttribute#column_name if #reference? scaffold_generator in _form...Zachary Scott2013-07-231-0/+5
* Use Colspan in th TagsSıtkı Bağdat2013-06-171-3/+1
* Unindent attributes iteration in scaffold index templateCarlos Antonio da Silva2013-04-181-2/+2
* Indent around the scaffold loopDavid Heinemeier Hansson2013-04-181-8/+8
* HTML5 breaksDavid Heinemeier Hansson2013-04-182-4/+4
* Add support for generate scaffold password:digestSam Ruby2013-03-133-3/+12
* :scissors: extra blank lineAkira Matsuda2013-03-021-1/+0
* Needless fancy structure that did not anythingDavid Heinemeier Hansson2013-01-051-1/+3
* Fix indention issue in generated templateDavid Heinemeier Hansson2013-01-051-2/+2
* Fix indention issue in generated templateDavid Heinemeier Hansson2013-01-051-2/+2
* Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-07-181-1/+1
* Close #3886 - Add THEAD and TBODY to scaffold markuptwinturbo2012-04-291-16/+20
* Changes b tag to strong CollectiveJam2012-04-161-1/+1
* Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-131-1/+1
* Use content_tag_for with array by default on scaffold.José Valim2012-01-261-4/+2
* for ... in => .eachAkira Matsuda2011-05-183-4/+4
* Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...Prem Sichanugrist2011-04-101-1/+1
* Change inside_namespace method to inside_template and use it in all templates...Piotr Sarnacki2010-11-165-10/+0
* Fix scaffold generator to be aware of namespace in isolated enginePiotr Sarnacki2010-11-035-0/+10
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-235-16/+16
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-203-3/+3
* Rename fieldWithErrors style to field_with_errors. Remove unused alert style.Jeremy Kemper2010-04-241-1/+1
* Cleanup indention and spacing and turn errorExplanation into error_explanatio...David Heinemeier Hansson2010-04-131-8/+9
* Use pluralize to properly inflect the number of errors.José Valim2010-04-101-1/+1
* Remove error_messages_for from scaffold.José Valim2010-04-101-1/+10
* Need a double escape thereDavid Heinemeier Hansson2010-04-091-1/+1
* Notice/alert are out of the layout, so notice has to go back into show to mak...David Heinemeier Hansson2010-04-091-0/+2