.. |
actions_test.rb
|
Fix app and actions generators tests
|
2010-09-25 17:28:39 +02:00 |
app_generator_test.rb
|
dragdrop was tested twice and effects.js was missing, added checks for controls.js, dragdrop.js and effects.js to another test
|
2010-12-16 11:37:11 -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
|
:'' 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
|
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
|
adding test for namedspaced mailers
|
2010-10-06 19:45:13 +11:00 |
migration_generator_test.rb
|
Facepunch failing tests.
|
2010-11-18 09:32:48 +01:00 |
model_generator_test.rb
|
Skip creating migration if --skip option is passed to model generator [#6144 state:resolved]
|
2010-12-16 01:49:28 +05:30 |
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
|
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
|
Generate default layout in engine with --mountable option
|
2010-12-16 01:49:30 +05:30 |
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
|
Application templates should work with HTTPS too
|
2010-11-27 22:16:15 +11: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 |