Environment info:
Ruby 1.9.1-p376
Rails 2.3.5
Apache2 with Passenger mod
I installed the nokogiri gem like I would any other gem however when I
require it at the top of my controller and access it through apache, I
get an error saying "Missing source file" and it lists nokogiri. I
have other gems required at the top and when I don't have nokogiri
required everything works fine.
Also when I try requiring nokogiri in the console I don't get that
error.
I was told that this is a Rails issue so any help would be 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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment