Skip to content
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

Added install generator #32

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

Conversation

7chris71000
Copy link
Member

No description provided.

@7chris71000 7chris71000 requested a review from caseyli June 25, 2021 20:31
Gemfile Outdated

# Specify your gem's dependencies in spire.gemspec
gemspec

# lower rails version
gem "rails", "~> 4.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caseyli I went lower with rails 4 but can put this to whatever we want

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@7chris71000 so I like this functionality, but at the same time I don't want to restrict non-rails programs from using this gem. Would you mind researching how to make this optional? "Like if Rails is installed, run the generator. If Rails isn't installed, don't run it." I think that would be the best option.

@@ -0,0 +1,43 @@
module Spire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caseyli I think this would warrant a version update. Not sure if its x, y, or z in the X.Y.Z version number.

@7chris71000 7chris71000 self-assigned this Jun 25, 2021
Copy link
Contributor

@caseyli caseyli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment about making Rails an optional requirement.

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

Successfully merging this pull request may close these issues.

2 participants