-
Notifications
You must be signed in to change notification settings - Fork 0
Autoload Helper Modules & Spec Cleanup #162
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
Conversation
| run_bundle | ||
|
|
||
| gem_group :test do | ||
| gem 'capybara' |
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.
This is a default dependency in new Rails apps
…ss-strict version requirement for RMR
| cd example_rails7 | ||
|
|
||
| bundle add --group development --path '..' rolemodel_rails | ||
| bundle add --group development --path '..' --version '> 0.20' rolemodel_rails |
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.
without an explicit --version option, bundler strictly assigns the latest version. That means the example apps have to be regenerated with every version bump. I could be convinced that is something we want, but it's not very convenient or user friendly..
| @@ -1 +1 @@ | |||
| 3.2.2 | |||
| 3.4.4 | |||
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.
No big deal, but this could be 3.4.6 🤷
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.
3.4.7 was released on Tuesday
|
|
||
| # Make sure RUBY_VERSION matches the Ruby version in .ruby-version | ||
| ARG RUBY_VERSION=3.2.2 | ||
| ARG RUBY_VERSION=3.4.4 |
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.
Same
| @@ -1 +1 @@ | |||
| 3.2.2 | |||
| 3.4.4 | |||
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.
I guess this app in both places too?
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.
I'm not actually sure why these are generated in the first place.. Rbenv generally works by way of inheritance..
Why?
This is more general cleanup & boilerplate elimination.
What Changed
What changed in this PR?
Pre-merge checklist
lib/rolemodel_rails/version.rb