Ruby on Rails (Demo)
Last month, I spent most of time upgrading a beautiful application from Rails 2 to Rails. It was such a wonderful experience and I... Jenkins is an open-source Continuous Integration tool and it is easy to integrate in Rails project. A CI package will run automated tests on... 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 like HighCharts and used it for one of our project. I wanted to use HighCharts in Rhomobile mobile applications and thought I would... 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... Selenium is a suite of tools to automate web browsers across many platforms. It runs in many browsers and operating systems and it can...