Blogs

RailsCarma will be at WebhostingDay

RailsCarma is going to WebHosting Day 2010, the largest web hosting event in Europe, to be held at Bruehl, Germany from March 17th-19th. Related Posts How to revert commit from GitHub Make Voice calls through Ruby on Rails Web applications How To Import/Export MySQL Database in Rails? RailsCarma is Recognized as The Top Ruby on …

RailsCarma will be at WebhostingDay Weiterlesen »

Angebot zum Tag der Republik – Pauschale 26% Rabatt auf alle unsere Dienstleistungen!

On the auspicious occasion of the nation’s 61st Republic Day falling on 26th January ’10 , we are giving away a huge 26% discount* on all our services! Coupon code : REPUBLIC2010 Offer closes on 31st January ’10. So, what are you waiting for? Sign up immediately and enjoy our excellent services at rock-bottom prices! …

Angebot zum Tag der Republik – Pauschale 26% Rabatt auf alle unsere Dienstleistungen! Weiterlesen »

Behavior Driven Development(BDD)/Cucumber

Behavior Driven Development describes a cycle of interactions with well defined outputs, resulting in the delivery of working, tested software that matters. With BDD, you create executable specifications, not tests. You want to look at what your code does, not the internals of how it does it. This method of development is mainly about visualizing …

Behavior Driven Development(BDD)/Cucumber Weiterlesen »

Bereitstellen der Rails-Anwendung mit Capistrano und Phusion Passenger

Deploying a rails application onto the servers is a complicated task when performed manually, since it needs us to login to the servers, upload the code from the local system every time and maintain the backup of the updates if we want to revert. The process consumes a lot of time and we need to …

Bereitstellen der Rails-Anwendung mit Capistrano und Phusion Passenger Weiterlesen »

Charts in Rails

We have been working on a project that deals with server data where charts are worth a thousand words. I always get requests for various charts and in the past I’ve used Gruff to produce them. Gruff is a great library and the results look good too! However, recently I’ve have had more demanding requirements to provide more dynamic behaviour on the charts. Users wanted to be able to interact with the charts in various ways and drill down to gather more information.

de_DEGerman