Our Publications
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 (24)
- Javascript (5)
- Mobile Development (1)
- Sencha (1)
- MongoDB (2)
- Ruby (45)
- Ruby on Rails (117)
- Conferences (14)
- Search (8)
- Tutorials (12)
Authors
Tag Archives: rails 2.3
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
Fix/Solution for NoMethodError? (undefined method `controller_name’ for nil:NilClass)
This error appears when same action gets called twice. There might be chances to have controller with same name twice inside app as well as plugins In my case the error appeared while migrating from rails 2.1 to 2.3.Application was … Continue reading
upgrading rails version
Here are the simple steps to be followed while upgrading rails version to use. # Install rails version1. gem install rails -v == gem install rails 2.3.3 # Upgrade environment.rb for new version2. RAILS_GEM_VERSION = ” unless defined? RAILS_GEM_VERSION == … Continue reading
