• support[@]kurinchilion.com
  • +1 (888) 666-4252

Blog

Ruby: rbenv global not changing the ruby version

Feb 01, 2022 - by kurinchilamp /Ruby/ 515 Views
When you plan to run multiple versions of ruby, rbenv comes in handy. Some of the commands that comes in handy when you work with rbenv are listed below # To install rbenv (mac) $ brew install rbenv (more…)
Continue Reading

How to setup Rails on WAMP server using HTTP Proxy module?

Oct 02, 2012 - by kurinchilamp /Ruby/ 375 Views
To setup Rails on windows after Ruby and Rails setup, i) Edit hosts file in windows environment and set the server name in the hosts file to 127.0.0.1 myrails In this example, i have used "myrails" as the server name for the project. ii) Edit httpd configuration setting on WAMP to make sure proxy and proxy_http module is turned on (check if it those lines are not commented out) LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so (more…)
Continue Reading

How to install Ruby, Rails and MySQL on Ubuntu Server?

Oct 01, 2012 - by kurinchilamp /Ruby/ 392 Views
For this tutorial we will be using Ruby 1.9.3 and Rails 3.2.1 First thing update $ sudo apt-get update Next, we are going to install git, RVM which is essential for the build $sudo apt-get install build-essential git-core curl RVM stands for Ruby Version Manager that is used for installing and managing multiple versions of Ruby at one point of time. (more…)
Continue Reading

Installing Ruby and Rails on Windows

Sep 30, 2012 - by kurinchilamp /Ruby/ 383 Views
# First step, download ruby from http://rubyinstaller.org/. Once downloaded click the installer to install Ruby into your desired folder (C:\Ruby). Make sure to add Ruby to your path. # Once installed, check the version of Ruby installed by typing in (more…)
Continue Reading

Install Ruby, Rails, RadRails on CentOS, Fedora

May 03, 2009 - by kurinchilamp /Ruby/ 366 Views
Installing Ruby, Rails on CentOS Installing Ruby on Rails involves using yum to first install ruby and then to install ruby docs, irba followed by rails installation. $ yum install -y ruby $ yum install -y ruby-devel ruby-docs ruby-ri ruby-irb ruby-rdoc $ gem install rails --include-dependencies (more…)
Continue Reading

Repository: How to configure yum repos?

May 02, 2009 - by kurinchilamp /Ruby/ 305 Views
To make automatic download and installation by using "yum" you can create/add the repo to /etc/yum.repos.d/. Then create file with .repo extension to do an automatic yum update at later stage vi /etc/yum.repos.d/reponame.repo Below is the content to RubyForge yum repo. Save the content as "rubyforge.repos" under "/etc/yum.repos.d" [rubyforge] name=RubyForge baseurl=http://rubyworks.rubyforge.org/redhat/$releasever/RPMS/$basearch enabled=1 gpgcheck=1 gpgkey=http://rubyworks.rubyforge.org/RubyWorks.GPG.key priority=1
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.