RailsCasts Pro episodes are now free!

Learn more or hide this

davelab's Profile

GitHub User: davelab

Comments by

Avatar

Hi! thank you for the tutorial, very helpfull.

i've a question

which is the difference between this two sintax

Entry.create!(name: "Aaron Patterson")
and
Entry.create(:name => "Aaron Patterson")

beacause the first generates an error at command rake db:seed