-
Notifications
You must be signed in to change notification settings - Fork 242
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
sprockets-rails v3 support #125
Comments
Any news on this, since sprockets-rails v3 is out? |
Sorry, no news. It would be super awesome if someone had the time to investigate this further. |
Signed-off-by: Clemens Gruber <clemensgru@gmail.com>
Ref #125 Still doesn't fully work, but resolves dependencies.
Yes, |
Perhaps, but heavily restricting dependencies like that increases the likelihood of dependency hell for everyone later. Plus, I'd like to maintain complete backwards compatibility with all currently supported Rails versions (e.g. 4.2). To many gemspec version restrictions makes that more difficult. |
With all that said, pull-requests that keep the current build green and pass against rails master are very, very much welcome. I spent a rushed ~20 minutes on this problem a couple weeks ago, but didn't get to a full resolution. |
I think we're talking more along the lines of a sprockets restriction like Also, just to clarify, a PR only helps if time is also spent in going through and making sure that everything runs green against all the gemfile permutations (specified in |
Actually, I just relaxed the versions in the |
Closed by 100f9d7 |
@why-el Thanks for the nudge. I think we're good now. I'll get a new release out once all automated builds verify as green. |
Fabulous, thank you for the prompt response. On Tuesday, February 9, 2016, Ryan McGeary notifications@github.com wrote:
Wael Khobalatte |
v4.5.0.1 is now on rubygems |
Asset precompilation and asset dependency behavior is going to change in sprockets-rails v3.
See rails/sprockets-rails#191
Opening this as a placeholder and reminder for when that's all hashed out.
This dependency will be required for future Rails v5 support
The text was updated successfully, but these errors were encountered: