aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-241-2/+1
* Tidy up generators based on latest change on AM.José Valim2010-06-131-1/+1
* Hide remaining generators hooks [#4790 state:resolved]José Valim2010-06-081-1/+5
* Still copy application configuration to generator even if they are required e...José Valim2010-06-031-6/+2
* Update hidden namespace mechanism to work better with alternate choices and t...wycats2010-05-051-4/+42
* Partially revert "A new application now comes with a layout and a stylesheet."Jeremy Kemper2010-04-091-0/+2
* Remove :layout option from generators.José Valim2010-04-061-5/+0
* A new application now comes with a layout and a stylesheet.José Valim2010-04-061-2/+0
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-2/+2
* Prettify generators description whenever using the default stack [#4143 statu...José Valim2010-03-121-0/+4
* Add autoload to generators modules and fix failing test.José Valim2010-02-261-1/+7
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-2/+2
* Add missing -h/--help flag to several rails command [#3909 status:resolved]Prem Sichanugrist2010-02-101-2/+2
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-0/+5
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-031-3/+1
* Rename usage path to command to just the command nameDavid Heinemeier Hansson2010-02-021-2/+1
* Add config.generators.fallbacks.José Valim2010-02-011-0/+1
* Automatically configure generators if application is defined.José Valim2010-01-291-0/+3
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-281-6/+1
* Cleanup the test_unit generator move into the railtieCarl Lerche2010-01-281-7/+2
* Fix the test_framework generator testsCarl Lerche2010-01-281-0/+1
* Test::Unit Railtie Carlhuda2010-01-281-2/+1
* Ensure app does not show up in generators.José Valim2010-01-261-0/+1
* Give higher priority to rails generators.José Valim2010-01-211-9/+14
* Don't let generators die if rubygems puts crap in your load path.José Valim2010-01-211-1/+3
* Allow railties to specify generators paths.José Valim2010-01-191-14/+24
* Improve script/generate help.José Valim2010-01-191-1/+11
* Improve generators help.José Valim2010-01-181-26/+48
* More cleaning up on rails generators load path.José Valim2010-01-181-42/+37
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-52/+26
* Automatically remove :generators: from namespaces.José Valim2010-01-181-1/+1