.. |
actions_test.rb
|
log and readme should respect --quiet
|
2011-03-04 13:05:27 +01:00 |
app_generator_test.rb
|
Test non zero exit code and that a message still appears when generating inside an existing Rails directory.
|
2011-01-29 16:51:42 +08: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
|
:'' is not valid ruby.
|
2010-10-02 18:30:38 +02:00 |
generator_generator_test.rb
|
Allow to generate namespaced generators [#6140 state:resolved]
|
2010-12-16 01:49:28 +05:30 |
generators_test_helper.rb
|
Removing redundant File.expand_path from generators test
|
2011-02-23 19:42:51 +01: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
|
adding test for namedspaced mailers
|
2010-10-06 19:45:13 +11:00 |
migration_generator_test.rb
|
Use Rails 3.1 change method in 'add_' migration generator
|
2011-01-04 11:16:52 -08:00 |
model_generator_test.rb
|
Correct migration name the test is looking to match.
|
2011-02-04 20:25:13 -02:00 |
named_base_test.rb
|
Fixed issue #6363, avoid to pluralized already pluralized names and singularize a single in generators, for example stadia is a valid plural for stadium. But calling pluralize for stadia will return stadias which sematically is not corrent in this case
|
2011-02-16 15:09:06 -02:00 |
namespaced_generators_test.rb
|
Fix scaffold generator to be aware of namespace in isolated engine
|
2010-11-03 20:48:40 +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
|
Fix misspelling of 'deprecation' in plugin_generator.
|
2010-11-16 15:37:29 +08:00 |
plugin_new_generator_test.rb
|
use parens and silence ambiguous args warnings
|
2011-03-14 02:54:44 +08:00 |
resource_generator_test.rb
|
The model generator shouldn't throw warnings when using mass nouns [#5363 state:resolved]
|
2010-11-11 17:24:23 +01: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
|
Generate add_index by default when giving type belongs_to or references
|
2010-12-16 20:58:58 -02: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 |
shared_generator_tests.rb
|
Fix test for prepend giving a false positive. [#5716 state:resolved]
|
2011-03-23 18:06:30 +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 |