On Apr 16, 12:20 pm, cipher_neo <l33...@gmail.com> wrote:
> sure:

Hello, sorry for the late response, didn't monitor this group
actively.

>
> C:\Windows\System32>gem list
>
> *** LOCAL GEMS ***
>
> abstract (1.0.0)
> actionmailer (3.0.5)
> actionpack (3.0.5)
> activemodel (3.0.5)
> activerecord (3.0.5)
> activeresource (3.0.5)
> activesupport (3.0.5, 2.3.11)
> annotate-models (1.0.4)
> archive-tar-minitar (0.5.2)
> arel (2.0.9)
> builder (2.1.2)
> bundler (1.0.10)
> cgi_multipart_eof_fix (2.5.0)
> columnize (0.3.2)
> configuration (1.2.0)
> diff-lcs (1.1.2)
> erubis (2.6.6)
> extlib (0.9.15)
> faker (0.9.5)
> gem_plugin (0.2.3)
> heroku (1.19.1)
> highline (1.6.1)
> i18n (0.5.0)
> launchy (0.3.7)
> linecache19 (0.5.11)
> mail (2.2.15)
> mime-types (1.16)
> minitest (1.6.0)
> mongrel (1.2.0.pre2 x86-mingw32)
> mysql2 (0.2.6 x86-mingw32)
> polyglot (0.3.1)
> populator (1.0.0)
> rack (1.2.2)
> rack-mount (0.6.14)
> rack-test (0.5.7)
> rails (3.0.5)
> railties (3.0.5)
> rake (0.8.7)
> rdiscount (1.6.8)
> rdoc (2.5.8)
> rest-client (1.6.1)
> rhodes (2.3.2)
> ruby-debug-base19 (0.11.24)
> ruby-debug-ide19 (0.4.12)
> ruby-debug19 (0.11.6)
> ruby_core_source (0.1.4)
> templater (1.0.0)
> thor (0.14.6)
> treetop (1.4.9)
> tzinfo (0.3.25)
>
> thanks for the reply

On this list you have a couple of things:

mongrel: is known that mongrel do not work with Rails 3, not even
using "rails server"

Remove that so Rails do not get confused.

You also have mysql2, which like mysql gem, depends on a specific
version of libmysql.dll

I just closed a bug report on Ruby similar to yours:

http://redmine.ruby-lang.org/issues/4573

Please see the comments, the outstanding issue was an incorrect
version libmysql.dll

Please verify that.

--
Luis Lavena

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to