Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created March 17, 2009 03:47
Show Gist options
  • Save johnbender/80266 to your computer and use it in GitHub Desktop.
Save johnbender/80266 to your computer and use it in GitHub Desktop.
.
|-- lib
| |-- redquery
| | |-- active_record
| | | `-- base.rb
| | |-- active_record.rb
| | |-- adapters
| | | |-- adapter.rb
| | | `-- mysql.rb
| | |-- adapters.rb
| | |-- declarations.rb
| | `-- serializers.rb
| `-- redquery.rb
|-- rakefile.rb
|-- scratch.rb
`-- test
|-- declarations_spec.rb
|-- mysql_adapter_spec.rb
`-- serializers_spec.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment