aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/scaffold
Commit message (Expand)AuthorAgeFilesLines
* 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