1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/generators
2010-08-02 16:30:20 +02:00
..
actions_test.rb renames load_(once_)paths to autoload_(once_)paths in dependencies and config 2010-06-24 00:17:28 +02:00
app_generator_test.rb Improved how AppGenerator generates the application name. It now detects the current app name whenever possible. This means that renaming the residing directory will not effect the app name generated by AppGenerator. 2010-08-02 16:30:20 +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 Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 state:resolved] 2010-06-10 20:04:49 +02:00
generator_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
generators_test_helper.rb Still copy application configuration to generator even if they are required earlier. Also tidy up the guide a little bit. 2010-06-03 23:32:12 +10: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 Tidy up generators based on latest change on AM. 2010-06-13 13:56:08 +02:00
migration_generator_test.rb Add test for migration generator with name not starting with add or remove. [#4835 state:committed] 2010-06-20 12:32:56 +02:00
model_generator_test.rb Generate module file for namespaced models [#4230 state:resolved] 2010-04-12 10:57:27 +02:00
named_base_test.rb Make polymorphic_url and scaffolding work with uncountable resources [#3930 state:resolved] 2010-06-20 00:15:41 +02: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 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
resource_generator_test.rb Remove the --singeleton option from scaffold generator. 2010-06-24 20:17:59 +02: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 Failing test to check for route file corruption if legacy map parameter is used. [#5263 state:open] 2010-08-02 10:55:05 -03: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
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