aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb
Commit message (Expand)AuthorAgeFilesLines
* Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-142-2/+2
* Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* Remove field ids from scaffold formyuuji.yaginuma2017-11-261-3/+3
* Use .tt extension to all the template filesRafael Mendonça França2017-11-138-0/+0
* [Railties] require_relative => requireAkira Matsuda2017-10-213-4/+4
* scaffold nested name controller should be fine.yalab2017-09-272-5/+5
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-143-0/+6
* [Railties] require => require_relativeAkira Matsuda2017-07-013-4/+4
* 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
* generate mailer layout files only when it does not existyuuji.yaginuma2017-02-021-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-252-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in railties/libXavier Noria2016-08-063-7/+7
* generate mailer layout files if it does not already existyuuji.yaginuma2016-05-153-0/+21
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
* ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-173-13/+0
* 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
* Merge pull request #18393 from y-yagi/fix_mailerRafael Mendonça França2015-02-181-1/+5
|\
| * follow up to #18074yuuji.yaginuma2015-01-081-1/+5
* | 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
* | Don't remove mailer layouts filesyuuji.yaginuma2014-11-271-3/+5
* | Generate mailer layouts even if no action is given.Guo Xiang Tan2014-11-251-4/+4
* | MailerGenerator should inherit from Base.Guo Xiang Tan2014-11-251-3/+4
* | Add tests which were incorrectly removed.Guo Xiang Tan2014-11-251-4/+4
* | Removing unnecessary File.join callsAndy Jeffries2014-11-241-1/+1
* | Creates an ApplicationMailer and layout by default, including html and body t...Andy Jeffries2014-11-213-0/+26
* | 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
* Always return an array from formats so there is no need to wrap it when callingCarlos Antonio da Silva2014-03-042-2/+2
* fix path shown in mailer's templatesKassio Borges2014-02-142-2/+2
* `html` and `text` templates for mailers by defaultKassio Borges2013-12-204-6/+15
* 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