Hi All,

I'm playing with readability gem. I can use it on irb but failed on Rails3
app. Here's the output http://pastie.org/private/1zuyaurnbkmq7u6raqkdhg

I believe it's not a javascript error. Judging by the active support error,
it failed loading the dependencies, I suspect that Rails has failed to load
the required gems that readability use (like harmony, johnson and envjs) to
handle javascript and DOM in Ruby.

I have all required gems installed and have this line on
config/application.rb

Bundler.require(:default, Rails.env) if defined?(Bundler)

Any suggestion on what should I check?

Thanks,
Adinda

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to