-
on a new project on rails 5.0.2, this gem install only in version 0.5.3
on activesupport 5.0.2 it seems that the required files exists.
Perhaps you could relax on activesupport version ?
📝
-
Has anyone made the gem work with Rails 5?
I did some preliminary testing on Rails 5, and there are some issues.
I made maily_herald-webui work with a few tweaks on a fork that I created:
htt…
-
Hi there, I don't know if this has anything to do with installation on my end or if this is a common error. This is the error that Rails keeps throwing at me:
`couldn't find file 'typed' with type …
-
I have latest jbuilder (2.6.0) and latest rails (5.0.0).
API-controller hello:
``` ruby
class HelloController < ActionController::API
def hello
@hello = {a: 1, b: 2}
end
end
```
routes:
``…
-
This is problem show up when i update @fortawesome/free-brands-svg-icons to 5.4.1 -> 5.4.2 version
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-brand…
vacoo updated
2 years ago
-
ネタを貯める
-
My first time trying to use concurrent-ruby in Rails5 and with MRI 2.3. MRI 2.3.1. concurrent-ruby 1.0.2. Running into something very odd.
```
future = Concurrent::Future.execute { something_that_w…
-
I'm getting an error while using this gem when saving a model with built associations.
```
#
n00ge updated
5 years ago
-
It produces this error by default now:
```
$ docker run -it -p 3000:3000 cantino/huginn
Generating random APP_SECRET_TOKEN.
1+0 records in
1+0 records out
36 bytes (36 B) copied, 3.6567e-05 s, 9…
-
Hi @hiik3n,
Thanks for your submitting. Good work 👍
I see that you have finish required stories. We still have time for this weekend, you can implement others features, try to deploy it to Heroku and…