public marks

PUBLIC MARKS from parmentierf with tags ajax & ruby

15 March 2006

ONLamp.com -- Ajax on Rails

by 12 others (via)
This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework.

03 March 2006

Ruby on Rails

by 52 others (via)
Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server.