Just wondering about the decisions on name space handling. Wondering if this is a bug or by design and if maybe it should be changed. (I'd be glad to bugfix).
In the case I ran: $ rails g scaffold Ecom::Cart the migration would create a table named ecom_carts. The model and Controller would be placed in the appropriate folders ecom/cart.rb. but when you run the tests ActiveRecord clearly errors searching for table my_database.carts. So the pattern for the scaffold seems to handle the name spacing appropriately everywhere but AR doesn't follow the pattern when searching for the table. Just wondering if there was a reason behind that or if I should branch and try and bug fix? Cheers, Brian -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
