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/generators
2010-07-26 12:51:48 -03:00
..
erb Remove the --singeleton option from scaffold generator. 2010-06-24 20:17:59 +02:00
rails application generation: --skip-testunit and --skip-activerecord renamed to --skip-test-unit and --skip-active-record respectively 2010-07-25 22:55:38 +02:00
test_unit Remove the --singeleton option from scaffold generator. 2010-06-24 20:17:59 +02:00
actions.rb Fixed many references to the old config/environment.rb and Rails::Initializer 2010-07-13 13:00:21 +02:00
active_model.rb By default use ActiveModel API in controller generators, unless otherwise specified [#3123 status:resolved] 2009-10-17 15:56:44 -03:00
base.rb Fixes usage message when running rails without --dev on a cloned rails repo 2010-07-26 12:51:48 -03:00
erb.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
generated_attribute.rb Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 state:resolved] 2010-06-10 20:04:49 +02:00
migration.rb Changes migration number to version due to ambiguity. [#3065 state:committed] 2010-03-28 12:16:46 +04:30
named_base.rb Patch for Namespace problem in Scaffold. [#4763 state:resolved] 2010-06-23 09:30:55 +02:00
resource_helpers.rb Patch for Namespace problem in Scaffold. [#4763 state:resolved] 2010-06-23 09:30:55 +02:00
test_case.rb application generation: --skip-testunit and --skip-activerecord renamed to --skip-test-unit and --skip-active-record respectively 2010-07-25 22:55:38 +02:00
test_unit.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00