RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: kreativeq
So after some time on google I bump into this. Am trying it, it saves to postgresql DB.
http://www.rubydoc.info/gems/carrierwave-postgresql/frames
Will update once I get it working fine.
I am using this gen with active admin. I want to be able to save the file/image to a postgres DB ... the data types in the DB are all set as bytea.
How can I achieve this?
So after some time on google I bump into this. Am trying it, it saves to postgresql DB.
http://www.rubydoc.info/gems/carrierwave-postgresql/frames
Will update once I get it working fine.
I am using this gen with active admin. I want to be able to save the file/image to a postgres DB ... the data types in the DB are all set as bytea.
How can I achieve this?