Hi, below code used to track the location from ip address.
#app/controllers/test_controller.rb
require 'net/http'
require 'rexml/document'
include REXML
class TestController < ApplicationContr ...
To install RMagic gem for graphic operations in fedora os follow the below instructions
open terminal by Application -> System Tools -> Terminal
login as root by giving command su
#su
#passw ...
Application must be under version control. Use SVN So you could have the track of each modification done in your application and could easily roll back to any of previous version..
Never put log file ...