rails/railties/test/generators
Robin Böning 6cc087b28d Add missing tests for invalid names in rails plugin new
* Test for: Invalid plugin name, because of reserved rails word.
* Test for: Invalid plugin name because of constant name that is already in use.
2014-01-06 11:28:04 +01:00
..
actions_test.rb Removing the app constant and replacing it with Rails.application 2013-04-30 15:27:43 -04:00
app_generator_test.rb Make sure that spring is loaded in development only 2013-12-05 18:19:17 +01:00
argv_scrubber_test.rb add a test for whitespace separated args in the rc file 2013-10-30 16:53:08 -07:00
assets_generator_test.rb Remove unnecessary comment. 2012-05-23 11:45:08 +03:00
controller_generator_test.rb Test for when controller with skip-assets 2013-11-23 17:17:18 +01:00
generated_attribute_test.rb Fixed test names for generated_attribute_test.rb 2012-12-13 10:29:07 +05:30
generator_generator_test.rb Stop reading the same file twice for testing different content 2013-07-22 22:43:38 -03:00
generator_test.rb gems can be added or skipped from the template 2013-11-04 15:00:29 -08:00
generators_test_helper.rb Fix method redefinition warning 2013-12-17 03:58:34 +00:00
helper_generator_test.rb Update test locations 2012-10-09 17:53:56 -06: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 Add comments with urls for email previews 2013-12-22 10:06:12 +00:00
migration_generator_test.rb Support creating a table migration generator 2013-03-01 06:13:30 -06:00
model_generator_test.rb Consistent use of single and double quotes 2012-12-26 12:23:39 -03:00
named_base_test.rb Added --model-name option scaffold_controller_generator. 2013-10-15 15:35:15 +09:00
namespaced_generators_test.rb Fix typo in generators test helpr -> helper [ci skip] 2013-08-30 11:21:46 +05:30
orm_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
plugin_generator_test.rb Add missing tests for invalid names in rails plugin new 2014-01-06 11:28:04 +01:00
resource_generator_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
scaffold_controller_generator_test.rb Added --model-name option scaffold_controller_generator. 2013-10-15 15:35:15 +09:00
scaffold_generator_test.rb Fix the indentation on the from template of the scaffold generator 2013-08-19 10:52:01 -03:00
shared_generator_tests.rb Install Spring preloader when generating new applications 2013-12-03 23:07:40 +00:00
task_generator_test.rb Added test when task generator called on revoke 2013-11-23 17:04:30 +01:00