Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 KB | None | 0 0
  1. Christinas-MBP:my_first_rails_app christinapashialis$ git push origin master
  2. Enumerating objects: 11, done.
  3. Counting objects: 100% (11/11), done.
  4. Delta compression using up to 4 threads
  5. Compressing objects: 100% (6/6), done.
  6. Writing objects: 100% (6/6), 635 bytes | 635.00 KiB/s, done.
  7. Total 6 (delta 4), reused 0 (delta 0)
  8. remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
  9. To github.com:ChristinaPashialis/my_first_rails_app.git
  10. a704c9d..198c555 master -> master
  11. Christinas-MBP:my_first_rails_app christinapashialis$ git push heroku master
  12. Enumerating objects: 118, done.
  13. Counting objects: 100% (118/118), done.
  14. Delta compression using up to 4 threads
  15. Compressing objects: 100% (103/103), done.
  16. Writing objects: 100% (118/118), 27.13 KiB | 1.43 MiB/s, done.
  17. Total 118 (delta 6), reused 0 (delta 0)
  18. remote: Compressing source files... done.
  19. remote: Building source:
  20. remote:
  21. remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
  22. remote: Detected buildpacks: Ruby,Node.js
  23. remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
  24. remote: -----> Ruby app detected
  25. remote: -----> Compiling Ruby/Rails
  26. remote: -----> Using Ruby version: ruby-2.6.5
  27. remote: -----> Vendoring libpq 5.12.1
  28. remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
  29. remote: -----> Installing dependencies using bundler 1.17.3
  30. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  31. remote: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
  32. remote: Fetching gem metadata from https://rubygems.org/............
  33. remote: Fetching rake 13.0.1
  34. remote: Installing rake 13.0.1
  35. remote: Fetching concurrent-ruby 1.1.5
  36. remote: Fetching minitest 5.14.0
  37. remote: Fetching thread_safe 0.3.6
  38. remote: Installing thread_safe 0.3.6
  39. remote: Installing minitest 5.14.0
  40. remote: Installing concurrent-ruby 1.1.5
  41. remote: Fetching builder 3.2.4
  42. remote: Fetching erubi 1.9.0
  43. remote: Installing builder 3.2.4
  44. remote: Installing erubi 1.9.0
  45. remote: Fetching mini_portile2 2.4.0
  46. remote: Installing mini_portile2 2.4.0
  47. remote: Fetching crass 1.0.6
  48. remote: Installing crass 1.0.6
  49. remote: Fetching rack 2.1.1
  50. remote: Fetching nio4r 2.5.2
  51. remote: Installing rack 2.1.1
  52. remote: Installing nio4r 2.5.2 with native extensions
  53. remote: Fetching websocket-extensions 0.1.4
  54. remote: Installing websocket-extensions 0.1.4
  55. remote: Fetching mini_mime 1.0.2
  56. remote: Fetching arel 9.0.0
  57. remote: Installing mini_mime 1.0.2
  58. remote: Installing arel 9.0.0
  59. remote: Fetching mimemagic 0.3.3
  60. remote: Installing mimemagic 0.3.3
  61. remote: Fetching msgpack 1.3.1
  62. remote: Installing msgpack 1.3.1 with native extensions
  63. remote: Using bundler 1.17.3
  64. remote: Fetching coffee-script-source 1.12.2
  65. remote: Installing coffee-script-source 1.12.2
  66. remote: Fetching execjs 2.7.0
  67. remote: Installing execjs 2.7.0
  68. remote: Fetching method_source 0.9.2
  69. remote: Installing method_source 0.9.2
  70. remote: Fetching thor 1.0.1
  71. remote: Installing thor 1.0.1
  72. remote: Fetching ffi 1.12.1
  73. remote: Installing ffi 1.12.1 with native extensions
  74. remote: Fetching pg 1.2.2
  75. remote: Installing pg 1.2.2 with native extensions
  76. remote: Fetching puma 3.12.2
  77. remote: Installing puma 3.12.2 with native extensions
  78. remote: Fetching rb-fsevent 0.10.3
  79. remote: Installing rb-fsevent 0.10.3
  80. remote: Fetching tilt 2.0.10
  81. remote: Installing tilt 2.0.10
  82. remote: Fetching turbolinks-source 5.2.0
  83. remote: Installing turbolinks-source 5.2.0
  84. remote: Fetching tzinfo 1.2.6
  85. remote: Installing tzinfo 1.2.6
  86. remote: Fetching nokogiri 1.10.7
  87. remote: Installing nokogiri 1.10.7 with native extensions
  88. remote: Fetching i18n 1.8.2
  89. remote: Installing i18n 1.8.2
  90. remote: Fetching rack-test 1.1.0
  91. remote: Installing rack-test 1.1.0
  92. remote: Fetching sprockets 3.7.2
  93. remote: Installing sprockets 3.7.2
  94. remote: Fetching websocket-driver 0.7.1
  95. remote: Installing websocket-driver 0.7.1 with native extensions
  96. remote: Fetching mail 2.7.1
  97. remote: Installing mail 2.7.1
  98. remote: Fetching marcel 0.3.3
  99. remote: Installing marcel 0.3.3
  100. remote: Fetching coffee-script 2.4.1
  101. remote: Installing coffee-script 2.4.1
  102. remote: Fetching uglifier 4.2.0
  103. remote: Installing uglifier 4.2.0
  104. remote: Fetching bootsnap 1.4.5
  105. remote: Installing bootsnap 1.4.5 with native extensions
  106. remote: Fetching rb-inotify 0.10.1
  107. remote: Installing rb-inotify 0.10.1
  108. remote: Fetching turbolinks 5.2.1
  109. remote: Installing turbolinks 5.2.1
  110. remote: Fetching activesupport 5.2.4.1
  111. remote: Installing activesupport 5.2.4.1
  112. remote: Fetching loofah 2.4.0
  113. remote: Installing loofah 2.4.0
  114. remote: Fetching sass-listen 4.0.0
  115. remote: Installing sass-listen 4.0.0
  116. remote: Fetching rails-dom-testing 2.0.3
  117. remote: Installing rails-dom-testing 2.0.3
  118. remote: Fetching globalid 0.4.2
  119. remote: Fetching activemodel 5.2.4.1
  120. remote: Installing globalid 0.4.2
  121. remote: Installing activemodel 5.2.4.1
  122. remote: Fetching jbuilder 2.9.1
  123. remote: Installing jbuilder 2.9.1
  124. remote: Fetching rails-html-sanitizer 1.3.0
  125. remote: Installing rails-html-sanitizer 1.3.0
  126. remote: Fetching sass 3.7.4
  127. remote: Fetching activejob 5.2.4.1
  128. remote: Installing activejob 5.2.4.1
  129. remote: Installing sass 3.7.4
  130. remote: Fetching activerecord 5.2.4.1
  131. remote: Fetching actionview 5.2.4.1
  132. remote: Installing activerecord 5.2.4.1
  133. remote: Installing actionview 5.2.4.1
  134. remote: Fetching actionpack 5.2.4.1
  135. remote: Installing actionpack 5.2.4.1
  136. remote: Fetching actioncable 5.2.4.1
  137. remote: Fetching actionmailer 5.2.4.1
  138. remote: Fetching activestorage 5.2.4.1
  139. remote: Installing actioncable 5.2.4.1
  140. remote: Installing actionmailer 5.2.4.1
  141. remote: Installing activestorage 5.2.4.1
  142. remote: Fetching railties 5.2.4.1
  143. remote: Installing railties 5.2.4.1
  144. remote: Fetching sprockets-rails 3.2.1
  145. remote: Installing sprockets-rails 3.2.1
  146. remote: Fetching coffee-rails 4.2.2
  147. remote: Fetching rails 5.2.4.1
  148. remote: Fetching sass-rails 5.1.0
  149. remote: Installing coffee-rails 4.2.2
  150. remote: Installing rails 5.2.4.1
  151. remote: Installing sass-rails 5.1.0
  152. remote: Bundle complete! 19 Gemfile dependencies, 60 gems now installed.
  153. remote: Gems in the groups development and test were not installed.
  154. remote: Bundled gems are installed into `./vendor/bundle`
  155. remote: Post-install message from i18n:
  156. remote:
  157. remote: HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
  158. remote: But that may break your application.
  159. remote:
  160. remote: If you are upgrading your Rails application from an older version of Rails:
  161. remote:
  162. remote: Please check your Rails app for 'config.i18n.fallbacks = true'.
  163. remote: If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
  164. remote: 'config.i18n.fallbacks = [I18n.default_locale]'.
  165. remote: If not, fallbacks will be broken in your app by I18n 1.1.x.
  166. remote:
  167. remote: If you are starting a NEW Rails application, you can ignore this notice.
  168. remote:
  169. remote: For more info see:
  170. remote: https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
  171. remote:
  172. remote: Post-install message from sass:
  173. remote:
  174. remote: Ruby Sass has reached end-of-life and should no longer be used.
  175. remote:
  176. remote: * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  177. remote: primary implementation: https://sass-lang.com/install
  178. remote:
  179. remote: * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  180. remote: sassc gem: https://github.com/sass/sassc-ruby#readme
  181. remote:
  182. remote: * For more details, please refer to the Sass blog:
  183. remote: https://sass-lang.com/blog/posts/7828841
  184. remote:
  185. remote: Bundle completed (45.62s)
  186. remote: Cleaning up the bundler cache.
  187. remote: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
  188. remote: -----> Installing node-v10.15.3-linux-x64
  189. remote: -----> Detecting rake tasks
  190. remote: -----> Preparing app for Rails asset pipeline
  191. remote: Running: rake assets:precompile
  192. remote: Yarn executable was not detected in the system.
  193. remote: Download Yarn at https://yarnpkg.com/en/docs/install
  194. remote: I, [2020-01-27T21:15:55.367110 #1372] INFO -- : Writing /tmp/build_f82b3497581e984b55ca582785da6dbd/public/assets/application-6123cad289a84e0cc1aa95fdfffef1cbed403e231776fa14f7407c66d504e3c8.js
  195. remote: I, [2020-01-27T21:15:55.367879 #1372] INFO -- : Writing /tmp/build_f82b3497581e984b55ca582785da6dbd/public/assets/application-6123cad289a84e0cc1aa95fdfffef1cbed403e231776fa14f7407c66d504e3c8.js.gz
  196. remote: I, [2020-01-27T21:15:55.430903 #1372] INFO -- : Writing /tmp/build_f82b3497581e984b55ca582785da6dbd/public/assets/application-35729bfbaf9967f119234595ed222f7ab14859f304ab0acc5451afb387f637fa.css
  197. remote: I, [2020-01-27T21:15:55.431083 #1372] INFO -- : Writing /tmp/build_f82b3497581e984b55ca582785da6dbd/public/assets/application-35729bfbaf9967f119234595ed222f7ab14859f304ab0acc5451afb387f637fa.css.gz
  198. remote: Asset precompilation completed (3.84s)
  199. remote: Cleaning assets
  200. remote: Running: rake assets:clean
  201. remote: -----> Detecting rails configuration
  202. remote:
  203. remote: ###### WARNING:
  204. remote:
  205. remote: Replacing libpq with version libpq 5.12.1
  206. remote:
  207. remote: This version includes a bug fix that can cause an exception
  208. remote: on boot for applications with incorrectly configured connection
  209. remote: values. For more information see:
  210. remote:
  211. remote: https://devcenter.heroku.com/articles/libpq-5-12-1-breaking-connection-behavior
  212. remote:
  213. remote: If your application breaks you can rollback to your last build.
  214. remote: You can also temporarially opt out of this behavior by setting:
  215. remote:
  216. remote: ```
  217. remote: $ heroku config:set HEROKU_SKIP_LIBPQ12=1
  218. remote: ```
  219. remote:
  220. remote: In the future libpq 5.12 will be the default on the platform and
  221. remote: you will not be able to opt-out of the library. For more information see:
  222. remote:
  223. remote: https://devcenter.heroku.com/articles/libpq-5-12-1-breaking-connection-behavior
  224. remote:
  225. remote:
  226. remote: ###### WARNING:
  227. remote:
  228. remote: Detecting rails configuration failed
  229. remote: set HEROKU_DEBUG_RAILS_RUNNER=1 to debug
  230. remote:
  231. remote:
  232. remote: ###### WARNING:
  233. remote:
  234. remote: We detected that some binary dependencies required to
  235. remote: use all the preview features of Active Storage are not
  236. remote: present on this system.
  237. remote:
  238. remote: For more information please see:
  239. remote: https://devcenter.heroku.com/articles/active-storage-on-heroku
  240. remote:
  241. remote:
  242. remote:
  243. remote: ###### WARNING:
  244. remote:
  245. remote: No Procfile detected, using the default web server.
  246. remote: We recommend explicitly declaring how to boot your server process via a Procfile.
  247. remote: https://devcenter.heroku.com/articles/ruby-default-web-server
  248. remote:
  249. remote:
  250. remote:
  251. remote: -----> Discovering process types
  252. remote: Procfile declares types -> (none)
  253. remote: Default types for buildpack -> console, rake, web
  254. remote:
  255. remote: -----> Compressing...
  256. remote: Done: 42.4M
  257. remote: -----> Launching...
  258. remote: Released v6
  259. remote: https://salty-harbor-55950.herokuapp.com/ deployed to Heroku
  260. remote:
  261. remote: Verifying deploy... done.
  262. To https://git.heroku.com/salty-harbor-55950.git
  263. * [new branch] master -> master
  264. Christinas-MBP:my_first_rails_app christinapashialis$ heroku run rails db:migrate
  265. Running rails db:migrate on ⬢ salty-harbor-55950... !
  266. ▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com
  267. Christinas-MBP:my_first_rails_app christinapashialis$ heroku open
  268. heroku open
  269.  
  270. $heroku open
  271. $ heroku open
  272. ▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com
  273. Christinas-MBP:my_first_rails_app christinapashialis$ heroku open
  274.  
  275. $heroku open
  276. $ heroku open
  277. ▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com
  278. Christinas-MBP:my_first_rails_app christinapashialis$
  279. Christinas-MBP:my_first_rails_app christinapashialis$ $heroku open
  280. Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-b <bundle identifier>] [-a <application>] [filenames] [--args arguments]
  281. Help: Open opens files from a shell.
  282. By default, opens each file using the default application for that file.
  283. If the file is in the form of a URL, the file will be opened as a URL.
  284. Options:
  285. -a Opens with the specified application.
  286. -b Opens with the specified application bundle identifier.
  287. -e Opens with TextEdit.
  288. -t Opens with default text editor.
  289. -f Reads input from standard input and opens with TextEdit.
  290. -F --fresh Launches the app fresh, that is, without restoring windows. Saved persistent state is lost, excluding Untitled documents.
  291. -R, --reveal Selects in the Finder instead of opening.
  292. -W, --wait-apps Blocks until the used applications are closed (even if they were already running).
  293. --args All remaining arguments are passed in argv to the application's main() function instead of opened.
  294. -n, --new Open a new instance of the application even if one is already running.
  295. -j, --hide Launches the app hidden.
  296. -g, --background Does not bring the application to the foreground.
  297. -h, --header Searches header file locations for headers matching the given filenames, and opens them.
  298. Christinas-MBP:my_first_rails_app christinapashialis$ $ heroku open
  299. -bash: $: command not found
  300. Christinas-MBP:my_first_rails_app christinapashialis$ heroku open
  301. Christinas-MBP:my_first_rails_app christinapashialis$ heroku open
  302. Christinas-MBP:my_first_rails_app christinapashialis$ heroku open
  303. Christinas-MBP:my_first_rails_app christinapashialis$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement