-
Notifications
You must be signed in to change notification settings - Fork 99
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
Some updates! #91
base: master
Are you sure you want to change the base?
Some updates! #91
Conversation
@ukd1 thank you for the enthusiasm on this, but this PR is massively non-atomic, so to say. I'd be much happier reviewing/supporting you on ingesting these changes into the project if we take the time to limit the scope of each PR. |
As an additional comment on Rails scope tightening, I'm happy to accept that proposal. |
I will aim to review this PR and provide reductions/changes or accept it within a week. |
@jumph4x no worries! |
Ya, tbh, the main reason I didn't "fix" that too was it looked like a pain, and to me pre-rails 5 seems so old. TBH, I think rails 6.0 is EOL too, but it works here. BTW, nothing should be broken in the older versions code wise / test wise - just installing the deps is ...painful. |
Also, feel free to checkout the build / what it's up to here - https://github.com/ukd1/canonical-rails/actions/runs/10304669552 |
Thanks for writing this, it's exactly what I wanted, and the gem is working nicely in my project. Thanks! 🙏
Apologies for the random / big PR. I wanted use a gem version, instead of a github version, and went down a rabbit hole after I saw that tests for supported ruby weren't really running. These changes:
raw
orhtml_safe
, so should be saferRe:Rails 8 - alpha dependancies of the
actionview
aren't published yet, it seems:Re:Rails - pre-5.0 requires a sub 2.0 bundler, and that was too much to fix: