Bot controller

This commit is contained in:
Hipster Hitman
2011-04-28 03:18:06 +04:00
parent 91b14bf524
commit 6809623b02
13 changed files with 350 additions and 2 deletions
+2
View File
@@ -10,6 +10,7 @@ gem 'mongo', '1.3.0'
gem 'bson_ext', '1.3.0'
gem 'mongoid', '~> 2.0'
gem 'nokogiri'
gem 'daemons'
# Use unicorn as the web server
# gem 'unicorn'
@@ -33,3 +34,4 @@ gem 'nokogiri'
# group :development, :test do
# gem 'webrat'
# end