Rails
What is a Web Application?
Posted December 21st, 2007 by administrator
This video gives a very basic introduction as how Web Application works. It provides a simple overview of the various components involved in a MVC(Model View Controller) architecture. Finally it shows how this concept applies to application development via Ruby on Rails.
Video:
Clean up Rail Sessions
Posted August 16th, 2007 by administrator
By default rails does not clear out stale sessions from the session store. Depending on the configuration session can be stored in the local file system or the database.