by Aromal Rajagopal | Jan 20, 2010 | Company Updates |
As you all might be knowing, we had launched a new service offering under the brand name RailsCarma few weeks back. RailsCarma specializes in offshore Ruby On Rails Development. You can read more about it here. You can contact us at [email protected] for any of...
by Aromal Rajagopal | Dec 12, 2009 | Company Updates |
InstaCarma launched a new service offering under the brand name ‘RailsCarma’ recently. RailsCarma (http://railscarma.com) specializes in Ruby on Rails Outsourcing. With this venture we aim to provide an end-to-end solution which includes development,...
by Aromal Rajagopal | Jun 6, 2009 | Quick fixes, Technical |
Issue : The site was throwing up ‘500 internal server error’ and the following error appeared in the apache error logs. FastCGI: incomplete headers (0 bytes) received from server “/home/httpd/vhosts/default/fcgi-bin/phpfcgi” Fix : If you are...
by Aromal Rajagopal | Jun 5, 2009 | Quick fixes, Technical |
Error : SystemExit (Define INLINEDIR or HOME in your environment and try again): /usr/local/lib/ruby/gems/1.8/gems/RubyInline-3.7.0/lib/inline.rb:93:in `abort’ Fix : Add the following line in the environment.rb file : ENV[‘HOME’] =...
by Aromal Rajagopal | Jun 2, 2009 | Quick fixes, Technical |
Error : Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update –system` and try again . Fix : As it is clear from the error message, updating the RubyGems will resolve this issue. Reinstall the ruby gems using the following commands: gem install...