-
I'm working on an app for my company with Rails 5.1.5, Ruby 2.5.0, and Apartment latest gem cut 2.1
I haven't worked on this app for 6 months. And even before I upgraded to 5.1.5/2.5.0 I was on Ra…
-
Hi there,
This might have been me testing the new GitHub Actions setup. See #84
When I ran the GitHub Action for this gem (https://www.railsbump.org/gems/payola_spy) I saw this:
```
Run ./e…
-
GraphQL has become a staple in the Ruby community for building APIs. GraphQL subscriptions work on top of GraphQL to add real time data streaming, and has powerful client side implementations such as …
ianks updated
2 years ago
-
### Steps to reproduce
Running Railties test suite on Fedora Rawhide, I am observing following test error more often then not (two last runs):
~~~
$ bundle exec ruby -Itest test/application/as…
voxik updated
2 months ago
-
### Description
RailsRealFavicon specifies a dependency on `rails` gem - https://github.com/RealFaviconGenerator/rails_real_favicon/blob/32fa257ff3c27a0ab26f92675dcad934bd8f55cb/rails_real_favicon.…
-
Hi,
Thank you for the app example, very useful.
Trying implement the same but with action cable to make it more live. It works though but the issue is doubled comments displayed & on reply incorr…
-
I may be doing something wrong, but I've tried with the following config:
```
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require:
- actioncab…
-
I have a question about how the code works, say I have 2 channels, `NotificationsChannel` and `ChatsChannel`, then I would go and do:
```
this.cable.subscribe(url, 'NotificationsChannel');
this.c…
-
There are a number of issues and additional items that need to been done when deploying to heroku (or other production environments.)
1. **You need to use postgresql rather than sqlite or mysql.**…
-
Most exception notification gems, such as Sentry's `sentry-raven` or Honeybadger, hook into the ShowExceptions middlewares. [Here's where Honeybadger does it, for example](https://github.com/honeybadg…