What’s this all about?Feed

Techstuff: Ruby, Rails, JavaScript and more.


Using CarrierWave with ActiveModel

Sometimes you have a form backed by a simple ActiveModel model with no persistence. But what if you want to use uploads in such a form, with validations and working across form redisplays?


#Ruby, #Rails, #How-To