Guest User

Untitled

a guest
May 21st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. bash-4.1$ rake db:migrate
  2. (in /home/jrojas/rnii-ve)
  3. rake aborted!
  4. Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (no such file to load -- pg)
  5.  
  6. (See full trace by running task with --trace)
  7. bash-4.1$ gem install activerecord-postgresql-adapter
  8. ERROR: Could not find a valid gem 'activerecord-postgresql-adapter' (>= 0) in any repository
  9. ERROR: Possible alternatives: activerecord-postgis-adapter, activerecord-jdbcpostgresql-adapter, activerecord-postgresql-cursors, activerecord-jdbcmysql-adapter, activerecord-jdbcmssql-adapter
Add Comment
Please, Sign In to add comment