rails/railties/test/generators
2011-05-24 23:03:01 -05:00
..
actions_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
app_generator_test.rb Remove asserts for js ext stuff thats not used any more 2011-05-24 10:22:06 -05:00
assets_generator_test.rb Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
controller_generator_test.rb Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
generated_attribute_test.rb generate HTML5 number_field tag for integer fields 2011-05-16 23:45:39 +09: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 Streamline generators initialization flow. 2011-05-25 01:16:50 +02:00
helper_generator_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09: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 be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
migration_generator_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
model_generator_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09: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 Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
observer_generator_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
performance_test_generator_test.rb Remove the laziness from the middleware stack. 2010-06-03 23:32:10 +10:00
plugin_new_generator_test.rb create the dummy app if there's no test_unit but there's a dummy_path 2011-05-24 13:18:27 +02:00
resource_generator_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
scaffold_controller_generator_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
scaffold_generator_test.rb Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
session_migration_generator_test.rb be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
shared_generator_tests.rb application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle 2011-05-14 02:37:41 +02:00