aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator
Commit message (Expand)AuthorAgeFilesLines
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-251-1/+1
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-061-3/+4
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-2/+6
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-011-2/+2
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-011-1/+1
* Don't raise when the migration file is missing or it'll stop destroy model inScott Barron2006-03-261-1/+5
* Beef up the default test just a tadDavid Heinemeier Hansson2006-03-251-0/+6
* The Ruby path should be a string (closes #4361) [DHH]David Heinemeier Hansson2006-03-251-1/+1
* Add an integration test generatorJamis Buck2006-03-253-0/+34
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-202-8/+4
* Fix for destroying migrations made when generating a model (closes #4246) [to...David Heinemeier Hansson2006-03-191-2/+5
* Make generation of namespaced models produce proper migrations #4219 [Caio Ch...David Heinemeier Hansson2006-03-181-2/+2
* Doc fix (closes #4209) [Caio Chassot]David Heinemeier Hansson2006-03-182-2/+2
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-142-1/+9
* Dont generate migration when doing scaffoldingDavid Heinemeier Hansson2006-03-051-1/+1
* Migrations created alongside models should be called CreateModels not AddMode...David Heinemeier Hansson2006-03-051-2/+2
* Added public/javascripts/application.js as a sample since it'll automatically...David Heinemeier Hansson2006-03-041-15/+6
* Added -a/--with-assets option to rails generator that will include default as...David Heinemeier Hansson2006-03-041-3/+13
* Migrations should use symbols now that the schema dumper is switching to that...David Heinemeier Hansson2006-03-041-3/+3
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-2/+2
* Guard against app generation if the database specified isnt supported for pre...David Heinemeier Hansson2006-02-281-0/+3
* Generator::Base#usage takes an optional message argument which defaults to Ge...Jeremy Kemper2006-02-281-2/+2
* Stop annoying me when Im changing fixtures for other tests firstDavid Heinemeier Hansson2006-02-281-1/+1
* Add integration test support to app generation and testingJamis Buck2006-02-281-0/+1
* Added -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-1/+1
* Added collision option to template generation in generators (closes #3329) [a...David Heinemeier Hansson2006-02-261-2/+4
* rake appdoc fails with unrecognized option (closes #3757) [Jakob S]David Heinemeier Hansson2006-02-251-1/+1
* Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-253-3/+7
* Added that script/generate model will now automatically create a migration fi...David Heinemeier Hansson2006-02-253-1/+30
* Prepare order for uncommenting, use consistent opt options [DHH]David Heinemeier Hansson2006-02-251-2/+3
* Added -d/--database option to the rails command, so you can do "rails --datab...David Heinemeier Hansson2006-02-251-16/+18
* Correct the case of the CSS declarations. [Blair Zajac] Closes #3171Michael Koziarski2006-01-131-4/+4
* Make migration generator only report on exact duplicate names, not partial du...Marcel Molina2006-01-131-1/+1
* Fix typo in mailer generator USAGE. Closes #3458.Marcel Molina2006-01-131-1/+1
* Update instructions on how to find and install generators. Closes #3172.Marcel Molina2005-12-111-2/+2
* Name vendor/generators source differently from lib/generators source.Jeremy Kemper2005-12-091-2/+2
* Generator looks in vendor/generators also.Jeremy Kemper2005-12-091-2/+5
* Fix shebang handling for empty files. References #2927.Jeremy Kemper2005-12-091-4/+3
* Generator copies files in binary mode. References #3156.Jeremy Kemper2005-12-091-2/+2
* Add install.rb file to plugin generation which is loaded, if it exists, when ...Marcel Molina2005-12-033-1/+5
* Model generator: correct relative path to test_helper in unit test.Jeremy Kemper2005-11-221-1/+1
* Remove superfluous check for pluralize_table_names (use table_name which does...Sam Stephenson2005-11-221-1/+1
* Allows generator to specify migrations directory. References #2960.Jeremy Kemper2005-11-203-4/+9
* Introducing the session_migration generator. Creates an add_session_table mi...Jeremy Kemper2005-11-205-53/+88
* Windows: eliminate the socket option in database.yml. Closes #2924.Jeremy Kemper2005-11-181-2/+3
* Eliminate nil from newly generated logfiles. References #2927.Jeremy Kemper2005-11-181-1/+1
* Better svn status matching for generators. Closes #2814.Jeremy Kemper2005-11-101-1/+6
* Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path...David Heinemeier Hansson2005-11-091-4/+5
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-0/+1
* Copy lighttpd.conf when it is first needed, instead of on app creationJamis Buck2005-11-071-1/+0