Category: Technical Articles

Heroku- The official cloud platform for Facebook

Platform-as-a-service provider Heroku’s launch of an Facebook Application Package was aimed to help companies build Facebook applications using Heroku’s platform more easily. Heroku enables businesses to easily build, deploy and scale their applications, and Facebook has been the most popular social platform fPlatform-as-a-service provider Heroku’s launch of an Facebook Application Package was aimed to help […]

Heroku- The official cloud platform for Facebook Read More »

Things To Remember Before Hiring an RoR Web Development Company

Ruby on rails also known as RoR is an open source web application framework. RoR has a strong Model-View-Controller (MVC) architecture. This language makes web designing simple, enabling the user to easily get started. When compared to other languages and frameworks, Ruby On Rails makes web application development easier and more efficient. Before, creating web based designs and applications was a difficult task that used to take up several months, now with custom software development using Ruby on Rails, a RoR web development company can create applications as per your needs.

Things To Remember Before Hiring an RoR Web Development Company Read More »

How to Set up Redmine-project tracking system

Set up Redmine-project tracking system Installation Steps 1) Make sure ruby 1.8.7 and Rubygem are installed 2) Install Rails and few required gems gem install rails -v=2.3.5 gem install rack -v=1.0.1 gem install -v=0.4.2 i18n 3) Checkout the Redmine source code svn co http://redmine.rubyforge.org/svn/branches/1.0-stable redmine-1.0 4) Go to redmine-1.0/config and rename few files mv database.yml.example

How to Set up Redmine-project tracking system Read More »

Install Image-magick and rmagick for rails

Start by removing any old versions previously installed via apt-get: sudo apt-get remove imagemagick Then update apt-get and install some supporting packages: sudo apt-get update   *(sudo apt-get install libperl-dev gcc libjpeg62-dev libbz2-dev libtiff4-dev libwmf-dev libz-dev libpng12-dev libx11-dev libxt-dev libxext-dev libxml2-dev libfreetype6-dev liblcms1-dev libexif-dev perl libjasper-dev libltdl3-dev graphviz gs-gpl pkg-config)*   *its a single line

Install Image-magick and rmagick for rails Read More »

How to Install Ruby on rails in your system

Do following steps to setup rails environment in the local system 1) CSV : Git and Subversion sudo aptitude install subversion sudo apt-get install git-core And you can also installed the suggested package : git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb diff-doc. 1) Database setup: Mysql database: sudo aptitude install mysql-server mysql-client PostgresSQL:

How to Install Ruby on rails in your system Read More »