search for: uplodify

Displaying 1 result from an estimated 1 matches for "uplodify".

Did you mean: uploadify
2011 Aug 31
2
Rails 3 - Require - Path Not Found
I have: Windows XP Professional SP3 Ruby 1.8.7 Rails 3.0.10 Bundler 1.0.15 ImageMagick 6.5.6 Q8 Rmagick 2.12.9 My gemfile: gem ''rmagick-2.12.0-x86-mswin32'', ''2.12.0'', :path => ''c:/sites/ uplodify/vendor'' My controller: require ''RMagick'' Here I have installed my rmagick gem: c:/ruby/ruby187/lib/ruby/gems/1.8/gems/rmagick-2.12.0-x86-mswin32/ But when I launch the controller, there is a message: no such file to load -- RMagick Then, I change require ''...