rails/railties/lib/rails_generator
2006-02-25 18:41:13 +00:00
..
generators Added -d/--database option to the rails command, so you can do "rails --database=sqlite2 myapp" to start a new application preconfigured to use SQLite2 as the database. Removed the configuration examples from SQLite and PostgreSQL from the default MySQL configuration [DHH] 2006-02-25 18:41:13 +00:00
scripts A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +00:00
base.rb Make table_name and controller_name in generators honor AR::Base.pluralize_table_names. 2005-09-28 00:06:39 +00:00
commands.rb Make migration generator only report on exact duplicate names, not partial dupliate names. Closes #3442. 2006-01-13 09:26:53 +00:00
lookup.rb Name vendor/generators source differently from lib/generators source. 2005-12-09 23:41:46 +00:00
manifest.rb Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] 2005-02-07 13:14:05 +00:00
options.rb Better svn status matching for generators. Closes #2814. 2005-11-10 16:14:25 +00:00
scripts.rb Update instructions on how to find and install generators. Closes #3172. 2005-12-11 05:06:06 +00:00
simple_logger.rb Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] 2005-02-07 13:14:05 +00:00
spec.rb Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] 2005-02-07 13:14:05 +00:00