Add couchbase with modifications, formalize broadcaster and make testable and some other stuff

This commit is contained in:
2014-03-06 18:08:39 +01:00
parent 3f117c76b0
commit 0e7a39b819
28 changed files with 456 additions and 35 deletions
+25 -1
View File
@@ -7,6 +7,15 @@ GIT
couchrest (>= 1.0.1)
json (~> 1.6)
GIT
remote: git://github.com/bterkuile/couchbase-structures.git
revision: f6f7da685fd8bacd2bd05b55eac73e8b82a8078d
specs:
couchbase-structures (0.1.0)
couchbase (>= 1.2.0.z.beta3)
couchbase-docstore (>= 0.1.2)
couchbase-settings (>= 0.1.0)
GIT
remote: git://github.com/bterkuile/devise_simply_stored.git
revision: 8fdaed396a7e9566fe6cb59b64d950953c8506a6
@@ -120,7 +129,16 @@ GEM
sass (~> 3.1)
compass-rails (1.1.2)
compass (>= 0.12.2)
connection_pool (1.2.0)
cookiejar (0.3.0)
couchbase (1.3.6)
connection_pool (~> 1.0, >= 1.0.0)
multi_json (~> 1.0)
yaji (~> 0.3, >= 0.3.2)
couchbase-docstore (0.3.0)
couchbase (>= 1.2)
couchbase-settings (>= 0.2.7)
couchbase-settings (0.3.4)
couchrest (1.2.0)
mime-types (~> 1.15)
multi_json (~> 1.0)
@@ -221,13 +239,14 @@ GEM
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
map (6.5.3)
method_source (0.8.2)
mime-types (1.25.1)
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.5.2)
minitest (4.7.5)
multi_json (1.8.2)
multi_json (1.9.0)
multipart-post (1.2.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
@@ -353,6 +372,7 @@ GEM
websocket-driver (0.3.1)
xpath (2.0.0)
nokogiri (~> 1.3)
yaji (0.3.5)
PLATFORMS
ruby
@@ -367,6 +387,9 @@ DEPENDENCIES
coffee-rails
compass-rails
couch_potato!
couchbase
couchbase-docstore
couchbase-structures!
database_cleaner
devise
devise_simply_stored!
@@ -382,6 +405,7 @@ DEPENDENCIES
kaminari
launchy
letter_opener
map
mini_magick
omniauth-facebook
orm_adapter!