Marc Gayle
Marc Gayle
The only thing that seems to work, is in `bootstrap_and_overrides.css.scss`, I just set the path of the sprites to blank, like so: ``` scss $iconSpritePath: ''; $iconWhiteSpritePath: ''; @import 'bootstrap';...
Why shouldn't I use `=require _font-awesome` in `application.css`? It works perfectly, for me, right now. This way seems like a lot more work and more complicated than it needs to...
@zanedev Glad it helped :)
Yep....same thing happens. It seems to be something with the objects returned.
Just wanted to check on the status of this guys? Looking for an easy way to integrate v5 into my Rails project and I stumbled across this open issue. Any...
Hrmm....great idea. I actually did something similar, but I just put the `font-awesome-all.css` file in my `vendor/assets/stylesheets` and added it to my `application.css`. Then I copied the `webfonts` folder into...
inserting Rack middleware at position 0 can cause problems with other middleware like Rack::Deflater
I started getting this error message recently in development, and I am not using heroku-deflator. What could be causing that? Edit: I am using thin and the latest version of...
@papriwalprateek Try this: ``` Serel::Question.filter(:withbody).find(id) ``` I also added this answer to your SO question.
Thanks for those links. I will look into it and see what I can come up with. First, I need to understand how Recipes work and what I need to...
Yep, will do. Thnx!