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
Antonio Cangiano f0e90740d0 Add IMB DB support to Rails application generator. [#1136 state:resolved]
Usage : rails app_name -d ibm_db

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-10-04 13:54:27 +01:00
..
generators Add IMB DB support to Rails application generator. [#1136 state:resolved] 2008-10-04 13:54:27 +01:00
scripts Merge with docrails. 2008-07-16 13:01:23 +01:00
base.rb Merge docrails. 2008-05-25 12:29:00 +01:00
commands.rb Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved] 2008-07-17 02:54:45 +01:00
generated_attribute.rb Generate belongs_to association when generating a model 2008-08-23 21:54:43 +03:00
lookup.rb Ensure script/generate finds generators from symlinked plugins. [#449 state:resolved] 2008-07-12 17:51:48 +01: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 Git support for script/generate. Closes #10690. 2008-02-02 02:55:14 +00:00
scripts.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
secret_key_generator.rb Formally deprecate the old secret key generator 2008-08-27 15:18:07 +02: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 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