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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -