0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:lstoll/throne More... about 14 years ago
Merge branch 'master' of github.com:benschwarz/throne More... about 14 years ago
Correct usage of methods for spec passing. More... about 14 years ago
Added docs and implemented 'get' More... about 14 years ago
Corrected a typo More... about 14 years ago
Added yajl requirement More... about 14 years ago
Merge branch 'master' of github.com:lstoll/throne More... about 14 years ago
Implementation for json-pure parser adding support More... over 14 years ago
Working up implementation of DesignDocument (not complete) More... over 14 years ago
Speccing out DesignDocument More... over 14 years ago
Added the ability to get documents with any params More... over 14 years ago
Shortened calls to rest client in specs More... over 14 years ago
Oh snap, we need a database to run specs. No CI for today. More... over 14 years ago
Added CI location to the readme. More... over 14 years ago
Hey, me too! More... over 14 years ago
Bettered method documentation More... over 14 years ago
Destroy, not delete More... over 14 years ago
Renamed README to markdown and added new API info More... over 14 years ago
Added specs around subseqent deletes More... over 14 years ago
Deletes will raise if they fail. Those will be handled with server exceptions More... over 14 years ago
Use the attribute sent through More... over 14 years ago
Better NotFound messages More... over 14 years ago
Specs to validate implementations More... over 14 years ago
Removed reload! (no longer required). Added a normalise method for collecting attributes together before and after dispatch. More... over 14 years ago
Set the ruby_class name on init More... over 14 years ago
Rescue NotFound for destroying non existant records. Returns a boolean. More... over 14 years ago
Using Mash, it is not too invasive. More... over 14 years ago
Using _id rather than id More... over 14 years ago
Use method_missing to map to self properties use self[:_id] to save the miss on method missing (NameError) Merge responses when returning them More... over 14 years ago
Merge the attributes first More... over 14 years ago