Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Conversation

@rosenfeld
Copy link
Contributor

railties has most of Rails dependencies and will not depend on activerecord for example. Since we use Sequel rather than ActiveRecord, requiring sassc was the culprit for adding activerecord to the bundle for no good reason.

`railties` has most of Rails dependencies and will not depend on `activerecord` for example. Since we use Sequel rather than ActiveRecord, requiring sassc was the culprit for adding activerecord to the bundle for no good reason.
@bolandrm
Copy link
Member

bolandrm commented Jan 4, 2016

Hey, thanks for the PR. Looks like there are some version related test failures.

@rosenfeld
Copy link
Contributor Author

I don't think the errors are related to my changes. I followed the commands displayed in the travis-ci log and omitted the part that pulls from this PR and I got exactly the same errors.

@k0kubun
Copy link

k0kubun commented Jan 10, 2016

Builds for rails 4.2 are failing because sprockets-rails 3.0 is installed only in 4.2 builds and we need rafaelfranca@c85db78 in #41 to pass tests with sprockets-rails 3.0.

@bolandrm
Copy link
Member

Thanks!

bolandrm added a commit that referenced this pull request Jan 20, 2016
Remove dependency on full Rails
@bolandrm bolandrm merged commit 368186c into sass:master Jan 20, 2016
@rosenfeld
Copy link
Contributor Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants