Ruby on Rails
Monday, February 4, 2013
On Saturday, 2 February 2013 11:03:15 UTC-5, Ruby-Forum.com User wrote:
mini@mini:~/Sites/music_library$ rake db:migrate
rake aborted!
couldn't parse YAML at line 28 column 6
/home/mini/my_gems/gems/railties-3.2.9/lib/rails/ application/configuration.rb: 115:in
`database_configuration'
This error indicates that you've got invalid syntax in your config/database.yml file. 80% chance it's a tab - YAML does not like tabs. Check the file in an editor that can show you tabs vs. spaces.
Otherwise, posting the file will make it much easier to get help.
--Matt Jones
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/tncZj5jizSEJ.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment