Weird. Now I added a will_paginate gem to the project. It doesn't show up in the gems directory but now the beanstalk-client-1.1.1 is there. Need to check if my rubygems is ok. I tried to require 'beanstalk-client' in the console, but it still gave 'false' back. But hey, now it can find the file, it didn't throw an exception.
perjantai, 12. lokakuuta 2012 0.22.44 UTC+3 Mika Mustalahti kirjoitti: > > Hi, > > I have a Debian Squeeze server which runs a rails 3 application. I tried > to install beanstalk-client gem to the server so that I could use it with > xapian_db gem. Bundling the gems went ok. All gems installed. But when I > started the server, it gave me a rack error because requiring > beanstalk-client did not succeed. When I checked the gems directory under > my .rvm directory I noticed that there was nothing about the > beanstalk-client gem. So obviously something had gone wrong in the > installation even though bundler thought everything went ok. > > Is there some kind of log available where to get a hint about why the > install fails to write anything to the gems directory? All the other gems > are there and application is othervice running well. > > I have also installed the beanstalkd using the instructions in > https://github.com/garaio/xapian_db. The beanstalkd daemon is running on > the server, so I quess the installation of that piece in the puzzle went > right. The daemon is run by the root user and the rails application under > an application_user. Could that influence? > -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/beanstalk-talk/-/fmwQ8wx7gxQJ. 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/beanstalk-talk?hl=en.
