Try use mini_magick gem 'mini_magick'
and replace * * *include CarrierWave::RMagick* by *include CarrierWave::MiniMagick* on uploader file On Sun, Jun 12, 2011 at 2:09 PM, Agoofin <[email protected]> wrote: > Rails on Windows is a painful process isn't it? > > I had some dealings with rmagick which were mitigated by using > Paperclip. > > I did find this though - > > http://stackoverflow.com/questions/5811388/imagemagick-core-rl-magick-dll-not-found-or-how-to-install-rmagick-on-window > > Hope this helps > > If you have the computer horsepower (Virtualbox) or the ability to > dual boot - get a Linux distro to develop with. > > On Jun 11, 10:11 pm, andrewperk <[email protected]> wrote: > > Hello, I'm using Carrierwave to upload images. I'm on windows vista > > using ruby192. I've downloaded the windows versions of imagemagick and > > rmagick and followed the instructions in the readme. I have set my > > path variables to my installations. > > > > I can access identify in the command line so I know imagemagick is > > working. I can even convert in the command line. > > > > But when I start my server and try to access my application in the > > browser I get: > > > > no such file to load -- RMagick > > > > When I type "gem list" in the CLI it shows I have rmagick installed: > > > > rmagick (2.12.0 mswin32) > > > > Is this maybe because I don't have rmagick in my gemfile? Is there a > > way to make my gem file use this specific version of rmagick for > > 2.12.0 mswin32? Because when I put just > > > > gem 'rmagick' > > > > and run bundle I get errors, I think I need to tell it to include this > > specific gem because its for windows. > > > > Thanks for any help. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- *Fernando Aureliano* -------------------------------------------------------------- [iOSDeveloper] - *ObjectiveC* [WebDesigner] - *CSS3&HTML5* *[WebDeveloper] - RubyOnRails* *-------------------------------------------------------------- * [portfolio] <http://www.fernandoaureliano.com> - [blog]<http://www.fernandoaureliano.com/> - [personal blog] <http://www.obsessivocompulsivo.com/> - [twitter]<http://twitter.com/Pailoro> -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

