2013-08-26

‎Option C: The Perfect Rails Setup

← Older revision

Revision as of 17:14, 26 August 2013

Line 226:

Line 226:

 

* [http://www.modrails.com/ Passenger] (a.k.a. mod_rails or mod_rack): Supports both Apache and Nginx web servers. It makes deployment of Ruby web applications, such as those built on Ruby on Rails web framework, a breeze.

 

* [http://www.modrails.com/ Passenger] (a.k.a. mod_rails or mod_rack): Supports both Apache and Nginx web servers. It makes deployment of Ruby web applications, such as those built on Ruby on Rails web framework, a breeze.

 

* [http://www.rubyenterpriseedition.com/ Ruby Enterprise Edition] (REE): Passenger allows Ruby on Rails applications to use about 33% less memory, when used in combination with REE.

 

* [http://www.rubyenterpriseedition.com/ Ruby Enterprise Edition] (REE): Passenger allows Ruby on Rails applications to use about 33% less memory, when used in combination with REE.



* [
http
://rvm.
beginrescueend.com
/ Ruby Version Manager] (RVM): A command-line tool which allows you to easily install, manage, and work with multiple Ruby environments from interpreters to sets of gems. RVM lets you deploy each project with its own completely self-contained and dedicated environment —from the specific version of ruby, all the way down to the precise set of required gems to run your application—.

+

* [
https
://rvm.
io
/ Ruby Version Manager] (RVM): A command-line tool which allows you to easily install, manage, and work with multiple Ruby environments from interpreters to sets of gems. RVM lets you deploy each project with its own completely self-contained and dedicated environment —from the specific version of ruby, all the way down to the precise set of required gems to run your application—.

 

* [http://sqlite.org/ SQLite]: The default lightweight '''database''' for Ruby on Rails.

 

* [http://sqlite.org/ SQLite]: The default lightweight '''database''' for Ruby on Rails.

 

 

Show more