irb(main):003:0> require 'Rmagick' LoadError: no such file to load -- Rmagick from (irb):3:in `require' from (irb):3
Its throwing the error
irb(main):003:0> require 'Rmagick' LoadError: no such file to load -- Rmagick from (irb):3:in `require' from (irb):3
Its throwing the error
Abhishek shukla wrote:
RoR Zone: How to install RMagick Gem on Ubuntu?
On Thu, Nov 13, 2008 at 6:21 AM, Lost Warrior <
if place require 'Rmagick' in application controller' its not throwing error. But if place in irb its throwing error
Lost Warrior wrote:
Abhishek shukla wrote:
RoR Zone: How to install RMagick Gem on Ubuntu?
On Thu, Nov 13, 2008 at 6:21 AM, Lost Warrior <
if place require 'Rmagick' in application controller' its not throwing error. But if place in irb its throwing error
require 'rubygems' require 'Rmagick'