Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image_url helper return image?timestamp value #19

Closed
rkyrychuk opened this issue Jul 15, 2011 · 3 comments
Closed

image_url helper return image?timestamp value #19

rkyrychuk opened this issue Jul 15, 2011 · 3 comments

Comments

@rkyrychuk
Copy link

during rake assets:precompile
image_url helper generates urls like url('/images/bg/header-bg.png?1309532519')

other helpers like
image_path, assets_path, image_path helpers generates everything as declared
ex: /assets/bg/header-bg-e34a5f7f87e031630061700743210712.png

looks like naming overlaps with compass.

@rwz
Copy link

rwz commented Aug 22, 2011

Same here.

Here's the Gemfile:

group :assets do
  gem 'sass-rails', :git => 'git://github.com/rails/sass-rails.git', :branch => '3-1-stable'
  gem 'coffee-rails', '~> 3.1.0.rc'
  gem 'uglifier'
  gem 'compass', :git => 'git://github.com/chriseppstein/compass.git', :branch => 'rails31'
end

@spohlenz
Copy link

It's a compass issue. See here: Compass/compass#500.

Hopefully @chriseppstein will have some time to get it working soon, as it is one final problem I have in deploying a Rails 3.1 app.

@chriseppstein
Copy link
Contributor

should be fixed in compass v0.12.alpha.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants