-
Hi,
since I installed rails 3.1.0, when some bugs occur, Webrick freezes for a couple of minutes when some bugs occur (not all bugs, apparently the 500 ones).
My gemfile looks like this:
source 'ht…
-
google-protobuf-3.20.0 crashes on truffleruby-head.
https://github.com/ruby/truffleruby-dev-builder/releases/download/v20220406.081127/truffleruby-head-macos-latest.tar.gz
```
2022-04-08T06:21:…
ntkme updated
2 years ago
-
## CVE-2021-22942 - High Severity Vulnerability
Vulnerable Library - actionpack-5.2.3.gem
Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works wi…
-
## Description
Rails 6.0/Ruby 2.7 failing with `addressable` gem (seen on heroku logs)
```
# terminated with exception (report_on_exception is true):
/tmp/build_3dc17b75/vendor/bundle/ruby/…
-
I am using rspec-rails 3.4.2 and was wondering why I get the following error, while trying to test job creation in a `after_create` callback.
```
ArgumentError:
have_enqueued_jobs only support…
-
Depending on the browser I'm using depends on whether the WebSocket connection works.
The issue is present on;
Google Chrome: Version 91.0.4472.114 (Official Build) (64-bit)
Brave Browser: Version …
ghost updated
2 years ago
-
Hi,
I'm using curb for [custom RSpec matchers](https://github.com/dogweather/rspec-webservice_matchers) which need to inspect the response headers. I couldn't find support for hash-based access to th…
-
Hello,
Thanks for awesome gem! I run into an issue with the matcher `#at`.
``` ruby
SomeJob.perform_at 5.minutes.from_now
expect(SomeJob).to have_enqueued_job().at(5.minutes.from_now)
```
fails wit…
-
### Describe the problem as clearly as you can
I am getting the error below when I run "bundle exec rails server." I successfully ran all of the preceding steps including bundle rake db:create,…
-
Reported in https://github.com/pry/pry/pull/2050#issuecomment-497572112 by @JoshCheek.
> I think it's a bug around the case where the beginning of the class is on the same line as another expressio…