Hi,
I'm having a problem loading a sample data with simple rake command.
rake db:fixtures:load
When I run the above command,I get the following error
$rake db:fixtures:load
(in /home/raghu/www/photos)
rake aborted!
a YAML error occurred parsing
/home/raghu/www/photos/test/fixtures/photos.yml. Please note that YAML
must be consistently indented using spaces. Tabs are not allowed. Please
have a look at http://www.yaml.org/faq.html
The exact error was:
ArgumentError: syntax error on line 14, col 11: ` filename:
train.jpg'
(See full trace by running task with --trace)
Here is the file that can be useful
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
filename: MyString
thumbnail: MyString
description: MyString
two:
filename: MyString
thumbnail: MyString
description: MyString
photo_1:
id:1
filename: train.jpg
thumbnail: train_t.jpg
description: My ride to work
photo_2:
id: 2
filename: lighthouse.jpg
thumbnail: lighthouse_t.jpg
description: I take dates here all the time
photo_3:
id: 3
filename: gargoyle.jpg
thumbnail: gargoyle_t.jpg
description: My paper weight
photo_4:
id: 4
filename: cat.jpg
thumbnail: cat_t.jpg
description: My pet
photo_5:
id: 5
filename: cappucino.jpg
thumbnail: cappucino_t.jpg
description: Life Juice
photo_6:
id: 6
filename: building.jpg
thumbnail: building_t.jpg
description: My office
photo_7:
id: 7
filename: bridge.jpg
thumbnail: bridge_t.jpg
description: Place I'd like to visit
Any idea of what might went wrong?
Raghu
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment