[STABLE] Update all the gems

pull/235/head
Rick Carlino 2015-11-24 14:25:33 -05:00
parent 93d3926663
commit 71c6a4a048
6 changed files with 174 additions and 165 deletions

View File

@ -1,15 +1,16 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.2.3' ruby '2.2.3'
gem 'rails', '4.1.0' gem 'rails', '4.2.4'
#Dokku demands this one. #Dokku demands this one.
gem 'rails_12factor' gem 'rails_12factor'
gem 'ng-rails-csrf' gem 'ng-rails-csrf'
gem 'mongoid', '~> 4.0.0', github: 'mongoid/mongoid' gem 'mongoid', '~> 5.0.1'#, github: 'mongoid/mongoid'
#Asset stuff #Asset stuff
gem 'sass-rails', github: 'rails/sass-rails' gem 'sprockets'
gem 'sass-rails'#, github: 'rails/sass-rails'
gem 'coffee-rails' gem 'coffee-rails'
gem 'font-awesome-rails' gem 'font-awesome-rails'
gem 'uglifier' gem 'uglifier'

View File

@ -1,24 +1,14 @@
GIT GIT
remote: git://github.com/RickCarlino/smarf_doc.git remote: git://github.com/RickCarlino/smarf_doc.git
revision: 9b4cb42312f971dc565811da713584b2979dd913 revision: 88394bf9dbadf1fa4b89c370ffc5ae12d0c0611e
specs: specs:
smarf_doc (0.0.1) smarf_doc (0.0.1)
GIT
remote: git://github.com/mongoid/mongoid.git
revision: 6632302e7fc88f99aa7cff24719b95e6347048f7
specs:
mongoid (4.0.2)
activemodel (~> 4.0)
moped (~> 2.0.0)
origin (~> 2.1)
tzinfo (>= 0.3.37)
GIT GIT
remote: git://github.com/plataformatec/devise.git remote: git://github.com/plataformatec/devise.git
revision: 61ec44b76edb7f4f0df9683ebb515beb80196fe9 revision: d22ac4a4fb304ea93c728efe955535cb6b8b6a86
specs: specs:
devise (3.4.1) devise (3.5.2)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5) railties (>= 3.2.6, < 5)
@ -26,70 +16,68 @@ GIT
thread_safe (~> 0.1) thread_safe (~> 0.1)
warden (~> 1.2.3) warden (~> 1.2.3)
GIT
remote: git://github.com/rails/sass-rails.git
revision: 4ec13b1e10c86695b4a094ff9c5049c28567c7d2
specs:
sass-rails (5.0.1)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
remote: https://rails-assets.org/ remote: https://rails-assets.org/
specs: specs:
abstract_type (0.0.7) abstract_type (0.0.7)
actionmailer (4.1.0) actionmailer (4.2.4)
actionpack (= 4.1.0) actionpack (= 4.2.4)
actionview (= 4.1.0) actionview (= 4.2.4)
mail (~> 2.5.4) activejob (= 4.2.4)
actionpack (4.1.0) mail (~> 2.5, >= 2.5.4)
actionview (= 4.1.0) rails-dom-testing (~> 1.0, >= 1.0.5)
activesupport (= 4.1.0) actionpack (4.2.4)
rack (~> 1.5.2) actionview (= 4.2.4)
activesupport (= 4.2.4)
rack (~> 1.6)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
actionview (4.1.0) rails-dom-testing (~> 1.0, >= 1.0.5)
activesupport (= 4.1.0) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.4)
activesupport (= 4.2.4)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active_model_serializers (0.8.3) active_model_serializers (0.8.3)
activemodel (>= 3.0) activemodel (>= 3.0)
activemodel (4.1.0) activejob (4.2.4)
activesupport (= 4.1.0) activesupport (= 4.2.4)
globalid (>= 0.3.0)
activemodel (4.2.4)
activesupport (= 4.2.4)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.1.0) activerecord (4.2.4)
activemodel (= 4.1.0) activemodel (= 4.2.4)
activesupport (= 4.1.0) activesupport (= 4.2.4)
arel (~> 5.0.0) arel (~> 6.0)
activesupport (4.1.0) activesupport (4.2.4)
i18n (~> 0.6, >= 0.6.9) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.1) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
adamantium (0.2.0) adamantium (0.2.0)
ice_nine (~> 0.11.0) ice_nine (~> 0.11.0)
memoizable (~> 0.4.0) memoizable (~> 0.4.0)
addressable (2.3.7) addressable (2.3.8)
arel (5.0.1.20140414130214) arel (6.0.3)
arrayfields (4.9.2) arrayfields (4.9.2)
ast (2.0.0) ast (2.1.0)
bcrypt (3.1.10) bcrypt (3.1.10)
bson (2.3.0) bson (3.2.6)
builder (3.2.2) builder (3.2.2)
cane (2.6.2) cane (2.6.2)
parallel parallel
capybara (2.4.4) capybara (2.5.0)
mime-types (>= 1.16) mime-types (>= 1.16)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
xpath (~> 2.0) xpath (~> 2.0)
capybara-angular (0.1.0) capybara-angular (0.2.2)
capybara capybara (>= 2.5.0)
childprocess (0.5.8) childprocess (0.5.8)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
chronic (0.10.2) chronic (0.10.2)
@ -104,32 +92,33 @@ GEM
code_analyzer (0.4.5) code_analyzer (0.4.5)
sexp_processor sexp_processor
code_metrics (0.1.3) code_metrics (0.1.3)
codeclimate-test-reporter (0.4.7) codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0) simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0) coderay (1.1.0)
coffee-rails (4.1.0) coffee-rails (4.1.0)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.1) coffee-script-source (1.10.0)
colored (1.2) colored (1.2)
concord (0.1.5) concord (0.1.5)
adamantium (~> 0.2.0) adamantium (~> 0.2.0)
equalizer (~> 0.0.9) equalizer (~> 0.0.9)
connection_pool (2.1.1)
diff-lcs (1.2.5) diff-lcs (1.2.5)
docile (1.1.5) docile (1.1.5)
equalizer (0.0.9) domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
erubis (2.7.0) erubis (2.7.0)
execjs (2.3.0) execjs (2.6.0)
factory_girl (4.5.0) factory_girl (4.5.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
factory_girl_rails (4.5.0) factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0) factory_girl (~> 4.5.0)
railties (>= 3.0.0) railties (>= 3.0.0)
faker (1.4.3) faker (1.6.1)
i18n (~> 0.5) i18n (~> 0.5)
fattr (2.2.2) fattr (2.2.2)
ffi (1.9.10) ffi (1.9.10)
@ -139,23 +128,27 @@ GEM
flog (4.3.2) flog (4.3.2)
ruby_parser (~> 3.1, > 3.1.0) ruby_parser (~> 3.1, > 3.1.0)
sexp_processor (~> 4.4) sexp_processor (~> 4.4)
font-awesome-rails (4.3.0.0) font-awesome-rails (4.5.0.0)
railties (>= 3.2, < 5.0) railties (>= 3.2, < 5.0)
haml (4.0.6) globalid (0.3.6)
activesupport (>= 4.1.0)
haml (4.0.7)
tilt tilt
high_voltage (2.1.0) high_voltage (2.1.0)
hike (1.2.3)
hirb (0.7.3) hirb (0.7.3)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0) i18n (0.7.0)
ice_cube (0.12.1) ice_cube (0.13.0)
ice_nine (0.11.1) ice_nine (0.11.1)
json (1.8.2) json (1.8.3)
json_pure (1.8.2) json_pure (1.8.3)
launchy (2.4.3) launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
mail (2.5.4) loofah (2.0.3)
mime-types (~> 1.16) nokogiri (>= 1.5.9)
treetop (~> 1.4.8) mail (2.6.3)
mime-types (>= 1.16, < 3)
main (6.1.0) main (6.1.0)
arrayfields (>= 4.7.4) arrayfields (>= 4.7.4)
chronic (>= 0.6.2) chronic (>= 0.6.2)
@ -165,7 +158,7 @@ GEM
memoizable (0.4.2) memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
method_source (0.8.2) method_source (0.8.2)
metric_fu (4.11.3) metric_fu (4.12.0)
cane (~> 2.5, >= 2.5.2) cane (~> 2.5, >= 2.5.2)
churn (~> 0.0.35) churn (~> 0.0.35)
code_metrics (~> 0.1) code_metrics (~> 0.1)
@ -177,60 +170,62 @@ GEM
multi_json multi_json
rails_best_practices (~> 1.14, >= 1.14.3) rails_best_practices (~> 1.14, >= 1.14.3)
redcard redcard
reek (~> 1.3, >= 1.3.4) reek (>= 1.3.4, < 3.0)
roodi (~> 3.1) roodi (~> 3.1)
metric_fu-Saikuro (1.1.3) metric_fu-Saikuro (1.1.3)
mime-types (1.25.1) mime-types (2.99)
mini_portile (0.6.2) mini_portile (0.6.2)
minitest (5.5.1) minitest (5.8.3)
moped (2.0.4) mongo (2.1.2)
bson (~> 2.2) bson (~> 3.0)
connection_pool (~> 2.0) mongoid (5.0.1)
optionable (~> 0.2.0) activemodel (~> 4.0)
multi_json (1.10.1) mongo (~> 2.1)
origin (~> 2.1)
tzinfo (>= 0.3.37)
multi_json (1.11.2)
mutations (0.7.2) mutations (0.7.2)
activesupport activesupport
netrc (0.10.2) netrc (0.11.0)
ng-rails-csrf (0.1.0) ng-rails-csrf (0.1.0)
nokogiri (1.6.6.2) nokogiri (1.6.6.4)
mini_portile (~> 0.6.0) mini_portile (~> 0.6.0)
optionable (0.2.0)
origin (2.1.1) origin (2.1.1)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.4.0) parallel (1.6.1)
parser (2.2.0.3) parser (2.2.3.0)
ast (>= 1.1, < 3.0) ast (>= 1.1, < 3.0)
polyglot (0.3.5)
procto (0.0.2) procto (0.0.2)
pry (0.10.1) pry (0.10.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
rack (1.5.2) rack (1.6.4)
rack-cors (0.4.0) rack-cors (0.4.0)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.1.0) rails (4.2.4)
actionmailer (= 4.1.0) actionmailer (= 4.2.4)
actionpack (= 4.1.0) actionpack (= 4.2.4)
actionview (= 4.1.0) actionview (= 4.2.4)
activemodel (= 4.1.0) activejob (= 4.2.4)
activerecord (= 4.1.0) activemodel (= 4.2.4)
activesupport (= 4.1.0) activerecord (= 4.2.4)
activesupport (= 4.2.4)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.1.0) railties (= 4.2.4)
sprockets-rails (~> 2.0) sprockets-rails
rails-assets-angular (1.4.6) rails-assets-angular (1.4.8)
rails-assets-jquery (2.1.4) rails-assets-jquery (2.1.4)
rails-assets-js-data (2.3.0) rails-assets-js-data (2.8.2)
rails-assets-js-data-angular (3.0.0) rails-assets-js-data-angular (3.1.0)
rails-assets-angular (>= 1.1.0) rails-assets-angular (>= 1.1.0)
rails-assets-js-data (>= 2.0.0) rails-assets-js-data (>= 2.0.0)
rails-assets-js-data-http (>= 2.0.0) rails-assets-js-data-http (>= 2.0.0)
rails-assets-js-data-http (2.1.0) rails-assets-js-data-http (2.1.2)
rails-assets-js-data (>= 2.0.0) rails-assets-js-data (>= 2.0.0)
rails-assets-lodash (3.10.1) rails-assets-lodash (3.10.1)
rails-assets-ng-pickadate (0.2.2) rails-assets-ng-pickadate (0.2.3)
rails-assets-angular (~> 1.4.5) rails-assets-angular (~> 1.4.5)
rails-assets-pickadate (~> 3.5.6) rails-assets-pickadate (~> 3.5.6)
rails-assets-ng-sortable (1.2.3) rails-assets-ng-sortable (1.2.3)
@ -238,10 +233,18 @@ GEM
rails-assets-pickadate (3.5.6) rails-assets-pickadate (3.5.6)
rails-assets-jquery (>= 1.7) rails-assets-jquery (>= 1.7)
rails-assets-sio-client (1.3.6) rails-assets-sio-client (1.3.6)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails_12factor (0.0.3) rails_12factor (0.0.3)
rails_serve_static_assets rails_serve_static_assets
rails_stdout_logging rails_stdout_logging
rails_best_practices (1.15.6) rails_best_practices (1.15.7)
activesupport activesupport
code_analyzer (>= 0.4.3) code_analyzer (>= 0.4.3)
colored colored
@ -251,92 +254,96 @@ GEM
require_all require_all
ruby-progressbar ruby-progressbar
rails_serve_static_assets (0.0.4) rails_serve_static_assets (0.0.4)
rails_stdout_logging (0.0.3) rails_stdout_logging (0.0.4)
railties (4.1.0) railties (4.2.4)
actionpack (= 4.1.0) actionpack (= 4.2.4)
activesupport (= 4.1.0) activesupport (= 4.2.4)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rainbow (2.0.0) rainbow (2.0.0)
rake (10.4.2) rake (10.4.2)
redcard (1.1.0) redcard (1.1.0)
reek (1.6.6) reek (2.2.1)
parser (~> 2.2.0.pre.7) parser (~> 2.2)
rainbow (>= 1.99, < 3.0) rainbow (~> 2.0)
unparser (~> 0.2.2) unparser (~> 0.2.2)
require_all (1.3.2) require_all (1.3.3)
responders (1.1.2) responders (2.1.0)
railties (>= 3.2, < 4.2) railties (>= 4.2.0, < 5)
rest-client (1.7.3) rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0) mime-types (>= 1.16, < 3.0)
netrc (~> 0.7) netrc (~> 0.7)
roodi (3.3.1) roodi (3.3.1)
ruby_parser (~> 3.2, >= 3.2.2) ruby_parser (~> 3.2, >= 3.2.2)
rspec (3.2.0) rspec (3.4.0)
rspec-core (~> 3.2.0) rspec-core (~> 3.4.0)
rspec-expectations (~> 3.2.0) rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.2.0) rspec-mocks (~> 3.4.0)
rspec-core (3.2.0) rspec-core (3.4.1)
rspec-support (~> 3.2.0) rspec-support (~> 3.4.0)
rspec-expectations (3.2.0) rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.4.0)
rspec-mocks (3.2.0) rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.4.0)
rspec-rails (3.2.0) rspec-rails (3.4.0)
actionpack (>= 3.0, <= 4.2) actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, <= 4.2) activesupport (>= 3.0, < 4.3)
railties (>= 3.0, <= 4.2) railties (>= 3.0, < 4.3)
rspec-core (~> 3.2.0) rspec-core (~> 3.4.0)
rspec-expectations (~> 3.2.0) rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.2.0) rspec-mocks (~> 3.4.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.4.0)
rspec-support (3.2.1) rspec-support (3.4.1)
ruby-progressbar (1.7.1) ruby-progressbar (1.7.5)
ruby_parser (3.6.4) ruby_parser (3.7.2)
sexp_processor (~> 4.1) sexp_processor (~> 4.1)
rubyzip (1.1.7) rubyzip (1.1.7)
sass (3.4.12) sass (3.4.19)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (2.48.1) selenium-webdriver (2.48.1)
childprocess (~> 0.5) childprocess (~> 0.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip (~> 1.0) rubyzip (~> 1.0)
websocket (~> 1.0) websocket (~> 1.0)
sexp_processor (4.4.5) sexp_processor (4.6.0)
simplecov (0.9.2) simplecov (0.10.0)
docile (~> 1.1.0) docile (~> 1.1.0)
multi_json (~> 1.0) json (~> 1.8)
simplecov-html (~> 0.9.0) simplecov-html (~> 0.10.0)
simplecov-html (0.9.0) simplecov-html (0.10.0)
slop (3.6.0) slop (3.6.0)
sprockets (2.12.3) sprockets (3.4.0)
hike (~> 1.2) rack (> 1, < 3)
multi_json (~> 1.0) sprockets-rails (2.3.3)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.2.4)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.4) thread_safe (0.3.5)
tilt (1.4.1) tilt (2.0.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.0) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
unparser (0.2.2) unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unparser (0.2.4)
abstract_type (~> 0.0.7) abstract_type (~> 0.0.7)
adamantium (~> 0.2.0) adamantium (~> 0.2.0)
concord (~> 0.1.5) concord (~> 0.1.5)
diff-lcs (~> 1.2.5) diff-lcs (~> 1.2.5)
equalizer (~> 0.0.9) equalizer (~> 0.0.9)
parser (~> 2.2.0.2) parser (~> 2.2.2)
procto (~> 0.0.2) procto (~> 0.0.2)
warden (1.2.3) warden (1.2.3)
rack (>= 1.0) rack (>= 1.0)
@ -362,12 +369,12 @@ DEPENDENCIES
ice_cube ice_cube
launchy launchy
metric_fu metric_fu
mongoid (~> 4.0.0)! mongoid (~> 5.0.1)
mutations mutations
ng-rails-csrf ng-rails-csrf
pry pry
rack-cors rack-cors
rails (= 4.1.0) rails (= 4.2.4)
rails-assets-jquery! rails-assets-jquery!
rails-assets-js-data! rails-assets-js-data!
rails-assets-js-data-angular! rails-assets-js-data-angular!
@ -379,10 +386,11 @@ DEPENDENCIES
rails_12factor rails_12factor
rspec rspec
rspec-rails rspec-rails
sass-rails! sass-rails
selenium-webdriver selenium-webdriver
simplecov simplecov
smarf_doc! smarf_doc!
sprockets
uglifier uglifier
BUNDLED WITH BUNDLED WITH

View File

@ -14,7 +14,7 @@ FarmBot::Application.configure do
config.i18n.fallbacks = true config.i18n.fallbacks = true
config.log_formatter = ::Logger::Formatter.new config.log_formatter = ::Logger::Formatter.new
config.log_level = :info config.log_level = :info
config.serve_static_assets = false config.serve_static_files = false
config.action_mailer.smtp_settings = { address: 'smtp.mandrillapp.com', config.action_mailer.smtp_settings = { address: 'smtp.mandrillapp.com',
port: 587, port: 587,
user_name: ENV['MANDRILL_USERNAME'], user_name: ENV['MANDRILL_USERNAME'],

View File

@ -13,7 +13,7 @@ FarmBot::Application.configure do
config.eager_load = false config.eager_load = false
# Configure static asset server for tests with Cache-Control for performance. # Configure static asset server for tests with Cache-Control for performance.
config.serve_static_assets = true config.serve_static_files = true
config.assets.debug = true config.assets.debug = true
config.static_cache_control = "public, max-age=3600" config.static_cache_control = "public, max-age=3600"

View File

@ -1,5 +1,5 @@
development: development:
sessions: clients:
default: default:
database: farmbot_web_development database: farmbot_web_development
hosts: hosts:
@ -7,18 +7,18 @@ development:
options: options:
options: options:
test: test:
sessions: clients:
default: default:
database: farmbot_web_test database: farmbot_web_test
hosts: hosts:
- <%= ENV['MONGO_HOST'] || 'localhost:27017' %> - <%= ENV['MONGO_HOST'] || 'localhost:27017' %>
options: options:
read: primary # read: primary
# In the test environment we lower the retries and retry interval to # In the test environment we lower the retries and retry interval to
# low amounts for fast failures. # low amounts for fast failures.
max_retries: 1 # max_retries: 1
retry_interval: 0 # retry_interval: 0
production: production:
sessions: clients:
default: default:
uri: <%= ENV['MONGOHQ_URL'] || ENV['MONGO_URL'] %> uri: <%= ENV['MONGOHQ_URL'] || ENV['MONGO_URL'] %>

View File

@ -56,4 +56,4 @@ end
# Moped was making the test output buffer look ugly every time the database was # Moped was making the test output buffer look ugly every time the database was
# purged. These settings stop that. # purged. These settings stop that.
Mongoid.logger.level = Logger::WARN Mongoid.logger.level = Logger::WARN
Moped.logger.level = Logger::WARN Mongo::Logger.logger.level = Logger::WARN