Coding a Facebook canvas app in rails – my struggles
Back in October 2014 i had an interesting project. My task was to build a canvas facebook app for an existing web app called wishlist. My first thought was, how hard could it be? You just do what you do every day, coding a rails app. It could be very hard. I had some struggles […]
uploading an image as blob with ajax and rails 4.0
In a recent project i have to cope with image upload, but using a gem like paperclip or carrierwave seemed overloaded to be. It is just a simple logo upload for companies. So i decided to upload the logo as blob described in this post. But i had one problem: my uploading view is a […]
revealing module pattern in coffeescript
if none of the two terms in the title tell you anything, you have some serious reading todo. first off learn and love coffeescript. second of all get to know some javascript design patterns. why? because it helps you to write a lot better clearer code in a very weird language. so my design pattern […]