Skip to content

Instantly share code, notes, and snippets.

@Evanto
Last active February 16, 2017 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Evanto/3f0fef6de6a309ba6cc22b21bd016e8a to your computer and use it in GitHub Desktop.
Save Evanto/3f0fef6de6a309ba6cc22b21bd016e8a to your computer and use it in GitHub Desktop.
https://movieapps.herokuapp.com/
-----> Ruby app detected
chmod: cannot access ‘bin/Рабочий’: No such file or directory
chmod: cannot access ‘стол’: No such file or directory
chmod: cannot access ‘-’: No such file or directory
chmod: cannot access ‘Ярлык.lnk’: No such file or directory
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.2.6
###### WARNING:
Removing `Gemfile.lock` because it was generated on Windows.
Bundler will do a full resolve so native gems are handled properly.
This may result in unexpected gem versions being used in your app.
In rare occasions Bundler may not be able to resolve your dependencies at all.
https://devcenter.heroku.com/articles/bundler-windows-gemfile
-----> Installing dependencies using bundler 1.13.7
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies...
Installing i18n 0.8.0
Installing rake 12.0.0
Installing concurrent-ruby 1.0.4
Installing minitest 5.10.1
Installing thread_safe 0.3.5
Installing builder 3.2.3
Installing erubis 2.7.0
Installing mini_portile2 2.1.0
Installing rack 2.0.1
Installing nio4r 1.2.1 with native extensions
Installing websocket-extensions 0.1.2
Installing mime-types-data 3.2016.0521
Installing arel 7.1.4
Using bundler 1.13.7
Installing coffee-script-source 1.12.2
Installing execjs 2.7.0
Installing method_source 0.8.2
Installing multi_json 1.12.1
Installing thor 0.19.4
Installing puma 3.7.0 with native extensions
Installing sass 3.4.23
Installing tilt 2.0.6
Installing turbolinks-source 5.0.0
Installing tzinfo 1.2.2
Installing nokogiri 1.7.0.1 with native extensions
Installing rack-test 0.6.3
Installing sprockets 3.7.1
Installing websocket-driver 0.6.5 with native extensions
Installing mime-types 3.1
Installing coffee-script 2.4.1
Installing uglifier 3.0.4
Installing turbolinks 5.0.1
Installing activesupport 5.0.1
Installing mail 2.6.4
Installing globalid 0.3.7
Installing activemodel 5.0.1
Installing jbuilder 2.6.1
Installing activejob 5.0.1
Installing activerecord 5.0.1
Installing rails-dom-testing 2.0.2
Installing loofah 2.0.3
Installing rails-html-sanitizer 1.0.3
Installing actionview 5.0.1
Installing actionpack 5.0.1
Installing actionmailer 5.0.1
Installing actioncable 5.0.1
Installing railties 5.0.1
Installing sprockets-rails 3.2.0
Installing coffee-rails 4.2.1
Installing rails 5.0.1
Installing sass-rails 5.0.6
Installing jquery-rails 4.2.2
Bundle complete! 12 Gemfile dependencies, 52 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into ./vendor/bundle.
Bundle completed (15.66s)
Cleaning up the bundler cache.
-----> Detecting rake tasks
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
I, [2017-02-16T16:07:07.752855 #834] INFO -- : Writing /tmp/build_1744e46e6f3f03e542fbeaa854981146/Evanto-MovieApp-516d613/public/assets/application-a63a4ba4146856186bb5a026c2dc952a506fe16472fad3c91bb1e385481155f2.js
I, [2017-02-16T16:07:07.753438 #834] INFO -- : Writing /tmp/build_1744e46e6f3f03e542fbeaa854981146/Evanto-MovieApp-516d613/public/assets/application-a63a4ba4146856186bb5a026c2dc952a506fe16472fad3c91bb1e385481155f2.js.gz
I, [2017-02-16T16:07:07.831457 #834] INFO -- : Writing /tmp/build_1744e46e6f3f03e542fbeaa854981146/Evanto-MovieApp-516d613/public/assets/application-6a7e30d346624b8ca550afed780f0b0679ac71b30acf3d0269bd579cccc7510e.css
I, [2017-02-16T16:07:07.831630 #834] INFO -- : Writing /tmp/build_1744e46e6f3f03e542fbeaa854981146/Evanto-MovieApp-516d613/public/assets/application-6a7e30d346624b8ca550afed780f0b0679ac71b30acf3d0269bd579cccc7510e.css.gz
Asset precompilation completed (3.95s)
Cleaning assets
Running: rake assets:clean
###### WARNING:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:
ruby '2.2.6'
# See https://devcenter.heroku.com/articles/ruby-versions for more information.
###### WARNING:
Removing `Gemfile.lock` because it was generated on Windows.
Bundler will do a full resolve so native gems are handled properly.
This may result in unexpected gem versions being used in your app.
In rare occasions Bundler may not be able to resolve your dependencies at all.
https://devcenter.heroku.com/articles/bundler-windows-gemfile
###### WARNING:
No Procfile detected, using the default web server.
We recommend explicitly declaring how to boot your server process via a Procfile.
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Discovering process types
Procfile declares types -> (none)
Default types for buildpack -> console, rake, web, worker
-----> Compressing...
Done: 26.7M
-----> Launching...
Released v5
https://movieapps.herokuapp.com/ deployed to Heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment