For the most part I followed the direction here
What caused the following error coming from the initializer, she asked me to create:
from /app/config/initializers/sass.rb:1:in `<top (required)>'
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
The Heroku page doesnโt help much at the beginning. These are basically the same instructions only without an initializer. However, without him, he cannot find any drawing material, so I still can not start.
Anyone who has done this further than me?
Edit for additional history:
I went through a series of mistakes to get here, so I decided that I should write all of them. The first problem I had was that the html5-templateplate was in: assets, which meant that the ie_html method was not found, so I pulled this from: assets.
This led to this error, since the html5 template file is compass dependent:
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 `<top (required)>'
source
share