How To Use Language Independent Translator Using HTML Parser

Geo-location integration is common today for every web application. We have gems on hand, to integrate Geo-location to our application. With few steps of configuration we can Geo-code our attributes ie., user addresses. But testing Geo-coding integration takes much more time than development! We currently use Google Map APIs for our work. If there are … Continue reading How To Use Language Independent Translator Using HTML Parser

Integrity Continuous Integration

Integrity is a Continuous Integration Tool where we can run our tests (Rspec or Cucumber) to check whether the application is running fine or not.  Whenever there is a commit it will run the test cases and checks whether the specs are passed or failed. Installation For basic instructions on setting up the Integrity go … Continue reading Integrity Continuous Integration

How Factory Girl Associations With Testing Made The Task Easier!

Associations are very important when we are working with relational databases. Writing relations in models is easy but when it comes testing them, it is a painful task. Factory girl associations makes this easy. Before going into details, lets get the basics right. What is Factory Girl?    Factory_girl is a fixtures replacement with a … Continue reading How Factory Girl Associations With Testing Made The Task Easier!