Rails (Demo)
Learning new things is quite common for developers. Now its time to learn an interesting topic which is evolving around RoR developers. A concept... Recently I got chance to try Facebook real time API in one of our project. Realtime Updates enables applications to subscribe to changes in... On 2nd March 2012 we conducted a half-day training on “Building cross-platform Mobile applications using RhoMobile platform at Singapore. Here are some of pictures... Rails 3.2 was released with lot of amazing changes. I recently read about new features which provides better and new tags, faster reloading in... I tried to integrate ruby on rails app in Facebook. Developing facebook app is quite easy to with rails and Javascript sdk. The documentation... brew install mysql Is you have installed mysql server already and have a failed mysql gem, then remove the mysql server first ... Ok. If you have already read the Devise gem wiki, you wouldn’t be seeing this, if not here is the simple way to do... Often we want to avoid installing rdoc and ri on production/staging servers. Simply create .gemrc file in your home directory and add gem: –no-ri... Recently, we had a task of consuming a SOAP based web serivces which sends and receive complex objects. First install memcached in your machine and make sure the memcached server is running. After installation to make sure its running, try starting the... RVM made my life easier to run multiple versions of ruby and rails in Ubuntu/Mac OS. If we want to maintain multiple versions of... Using Highcharts library in application provides best way of manipulating data in terms of various charts. In my rails application, I am using highcharts...