Guest User

Untitled

a guest
Mar 6th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. development:
  2. adapter: pg
  3. encoding: utf8
  4. reconnect: false
  5. database: *db*
  6. pool: 5
  7. username: *user*
  8. password: *pw*
  9.  
  10. cirno@perfect-math-class:~/Development/prj$ bundle install
  11. Using rake (0.9.2)
  12. Using multi_json (1.0.3)
  13. Using activesupport (3.1.0)
  14. Using bcrypt-ruby (3.0.1)
  15. Using builder (3.0.0)
  16. Using i18n (0.6.0)
  17. Using activemodel (3.1.0)
  18. Using erubis (2.7.0)
  19. Using rack (1.3.4)
  20. Using rack-cache (1.0.3)
  21. Using rack-mount (0.8.3)
  22. Using rack-test (0.6.1)
  23. Using hike (1.2.1)
  24. Using tilt (1.3.3)
  25. Using sprockets (2.0.3)
  26. Using actionpack (3.1.0)
  27. Using mime-types (1.16)
  28. Using polyglot (0.3.2)
  29. Using treetop (1.4.10)
  30. Using mail (2.3.0)
  31. Using actionmailer (3.1.0)
  32. Using arel (2.2.1)
  33. Using tzinfo (0.3.30)
  34. Using activerecord (3.1.0)
  35. Using activeresource (3.1.0)
  36. Using xml-simple (1.1.0)
  37. Using aws-s3 (0.6.2)
  38. Using bundler (1.0.21)
  39. Using coffee-script-source (1.1.2)
  40. Using execjs (1.2.9)
  41. Using coffee-script (2.2.0)
  42. Using rack-ssl (1.3.2)
  43. Using json (1.6.1)
  44. Using rdoc (3.10)
  45. Using thor (0.14.6)
  46. Using railties (3.1.0)
  47. Using coffee-rails (3.1.1)
  48. Using haml (3.1.3)
  49. Using jquery-rails (1.0.16)
  50. Using kgio (2.6.0)
  51. Using libv8 (3.3.10.2)
  52. Using pg (0.11.0)
  53. Using rails (3.1.0)
  54. Using raindrops (0.8.0)
  55. Using sass (3.1.10)
  56. Using sass-rails (3.1.4)
  57. Using sqlite3 (1.3.4)
  58. Using therubyracer (0.9.4)
  59. Using transformer (0.1.0)
  60. Using uglifier (1.0.3)
  61. Using unicorn (4.1.1)
  62. Using vk-ruby (0.6.22)
  63. Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
  64. cirno@perfect-math-class:~/Development/prj$ bundle exec rake db:migrate
  65. rake aborted!
  66. Please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file -- active_record/connection_adapters/pg_adapter)
  67.  
  68. Tasks: TOP => db:migrate => db:load_config
  69. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment