-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCrypt::Errors::InvalidHash: invalid hash when running db:seed #66
Comments
Update: Bcrypt does not throw an error when reverting 495ed48 |
Ignorando las versiones del Gemfile.lock (aka, te cargas el gemfile.lock y le das al bundle install), actualizando Bitly a >= 2 y apañando un poco las cosas, siguiendo lo del readme para desplegar development funciona, luego no carga porque al parecer faltan cosas en bbdd, o eso creo. Por otro lado, la versión de producción a mi tampoco me ha funcionado ya que parece que se necesita tener rvm (https://rvm.io/) y yo no lo tenía y he sido incapaz de instalarlo en debian |
Instalar RVM es un infierno: https://rvm.io/rvm/install#explained 1.1 Pon en tu .bashrc la línea
Una vez instalado RVM se puede instalar ruby con
6.5 |
On latest commit, development branch (default).
Tried
bundle install
bin/rails db:migrate
bin/rails db:seed
as per the instructions in the README.md
Got:
Then, when launching the server with
rails server
, the page displays this error:I guest this last error is because it's trying to fetch
conferences
fromdb/development.sql
, which has the tables created, but not populated (because db:seed failed).Any ideas what could be the cause?
The text was updated successfully, but these errors were encountered: