Category Archives: TDD
Document management using jQuery
Just added a prototype site of to manage document using Ruby on Rails: Gems Uses jQuery-File-Upload CarrierWave Fog Twitter Bootstrap Haml Simple Form Rspec factory_girl Click here to contribute/checkout.
Date Time difference and a new time adding intervals in days, week, month etc.
I’ve written a DateTime helper class to get: DateTime difference as an object and string DateTime details as an array and object Repeat DateTime by minute, hour, day, week, month, year using interval etc. You can checkout the repository from github.com. Uses: View Demo
Implementation of CruiseControl.rb and RCov
CruiseControl.rb is Ruby based continuous integration tool which is used for continuous build process including testing, email notification. Also provide the details of all build. On the other hand, RCov is very well known code coverage tool for Ruby. It is used to get the information of test coverage. These two tools are so good…