Announcements
Browse announcements.
Article ID: 8 Created on: 05/03/2009 11:22 am Modified on: 05/03/2009 11:22 am
Current Versions
Ruby: v1.8.4
Rails: v1.1.6
The following gems are also installed
actionmailer: Service layer for easy email delivery and testing.
actionpack: Web-flow and rendering framework putting the VC in MVC.
actionwebservice: Web service support for Action Pack.
activerecord: Implements the ActiveRecord pattern for ORM.
activesupport: Support and utility classes used by the Rails framework.
ferret: Powerful search capabilities.
mysql: MySQL/Ruby provides the same functions for Ruby programs that the MySQL C API provides for C programs.
Rails: Web-application framework with template engine, control-flow layer, and ORM.
rake: Ruby based make-like utility.
sources: Provides download sources for remote gem installation
Configure your Rails Application for Production Mode with FastCGI
Make sure you production database is properly configured by reviewing the settings in your "APPNAME/config/database.yml".
Un-comment the "#ENV['RAILS_ENV'] ||= 'production'" line within your "APPNAME/config/environment.rb".
Within your "APPNAME/public/.htaccess" modify the following line:
"RewriteRule ^(.*)$ dispatch.cgi [QSA,L]"
To:
"RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]"
How Helpful was this article to you? Rating: 0 / 5 (0 votes cast)
There are no comments