Skip to content

Commit

Permalink
Add reference to Balisong as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Nov 22, 2010
1 parent 08ddc92 commit f24a7b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Usage
c1 = Comment.create!(:id => '2010-01-03-328', :text => '...')
c2 = Comment.create!(:id => '2010-05-29-742', :text => '...')

An example of a project that uses GitModel is [Balisong](https://github.com/pauldowman/balisong), a blogging app for coders (but it doesn't save objects to the data store. It's read-only so far, assuming that posts will be edited with a text editor).


Database file structure
-----------------------
Expand Down Expand Up @@ -140,6 +142,7 @@ Contributors
To Do
-----

* Add validations and other feature examples to sample code in README
* Querying
* Use AREL?
* Finish some pending specs
Expand Down

0 comments on commit f24a7b3

Please sign in to comment.