-
We should set up a configuration class that stores objects as accessors. We should store each external service in this(Ie Solr, Minting, Authorization, Derivatives). There are several ways to achieve …
-
Is UI similar to Sidekiq UI available or planned?
-
### Steps to reproduce
- Create an a mountable engine and mount it onto an app with a path (mount Blorgh::Engine, at: "/path")
- Set up a route inside of the engine to the engine's root
- Create …
-
Hey there,
I'm trying to use this utility to generate JWT tokens for my API mounted inside a Rails engine. I'm able to create a `BetterTogether::User` and login successfully, but I'm not seeing any…
-
### Configuration
- Sorcery Version: `0.15.0`
- Ruby Version: `2.7.1`
- Framework: `Ruby on Rails 6.0.3.1`
- Platform: `Mac OS X High Sierra 10.13.6`
### Expected Behavior
I want to instal…
-
rack gem release security update 2.0.8 version. Rails also released version 6.0.2.1 with rack >= 2.0.8. After update looks like redis-store stop fully working with mountable endgines, likde sidekiq we…
-
### Feature request
Allow users to configure the entry endpoint for previewing components.
### Motivation
Started here https://github.com/github/view_component/pull/324#discussion_r41909159…
-
### Steps to reproduce
I created a Rails 6 app and for a Modular Monolith Application and here are my steps:
- `rails new ModularTodo`
- `cd ModularTodo && rails plugin new todo --mountable`
…
-
I am unable to use rails-observers in the Dummy app provided by rails. I keep getting:
`undefined method `observers=' for ActiveRecord::Base:Class (NoMethodError)`
## version info:
```
ruby…
-
Hey Andrew, how can mad_chatter be integrated in an rails 3 app?
Is it just by placing a gem reference in the Gemfile or the app or is it something more complex?