ruby on rails 4 - Does Rails_Admin support JSON? -
upon running installer 'rails_admin':
rails g rails_admin:install
i following error:
unsupported field datatype: json (runtimeerror)
i'm working w/ rails 4 application has few different models. 1 of has json attribute (note: model w/ json attribute not existing 'user' model).
is result of rails_admin not playing nicely w/ rails 4? or doing incorrect on end?
yes! - support json field types added feb. 2014:
Comments
Post a Comment