Adinda Praditya
2010-Dec-16 11:51 UTC
Rails3 active support not loading required dependencies?
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-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.