aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-142-2/+2
* Fixing build failuresVijay Dev2012-10-113-9/+9
* nodoc Erb::Generators [ci skip]Francesco Rodriguez2012-10-073-9/+9
* 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
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-241-6/+1
* 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
* Remove :layout option from generators.José Valim2010-04-061-1/+0
* A new application now comes with a layout and a stylesheet.José Valim2010-04-062-23/+0
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-2311-0/+157
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1811-174/+0
* Add documentation to f.submit and make scaffold generators use the new shortcut.José Valim2010-01-141-5/+1
* Rails layouts, error pages, and public/index now use HTML5.Dan Croak2010-01-051-1/+0
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-171-1/+1
* Don't need h in there now that XSS protection is on by defaultMichael Koziarski2009-10-082-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2411-0/+179