tips  

$ bundle
Fetching source index from http://rubygems.org/
Fetching source index from https://rubygems.org/

time for coffee break…but then I found this tip on bundler FAQ

$ bundle install --full-index

How much faster is it? Your mileage may vary.

 
0
Kudos
 
0
Kudos

Now read this

Devise Authentication unscoped

At Shop2 we do the Rails 3.2, Mongoid 2.4, and Devise 2.0. We found that Devise by default does not play nice with default scoping. # Our User model with default_scope of active users, # and a :vip scope # class User include... Continue →