basic functionality as before: mostly untested
Showing
| ... | ... | @@ -4,18 +4,12 @@ gem 'rake' |
| gem 'sinatra' | ||
| gem 'activerecord' | ||
| gem 'yajl-ruby' | ||
| gem 'ancestry' | ||
| gem 'sqlite3' | ||
| gem 'ampex' | ||
| gem 'thumbs_up', :git => "git@github.com:dementrock/thumbs_up.git" | ||
| # ruby-mongo-driver | ||
| gem 'mongo', "1.6.2" | ||
| gem 'bson' | ||
| ... | ... | @@ -24,7 +18,7 @@ gem 'bson_ext' |
| gem 'mongoid', "~> 2.4.0" | ||
| gem 'mongoid-tree' | ||
| gem 'voteable_mongo' | ||
| gem 'voteable_mongo', :git => 'https://github.com/dementrock/voteable_mongo.git' | ||
| group :test do | ||
| gem 'rspec' | ||
| ... | ... |
models/commentable.rb
0 → 100644
Please
register
or
sign in
to comment