-
### Steps to reproduce
Pretty simple, just run this command somewhere to create the Rails engine:
```bash
# leaving --mountable off gives the same behavior it seems
rails plugin new test_engin…
-
I am able to get it working in the development environment with basic pages (root level). But when I navigate inside a Rails (mountable) engine, I stop seeing miniprofiler data.
The moment I go back…
-
This guard does currently not work with mountable engines due to the lack of `rails s` in the engine root. It should detect that its being run in a mountable engine and use `test/dummy/script/rails s`…
-
Comments for https://www.endpointdev.com/blog/2012/01/piggybak-mountable-ecommerce-ruby-on/
By Steph Skardal
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
Convert Snorby into a Rails engine so it can be plugged into existing Rails apps.
http://railscasts.com/episodes/277-mountable-engines?view=comments
-
I am not 100% sure if this is a bug or a feature I am misunderstanding but it seems inconsistent, especially since routes that are defined _after_ mounting the Engine does not add those helpers to the…
ReneB updated
11 months ago
-
ActiveTriples/linked-data-fragments should give us a fair bit of what we need, but should be refactored from a standalone rails app into something mountable in an existing Sufia application.
There…
-
## 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…
-
How would I go about specifying my config paths if I am using templates inside a rails mountable engine.
-
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…