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
Lucky apps come with a task to generate required seed data as well as a task to generate sample seed data. We say that the required seed data is data required for your application to work properly.
Right now with how the task is, getting that task to run in production is a little tricky. We automatically require the factories which live in your specs. If you use Faker, or some other development dependency, then the task won't compile for production. Granted, you're most likely to only ever run this task once for production, but you may also need to run it for staging a few times, and maybe a QA or something...
It seems it would make sense that if you stood up a french new Lucky app, and deployed to production, that this task would be available t o you with little work. I'm not sure what the cleanest way to do that is, but we could set it up as a precompiled task or something.
The text was updated successfully, but these errors were encountered:
Lucky apps come with a task to generate required seed data as well as a task to generate sample seed data. We say that the required seed data is data required for your application to work properly.
Right now with how the task is, getting that task to run in production is a little tricky. We automatically require the factories which live in your specs. If you use Faker, or some other development dependency, then the task won't compile for production. Granted, you're most likely to only ever run this task once for production, but you may also need to run it for staging a few times, and maybe a QA or something...
It seems it would make sense that if you stood up a french new Lucky app, and deployed to production, that this task would be available t o you with little work. I'm not sure what the cleanest way to do that is, but we could set it up as a precompiled task or something.
The text was updated successfully, but these errors were encountered: