Is there any special way to set up rmagick on windows, I installed the gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll file. Can someone give me a run down on how to do it on windows. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This book covers it. /sorry, shameless self-promotion. http://www.oreilly.com/catalog/railsonwindows/ It''s not that hard, but it has to be done in the right order. On 8/6/07, Scott Pn <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Is there any special way to set up rmagick on windows, I installed the > gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll > file. Can someone give me a run down on how to do it on windows. > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Whoops... Install imagemagick first, make sure you install the one that comes with the windows gem. On 8/6/07, Brian Hogan <bphogan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > This book covers it. > > /sorry, shameless self-promotion. > > http://www.oreilly.com/catalog/railsonwindows/ > > It''s not that hard, but it has to be done in the right order. > > > On 8/6/07, Scott Pn <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > > > > Is there any special way to set up rmagick on windows, I installed the > > gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll > > file. Can someone give me a run down on how to do it on windows. > > -- > > Posted via http://www.ruby-forum.com/. > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Hogan wrote:> Whoops... > > Install imagemagick first, make sure you install the one that comes with > the > windows gem.Ok, so I installed imagemagick, then I installed the gem, now when I try to use magick it throws this error that RMagick.so is not a valid windows image "193: %1 is not a valid Win32 application. - c:/ruby/lib/ruby/gems/1.8/gems/rmagick-1.14.1-win32/ext/RMagick.so" Any suggestions on that? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You downloaded this one? http://rubyforge.org/frs/download.php/15132/RMagick-1.14.1_IM-6.3.0-7-Q8.zip On 8/7/07, Scott Pn <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Brian Hogan wrote: > > Whoops... > > > > Install imagemagick first, make sure you install the one that comes with > > the > > windows gem. > > Ok, so I installed imagemagick, then I installed the gem, now when I try > to use magick it throws this error that RMagick.so is not a valid > windows image > "193: %1 is not a valid Win32 application. - > c:/ruby/lib/ruby/gems/1.8/gems/rmagick-1.14.1-win32/ext/RMagick.so" > Any suggestions on that? > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''ve been battling with imagemagick and rmagick all day, initially getting the same missing CORE_.. .dll error message. I finally got them both installed, these versions: rmagick-1.14.1-win32.gem ImageMagick-6.3.5-5-Q16-windows-dll.exe And now I''m getting this error: This version of RMagick was created to run with ImageMagick 6.3.0 but ImageMagick 6.3.5 is installed on this system. You should either 1) Configure and build RMagick for ImageMagick 6.3.5, or 2) download ImageMagick 6.3.0 from http://www.imagemagick.org and install it. I don''t think I''m up to the task of option 1, and I can''t find a 6.3.0 imagemagick windows binary anywhere (including the imagemagick mirrors)? Does anyone have a 6.3.0 imagemagick windows binary? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hey, How did you get that gem? Did you get it standalone or did you get that in a zip file? If my memory serves me right I downloaded a zip file which had both the gem and the imagemagick installer. You install imagemagick (using the exe in that zip file) first and then use the gem in that zip file to install rmagick. HTH. Deepak macanudo wrote:> I''ve been battling with imagemagick and rmagick all day, initially > getting the same missing CORE_.. .dll error message. I finally got > them both installed, these versions: > > rmagick-1.14.1-win32.gem > ImageMagick-6.3.5-5-Q16-windows-dll.exe > > And now I''m getting this error: > > This version of RMagick was created to run with ImageMagick 6.3.0 > but ImageMagick 6.3.5 is installed on this system. You should either > 1) Configure and build RMagick for ImageMagick 6.3.5, or > 2) download ImageMagick 6.3.0 from http://www.imagemagick.org and > install it. > > I don''t think I''m up to the task of option 1, and I can''t find a 6.3.0 > imagemagick windows binary anywhere (including the imagemagick > mirrors)? Does anyone have a 6.3.0 imagemagick windows binary? > > Thanks. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
In fact, I think used the zip file from this link : http://rubyforge.org/frs/download.php/15132/RMagick-1.14.1_IM-6.3.0-7-Q8.zip Let us know how that goes. Deepak N. C. Deepak Ramesh wrote:> Hey, > > How did you get that gem? Did you get it standalone or did you get that > in a zip file? > > If my memory serves me right I downloaded a zip file which had both the > gem and the imagemagick installer. You install imagemagick (using the > exe in that zip file) first and then use the gem in that zip file to > install rmagick. > > HTH. > > Deepak > > macanudo wrote: >> I''ve been battling with imagemagick and rmagick all day, initially >> getting the same missing CORE_.. .dll error message. I finally got >> them both installed, these versions: >> >> rmagick-1.14.1-win32.gem >> ImageMagick-6.3.5-5-Q16-windows-dll.exe >> >> And now I''m getting this error: >> >> This version of RMagick was created to run with ImageMagick 6.3.0 >> but ImageMagick 6.3.5 is installed on this system. You should either >> 1) Configure and build RMagick for ImageMagick 6.3.5, or >> 2) download ImageMagick 6.3.0 from http://www.imagemagick.org and >> install it. >> >> I don''t think I''m up to the task of option 1, and I can''t find a 6.3.0 >> imagemagick windows binary anywhere (including the imagemagick >> mirrors)? Does anyone have a 6.3.0 imagemagick windows binary? >> >> Thanks. >> >> >> >> >> >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks Deepak. I do have the version of rmagick you linked to, I just overlooked that it also included the compatible version of imagemagick. I installed the compatible version and that problem is gone now. The problem I''m now having is that when I run this: rake test:plugins PLUGIN=acts_as_attachment \ (using acts_as_attachment is my ultimate goal here), I am getting errors related to sqllite (which I don''t use and have no interest in using)! So now I''m trying to install sqlite dlls and gem to get past these errors. The current error is this: The procedure entry point sqlite_libencoding could not be located in the dynamic link library sqlite.dll Does this error matter if I''m not using sqlite? I guess I''d just like to see the acts_as_attachment plugin test succeed, maybe it doesn''t need to? On Aug 8, 11:39 pm, "N. C. Deepak Ramesh" <ncd...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> In fact, I think used the zip file from this link :http://rubyforge.org/frs/download.php/15132/RMagick-1.14.1_IM-6.3.0-7... > > Let us know how that goes. > > Deepak > > N. C. Deepak Ramesh wrote: > > > Hey, > > > How did you get that gem? Did you get it standalone or did you get that > > in a zip file? > > > If my memory serves me right I downloaded a zip file which had both the > > gem and the imagemagick installer. You install imagemagick (using the > > exe in that zip file) first and then use the gem in that zip file to > > install rmagick. > > > HTH. > > > Deepak > > > macanudo wrote: > >> I''ve been battling with imagemagick and rmagick all day, initially > >> getting the same missing CORE_.. .dll error message. I finally got > >> them both installed, these versions: > > >> rmagick-1.14.1-win32.gem > >> ImageMagick-6.3.5-5-Q16-windows-dll.exe > > >> And now I''m getting this error: > > >> This version of RMagick was created to run with ImageMagick 6.3.0 > >> but ImageMagick 6.3.5 is installed on this system. You should either > >> 1) Configure and build RMagick for ImageMagick 6.3.5, or > >> 2) download ImageMagick 6.3.0 fromhttp://www.imagemagick.organd > >> install it. > > >> I don''t think I''m up to the task of option 1, and I can''t find a 6.3.0 > >> imagemagick windows binary anywhere (including the imagemagick > >> mirrors)? Does anyone have a 6.3.0 imagemagick windows binary? > > >> Thanks.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I deleted the references to sqlite in the a_a_a database.yml file, and got past the error! Now the a_a_a plugin test completes (yes!), but doesn''t exactly pass with flying colors: 80 tests, 238 assertions, 23 failures, 6 errors Not sure what to do next, any advice appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ignore those errors. They are related to SQLite. They use SQLite because it''s a compact, portable database that works everywhere and can be used for in-memory db operations in unit tests. It''s a breeze to install in windows (just go to sqlite.org and grab the windows dll and place it in c:\ruby\bin, then gem install sqlite3-ruby) On 8/9/07, macanudo <bmharding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I deleted the references to sqlite in the a_a_a database.yml file, and > got past the error! > > Now the a_a_a plugin test completes (yes!), but doesn''t exactly pass > with flying colors: > > 80 tests, 238 assertions, 23 failures, 6 errors > > Not sure what to do next, any advice appreciated. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Hogan wrote:> This book covers it. > > /sorry, shameless self-promotion. > > http://www.oreilly.com/catalog/railsonwindows/ > > It''s not that hard, but it has to be done in the right order.OK, I submitted to the shameless self-promotion and I bought the .pdf shortcut. Found the instructions for downloading RMagick on page 39. Encountered an error on gem install like this: C:\Temp>gem install rmagick-1.14.1-win32.gem --local ERROR: Error installing gem rmagick-1.14.1-win32.gem[.gem]: buffer error Any help? Steve Jacksonville, FL -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Stephen Jones wrote:> Brian Hogan wrote: >> This book covers it. >> >> /sorry, shameless self-promotion. >> >> http://www.oreilly.com/catalog/railsonwindows/ >> >> It''s not that hard, but it has to be done in the right order. > > > OK, I submitted to the shameless self-promotion and I bought the .pdf > shortcut. Found the instructions for downloading RMagick on page 39. > Encountered an error on gem install like this: > > C:\Temp>gem install rmagick-1.14.1-win32.gem --local > ERROR: Error installing gem rmagick-1.14.1-win32.gem[.gem]: buffer > error >Whoops, shoulda just googled RoR buffer error and I woulda come up with this simple fix. C:\InstantRails>gem update --system then the gem install went just dandy. thanks to www.thechrisoshow.com/rails/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
After a lot of frustration, and dollowing several dead-ends, I finally found this thread and it solved the buffer overflow. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Joe at CodeGear wrote:> After a lot of frustration, and dollowing several dead-ends, I finally > found this thread and it solved the buffer overflow. > > Thanks!hi everyone please I wanna have the different steps that you did to make rmagick work in your post. I don''t know how to resolve my problem , I installed the imagemagick and also I have add the gem by writting the gem install rmagick but I have always the undefined rmagick while excuting the page in rails thanks everyone -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Did you add require ''RMagick'' to environment.rb or to the model or controller that uses it? Aya Aya wrote:> Joe at CodeGear wrote: > >> After a lot of frustration, and dollowing several dead-ends, I finally >> found this thread and it solved the buffer overflow. >> >> Thanks! >> > hi everyone > please I wanna have the different steps that you did to make rmagick > work in your post. > I don''t know how to resolve my problem , I installed the imagemagick and > also I have add the gem by writting the gem install rmagick > but I have always the undefined rmagick while excuting the page in rails > > thanks everyone > >-- Sincerely, William Pratt --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I add require ''rmagick'' to the controller, also I test also the require_gem "rmagick" , always the same error thanks William Pratt wrote:> Did you add require ''RMagick'' to environment.rb or to the model or > controller that uses it? > > Aya Aya wrote: >> I don''t know how to resolve my problem , I installed the imagemagick and >> also I have add the gem by writting the gem install rmagick >> but I have always the undefined rmagick while excuting the page in rails >> >> thanks everyone >> >> > > -- > Sincerely, > > William Pratt-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I try the require''rmagick'' it gives me no such file to load --rmagick -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I believe it''s RMagick, not rmagick. Aya Aya wrote:> I try the require''rmagick'' it gives me no such file to load --rmagick > >-- Sincerely, William Pratt --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I used them both but it''s same if Iwrite rmagick , it gives me no such file to load --rmagick and if I write RMagick the same no such file to load --RMagick so I don''t know what to do? William Pratt wrote:> I believe it''s RMagick, not rmagick. > > Aya Aya wrote: >> I try the require''rmagick'' it gives me no such file to load --rmagick >> >> > > -- > Sincerely, > > William Pratt-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
any suggestions, my project is stoped , I am waiting for your help thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yup... The book assumes that you''re not using InstantRails at that point. RMagick and all other gems are installed more easily if you install Ruby and Rails manually. The reason for this is that because InstantRails is self-contained and not on your path, you have to do all of your work from within the Instantrails directory. Sorry for the confusion. On 9/3/07, Stephen Jones <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Stephen Jones wrote: > > Brian Hogan wrote: > >> This book covers it. > >> > >> /sorry, shameless self-promotion. > >> > >> http://www.oreilly.com/catalog/railsonwindows/ > >> > >> It''s not that hard, but it has to be done in the right order. > > > > > > OK, I submitted to the shameless self-promotion and I bought the .pdf > > shortcut. Found the instructions for downloading RMagick on page 39. > > Encountered an error on gem install like this: > > > > C:\Temp>gem install rmagick-1.14.1-win32.gem --local > > ERROR: Error installing gem rmagick-1.14.1-win32.gem[.gem]: buffer > > error > > > Whoops, shoulda just googled RoR buffer error and I woulda come up with > this simple fix. > > C:\InstantRails>gem update --system > > then the gem install went just dandy. thanks to > www.thechrisoshow.com/rails/ > > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
NO problem I migrate to unix , it''work easily thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thank you guys. This was helpful. A whole day of effort - I wish I had found this earlier ~r http://www.pilotoutlook.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Hogan wrote:> You downloaded this one? > > http://rubyforge.org/frs/download.php/15132/RMagick-1.14.1_IM-6.3.0-7-Q8.zipThat helped me too! thx :) -- Posted via http://www.ruby-forum.com/.
Scott Pn wrote:> Is there any special way to set up rmagick on windows, I installed the > gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll > file. Can someone give me a run down on how to do it on windows.I have faced the same problem while installing the Rmagick. To solve this issue just copy the CORE_.. .dll or all the *.dll files from the ImageMagick.... Installed path which would be preferably in C:/Program files/Imagemagick.. and paste it in C:/windows/system32. Once you done with this above flow try this. irb > require ''rubygems'' true irb > require ''rmagick'' true Which shows the rmagick was installed perfectly. -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I have a post that explains the installation for both RMagick and ImageMagick at http://rails.webintellix.com/index.php/2010/01/how-to-install-rmagick-imagemagick-on-windows/. -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.