You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Superglue's conversion to typescript is mostly complete. Lets add typescript generators to the mix, the current generators are located here. There are two generators that we need typescript options for
rails superglue:install:web
rails generate scaffold post body:string --force --no-template-engine --superglue
These generators were created a long time ago, and partly, I want to revisit any new goodness from Rails and see if there's anything to worth reconsidering. So yes, we want to add new typescript generators, but stepping back and see if we need to approach generators differently, make a recommendation is also part of this work.
The text was updated successfully, but these errors were encountered:
Superglue's conversion to typescript is mostly complete. Lets add typescript generators to the mix, the current generators are located here. There are two generators that we need typescript options for
rails superglue:install:web
rails generate scaffold post body:string --force --no-template-engine --superglue
These generators were created a long time ago, and partly, I want to revisit any new goodness from Rails and see if there's anything to worth reconsidering. So yes, we want to add new typescript generators, but stepping back and see if we need to approach generators differently, make a recommendation is also part of this work.
The text was updated successfully, but these errors were encountered: