Posted by: uexpress on: April 27, 2009
Web 2.0 has been a nichy phenomenon with hundred and thousands of microcap efforts addressing one of the Cs, lately, Community being the most popular force, producing companies like MySpace, Facebook, Piczo, Xanga, and Flixster.
Just in case you aren’t aware, Web 2.0 is a term coined to describe the phletora of websites that exists nowadays [...]
Posted by: uexpress on: April 21, 2009
Effective Immediately,
please be aware that there are changes YOU need
to make in YOUR life. These changes need to be
completed in order that I may fulfill My promises
to you to grant you peace, joy and happiness in
this life. I apologize for any inconvenience,
but after all that I am doing, this seems very
little to ask of you. [...]
Posted by: uexpress on: April 21, 2009
Behavior Driven Development (or BDD) is an Agile software development technique that encourages collaboration between developers, QA and non-technical or business participants in a software project.
The focus of BDD is the language and interactions used in the process of software development. Behavior-driven developers use their native language in combination with the ubiquitous language of Domain [...]
Posted by: uexpress on: April 21, 2009
This post is mainly Defining Context Boundaries as this is a crucial factor while practicing BDD in rails
Before we can begin doing BDD (behavior driven development) we need to install some tools to help.
sudo gem install cucumber rspec-rails webrat
Next I go to my Rails application and run some scripts to get the basic set-up inside [...]