Ruby/Rails - RMagick, Upload and Resize without a model

Yavor Dimitrov wrote:

Hi everyone! I have a difficult time with Ruby/Rails and RMagick upload and resizing.   

<snip>

Out of sheer curiosity, why don't you want to use a model? Not sure if you're aware, but your model doesn't need to be an ActiveRecord class - it can just be a regular class. It just keeps things cleaner IMO.

Cliff

Yavor Dimitrov wrote:

Cliff Rowley wrote:   

Yavor Dimitrov wrote:     

Hi everyone! I have a difficult time with Ruby/Rails and RMagick upload and resizing.   

<snip>

Out of sheer curiosity, why don't you want to use a model? Not sure if you're aware, but your model doesn't need to be an ActiveRecord class - it can just be a regular class. It just keeps things cleaner IMO.

Cliff      Hmmm yep! Not aware of this... but anyway how can I do the things I want to do whithout getting pictures into the database I really have trouble with it?

Some strange errors last night :frowning:

need some push

What are these "strange errors"?