1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails_generator
2006-04-01 06:29:32 +00:00
..
generators Added -f/--freeze option to rails command for freezing the application to the Rails version it was generated with [DHH] Fixed rake rails:freeze:gems (closes #4518) [benji@silverinsanity.com] 2006-04-01 06:29:32 +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 Don't raise when the migration file is missing or it'll stop destroy model in 2006-03-26 22:15:19 +00:00
lookup.rb Name vendor/generators source differently from lib/generators source. 2005-12-09 23:41:46 +00:00
manifest.rb
options.rb Generator::Base#usage takes an optional message argument which defaults to Generator::Base#usage_message. 2006-02-28 20:58:29 +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
spec.rb