Ruby on Rails Tips

Friday, August 15, 2008

Database.yml Formats

development:
adapter: mysql
database: development_db
username: username
password: password
sochost: localhost

Solutions to Errors in the Ruby or Rials

If you Encounter any kind of Errors in Ruby and Rails packages do the following.

  1. gem cleanup -v
  2. gem update
The Errors that come under this section:
  • RubyGem version error