-2

Please can anyone guide me on how to use mysql with ruby on rails.

What are the steps that i should follow to use mysql with ruby on rails.

What are the gems needed to install mysql.

Thanks in advance

amit rawat

  • What rails version? What operating system? – Maurício Linhares Oct 15 '11 at 13:12
  • Similar question discussed below: [how-do-i-create-a-new-ruby-on-rails-application-using-mysql-instead-of-sqlite][1] [1]: http://stackoverflow.com/questions/3585/how-do-i-create-a-new-ruby-on-rails-application-using-mysql-instead-of-sqlite – sarvavijJana Oct 15 '11 at 13:14

1 Answers1

1

That's obvious - gem "mysql"

Oleksandr Skrypnyk
  • 2,762
  • 1
  • 20
  • 25