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

Add Rails generators #1

Open
ixti opened this issue Jan 27, 2024 · 0 comments
Open

Add Rails generators #1

ixti opened this issue Jan 27, 2024 · 0 comments
Milestone

Comments

@ixti
Copy link
Owner

ixti commented Jan 27, 2024

We should provide generators for rails apps:

bin/rails g amazing_activist:install
bin/rails g amazing_activist:activity onboarding

First one will generate:

  • app/activities/application_activity.rb
  • config/initializers/amazing_activist.rb

And the second will generate:

  • app/activities/onboarding_activity.rb
  • spec/activities/onboarding_activity_spec.rb
    • or `test/activities/onboarding_activity_test.rb
@ixti ixti added this to the v1.0.0 milestone Jan 28, 2024
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

1 participant