AS is absolutely fantastic. However, I am struggling with a couple of configuration issues.
1. I have teams, teams_users, and users. I want to be able to assign users to teams by checking a checkbox on the team edit page or something simple like that, without being able to add a user from any of the teams pages. Is there an example of this kind of many-to-many relationship and how to handle it in active_scaffold? Is it better to do hmt or habtm? Am I actually including teams_users as a field, or users? 2. I want to have access to the current user when determining the contents of some select lists. Is this possible? can you point me to some example? Thank you very much for any info on these things. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
