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
2008-03-31 04:59:23 +00:00
..
generators rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb 2008-03-31 04:59:23 +00:00
scripts We changed name to scaffold 2007-05-18 14:37:44 +00:00
base.rb Table names aren't nested: replace / with _ to match the likely table name. 2007-11-16 23:01:24 +00:00
commands.rb Switched to UTC-timebased version numbers for migrations and the schema. This will as good as eliminate the problem of multiple migrations getting the same version assigned in different branches. Also added rake db:migrate:up/down to apply individual migrations that may need to be run when you merge branches (closes #11458) [jbarnette] 2008-03-28 21:21:01 +00:00
generated_attribute.rb Added script/generate resource which works just like scaffold_resource, but creates empty placeholders instead of predefined [DHH] Added generated attribute options to script/generate model, like the one found in scaffold_resource and resource [DHH] 2006-10-09 00:08:13 +00:00
lookup.rb Fixed that script/generate would not look for plugin generators in plugin_paths (closes #11000) [glv] 2008-03-13 02:47:26 +00:00
manifest.rb
options.rb Git support for script/generate. Closes #10690. 2008-02-02 02:55:14 +00:00
scripts.rb Fixed that script/generate would not look for plugin generators in plugin_paths (closes #11000) [glv] 2008-03-13 02:47:26 +00:00
secret_key_generator.rb Move SecretKeyGenerator comments to the correct place for rdoc. Closes #10940 [FooBarWidget] 2008-02-09 22:18:38 +00:00
simple_logger.rb
spec.rb Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. Closes #8730. 2007-06-27 09:25:25 +00:00