-
### Steps to reproduce
The following script passes with Rails 7.1.x and fails with Rails 7.2.x:
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "ht…
-
### Describe the bug
Hi :) We are also using Lookbook inside a Common UI components Rails Engine in basically the same structure as outlined in this issue: https://github.com/lookbook-hq/lookbook/i…
-
A new engine with Rails 7 alpha 2, generated using` rails plugin new custom_page --mountable --full `generates a new engine that includes the importmap-rails gem in the bundled gems but there is no ab…
-
## Simple case
(1) An engine that has a route (let's say `articles_path` pointing to `/articles`) and
(2) an application mounted on a relative route (let's say `/a/`) that mounts the engine on tha…
-
### Steps to reproduce
- Submit an email to `Conductor::ActionMailbox::InboundEmails::SourcesController` (`/rails/conductor/action_mailbox/inbound_emails/sources/new`) with the same message id as a p…
-
I have 2 engines in rails application. I want to add backbone in 1 engine. how to do it? If I run
rails g backbone:install
it will not add backbone to my engine.
-
Hi!
I am trying to install `turbo-rails` in a Rails Engine.
Steps to reproduce:
1. Create engine: `rails plugin new rails-turbo-engine --mountable`
2. Add `turbo-rails` to Gemfile (or gemspe…
-
Hey, I'm going to build gem(rails engine), something like active-admin, but with matestack. I've made a repo below with the boilerplate you need for an engine to work with matestack.
https://github…
-
Rails 7.0.2, Ruby 3.1.0
This App was great a few hours ago, I added a new gem to my bundle and boom, all borked now.
Tried running a generator and it did not like something:
rails g mai…
-
Currently the generators update the Rails project code. That is not a good approach. So we need convert this to a Rails engine.