Is there a way to make and use sprites with Rails 3.1 (without external gem) ? I saw methods like sprite_tag or sprite_css but I am not able to use them!
Thank you in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Rails 3.1 does not have a spriting solution out of the box even though it had been pre-announced it would (see slide 10 of this presentation).
Until it does, one (external gem) solution you can use is compass.