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

A rake task to run migrations/snippets in Rails console #97

Open
ka8725 opened this issue Sep 6, 2024 · 0 comments
Open

A rake task to run migrations/snippets in Rails console #97

ka8725 opened this issue Sep 6, 2024 · 0 comments
Assignees
Milestone

Comments

@ka8725
Copy link
Member

ka8725 commented Sep 6, 2024

The purpose of this task is to allow fixing DB schema things in Rails console or by a separate script that can be run by rails runner. This feature should make working with Rails more pleasing. This feature also fits the gem ideology to get rid of DB schema inconsistencies easily with minimum time spent.

Patch rails console to include rails migration commands or create another repl client. Improve things around rails runner - prepare a module? Update README accordingly

@ka8725 ka8725 added this to the v0.8.2 milestone Jan 14, 2025
@ka8725 ka8725 changed the title A rake task to run migrations/snippets without a migration A rake task to run migrations/snippets in Rails console Jan 14, 2025
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

No branches or pull requests

2 participants