Saturday, 14 May 2011

May 2nd, 2011 Ruby on rails Conf.-2011, Baltimore USA




Baltimore’s Rails community has been eagerly anticipating RailsConf. They’ve organized a few different projects to welcome Rails programmers at beautiful city BALTIMORE.
RailsConf 2011 Features
  • Four entire days dedicated to Ruby on Rails

  • A program designed around all levels of expertise from beginner to intermediate to advanced

  • The most innovative and successful Rails experts and companies showcased onstage

  • A forum for people seeking to collaborate and solve similar problems

  • A gathering place for the worldwide Rails community, including an important network of experts, alpha geeks, and innovators

  • Hands-on and in-depth guides for learning how to best employ Rails in a variety of situations and tackle common problems

  • Ample opportunities for all participants to connect, contribute, and collaborate throughout the event

  • The chance to hear the latest updates, get information, and meet some of the the Rails core development team
       > Livestreaming the all of the keynote beginning Tue May 17

Ref. by from
http://en.oreilly.com/rails2011
http://en.oreilly.com/rails2011/public/schedule/stype/keynote

Thursday, 31 March 2011

How to restart rails site after make changes on live site/server

        when you are using Phusion Passenger plugin & make change or add file, etc to live site by SVN or directly on server , you need to follow below steps after "up SVN" or changes on server to get changes on live site..
  
step-1 Go to you to web site's root directory.
               i.e. root@u15369819:/home/yoursite_name.com#


step-2 type command, ps.
               i.e. root@u15369819:/home/yoursite_name.com#ps

step-3  type command like, touch tmp/restart.txt. 
              i.e. root@u15369819:/home/yoursite_name.com# touch tmp/restart.txt

step-4 type command again, ps. 
             i.e.  root@u15369819:/home/public_html/yoursite_name.com#ps