Archive for the ‘Ruby On Rails’ Category

What is EdgeRails in Ruby on Rails?

Thursday, April 17th, 2008

My friend ask me what is EdgeRails..this is what i found out : 'EdgeRails' is a term which means you are running a local copy of a developmental version of Rails(bleeding edge). It is an alternative to the more standard GemRails, which means you are running one of the stable releases. 'Bleeding ...

Ruby On Rails Job – Malaysia

Wednesday, April 16th, 2008

Who and what Ruby On Rails Sdn Bhd : A self-funded startup focusing on Web 2.0 and Where 2.0 type of applications. This means we are new and looking for bright, talented and passionate people with self-driven work ethics to come help us revolutionize the Internet! Company Name : Ruby On Rails ...

Passenger(mod_rails for apache)

Saturday, April 12th, 2008

Easy and robust deployment of Ruby On Rails application on Apache Webserver(LINUX,BSD, OS X) Another product from Phusion. Phusion is an IT company based in The Netherlands Passenger qoutes from http://www.modrails.com/index.html -------------------------------------------- Phusion Passenger — a.k.a. mod_rails — makes deployment of applications built on the revolutionary Ruby on Rails web ...

Code Review

Wednesday, April 9th, 2008

Code review is systematic examination (often as peer review) of computer source code intended to find and fix mistakes overlooked in the initial development phase, improving both the overall quality of software and the developers' skills.In my experience with current company, i will recommended people to do a code review ...

Agile Software Development against value and time

Tuesday, April 8th, 2008

Nice right ?

Beyond Test Driven Development: Behaviour Driven Development

Tuesday, April 8th, 2008



rspec.info

Tuesday, April 8th, 2008

RSpec is a behavior driven development framework for the Ruby programming language. Current version : 1.1.3. For more info, click here and for rdoc click here Rspec with netbeans : click here How to install rspec? - gem install rspec