spine / spine.site

Old Spine Site (not active)
41 stars 24 forks source link

Nothing about `fetch` in model docs #52

Closed milesmatthias closed 10 years ago

milesmatthias commented 11 years ago

I'd frequently do something like:

model.create(); model.save(); allRecords = model.all();

and allRecords.length would be 0. This was really confusing until I looked at the source and saw I needed to fetch all of the records first.

aeischeid commented 11 years ago

I'll try to make this more clear soon. Thanks for the input.

aeischeid commented 10 years ago

added a bit. nothing extensive, but should give people enough of a hint

milesmatthias commented 10 years ago

:+1: