Web
Analytics Made Easy - StatCounter
Skip to content
Red Panthers
Experts in Ruby on Rails Development
Red Panthers
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237
  • About
  • Process
  • Services
    • Service
      • Ruby on Rails Development Team
      • Ruby on Rails Developer Support
      • Ruby on Rails Web Application Development
    • Service
      • Ruby on Rails Training
      • React Web Development
      • React Native Mobile App Development
    • Service
      • Angular JS Web Development
      • Angular JS Ionic Mobile App Development
      • Elixir Phoenix High Concurrent Web Application Development
  • Videos
  • Blog
  • Careers
  • Newsroom
  • Contact
  • +1-860-514-8237

Monthly Archives: November 2012

You are here:
  1. Home
  2. 2012
  3. November

Setup PostgreSQL and its libraries to work with rails

PostgreSQL, RailsBy coderhsNovember 27, 2012Leave a comment

Recently lot of poeple have been asking me why they are not able to install the pg ( postgresql) gem even after install PostgreSQL server in their system? Well the answer is simple, the pg gem, requires the PostgreSQL development libraries to build native extensions to communicate with the PostgreSQL server. Native extensions refer to…

How to install ruby via source in Ubuntu

Rails, RubyBy coderhsNovember 15, 2012Leave a comment

Hi there This blog post is for old style programmer who wish to install ruby via compiling the source code, like how I do it. This blog post is written in a just to know basis. The source code of ruby can be downloaded from ruby’s official website http://www.ruby-lang.org/en/downloads/. Dependency for Ruby and Ruby on…

Go to Top