Hi all,
Since the beginning, Rails has had issues with namespaced models. As time went on, pretty much everybody gave up on using it. Myself included.
With Rails 2.3 out, I'd like an update on the situation. Specifics questions I have in mind are:
- first off, is it good to go?
- table naming, what rule to follow?
- associations, how to declare them with the least verbosity? how to name foreign key columns?
- auto-requiring, does it work if you put the model files in a subdir matching the namespace? or, how to name and where to place the files?
- generation, does the model generator handles namespaces successfully and correctly?
- generation, how about the scaffold generator, which includes controllers?
- any incompatibilities/quirkinesses one should be aware of?