-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using iqvoc as a rails engine, template doesn't apply? #393
Comments
Generating a new vanilla Rails app, then adding
|
Any suggestions appreciated. I'm keen to explore customising iqvoc for a project. I have the source code checked out and running locally to confirm the tools meets my requirements. But want to explore using as an engine rather than creating a fork as I think that will be harder to maintain. |
As bundler tells you, iqvoc does not work with Rails > 4.2 If you need it, we are happy to accept a PR :) |
@philippneugebauer I don't need higher than 4.2 but I can't get it to work with that version either. I downgraded to Rails 4.2.0, downloaded the template and tried to generate an app. I ended up with
Editing the template to remove reference to the missing file got me as far as bundler, which then failed because of another issue :/ It would be useful to know if the problem with the template occurs for anyone else, then I know it must be some combination of gem/bundler versions. |
I didn't have this problem, when I set up a new iQvoc few weeks ago. |
Returned to try this again.
The bundle install after applying the template fails with:
I tried using Ruby 2.1 as that's whats noted in README. Retrying:
Generating the application fails after the bundle install with:
I've also tried checking out the sample app, but that fails to run. I'm really keen to trial iqvoc for an application, I can proceed with creating a fork to test a proof-of-concept, but would be interested to know what combination of rails, ruby, bundler versions plus any other changes that people have found successful. |
Yes - I have reproduced this problem. I cannot get the engine template to work. |
I'm unclear about how to go about starting a new rails project using iqvoc as an engine.
With Rails 5.2.0 installed if I follow the commands in the documentation to download the template and then apply it:
The generated project doesn't have any obvious iqvoc additions, e.g. no
app/assets/javascripts/manifest.js
file as created in the template. And no rake commands as noted here.Downgrading to Rails 4.2.0 and running again, I end up with
If I want to create a rails application that uses iqvoc functionality, but which has a customised UI, can you clarify the steps to achieve that?
The text was updated successfully, but these errors were encountered: