Helps
- Tracker search: NOT label
I’d like to run a search in Tracker for stories that are not marked (labelled) “blocked”. How?
Try “-blocked”
- Compass Rails + Premailer + Heroku = File to import not found or unreadable
Sass::SyntaxError
Error
File to import not found or unreadable: compass/css3/box-shadow. Load path: Sass::Rails::Importer(/app/app/assets/stylesheets/email.scss)
/app/app/assets/stylesheets/text_styling.scss:1
/app/app/assets/stylesheets/email.scss:2
Possibly, your gem is in the assets-group, not the production-group. This means it will not be loaded on production. Try moving it to production.
Interestings
- heroku maintenance mode works through the API but not the CLI
i.e., through herokusan but not by doing heroku maintenance:on.
May be a bug in the heroku gem.