About Us
Josh Software
Our passion is Ruby On Rails! We are an Indian company who believes that programming is an art.Our portfolio! -- Contact Us
Categories
- Case Studies (1)
- CMS (9)
- Radiant (9)
- General (21)
- Javascript (3)
- Mobile Development (1)
- Sencha (1)
- Ruby (42)
- Ruby on Rails (110)
- Conferences (11)
- Search (7)
- Tutorials (10)
Category Archives: Ruby on Rails
Case Study: Improving Performance of MySQL, Thinking Sphinx in a Rails app
Recently, we faced a huge performance problem with one of our installed apps. The application is a Call Center ERP solution. The Call model is updated very frequently as there are about approximately 8,000 – 10,000 calls being made everyday. … Continue reading
Posted in Case Studies, Ruby on Rails, Search
Tagged mysql, new-relic, performance, rails 2.3, thinking-sphinx
Leave a comment
Payment Gateway testing using webmock
Testing the payment gateway involves lots of scenarios like what should happen if exception is raised while doing payment. To test this scenario we have to call payment gateway API and take response. But herein lies a problem. The test … Continue reading
Stubbing Geo-location requests using webmock
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 … Continue reading