Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Feature/use in mounted rails engine #182

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joelvh
Copy link
Contributor

@joelvh joelvh commented Mar 16, 2017

Accidentally closed #130 - moved feature to a branch to track separately.

Added Rails engine "namespace" to asset paths when installing CASino. Added migrations generator to copy migrations because the built-in rake railties:install:migrations does not work when running the command on a Rails engine. It's a simple fix to copy the files.

Given, we may have a special case where we're mounting CASino in another mountable Rails engine.

You can test this by creating a mountable Rails engine, and mounting CASino. Then (from the rails engine root) try running the generator rails g casino:install or the Rake command rake casino:install:migrations. It doesn't seem to work (with the old code), but works now with this new generator.

@coveralls
Copy link

coveralls commented Mar 16, 2017

Coverage Status

Coverage remained the same at 97.201% when pulling 9f3a930 on identification-io:feature/use_in_mounted_rails_engine into fed0626 on rbCAS:master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants