Send Ad Free SMS in India

Archive for the ‘Ruby’ Category

Now this is going to be fun! Workshop for MAIT students (part 1 of 2)...

Fatal - you don't have any automated test cases Recoverable - you have some sorts of test suite in place Best - you are already using unit/integration tests or have TDD/RSpec in place :) Without wasting words, I'd put you right to the Cucumber and...

Learning from the best!

February 12, 2010 | In: Rails, Ruby

Just bought "Programming Ruby 1.9" from Flipkart. From For Blog When I joined IBM ISS UI team and my tech lead suggested that we should start doing things in Rails- and I was prompt enough to pop up a suggestion - "that why don't we...

With an Amazon EC2 instance up, next very obvious task was to get the hosting up. Objective was to host static content along with multiple Rails apps on the same EC2 instance. Purists might not agree to this, but getting up and running was the first...

Revisting Ruby – Array.each

August 7, 2009 | In: Blog, Ruby

I've been in love with Ruby for long now - and its only obvious that I should get serious about it. Hence, I've decided to go through Programming Ruby 1.9 - a chapter a day. Understanding Array.each and blocks #!/usr/bin/env ruby class...

Courtesy - yet again, Ruby! #!/usr/bin/env ruby require "rubygems" require "mechanize" module SMS class OneSixtyByTwo attr_accessor :agent, :uid attr_accessor :urls def initialize(username, password) @urls = { ...

Google Suggest - (as put by Google) use a wide range of information to predict the queries users are most likely to want to see. For example, Google Suggest uses data about the overall popularity of various searches to help rank the refinements it offers....

Havn't you just wished sometimes that all the html, script and style tags would just vanish from the html pages and all you get is pure text (for fun and profit). Well, here's how I am managing it :) require "open-uri" require "hpricot" require...

Drawing boards are so much more fun than paper'n pencil :)

This is the sweetest possible message Bugzilla can ever show a developer :D Tonight, I'll be syncing live ApnaBill.com with the most stable version we ever had - the operations are still getting formalized but the code-base looks awesome! If you...