Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. # Rails Environment Configuration.
  2.  
  3. ---
  4. git:
  5. user.name: Theofilos_Mouratidis
  6. user.email: mtheofilos@gmail.com
  7. version: git version 1.7.9.msysgit.0
  8.  
  9. ruby:
  10. bin: C:/RailsInstaller/Ruby1.9.2/bin/ruby.exe
  11. version: ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
  12.  
  13. rails:
  14. bin: C:/RailsInstaller/Ruby1.9.2/bin/rails.bat
  15. version: Rails 3.2.13
  16.  
  17. ssh:
  18. public_key_location: C:Usersacer/.ssh/id_rsa.pub
  19. public_key_contents: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAvrft8l3K12KfGo9uXrFfK
  20. YhiQW2mHxoBIWaHXmFec7/14bx3awQLb8rG4zYZdrAWijy86vOJlk7jm07amwrOPKjkTYkIkHoclEu1y
  21. wYS3PEPBCLe5gpPMIoej22T7X3PqLfLza3MpW6HSE3TOOT+dG74Ms0T6v8YOFQ19SiGwKTIAyF7Mczx0
  22. xet9rKxxnRQuvyqByWq+ZOBSFao5zlqsfh8QWwGGh3thsjNo7ICDfP8tQmu57jjOTcjZC3st0tEzUoNK
  23. zdXdz5PDLRo2fSXTKG7PhadLmLn4Cg4fhY6sOraXeYrzt9pVp0b9SYnWqTYNhi74kSx0z1i5lfna6eXk
  24. w== Theofilos Mouratidis <mtheofilos@gmail.com>
  25.  
  26.  
  27.  
  28. C:Sites>cd tama
  29.  
  30. C:Sitestama>heroku login
  31. Enter your Heroku credentials.
  32. Email: mtheofilos@gmail.com
  33. Password (typing will be hidden):
  34. Authentication successful.
  35.  
  36. C:Sitestama>git status
  37. # On branch master
  38. # Changes not staged for commit:
  39. # (use "git add <file>..." to update what will be committed)
  40. # (use "git checkout -- <file>..." to discard changes in working directory)
  41. #
  42. # modified: .idea/workspace.xml
  43. #
  44. no changes added to commit (use "git add" and/or "git commit -a")
  45.  
  46. C:Sitestama>git add .
  47.  
  48. C:Sitestama>git commit
  49. Aborting commit due to empty commit message.
  50.  
  51. C:Sitestama>git commit -m "nothing"
  52. [master cd12603] nothing
  53. 1 files changed, 3 insertions(+), 3 deletions(-)
  54.  
  55. C:Sitestama>git push heroku master
  56. Counting objects: 172, done.
  57. Delta compression using up to 8 threads.
  58. Compressing objects: 100% (152/152), done.
  59. Writing objects: 100% (172/172), 210.47 KiB | 67 KiB/s, done.
  60. Total 172 (delta 41), reused 0 (delta 0)
  61. remote:
  62. remote: -----> Ruby/Rails app detected
  63. remote: -----> WARNING: Removing `Gemfile.lock` because it was generated on Wind
  64. ows.
  65. remote: Bundler will do a full resolve so native gems are handled properl
  66. y.
  67. remote: This may result in unexpected gem versions being used in your app
  68. .
  69. remote: -----> Installing dependencies using Bundler version 1.3.2
  70. remote: Running: bundle install --without development:test --path vendor/
  71. bundle --binstubs vendor/bundle/bin
  72. remote: Fetching gem metadata from https://rubygems.org/........
  73. remote: Fetching gem metadata from https://rubygems.org/..
  74. remote: Resolving dependencies...
  75. remote: Installing rake (10.0.4)
  76. remote: Installing i18n (0.6.1)
  77. remote: Installing multi_json (1.7.2)
  78. remote: Installing activesupport (3.2.13)
  79. remote: Installing builder (3.0.4)
  80. remote: Installing activemodel (3.2.13)
  81. remote: Installing erubis (2.7.0)
  82. remote: Installing journey (1.0.4)
  83. remote: Installing rack (1.4.5)
  84. remote: Installing rack-cache (1.2)
  85. remote: Installing rack-test (0.6.2)
  86. remote: Installing hike (1.2.2)
  87. remote: Installing tilt (1.3.7)
  88. remote: Installing sprockets (2.2.2)
  89. remote: Installing actionpack (3.2.13)
  90. remote: Installing mime-types (1.23)
  91. remote: Installing polyglot (0.3.3)
  92. remote: Installing treetop (1.4.12)
  93. remote: Installing mail (2.5.3)
  94. remote: Installing actionmailer (3.2.13)
  95. remote: Installing arel (3.0.2)
  96. remote: Installing tzinfo (0.3.37)
  97. remote: Installing activerecord (3.2.13)
  98. remote: Installing activeresource (3.2.13)
  99. remote: Installing authlogic (3.3.0)
  100. remote: Using bundler (1.3.2)
  101. remote: Installing coffee-script-source (1.6.2)
  102. remote: Installing execjs (1.4.0)
  103. remote: Installing coffee-script (2.2.0)
  104. remote: Installing rack-ssl (1.3.3)
  105. remote: Installing json (1.7.7)
  106. remote: Installing rdoc (3.12.2)
  107. remote: Installing thor (0.18.1)
  108. remote: Installing railties (3.2.13)
  109. remote: Installing coffee-rails (3.2.2)
  110. remote: Installing jquery-rails (2.2.1)
  111. remote: Installing pg (0.15.1)
  112. remote: Installing rails (3.2.13)
  113. remote: Installing sass (3.2.8)
  114. remote: Installing sass-rails (3.2.6)
  115. remote: Installing uglifier (2.0.1)
  116. remote: Your bundle is complete! It was installed into ./vendor/bundle
  117. remote: Post-install message from rdoc:
  118. remote: Depending on your version of ruby, you may need to install ruby r
  119. doc/ri data:
  120. remote: <= 1.8.6 : unsupported
  121. remote: = 1.8.7 : gem install rdoc-data; rdoc-data --install
  122. remote: = 1.9.1 : gem install rdoc-data; rdoc-data --install
  123. remote: >= 1.9.2 : nothing to do! Yay!
  124. remote: Cleaning up the bundler cache.
  125. remote: -----> Writing config/database.yml to read from DATABASE_URL
  126. remote: -----> Preparing app for Rails asset pipeline
  127. remote: Detected manifest.yml, assuming assets were compiled locally
  128. remote: -----> Rails plugin injection
  129. remote: Injecting rails_log_stdout
  130. remote: Injecting rails3_serve_static_assets
  131. remote: -----> Discovering process types
  132. remote: Procfile declares types -> (none)
  133. remote: Default types for Ruby/Rails -> console, rake, web, worker
  134. remote:
  135. remote: -----> Compiled slug size: 9.4MB
  136. remote: -----> Launching... ! Heroku push rejected, Could not communicate wi
  137. th vendor, please try again later
  138. remote:
  139. To git@heroku.com:tamagotchi-connect.git
  140. ! [remote rejected] master -> master (pre-receive hook declined)
  141. error: failed to push some refs to 'git@heroku.com:tamagotchi-connect.git'
  142.  
  143. C:Sitestama>
  144.  
  145. source 'https://rubygems.org'
  146.  
  147. gem 'rails', '3.2.13'
  148.  
  149. group :development do
  150. gem 'sqlite3'
  151. end
  152.  
  153. group :production do
  154. gem 'pg'
  155. end
  156.  
  157. group :assets do
  158. gem 'sass-rails'
  159. gem 'coffee-rails'
  160. gem 'uglifier'
  161. gem 'jquery-rails'
  162. end
  163.  
  164. gem 'authlogic'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement