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
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Add skip_table_on_sync configuration, if defined, we should not replace these tables on the target's database.
<comment>
Done in f2f0d1e4b53a6597c848de61df99470bd9a5f0b6
</comment>
</note>
<note priority="medium" time="1316510717">
Add a postgresql receipt (The postgresql receipt should have the same tasks defined in mysql)
</note>
<note priority="medium" time="1316510864">
Abstract mysql_* and postgresql_* so either can be used by calling 'cap db:*'
</note>
<note priority="medium" time="1316510880">
Add tests using Vagrant (branch vagrant)
</note>
<note priority="medium" time="1316594507">
In the nginx template file, we need to define the error pages dynamically and not in a hardcoded way.
</note>
<note priority="medium" time="1316681020">
Unicorn and God should have the roles dynamic, for instance it's common sence that it should be ran on the :web role, however my server requires it on the :app and not the :web.