-
We're using Devise for every project, and every time we're creating sign-in and sign-up pages that are quite similar in style.
In order to implement faster, we should have a basic layout defined in…
-
I would like to know if there is any plan to move **_Brimir**_ to a Rails Engine to use in into a new rails application as a independent component? I would like to achieve this but it requires to chan…
-
Right now it's a "full" engine that lives in the same namespace as the host Rails app. "full" makes the transition easier, but it should be moved to a mountable engine before an official release.
T…
-
Hi,
### Steps to reproduce
run:
```
$ rails plugin new my_plugin --skip-test-unit --dummy-path=spec/dummy
```
edit lib/tasks/my_plugin_tasks.rake:
```
desc "Explaining what the task doe…
-
I'm building an engine that uses devise inside for user authentication. I have followed the instructions in the wiki (https://github.com/plataformatec/devise/wiki/How-To:-Use-devise-inside-a-mountable…
-
The `Ckeditor::ApplicationController`, base controller of the entire mountable engine, should have the super controller of `ActionController::Base` instead of the `::ApplicationController`. Here is th…
-
(I posted on [stackoverflow](http://stackoverflow.com/questions/39671906/activeadmin-details-for-contact-goes-to-page-with-similar-name), but haven't received any help there so I'm cross-posting here)…
-
Hi there,
I am using ckeditor and would like to implement an upload functionality inside a mountable engine.
Everything works great if CKEditor is mounted inside the main rails app by extending the r…
-
### Descriptive
You can get to the batch dashboard from the main Hyrax dashboard
### Done Looks Like
- Users can click a link in the Hyrax administrative dashboard to get to the batch object detail p…
-
Hello,
I would use a cucumber with a engine mountable" and I have some bugs.
Here's what I did:
``` ruby
new rails plugin my_engine - mountable
cd my_engine
```
I added this in my Gemfile:
``` …