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:

https://github.com/sferik/rails_admin/pull/1757

https://github.com/sferik/rails_admin/issues/1715


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -