-
_Posting this on behalf of an email to DigitalNZ:_
I was working on a project that will be using supplejack as a search engine meanwhile I used `development` environment first which works fine and …
-
### What is the new or updated feature that you are suggesting?
I'm wondering if there could be a way to publish and share Remix "apps." When I say "apps" I mean something like [Django's concept of a…
-
Hi all,
I tried steps below on both 6.1.4.3 ( which works fine ) , and 7.0.0 ( breaking).
The issue seems to be that `Rails.application.config.assets` is not being set for the dummy app automa…
-
### Steps to reproduce
I've been playing with rails 7.x for a few months and got through the leaning process.
I decided to extract a few models out of an application and create a engine. Somet…
salex updated
2 years ago
-
Trying to get my gem working with Rails 7. Works in Rails 6.1.4.1. In the engine.rb file I want to automatically include my controller in the main app controller but I get...
```uninitialized const…
-
I don't know if this is a missing feature, a bug, or I'm doing something completely wrong.
Steps to reproduce:
1. `rails plugin new blog --mountable`
2. `cd blog` and Edit `blog.gemspec` and a…
-
### Steps to reproduce
- Create a new 5.2 app and setup ActiveStorage using a simple form as described [in this blogpost](http://blog.jasonkim.ca/blog/2017/11/13/Using-ActiveStorage-Today/)
- Crea…
-
I have [an application which demonstrates this issue](https://github.com/radar/box). Steps to reproduce the issue with the app are:
- Run `rake routes`
- See that no login route is visible
- `$EDITOR …
radar updated
3 years ago
-
I want to integrate active admin into my mountable rails engine. my configuration:
gem 'activeadmin'
gem 'devise'
My Engine:
``` ruby
module AuthForum
class Engine < ::Rails::Engine
isolate_n…
-
### Steps to reproduce
To see this Sprockets::Rails::Helper::AssetNotPrecompiled error,
try creating an engine using commands mentioned at https://guides.rubyonrails.org/v6.0/engines.html
```
…