Posts by kotzbr • 26 points
2 posts
- 
		1 votes1 answer45 viewsA: Regular expression for zip fileThere are 2 errors in your code: The template is configured to post-process the file using imagemagick to generate previews. This is not possible for zip files Zip files will be refused at the end… 
- 
		0 votes1 answer88 viewsA: How to do a data migration routine?To create this automatic "migration" you must use one of the callbacks provided by Active Record(AR) within your Model. The choice depends on the logic of your business. AR provides multiple…