Conversation
|
|
||
| source "https://rubygems.org" | ||
|
|
||
| ruby "3.1.6" |
There was a problem hiding this comment.
If we're making a new app, can we not go newer?
There was a problem hiding this comment.
We wanted to initially keep this in line with the lupo.
| rack (>= 1.3) | ||
| rackup (2.2.1) | ||
| rack (>= 3) | ||
| rails (7.1.5.1) |
There was a problem hiding this comment.
Same here, we wanted to initially keep this in line with the lupo and not introduce too many points of failure.
There was a problem hiding this comment.
Are these just created by default? the channel stuff is for websockets I think, but maybe its just default as of rails 7
There was a problem hiding this comment.
Yes those are defaults when you run rails new to create an app.
There was a problem hiding this comment.
Same question as above, this is default? we dont use mailers from here.
richardhallett
left a comment
There was a problem hiding this comment.
I think we should consider the versions of rails and such going forward, but to get going this is acceptable start.
Purpose
closes: Add github issue that originated this PR
Approach
Open Questions and Pre-Merge TODOs
Learning
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Reviewer, please remember our guidelines: