I've an old Rails 3.0 app that I am trying to update. I made use of old
versions of vho's active_scaffold and active_scaffold_batch installed as
vendor plugins. I moving the app to Rails 3.1 and now trying to update both
to the main activescaffold gems.
I've got the main active scaffold bits all working, so the last bit is the
batch.
In my old configure block I had:
config.actions << :batch_base
config.actions.<< :batch_create
config.actions << :batch_destroy
config.actions.add :mark
config.batch_create.default_batch_by_column = :unit
The new gem complains about the batch_base, but commenting out that solves
that error and then I get the expected 'Group->Create' link. When I click
create, I get the create form, but the expected multi-select for 'Units'
appears as a regualr drop-down.
Have the config options changed? Any clues to what is needed to get batch
creation working?
Cheers
--
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/activescaffold?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.