aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/scaffold
Commit message (Expand)AuthorAgeFilesLines
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add system tests to generate scaffoldDinah Shi2017-06-301-3/+0
* Refactor config settings to use generated fileeileencodes2017-02-201-1/+3
* Add generators and ability to run system testseileencodes2017-02-201-0/+2
* applies new string literal convention in railties/libXavier Noria2016-08-061-1/+1
* Fix and optimize scaffold CSS [ci skip]Andrii Ponomarov2016-05-221-8/+4
* [ci skip] Space out framework names in USAGEKasper Timm Hansen2015-12-301-1/+1
* Remove <br> from scaffold, in favor of using CSSSean Collins2015-11-251-0/+4
* add option to avoid generating scaffold.cssmasarakki2015-06-091-1/+2
* Add missing type reference hereZachary Scott2015-05-241-1/+1
* Fix formatting of scaffold cssSean Collins2015-04-221-7/+20
* Add a margin to body and padding to th, td.Adrien Lamothe2015-01-291-0/+11
* Additional clarification on password:digest in scaffold and model generator h...noinkling2014-07-251-3/+5
* Add password:digest information to scaffold generator help text [ci skip]noinkling2014-07-251-1/+5
* Use Ruby 1.9 syntaxRafael Mendonça França2013-05-041-2/+2
* Fixes Scaffold generator with --assets=falseArun Agrawal2013-05-041-0/+2
* Don't generate a scaffold.css if no-assetsKevin Glowacz2013-03-201-0/+1
* Changed if ! to unlessPavel Pravosud2013-01-111-1/+1
* Include jbuilder by default and rely on its scaffold generator to show json A...David Heinemeier Hansson2013-01-101-6/+1
* Add --no-html to scaffold generatorYehuda Katz2012-12-221-1/+12
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* Tidy up migration types.José Valim2011-12-241-9/+15
* Revert the serializers API as other alternatives are now also under discussionJosé Valim2011-11-251-1/+0
* Add a hook for serializers in the scaffold generator (off for now).José Valim2011-11-251-0/+1
* Move SCSS generators and default templates from Rails to the Sass Railtie (d4...tomhuda2011-05-242-69/+2
* Some readme fixes as required. Arun Agrawal2011-05-101-2/+2
* Make generators more modular, add hooks and improve test suite.José Valim2011-04-173-1/+134
* Partially revert "A new application now comes with a layout and a stylesheet."Jeremy Kemper2010-04-091-0/+1
* A new application now comes with a layout and a stylesheet.José Valim2010-04-061-1/+0
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-232-0/+42
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-182-42/+0
* Scaffolding generates new routing dsl examplesJoshua Peek2009-12-091-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-242-0/+42