We have been using PostgresSQL in our new product Quiz Stack. Quiz Stack is a SAAS based product. Which can conduct,manage,analysis quizzes.We are using rails …
Blog Posts
I was working with Refinery cms some times back.I want blogging facility to my CMS. Refinery has various engine which can easily plug and play including …
Simple Solution for creating Permutations While working on a research project, i came across a simple task of creating sets of permutation for a given …
It’s 5 in the morning and i am tired and its a possibility that i may be writing a long post, Last night i asked …
Hey all, In Previous article i have given short bio of ruby daemon using daemon kit. In this post i am writing about how to …
Hey all, Many of us knows what daemons are in linux. These are processes or programs that run in background with little or no user …
Just quick post how to use acts_as_flying_saucer with rails 3.1 and Heroku. I was testing acts_as_flying_saucer with rails 3.1.It is working fine so far. but …
Generate PDF using acts_as_flying_saucer.It also support for clean up html before generating pdf,pdf can be generated on remote and do further processing. …
Well long break,Let me guess It over 3 month since I wrote my last post. I’ve been kind of busy lately not manage to dedicate …
Hi all, We needed to use net/http of ruby for sending parameters between two modules. We decided to use the get and the post request …