Feature request: Ability to set default values with `rails generate`

Hello! Hope I’ve come to the right place. Anybody know if something like this is in the works?

https://github.com/rails/rails/issues/41566

Thanks!

1 Like

Hey @SkinnyPete

I don’t think this feature is currently being worked on. I’m wondering how you see this working for other types like datetime? strings – that are more than one word?

For example: rails g migration AddStatusToPosts upvotes:status:"transferred from github"?