lackac / app_lego

A collection of Rails templates I use for projects

app_lego / couchdb.rb
100644 8 lines (5 sloc) 0.257 kb
1
2
3
4
5
6
7
8
plugin 'basic_model',
  :git => 'git://github.com/topfunky/basic_model.git'
 
gem 'jchris-couchrest', :lib => 'couchrest', :source => 'http://gems.github.com'
 
git :add => "."
git :commit => "-a -m 'Added CouchDB support (through CouchRest and BasicModel)'"