Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to get Rails 3.1, Compass, Sass, Blueprint working on Heroku Cedar
    text
    copied!<p>For the most part I've followed the direction laid out <a href="http://tesoriere.com/2011/08/08/migrating-from-rails-3.1-rc4-to-rc5-using-heroku%27s-cedar-stack--also-compass--unicorn--and-sendgrid-/" rel="nofollow">here</a></p> <p>Which is resulted in the following error coming from the initializer it asked me to create:</p> <pre><code>from /app/config/initializers/sass.rb:1:in `&lt;top (required)&gt;' 2011-09-05T16:45:42+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/railties- 3.1.0/lib/rails/railtie/configuration.rb:78:in `method_missing': undefined method `sass' for # &lt;Rails::Application::Configuration:0x00000003845528&gt; (NoMethodError) </code></pre> <p>The Heroku page on getting started isn't much help either. It is basically the same instructions only without the initializer. However without it, then it can't find any of the blueprint stuff so I still can't start. </p> <p>Anyone out there who has made it further than I have?</p> <p>Edit for more history:</p> <p>I went through a number of errors to get here so I figured I should write them all out. The first problem I had was that html5-boilerplate was in :assets which meant that the ie_html method wasn't found, so I pulled that out of :assets. </p> <p>This resulted in this error because html5-boilerplate depends on compass:</p> <pre><code>2011-09-05T17:15:47+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/bundler/gems/compass-b7f44a48d375/lib/compass/version.rb:56:in `const_missing': uninitialized constant Compass::Frameworks (NameError) 2011-09-05T17:15:47+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bundler/gems/compass-html5-boilerplate-405f9ddbca56/lib/html5-boilerplate.rb:1:in `&lt;top (required)&gt;' </code></pre>
 

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