Archive for the ‘Ruby On Rails’ Category
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 ...
Posted in Ruby On Rails | 1 Comment »
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 ...
Posted in Jobs, Ruby On Rails | No Comments »
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 ...
Posted in Ruby On Rails | No Comments »
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 ...
Posted in Ruby On Rails | No Comments »
Tuesday, April 8th, 2008
Nice right ?
Posted in Ruby On Rails | 1 Comment »
Tuesday, April 8th, 2008
Posted in Ruby On Rails | No Comments »
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
Posted in Ruby On Rails | No Comments »