When i execute \"rake db:create\" command, I got following Errors
/home/shamithc/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2/lib/rake/version.rb:4: warning: alread
The rake version bundled with your Ruby version is conflicting with the rake gem. Uninstall rake gem by doing
rake
$ gem uninstall rake -a
Then execute the command again.