When I run the command rails server
, the following message appears:
Could not find gem byebug (> = 0)
This is in Windows. I tried to use gem install byebug
but it does not work and in Linux it has the following message:
could not find gem rails
with the version of Ruby 1.9
and Rails 2.4
. Someone could help me please, I'm new to Ruby.