-
Hi, I have an application which has **multiple** rails engines mounted on it. Some of these engines use devise for authentication.
Now, it is easy to setup devise to work with one engine - by setting…
-
### Steps to reproduce
1. Create a new rails mountable engine
2. Create a dummy scaffold, let say a post `rails g scaffold Post title:string description:string`
3. (optional) Put some `puts` statement…
-
### Steps to reproduce
* Download branch rails61pr1 of the application available at https://github.com/pasosdeJesus/heb412/tree/rails61pr1
* Follow setup instructions available at: https://github.co…
-
Monocle is going to feature Active Record migrations, controllers and views eventually and to allow for full Rails mounting we'll need to convert Monocle into an engine. This ticket focuses solely on …
-
Here is the main question: What's the best way to use a gem like this one?
For now we will be using this in a variety of applications:
- https://github.com/fastruby/points
- https://github.c…
-
GoodJob currently is loaded in two parts:
- `require 'good_job'` which is implicitly loaded by Rails in `Bundler.require`
- `require 'good_job/engine` which must be manually added to the Rails ap…
-
### Expected behavior
Using manifest file generated by `rails` or generate manifest file required to `sprockets` within engine.
### Actual behavior
When `rails` is generates engine it create…
-
### Expected behavior
Using manifest file generated by `rails` or generate manifest file required to `sprockets` within engine.
### Actual behavior
When `rails` is generates engine it create…
-
I did a super simple rails app and used font-awesome with no problem. Expanding this to do the same steps in a rails engine produces the following error. I am guessing this will be a simple fix, but…
-
_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 …