El jueves, 25 de agosto de 2016 14:46:09 (CEST) Jim escribió:
> The bitfield bridge isn't activating in my app. I thought it used to just
> work. I don't see anything in the documentation related to specifying a
> particular form_ui setting. Any ideas how I can start debugging this?
> 
> Jim

Post rails, bitfields and activescaffold versions.

Check if bridge is active:
ActiveScaffold::Bridges[:bitfields].install?

Check if bitfields methods returns anything in your model. ActiveScaffold uses 
that method to 
get info about bitfields columns.

Model.bitfields

Then it makes bitfields column into group of columns. You can check whether 
that column in 
create action is ActionColumns class and what columns includes

ModelsController.active_scaffold_config.create.columns[:bitfield_column].class
PdfTemplatesController.active_scaffold_config.update.columns[:used_for].names_without_auth
_check

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails Gem" 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 https://groups.google.com/group/activescaffold.
For more options, visit https://groups.google.com/d/optout.

Reply via email to