Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Do you use the Foundation Zurb Emaill Stack? It helps develop cross plattform email imensly and makes it less of a pain in the ass.
https://get.foundation/emails/... -
Voxera115854ySyncing database schemas is an often overlooked part.
Especially if workflow is not strictly controlled.
Is this a table you added your self or are you using some cms, crm or other platform and the dev version is behind or ahead?
We do have a strict workflow but sometimes we still end up with similar problems when dev is upgraded in preparation of prod upgrade and suddenly you have to do a patch of prod before the big upgrade.
We have a second dev env for this, but it still can be a problem with local environment :/
I'm given a simple assignment to update email templates. I tot it would be a breeze.
It turn out SURPRISE! After the updating of template is done. I deploy the code in the development environment.
I tried to access the email template like how the user will see to verify all is good. It turn out i am facing error.
So uhh ok, i went to check the logs to see what the hiccups. It turn out that a table is missing. But this is production code. So my question how the hell did the production environment has the table but dev don't.....
rant