rails--rails/railties/test/generators
Jeff Kreeftmeijer d93b45e8d3 Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-10 20:04:49 +02:00
..
actions_test.rb Bundler deprecated options in Gemfile with application template using method "gem" [#4534 state:resolved] 2010-05-15 09:43:20 +02:00
app_generator_test.rb Fix generator test broken when rails new was added. 2010-06-08 16:05:19 +02:00
controller_generator_test.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_test.rb Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 state:resolved] 2010-06-10 20:04:49 +02:00
generator_generator_test.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
generators_test_helper.rb Still copy application configuration to generator even if they are required earlier. Also tidy up the guide a little bit. 2010-06-03 23:32:12 +10:00
helper_generator_test.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
integration_test_generator_test.rb Remove the laziness from the middleware stack. 2010-06-03 23:32:10 +10:00
mailer_generator_test.rb Reorganize the mailer generator a bit. 2010-04-30 12:11:38 +02:00
migration_generator_test.rb Make the migration generator handle pre-existing migrations with the same timestamp. 2010-04-19 14:48:31 +12:00
model_generator_test.rb Generate module file for namespaced models [#4230 state:resolved] 2010-04-12 10:57:27 +02:00
named_base_test.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
observer_generator_test.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
performance_test_generator_test.rb Remove the laziness from the middleware stack. 2010-06-03 23:32:10 +10:00
plugin_generator_test.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
resource_generator_test.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
scaffold_controller_generator_test.rb Partially revert "A new application now comes with a layout and a stylesheet." 2010-04-09 10:04:20 -07:00
scaffold_generator_test.rb Partially revert "A new application now comes with a layout and a stylesheet." 2010-04-09 10:04:20 -07:00
session_migration_generator_test.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
stylesheets_generator_test.rb Partially revert "A new application now comes with a layout and a stylesheet." 2010-04-09 10:04:20 -07:00