Most recent edit on 2008-12-01 12:50:25 by AndrewBoring
Additions:
Default .htaccess file for dispatcher (if needed)
Edited on 2008-09-18 15:45:39 by AndrewSiegel [Added link to rails 2.1.0 directions]
Additions:
Deploying a new Rails 2.1.0 app
Edited on 2008-07-08 14:22:33 by DuaneJohnson
Additions:
Just Ruby
If you would like to use Ruby without the Rails framework (i.e. just like PHP is used) then you probably want to learn about eRuby. Although eRuby does not offer the same framework and structure that Ruby on Rails does, it makes it easy to upload a ruby script file (e.g. an "rhtml" file) that "just works" once uploaded. There is no need to start or stop a server like Rails.
Getting Started
Edited on 2008-02-02 10:41:38 by StuartBrown [Document my experience deploying my app]
Additions:
More Notes on deployment of an existing application
Edited on 2007-06-26 15:42:10 by StephenJarman
Additions:
Notes About Using Textile
Edited on 2006-09-11 19:38:39 by MichaelSchreifels
Additions:
Deployment of an existing application
Oldest known version of this page was edited on 2006-04-03 14:59:05 by TimDorr []
Page view:
Ruby On Rails
Ruby On 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."
Getting Started