• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

samvera / browse-everything / 975
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: issues-372-jrgriffiniii-rails6.1
DEFAULT BRANCH: master
Ran 19 Nov 2018 03:28PM UTC
Jobs 5
Files 20
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
975

push

travis-ci

jrochkind
remove explicit sass-rails dependency

A Rails app is generated with a sass-rails dependency, so no changes to tests were needed -- the engine-cart-generated test app adds it's own sass-rails dependency.

While current Rails releases generate with sass-rails dependency, sass-rails is sunsetted/deprecated, due to the underlying pure-ruby ruby-sass gem being deprecated, and instructs "consider switching to the sassc gem"  https://github.com/sass/ruby-sass .

Rails 6.0 will perhaps depend on the sassc-rails gem instead, or perhaps the sass-rails gem itself will be changed to depend on sassc instead of sass-ruby. I am not sure if it is yet determined/done. https://github.com/rails/rails/issues/3289

But apps now may wish to switch to sassc-rails, especially if it's a new app. While sassc-rails _ought_ to be a drop-in replacement, bugs can happen, and the timeline of switching (or refraining from switching) should be up to a dependent app.  However, if an app depends on both sass-rails and sassc-rails, problems can occur. https://github.com/sass/sassc-rails/issues/6

So, removing the sass-rails as an explicit dependency from browse-everything will allow dependent apps to choose sass-rails or sassc-rails themselves, switching on their own timeline, without the browse-everything dependency interfering. This change is unlikely to pose any backwards compatibility problems, as dependent apps should have sass-rails in their Gemfile already, as it is generated by Rails. In the unlikely event some dependent app did not have sass-rails independently declared as a dependency, however, they would have to add it."

708 of 711 relevant lines covered (99.58%)

198.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 975.1 (2.5.1, RAILS_VERSION=5.2.0) 19 Nov 2018 03:28PM UTC 0
99.58
Travis Job 975.1
2 975.2 (2.4.4, RAILS_VERSION=5.2.0) 19 Nov 2018 03:28PM UTC 0
99.58
Travis Job 975.2
3 975.3 (2.3.7, RAILS_VERSION=5.2.0) 19 Nov 2018 03:28PM UTC 0
99.58
Travis Job 975.3
4 975.4 (2.5.1, RAILS_VERSION=5.1.6) 19 Nov 2018 03:29PM UTC 0
99.58
Travis Job 975.4
5 975.5 (2.4.4, RAILS_VERSION=5.1.6) 19 Nov 2018 03:29PM UTC 0
99.58
Travis Job 975.5
Source Files on build 975
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #975
  • 75894256 on github
  • Next Build on remove_explicit_sass_rails_dependency (#978)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc