I'm new to rubies on rails. I installed ruby and gemstones on my ubuntu 10.10 system. My rails -v is 3.0.5 and gem -v is 1.3.7. As my requirement, I installed the bundle, and after that, when I installed the spree command gem install spree, I received the following error message:
ERROR: Error installing spree:
spree_core requires will_paginate (= 3.0.pre2, runtime)
I google for many hours, but did not find a good result. So please help me. I am really new to Rails.
source
share