-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
Gemfile
Outdated
|
||
# Specify your gem's dependencies in spire.gemspec | ||
gemspec | ||
|
||
# lower rails version | ||
gem "rails", "~> 4.0.0" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
No description provided.