Guest User

Untitled

a guest
Jun 23rd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. development:
  2. adapter: mysql2
  3. encoding: utf8
  4. reconnect: false
  5. database: organic_tomatoes_development
  6. pool: 5
  7. username: root
  8. password: password
  9.  
  10. test:
  11. adapter: mysql2
  12. encoding: utf8
  13. reconnect: false
  14. database: organic_tomatoes_test
  15. pool: 5
  16. username: root
  17. password: password
  18.  
  19. ActiveRecord::AdapterNotSpecified: 'production' database is not configured. Available: ["development", "test"]
Add Comment
Please, Sign In to add comment