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

Remove rails dependency, slim down the dummy app, and upgrade dependencies #21

Merged
merged 15 commits into from
Nov 20, 2024

Conversation

rzane
Copy link
Contributor

@rzane rzane commented Nov 20, 2024

This gem currently depends on rails, which means it depends on gems like actiontext, activestorage, actioncable. That's a mistake. This gem only depends on Active Record and Railties (for generators).

I also:

  • Upgrade all dependencies
  • Removed unnecessary stuff from spec/dummy
  • Fixed bin/rails
  • Removed sprockets dev dependency
  • Removed mime-types dev dependency

@rzane rzane force-pushed the rzane/remove-rails-dependency branch from e086430 to 8d5405a Compare November 20, 2024 15:56
Copy link
Member

@smudge smudge left a comment

Choose a reason for hiding this comment

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

domain LGTM && platform LGTM

Copy link
Member

@smudge smudge left a comment

Choose a reason for hiding this comment

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

domain LGTM

@smudge smudge merged commit 90148ac into Betterment:main Nov 20, 2024
4 checks passed
@rzane rzane deleted the rzane/remove-rails-dependency branch November 22, 2024 14:20
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