-
Here's the **Weekly Digest** for [*openSUSE/open-build-service*](https://github.com/openSUSE/open-build-service):
- - -
# ISSUES
Last week 56 issues were created.
Of these, 38 issues have been clos…
-
```
truffleruby 19.3.0, like ruby 2.6.2, GraalVM CE Native [x86_64-darwin]
```
To reproduce
```
$ rails -v
Rails 6.0.1
$ rails new demo
```
Error:
```
$ rails new demo
create
…
deepj updated
4 years ago
-
[Ruby Sass should no longer be used, and will no longer be receiving any updates. See the Sass blog, and consider switching to the sassc gem.](https://github.com/sass/ruby-sass)
---
### [Ruby Sa…
-
Why this error is throughing out when I am trying to push the basic login codes
```
sample_app git:(master) git push heroku
Enumerating objects: 65, done.
Counting objects: 100% (65/65), done.
…
-
Related #65
## 概要
アプリケーションそのものの管理画面が欲しい
## 案
- [rails_admin](https://github.com/sferik/rails_admin) を取り入れる
-
From what I can tell, $dropdown-border is being called as part of Bootstrap.
The full error message:
```
SassC::SyntaxError - Error: wrong number of arguments (
on line >> $dropdown-bor…
-
```
Post-install message from sass:
Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
prim…
-
Ruby Sass is [being deprecated](https://sass-lang.com/ruby-sass). Places where we still use it:
- We should switch from using `sass-rails` to `sassc-rails`.
- `scss_lint` [suggests moving to anoth…
-
After updating the sassc gem from 2.0.1 to v 2.1.0, any rake task that runs during a capistrano driven deployment fails with an invalid pointer error. See this gist for the response:
[https://gist…
-
I'm trying to build a existing project in my new laptop.I was able to run the same application in my old laptop which had
OS Ubuntu 16.04,
ruby version 2.3.1
bundler version 1.17.2
rails version…