Scrubyt on Rails 3 comments
If like me you have an error after installing scrubyt 0.3.4 (in console and launching mongrel):
can't activate RubyInline (= 3.6.3), already activated RubyInline-3.6.4]I spent a lot of time to find the solution, and so easy solution … anyway could be useful for people googling about this. You just need to unsinstall the lastest installed version of RubyInline:
sudo gem uninstall RubyInline -v 3.6.4Everything should be fine with this, even Scrubyt requiring version 3.6.3.





Thanks; you just saved me what would probably have been a lot of hassle. being a ruby novice, I would likely have been completely confused by this error otherwise.
Thank you from Italy!
Me as well!