aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-071-1/+1
* Added script/about to display formatted Rails::Info outputSam Stephenson2005-11-051-1/+1
* Scaffold-generated controller action gives paginate the plural_ rather than s...Jeremy Kemper2005-11-051-1/+1
* Added demonstration of fixture use to the test case generated by the model ge...David Heinemeier Hansson2005-11-022-7/+3
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-3/+0
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-291-0/+1
* Add default Mac + DarwinPorts MySQL socket locations to the app generator.Jeremy Kemper2005-10-291-5/+11
* Don't dirty up the command delegates' base class with methods that belong in ...Jeremy Kemper2005-10-291-5/+5
* Migrations may be destroyed: script/destroy migration foo. Closes #2635.Jeremy Kemper2005-10-291-5/+52
* Added that plugins can carry generators and that generator stub files can be ...David Heinemeier Hansson2005-10-285-2/+44
* Removed app/apis as a default empty dir since its automatically created when ...David Heinemeier Hansson2005-10-281-2/+0
* Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma...David Heinemeier Hansson2005-10-281-1/+1
* Add Rakefile to plugin generator. Let test_plugins rake task look deeper int...Jeremy Kemper2005-10-283-12/+40
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-10-281-3/+4
* Plugin tests should include test/unitDavid Heinemeier Hansson2005-10-281-0/+2
* Added plugin generator to create a stub structure for a new plugin in vendor/...David Heinemeier Hansson2005-10-288-1/+51
* Use the old way of getting args to the scaffold generator and un-screwup the ...Jeremy Kemper2005-10-281-5/+3
* Added app/services as a default dir in the Rails skeleton and to the load pat...David Heinemeier Hansson2005-10-281-0/+1
* Fixed scaffold generator when started with only 1 parameter (closes #2609) [s...David Heinemeier Hansson2005-10-281-1/+8
* Proper CSS color definition (closes #2334)David Heinemeier Hansson2005-10-261-1/+1
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-1/+1
* Scaffold generator pays attention to the controller name. Closes #2562.Jeremy Kemper2005-10-221-1/+1
* attempt to fix #2500Michael Koziarski2005-10-171-2/+7
* suppress mysql_config errorsJeremy Kemper2005-10-171-1/+1