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

Tags

Ruby: rbenv global not changing the ruby version

Feb 01, 2022 - by kurinchilamp / Ruby / Post Comment
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

YEOMAN – Yo, Grunt, Bower – Power tools for front-end developers

Feb 21, 2014 - by kurinchilamp / / Post Comment
Yeoman is a tool for modern workflow to aid front-end web application development. Yeoman consists of three tools to manage this workflow and has generators available for Angular, Backbone and a collection of over 100+ other projects
+ Grunt - It is the builder and utility component that helps automate repitive tasks, script minification, javascript task compiler, compiling sass, coffee script
+ Yo - It is the code generator component that helps in scaffolding, writing boilerplate code, install some grunt tasks
+ Bower - It is the package manager for web and it helps fetch javascript library and/or javascript/css frameworks and its dependencies. This is similar to Maven for java.
Continue Reading

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

Oct 02, 2012 - by kurinchilamp / Ruby / Post Comment
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 / Post Comment
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 / Post Comment
# 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 / Post Comment
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

TECHNOLOGY DEV STACK

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