.. |
actions_test.rb
|
Fix app and actions generators tests
|
2010-09-25 17:28:39 +02:00 |
app_generator_test.rb
|
Fix app and actions generators tests
|
2010-09-25 17:28:39 +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
|
Failing test for GeneratedAttribute [#5461 state:open]
|
2010-09-02 12:59:21 +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
|
Generators are not aware of namespace of isolated engines and applications
|
2010-09-24 21:02:24 +02: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
|
Tidy up generators based on latest change on AM.
|
2010-06-13 13:56:08 +02:00 |
migration_generator_test.rb
|
Add test for migration generator with name not starting with add or remove. [#4835 state:committed]
|
2010-06-20 12:32:56 +02:00 |
model_generator_test.rb
|
Remove existing migration when using 'rails generate model' with --force [#5526 state:committed]
|
2010-09-18 21:22:29 +02:00 |
named_base_test.rb
|
Make polymorphic_url and scaffolding work with uncountable resources [#3930 state:resolved]
|
2010-06-20 00:15:41 +02:00 |
namespaced_generators_test.rb
|
Add namespacing to mailer generator
|
2010-09-25 17:28:10 +02: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
|
Remove the --singeleton option from scaffold generator.
|
2010-06-24 20:17:59 +02:00 |
scaffold_controller_generator_test.rb
|
Remove the --singeleton option from scaffold generator.
|
2010-06-24 20:17:59 +02:00 |
scaffold_generator_test.rb
|
got rid of the "ambiguous first argument; put parentheses or even spaces" warnings in the scaffold_generator tests [#4872 state:resolved]
|
2010-09-24 16:17:39 -03: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 |