I am quite new to ruby and ruby on rails so I hope someone can suggest me a solution to this problem. When I run bundle exec db:migrate it returns an error like this:
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0/lib/dm-core.rb:22: warning: already initialized constant Mash (eval): [BUG] Segmentation fault ruby 1.8.7 (2011-12-28 patchlevel 357) [universal-darwin11.0]
I suspect multiple require happens here, which may have something to do with ruby version compatibilities(Correct me if I am wrong). Has anyone seen a similar problem like this?Im using rubygem 1.8.17, rails 3.0.7, bundler 1.0.22 and no rvm. Thanks