Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here's how I ultimately solved the problem(s). Thanks to the folks who referred me elsewhere so that I could put it all together.</p> <p>First, I moved Blueprint to a vender directory. I don't think that's crucial to the solution, but it felt cleaner.</p> <p><strong>The compilation problem:</strong></p> <p>This thread: <a href="https://stackoverflow.com/questions/7300532/blueprint-css-rails-3-1-help">blueprint css rails 3.1 help</a> was really helpful. I found Martin and Gary's responses (nos 2 and 3) more helpful than the selected response.</p> <p>Part of why I was having trouble with compilation (personally) is because I made some edits to the Blueprint files, which meant that they needed to be compiled again before deployment.</p> <p>This thread: <a href="https://stackoverflow.com/questions/7275636/rails-3-1-0-actionviewtemplateerrror-application-css-isnt-precompiled">rails 3.1.0 ActionView::Template::Error (application.css isn&#39;t precompiled)</a> was helpful in that regard. Basically, just run "Bundle exec rake assets:precompile" before uploading to heroku. I also run "heroku run rake assets:precompile" after upload.</p> <p><strong>How I got rid of the URL slashes in my links:</strong> The URLs are the result of this code in Blueprint/print.css:</p> <pre><code>a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;} a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;} </code></pre> <p>I solved the problem by commenting out that code. Of course, after changing the file, you have to rake assets:precompile again. But, that got it all working!</p>
    singulars
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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