rails/railties/lib/rails_generator
2005-11-10 16:14:25 +00:00
..
generators Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path. public/dispatcher.* still uses the hard-coded path for compatibility with web servers that dont have Ruby in path [DHH] 2005-11-09 21:15:41 +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 Backing out of #2496. Comparing md5 checksums is in no way faster than doing a direct compare. Benchmarks help. 2005-10-08 20:12:16 +00:00
lookup.rb Added that plugins can carry generators and that generator stub files can be created along with new plugins using script/generate plugin <name> --with-generator [DHH] 2005-10-28 23:52:34 +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 Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig] 2005-09-02 10:04:15 +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