Seems like you are trying to use the wrong mysql gem version in your
gemfile.
this is the latest version:
gem "mysql", "~> 2.8.1"
Thanks, Harry
On Aug 21, 4:48 am, Dipen Chauhan
<li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>
wrote:> Ok this is what I did:
> 1) Installed ruby fromhttp://rubyinstaller.org/downloads/
> 2) gem update --system
> 3) gem install rails
> 4) installed mysql
> 5) gem install mysql
> 6) rails new simple_cms -d mysql
> 7) rails server
>
> Im getting the error:
>
> ←[31mCould not find gem ''mysql (~> 0.2.11)'' in any of
the gem sources
> listed in
> your Gemfile.←[0m
> ←[33mRun `bundle install` to install missing gems.←[0m
>
> So I put in bundle install in command prompt and I get the following
> error:
> Fetching source index forhttp://rubygems.org/
> Could not find gem ''mysql (~> 0.2.11)'' in any of the
gem sources listed
> in your
> Gemfile.
>
> --
> Posted viahttp://www.ruby-forum.com/.
--
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@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.