Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS not recognized on Heroku deploy of rails app
    primarykey
    data
    text
    <p>I know this question has been asked <a href="https://stackoverflow.com/questions/12719541/css-loading-locally-but-not-in-heroku-for-a-rails-app">over</a>, and <a href="https://stackoverflow.com/questions/12902005/cant-load-custom-css-on-heroku?rq=1">over</a>, and <a href="https://stackoverflow.com/questions/8250344/rails-3-1-deployment-on-heroku-css-isnt-precompiled-error">even here</a>... I have tried all of these changes, yet am still having no such luck. My heroku app lives at <a href="http://calm-mountain-2401.herokuapp.com/" rel="nofollow noreferrer">http://calm-mountain-2401.herokuapp.com/</a>, and I am extremely frustrated by this. My gemfile looks like:</p> <pre><code>source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.0.0' group :production do gem 'pg' end group :development, :test do gem 'sqlite3' end # Use SCSS for stylesheets gem 'sass-rails', '~&gt; 4.0.0' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '&gt;= 1.3.0' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~&gt; 4.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~&gt; 1.2' gem 'jquery-turbolinks' group :doc do # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', require: false end # Use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~&gt; 3.0.0' # Use unicorn as the app server # gem 'unicorn' # Use Capistrano for deployment # gem 'capistrano', group: :development # Use debugger # gem 'debugger', group: [:development, :test] </code></pre> <p>I have been able to successfully deploy, however the code is very obviously not CSS-ified. Any help would be much appreciated!</p> <p>Alex</p> <p>EDIT: here is the output of git push heroku master</p> <pre><code>$ git push heroku master Counting objects: 9, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 496 bytes, done. Total 5 (delta 3), reused 0 (delta 0) -----&gt; Ruby/Rails app detected -----&gt; Using Ruby version: ruby-2.0.0 -----&gt; Installing dependencies using Bundler version 1.3.2 Running: bundle install --without development:test --path vendor/bundle -- binstubs vendor/bundle/bin --deployment Using rake (10.1.0) Using i18n (0.6.5) Using minitest (4.7.5) Using multi_json (1.8.0) Using atomic (1.1.14) Using thread_safe (0.1.3) Using tzinfo (0.3.37) Using activesupport (4.0.0) Using builder (3.1.4) Using erubis (2.7.0) Using rack (1.5.2) Using rack-test (0.6.2) Using actionpack (4.0.0) Using mime-types (1.25) Using polyglot (0.3.3) Using treetop (1.4.15) Using mail (2.5.4) Using actionmailer (4.0.0) Using activemodel (4.0.0) Using activerecord-deprecated_finders (1.0.3) Using arel (4.0.0) Using activerecord (4.0.0) Using coffee-script-source (1.6.3) Using execjs (2.0.1) Using coffee-script (2.2.0) Using thor (0.18.1) Using railties (4.0.0) Using coffee-rails (4.0.0) Using hike (1.2.3) Using jbuilder (1.5.1) Using jquery-rails (3.0.4) Using turbolinks (1.3.0) Using jquery-turbolinks (2.0.1) Using json (1.8.0) Using pg (0.16.0) Using bundler (1.3.2) Using tilt (1.4.1) Using sprockets (2.10.0) Using sprockets-rails (2.0.0) Using rails (4.0.0) Using rdoc (3.12.2) Using sass (3.2.10) Using sass-rails (4.0.0) Using sdoc (0.3.20) Using uglifier (2.2.1) Your bundle is complete! It was installed into ./vendor/bundle Cleaning up the bundler cache. -----&gt; Writing config/database.yml to read from DATABASE_URL -----&gt; Preparing app for Rails asset pipeline Detected manifest file, assuming assets were compiled locally -----&gt; WARNINGS: Include 'rails_12factor' gem to enable all platform features See https://devcenter.heroku.com/articles/rails-integration-gems for more information. You have not declared a Ruby version in your Gemfile. To set your Ruby version add this line to your Gemfile: ruby '2.0.0' # See https://devcenter.heroku.com/articles/ruby-versions for more information." -----&gt; Discovering process types Procfile declares types -&gt; (none) Default types for Ruby/Rails -&gt; console, rake, web, worker -----&gt; Compiled slug size: 38.5MB -----&gt; Launching... done, v8 http://calm-mountain-2401.herokuapp.com deployed to Heroku To git@heroku.com:calm-mountain-2401.git 6e49406..83bf74d master -&gt; master` </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload