Skip to content

Instantly share code, notes, and snippets.

@shobhitic
Last active December 20, 2015 18:39
Show Gist options
  • Save shobhitic/6177112 to your computer and use it in GitHub Desktop.
Save shobhitic/6177112 to your computer and use it in GitHub Desktop.
Correct YAML syntax
shobhit:
first_name: Shobhit
mid_name: Wait For It
last_name: Bakliwal
random_info: Loves gatte ki Sabji
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
title: MyString
description: MyText
image_url: MyString
price: 9.99
two:
title: MyString
description: MyText
image_url: MyString
price: 9.99
ruby:
title: Programming Ruby 1.9
description:
Ruby is the fastest growing and most exciting dynamic language
out there. If you need to get working programs delivered fast,
you should add Ruby to your toolbox.
price: 49.50
image_url: ruby.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment