login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Rails is a full-stack framework for developing database-... applications according to the Model-View-Control pattern.
From the Ajax in the view, to the request and resp ...
To go live, all you need to add is a database and ...

Ruby on Rails
http://www.rubyonrails.org/

Categories

/Channels/techie/Web2.0

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Full snip

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.