Adding a database in Ruby on Rails
To specify a database connection in Ruby on Rails:
- Ensure you have MySQL or postgreSQL installed on your web server
- Navigate to the config > database.yml file
- Insert your database connection details
To specify a database connection in Ruby on Rails: