spinhorror wrote:seems like has_secure_password gem not installed.
Adding `has_secure_password` to the Gemfile (I don't know Ruby, I don't know if that's the right place), gives me the following error:
$ bundle install --path vendor/bundle
The git source `git://github.com/railsconfig/config.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.
Fetching gem metadata from https://rubygems.org/........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies....
Bundler could not find compatible versions for gem "rails":
In snapshot (Gemfile.lock):
rails (= 3.2.13)
In Gemfile:
rails (= 3.2.13)
has_secure_password was resolved to 0.0.1, which depends on
rails (< 3.0, > 2.1)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
The suggested `bundle update` doesn't help either.