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

update #1

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open

update #1

wants to merge 61 commits into from

Conversation

pelcasandra
Copy link

No description provided.

y-yagi and others added 30 commits March 31, 2015 09:25
This package has changed from 'compass-sasy-plugin' to just 'susy'.
…Sprockets::SassTemplate so calling .parent::SassImporter fails. Switched to always using Sprockets::SassImporter
…h is run on a class in Haml::Filters and so SassImporter may not be available in the same module.
…sass-rails-change

sass-rails changed Sass::Rails::SassTemplate so it no longer extends Spr...
Updates the package name for sasy in README
remove compass-blueprint from all gemfiles
Based on #236, I’m bumping the version to 3.0.0
#trail no longer exists, and the functionality in Sprockets 3 now
exists in the Sprockets::Environment class (and its cached sibling).
#trail is a protected method.
This should allow Sprockets 2 to be installed for Rails 3
This commit changes the root of the file cache to match the default in sprockets-rails and write to the app-level tmp folder.
This also has the added benefit of segregating asset caches by environment.
Reflects the cache directory fix.
Updated Appraisals, Travis CI to confirm gem works in Rails 5
undefined method `=~' for #<Pathname:../images/icons/facebook.png>
Rails 4.2 should be tested against sprockets 3.x.
craigmcnamara and others added 30 commits February 15, 2016 18:28
Fix assets:precompile in Production mode when using Sprockets 3.
Fixed TypeError: no implicit conversion of Sprockets::Asset into String
Because the raster PNGs make eyes bleed on retina displays 😎 

[skip ci]
Switch to SVG badges in README
Readme changes : Added rails 5 compatibility infos
fix error due to Sprockets 4 no longer handling pathnames
This might be a fake filename, eg by NOT IMPORTED prefix by compass-import-once.
Only add dependency if file really exist.
Compass' merged PR Compass/compass#2094 is a clear indication that compass is no longer supported.
It used to have the constraints ">= 5.0.0.alpha" and "< 5.1", but the version "5.1.0.rc2" is technically considered to be < "5.1.0", so bundler failed to pick up the right Rails version. This commit updates the Appraisals file to be more precise in terms of version constraints.
Do not test against combinations of too new Rubies and old Rails
Update Appraisals to really point to Rails 5.0
Update README to advise people not to start new projects with compass
I've maintained CI configuration, because my legacy project depends on
this gem. And we need to safely merge No.279 pull request.

It seems that framework versions is too old in travis config. So I've updated them.

Support Rails versions:

- 4.2
- 5.0
- 5.1
- 5.2
- 6.0
- 6.1 (edge)

Drop Rails versions (these are not maintained by rails):

- 3.1
- 3.2
- 4.0
- 4.1

In addition, I also have updated Ruby version in travis config:

- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0

Currently, Ruby 2.3 or ealier series are not supported. So I've dropped them.
According to Rails Guide, it seems that v4.2 and 5.0 and 5.1 have also already
been unsupported versions. So I'm going to drop them in CI config.

See at: https://guides.rubyonrails.org/maintenance_policy.html#security-issues
Support Rails 6.0, and drop 3.x, 4.x, 5.0 and 5.1
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

Successfully merging this pull request may close these issues.