aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Hide assets, helper, css and js namespaces for api only appsSantiago Pastorino2015-06-111-0/+5
* rails new --api generates an api app skeletonSantiago Pastorino2015-06-111-0/+1
* add option to avoid generating scaffold.cssmasarakki2015-06-091-0/+2
* Speed up Levenshtein by 50% and reduce 97% of memory usageYuki Nishijima2015-04-111-2/+5
* Merge pull request #18395 from shunsukeaida/improve_generator_name_suggestionsRichard Schneeman2015-02-231-3/+1
|\
| * Improve generator name suggestions a bit.ShunsukeAida2015-02-221-3/+1
* | Small enhancement for generatorsHolger Frohloff2015-02-031-2/+2
|/
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Emit suggested generator names when not foundschneems2014-06-041-8/+52
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-011-0/+5
|\
| * document generators hidden_namespacesschneems2014-05-291-0/+5
* | print generators on failed generateschneems2014-05-261-12/+16
* | Revert "Merge pull request #15293 from schneems/schneems/generator-output-in-...Yves Senn2014-05-241-16/+12
* | print generators on failed generateschneems2014-05-241-12/+16
|/
* Require the top file and autoload Base classRafael Mendonça França2013-11-091-0/+1
* Remove "circular require considered harmful" errorRobin Dupret2013-11-011-2/+2
* s/plugin_new/pluginschneems2013-06-301-1/+1
* remove performance tests from the default stackYves Senn2013-01-101-2/+0
* Remove observers and sweepersRafael Mendonça França2012-11-281-2/+0
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-29/+29
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-1/+0
* Removing ==Examples and last blank lines of docs from railtiesFrancesco Rodriguez2012-05-141-4/+0
* Add hook for add_resource_routeSantiago Pastorino2012-04-181-0/+2
* Remove --http.José Valim2012-03-141-22/+1
* Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-141-0/+2
* Allow generator configs from http_only! to be overriden by appCarlos Antonio da Silva2012-03-141-1/+1
* Disable template, helper and assets options when using http_only!Carlos Antonio da Silva2012-03-141-1/+14
* Create generators http_only! setup and hide some common namespaces for nowCarlos Antonio da Silva2012-03-141-1/+7
* Rails::Plugin has goneSantiago Pastorino2012-01-031-11/+0
* Revert the serializers API as other alternatives are now also under discussionJosé Valim2011-11-251-3/+1
* Add a hook for serializers in the scaffold generator (off for now).José Valim2011-11-251-1/+3
* fix ambiguous * and remove unused variableAaron Patterson2011-08-241-2/+2
* Move Coffee generators and templates to Coffee Railtie and create javascript_...Santiago Pastorino2011-06-291-1/+1
* Removed rescue branch for Rails 2.x compatibilityAlexey Gaziev2011-06-201-3/+0
* Fix regexp in generators for right catching error messageAlexey Gaziev2011-06-201-1/+1
* Use mattr_accessor :namespaceStefan Sprenger2011-06-071-10/+2
* Use namespace if it's a mountable engineStefan Sprenger2011-06-071-0/+10
* Streamline generators initialization flow.José Valim2011-05-251-11/+1
* Hide css:* and the default stylesheet from rails gwycats2011-05-241-1/+6
* Update generator config to support hiding namespaces and pass the app into ge...wycats2011-05-241-0/+1
* Move SCSS generators and default templates from Rails to the Sass Railtie (d4...tomhuda2011-05-241-1/+1
* default orm and test_framework to false; change application.rb template accor...Aditya Sanghi2011-05-061-2/+2
* Fix assets generators.José Valim2011-04-171-0/+1
* Make generators more modular, add hooks and improve test suite.José Valim2011-04-171-2/+7
* The controller and resource generators will now automatically produce asset s...David Heinemeier Hansson2011-04-141-0/+1
* Allow generators nested in more than one levelSantiago Pastorino2011-01-121-1/+1
* Ensure that app generator is not loaded twice to get rid of warningsPiotr Sarnacki2010-11-221-0/+1
* Tidy up generators commits.José Valim2010-11-171-0/+1
* Perf: speed up 2 methods in railties.Emilio Tagua2010-09-221-4/+1
* Trifling typosRaphomet2010-08-211-2/+2