I am very new to this, How can I resolve this issue?
$ rake
Could not find RedCloth-4.2.9 in any of the sources
Run `bundle install` to install missing gems.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you don’t have the
RedClothgem installed that’s it.If you are using Bundler gem, which I suppose, you can type
bundle installto install it, otherwise you can manually install it viagem install RedCloth.