rails--rails/railties/test/generators
Aaron Patterson b04e2d86df strip whitespace errors from the generated Gemfile 2011-12-12 13:46:16 -08:00
..
actions_test.rb Add the .rdoc extension to the README that Rails generates for a new application 2011-12-09 17:00:37 -05:00
app_generator_test.rb strip whitespace errors from the generated Gemfile 2011-12-12 13:46:16 -08:00
assets_generator_test.rb Warnings removed when running with 1.9.3 2011-10-09 17:15:55 +05:30
controller_generator_test.rb Move Coffee generators and templates to Coffee Railtie and create javascript_engine ("js") for apps that remove Coffee gem 2011-06-29 21:16:09 -03:00
generated_attribute_test.rb Generate valid default fixtures for models with a type column 2011-07-11 19:47:57 -03: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 Using load_generators 2011-05-25 13:13:24 +05:30
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 Attributes on scaffold and model generators default to string. 2011-06-17 15:10:53 -03: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 Use RAILS_ISOLATED_ENGINE and fix namespaced generators tests 2011-06-07 12:16:05 +02: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
orm_test.rb added tests, replaced classify with constantize - using classify here cuts the last 's' in ORM name 2011-11-26 19:57:51 +01: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 fix rails plugin new CamelCasedName bug 2011-11-19 19:09:09 +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 Revert the serializers API as other alternatives are now also under discussion 2011-11-25 19:29:39 +00: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 Warnings removed for using shadow variable. 2011-09-04 08:17:53 +05:30