-
```
=> Booting Puma
=> Rails 5.1.1 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
ruby(47186,0x7fff961353c0) malloc: *** error for obj…
-
```
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.3.3
-----> Installing dependencies using bundler 1.15.2
Running: bundle install --without develop…
ghost updated
6 years ago
-
### Describe the bug
Hey there! I've installed the Chatwoot app using the [Marketplace](https://www.chatwoot.com/docs/self-hosted/deployment/aws-marketplace) deployment. Then, I edited the `.env` f…
-
After upgrading I get the following whenever I do anything other than authorize:
``` bash
/home/carleton/.rvm/gems/ruby-1.9.3-p392/gems/weary-1.1.3/lib/weary/response.rb:59:in `parse': cannot load su…
pca2 updated
11 years ago
-
Is there a working example of omniauth-multi-provider being configured with Devise? I already have config.omniauth for other providers in initializers/devise.rb which adds omniauth middleware that wou…
-
Literally trying the first couple steps of setup.
- Added gems ✓
- Bundle installed ✓
- Updated config vars ✓
When suddenly:
```
bundle exec rake sauce:install:spec
rake aborted…
-
**Describe the bug:**
I'm getting the following error when trying to run `srb rbi hidden-definitions` after installing `sorbet-rails`:
```
Naming ActiveRecordTraceback (most recent call last):
10…
-
### Problem Description
Hi, I was debugging why our [sidekiq](https://github.com/sidekiq/sidekiq) dashboard `http://rails-app-url/sidekiq` crashes with a 500 error when we have a mail delivery job in…
-
### Steps to reproduce the problem
1. open any client app
2. log into an instance with SAML that has it enabled
### Expected behaviour
I am logged into the app
### Actual behaviour
T…
-
With a regular omniauth config through devise, I get the following error (conf'ed in devise.rb) :
`.../devise/omniauth/config.rb:40:in`autoload_strategy': Could not find a strategy with name `Tictail…