Double checked, retraced the setup-steps; its really the most basic setup 
which already fails:

rvm use 1.9.2@rails-3_1
rails new select-problem
cd select-problem
<Add active_scaffold to Gemfile (via ':git =>' and to 
app/assets/*/application*>
bundle install
rails g active_scaffold Aaa name:string bbb_id:integer
rails g active_scaffold Bbb name:string
bundle exec rake db:migrate
<Add has_many/belongs_to in models and conf_ui = :select to AaasController>
rails s


add some aaas and some bbbs, and the described behavior can be demonstrated:

<https://lh6.googleusercontent.com/-7g6cHQuN8Fk/ToBOWQ00vLI/AAAAAAAAAXw/lM7XjPGoy6E/Bildschirmfoto%2525202011-09-26%252520um%25252012.04.42.png>
and klicking "Edit":

<https://lh5.googleusercontent.com/-FuX3vfEsZLw/ToBOdQkXo1I/AAAAAAAAAX0/N9dO7UXwJb8/Bildschirmfoto%2525202011-09-26%252520um%25252012.04.48.png>

Regards
Michael



-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/activescaffold/-/7EJmnpw8o0AJ.
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.

Reply via email to