-
Notifications
You must be signed in to change notification settings - Fork 853
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
Ruby apps support #45
Conversation
@juanantoniofj
Disclaimer: I haven't written a single line of Ruby. So my question might be too dumb, but I want to make sure that this is as generic as possible - without any presumptions about the project. |
Thanks! I am not a Ruby expert either but i decided to give it a chance, so maybe someone can help us to clarify. Anyway, regarding your questions:
|
Ok thanks. I try to get hold of someone with Ruby experience to review this. |
Hello @githubsaturn Want to send a feature request, is there a way to add the Vulcan JS framework (some sort of Meteor/ReactJS MongoDB stack) to captainduckduck Sacha Greif is the author https://blog.vulcanjs.org/@sachagreif Regards |
I agree, @gnuns . I think ruby-rack would be a better choice, so it would start to set a naming convention for future use for new ruby templates. @githubsaturn, would you consider a good choice to rename other templates like the python one to something like python-django? |
Great suggestion guys! I'll merge this tomorrow and rename the templates. Expect this in v0.5 in next few days! 👍 |
Just want to confirm that Ruby on Rails app can be deployed in CPP. Thank you for the support. I'm really appreciate it. |
Add support for ruby apps built on Rack.
Added dockerfile for ruby apps with some extra apk dependencies for building bundled native libraries.
Added new entry in TemplateHelper for ruby and sample app.