Cheap Domains, $1 .COM Websites! - Free .COM (or $1.99) on Many Products!
 
Only Minimal Purchase Req'd on Many Free/$1.99 .COM Offers.    And Our Sale Domains are Often Under $2 or $3/year with No Further Purchase Req'd.
 
Plus, almost ALWAYS 15% OFF Everything Not Already Discounted.    15% OFF Most Renewals too!      New: Business-Growth Website-Builders and Hosting!
 

 *ICANN fee adds 18¢ many domains; tas applies some areas.  Our $1 Website Builder with Free .COM is based on 12 months at $1/mo.   Multipile or "Stacked" discounts in same purchase often disallowed (may require separate transactions).  Click for details.

 
Cheap Domains Cheap Domain Names

  
Use Promo HDX for at least
Cheap .com
that's not already On Sale!*
 

Cheap Domains     $1 Websites     Free USA-based Sales/Support:  (800) 655-5512
 

.COM $7.64 (Promo: HDX) |  .NET $10.19  |  .SITE $2.99  |  .ORG $9.99  |  .INFO $4.99  |  .UK $7.64  |  .EU $6.79

Cheap Domains include FREE:  100 Email Addresses & Account, Full DNS Control, Domain Forwarding, Masking, Registrant-Change/Transfer, Monitoring/Alerts, Locking, Expiration Protection, More!

Cheap Domains - Find Yours Now:    
 
Most prices shown
use Promo Code: HDX.  This search function, and most product pages, display higher prices at first, but don't worry,  Discounts appear in Shopping Cart when Promo Code Entered    details

Free .COM Domains!   ...with many products...  

 $1 Website Instantly     Business Website Builder

 Most cPanel & Plesk Hosting    Some WordPress Packages

$1.99 .COM Domains   ...on much else, often including:

Many Email, Calendar, Storage Plans Powerful SSL Certificates, more!

 
Terms & Conditions Here.  Add a .COM to Cart to verify price if product description not specific.

 

 

 
 

 Cheap Website       Cheap WordPress Hosting        Cheap Website Builder - Easy, Instant!    
Cheap Dedicated Servers       Cheap Virtual Private Servers      
Blogcast and Podcast 

 
Cheap Domains | Availability Check:
 
  

Frequently Asked Questions

Help Center Search

Installed Ruby Gems

Print this Article
Last Updated: May 28, 2008 10:28 AM

NOTE: This list of Ruby Gems installed on Deluxe and Premium shared hosting accounts running Hosting Configuration 2.0 is updated regularly, but may not reflect the most recent changes. To query the most current list of Gems, see What Ruby Gems are installed on my hosting account?.

Ruby Gems are located in two paths: a standard path in which mature version are installed, and a development path in which new versions are installed. To access Gems residing in the development path, add the line of code below to your application's config/environment.rb file. This code must appear before the call to Rails::Initializer.

ENV['GEM_HOME'] = '/usr/local/lib/ruby/gems-dev/1.8'

This location is where future Rails versions will also reside. To guard against existing applications' compatibility with future Gem versions, you can either freeze Gems or use Ruby's require_gem command to specify Gem versions.

For more information about freezing Gems, see What does it mean to freeze Ruby Gems?.

For more information about require_gem, see Specifying Gem versions.

Installed Ruby Gems (standard path)

actionmailer 1.2.4 [www] - depends on actionpack.
Service layer for easy email delivery and testing.

actionpack 1.12.4 [www] - depends on activesupport.
Web-flow and rendering framework putting the VC in MVC.

actionwebservice 1.1.5 [www] - depends on actionpack, activerecord.
Web service support for Action Pack.

activerecord 1.14.4 [www] - depends on activesupport.
Implements the ActiveRecord pattern for ORM.

activesupport 1.3.1 [www]
Support and utility classes used by the Rails framework.

ajax_scaffold_generator 3.1.2 [www]
Ajax scaffold generator is a rails generator for ajaxified scaffolds

archive-tar-minitar 0.5.1 [www]
Provides POSIX tarchive management from Ruby programs.
Executable is minitar.

Bloglines4R 0.1.0 [www]
A library to access the Bloglines API from Ruby

BlueCloth 1.0.0 [www]
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

builder 2.0.0 [www]
Builders for MarkUp.

cmdparse 2.0.2 [www]
Advanced command line parser supporting commands

color-tools 1.3.0 [www]
color-tools provides colour space definition and manpiulation as well as commonly named RGB colours.

diff-lcs 1.1.2 [www]
Provides a list of changes that represent the difference between two sequenced collections.
Executables are htmldiff, ldiff.

EliteJournal 1.9.492 [www] - depends on RedCloth, sqlite-ruby.
Easy to install, multi-user blog software
Executable is elitejournal.

fcgi 0.8.6.1 [www]
FastCGI ruby binding.

ferret 0.9.3
Ruby indexing library.

gnuplot 2.2 [www]
Utility library to aid in interacting with gnuplot

htmltools 1.09 [www]
This is a Ruby library for building trees representing HTML structure.

instiki 0.10.2 [www] - depends on madeleine, rails, RedCloth, rubyzip.
Easy to install WikiClone running on WEBrick and Madeleine
Executable is instiki.

login_generator 1.2.0 [www] - depends on rails.
[Rails] Login generator.

madeleine 0.7.3 [www]
Madeleine is a Ruby implementation of Object Prevalence

mime-types 1.15 [www]
Manages a MIME Content-Type that will return the Content-Type for a given filename.

mysql 2.7 [www]
MySQL/Ruby provides the same functions for Ruby programs that the MySQL C API provides for C programs.

PageTemplate 2.2.0 [www]
A simple templating system for Web sites.

ParseTree 1.3.7 [www] - depends on RubyInline.
Extract and enumerate ruby parse trees.
Executables are parse_tree_abc, parse_tree_deps, parse_tree_show.

ParseTree 1.4.1 [www] - depends on RubyInline.
Extract and enumerate ruby parse trees.
Executables are parse_tree_abc, parse_tree_deps, parse_tree_show.

payment 1.0.1 [www]
Payment is used to process credit cards and electronic cash through merchant accounts.

pdf-writer 1.1.3 [www] - depends on color-tools, transaction-simple.
A pure Ruby PDF document creation library.
Executable is techbook.

podcast 0.0.4 [www]
Create podcasts from MP3 files
Executable is podcast.

rails 1.1.5 [www] - depends on actionmailer, actionpack, actionwebservice, activerecord, activesupport, rake.
Web-application framework with template engine, control-flow layer, and ORM.
Executable is rails.

rake 0.7.1 [www]
Ruby based make-like utility.
Executable is rake.

RedCloth 3.0.4 [www]
RedCloth is a module for using Textile and Markdown in Ruby. Textile and Markdown are text formats. A very simple text format. Another stab at making readable text that can be converted to HTML.
Executable is redcloth.

rflickr 2006.02.01 [www] - depends on mime-types.
Ruby interface to the Flickr API

rmagick 1.12.0 [www]
RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries.

RubyInline 3.5.0 [www]
Multi-language extension coding within ruby.
Executable is inline_package.

rubyslippers 1.03 [www]
RubySlippers is a GUI wrapper for RubyGems using RubyWebDialogs.
Executable is rubyslippers.

rubyzip 0.5.12 [www]
rubyzip is a ruby module for reading and writing zip files

rubyzip 0.5.8 [www]
rubyzip is a ruby module for reading and writing zip files

ruwiki 0.9.3 [www] - depends on archive-tar-minitar, diff-lcs.
A simple, extensible, and fast Wiki-clone.
Executables are ruwiki, ruwiki.cgi, ruwiki_convert, ruwiki_service.rb, ruwiki_servlet.

shipping 1.3.0 [www] - depends on builder.
A general shipping module to find out the shipping prices via UPS or FedEx.

shorturl 0.8.3 [www]
Shortens URLs using services such as TinyURL and RubyURL
Executable is shorturl.

sqlite-ruby 2.2.3 [www]
SQLite/Ruby is a module to allow Ruby scripts to interface with a SQLite database.

syntax 1.0.0 [www]
Syntax is Ruby library for performing simple syntax highlighting.

Technorati-Ruby 0.1.0 [www]
Technorati(http://technorati.com/) bindings for Ruby.

tidy 1.1.2 [www]
Ruby interface to HTML Tidy Library Project

transaction-simple 1.3.0 [www]
Simple object transaction support for Ruby.

webgen 0.3.8 [www] - depends on cmdparse.
Webgen is a templated based static website generator.
Executable is webgen.

wee 0.10.0 [www]
Wee is a framework for building highly dynamic web applications.
Executable is wee.

xml-simple 1.0.8 [www]
A very simple API for XML processing.

Installed Ruby Gems (development path)

actionmailer 1.2.4 [www] - depends on actionpack.
Service layer for easy email delivery and testing.

actionpack 1.12.4 [www] - depends on activesupport.
Web-flow and rendering framework putting the VC in MVC.

actionwebservice 1.1.5 [www] - depends on actionpack, activerecord.
Web service support for Action Pack.

activerecord 1.14.4 [www] - depends on activesupport.
Implements the ActiveRecord pattern for ORM.

activesupport 1.3.1 [www]
Support and utility classes used by the Rails framework.

ajax_scaffold_generator 3.1.2 [www]
Ajax scaffold generator is a rails generator for ajaxified scaffolds

archive-tar-minitar 0.5.1 [www]
Provides POSIX tarchive management from Ruby programs.
Executable is minitar.

Bloglines4R 0.1.0 [www]
A library to access the Bloglines API from Ruby

BlueCloth 1.0.0 [www]
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

builder 2.0.0 [www]
Builders for MarkUp.

cmdparse 2.0.2 [www]
Advanced command line parser supporting commands

color-tools 1.3.0 [www]
color-tools provides colour space definition and manpiulation as well as commonly named RGB colours.

diff-lcs 1.1.2 [www]
Provides a list of changes that represent the difference between two sequenced collections.
Executables are htmldiff, ldiff.

EliteJournal 1.9.492 [www] - depends on RedCloth, sqlite-ruby.
Easy to install, multi-user blog software
Executable is elitejournal.

fcgi 0.8.6.1 [www]
FastCGI ruby binding.

ferret 0.9.3
Ruby indexing library.

gnuplot 2.2 [www]
Utility library to aid in interacting with gnuplot

htmltools 1.09 [www]
This is a Ruby library for building trees representing HTML structure.

instiki 0.10.2 [www] - depends on madeleine, rails, RedCloth, rubyzip.
Easy to install WikiClone running on WEBrick and Madeleine
Executable is instiki.

login_generator 1.2.0 [www] - depends on rails.
[Rails] Login generator.

madeleine 0.7.3 [www]
Madeleine is a Ruby implementation of Object Prevalence

mime-types 1.15 [www]
Manages a MIME Content-Type that will return the Content-Type for a given filename.

mysql 2.7 [www]
MySQL/Ruby provides the same functions for Ruby programs that the MySQL C API provides for C programs.

PageTemplate 2.2.0 [www]
A simple templating system for Web sites.

ParseTree 1.3.7 [www] - depends on RubyInline.
Extract and enumerate ruby parse trees.
Executables are parse_tree_abc, parse_tree_deps, parse_tree_show.

ParseTree 1.4.1 [www] - depends on RubyInline.
Extract and enumerate ruby parse trees.
Executables are parse_tree_abc, parse_tree_deps, parse_tree_show.

payment 1.0.1 [www]
Payment is used to process credit cards and electronic cash through merchant accounts.

pdf-writer 1.1.3 [www] - depends on color-tools, transaction-simple.
A pure Ruby PDF document creation library.
Executable is techbook.

podcast 0.0.4 [www]
Create podcasts from MP3 files
Executable is podcast.

rails 1.1.5 [www] - depends on actionmailer, actionpack, actionwebservice, activerecord, activesupport, rake.
Web-application framework with template engine, control-flow layer, and ORM.
Executable is rails.

rake 0.7.1 [www]
Ruby based make-like utility.
Executable is rake.

RedCloth 3.0.4 [www]
RedCloth is a module for using Textile and Markdown in Ruby. Textile and Markdown are text formats. A very simple text format. Another stab at making readable text that can be converted to HTML.
Executable is redcloth.

rflickr 2006.02.01 [www] - depends on mime-types.
Ruby interface to the Flickr API

rmagick 1.12.0 [www]
RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries.

RubyInline 3.5.0 [www]
Multi-language extension coding within ruby.
Executable is inline_package.

rubyslippers 1.03 [www]
RubySlippers is a GUI wrapper for RubyGems using RubyWebDialogs.
Executable is rubyslippers.

rubyzip 0.5.12 [www]
rubyzip is a ruby module for reading and writing zip files

rubyzip 0.5.8 [www]
rubyzip is a ruby module for reading and writing zip files

ruwiki 0.9.3 [www] - depends on archive-tar-minitar, diff-lcs.
A simple, extensible, and fast Wiki-clone.
Executables are ruwiki, ruwiki.cgi, ruwiki_convert, ruwiki_service.rb, ruwiki_servlet.

shipping 1.3.0 [www] - depends on builder.
A general shipping module to find out the shipping prices via UPS or FedEx.

shorturl 0.8.3 [www]
Shortens URLs using services such as TinyURL and RubyURL
Executable is shorturl.

sqlite-ruby 2.2.3 [www]
SQLite/Ruby is a module to allow Ruby scripts to interface with a SQLite database.

syntax 1.0.0 [www]
Syntax is Ruby library for performing simple syntax highlighting.

Technorati-Ruby 0.1.0 [www]
Technorati(http://technorati.com/) bindings for Ruby.

tidy 1.1.2 [www]
Ruby interface to HTML Tidy Library Project

transaction-simple 1.3.0 [www]
Simple object transaction support for Ruby.

webgen 0.3.8 [www] - depends on cmdparse.
Webgen is a templated based static website generator.
Executable is webgen.

wee 0.10.0 [www]
Wee is a framework for building highly dynamic web applications.
Executable is wee.

xml-simple 1.0.8 [www]
A very simple API for XML processing.

Cheap Domain Names

 


Free USA-Based Technical Support, in English, 24 hours a day, 365 days a year:     (800) 655-5512
 
Call us with any question.     Place Orders by Phone.    Our USA-based Help Desk speaks your language.
 

Call Center located in the Phoenix, Arizona, metropolitan area!   Technical Support also available in Spanish.     New to Us?  Get a free account in 60 seconds.

 

.
 Store Home
   |   My Cart   |   Login   |   FAQ   |   Help   |   Free Telephone Support   |    Products   |    WHOIS Lookup   |   Legal Agreements
 
 

The HostingDude is Crazy Cheap! -- Here's How:

*Compare our Prices Anywhere!  Free Domain Name with purchase of our $1/mo. Website Builder, any Linux or Windows Hosting Plan, Managed Wordpress Hosting, or Quick Shopping Cart products.  $1.99 Domains  require purchase of (almost any) non-domain product we sell, such as Email, Online Fax Number, Group Calendar, SSL Certificates, SEO Traffic Builder, etc. One 1-year Free or $1.99* domain per each new, qualifying non-domain product purchase.

YES, the .COM Domains Qualify!  Free  and $1.99 promotions are on our most popular Domain Names:  .COM, .NET, .ORG, .CO, and frequently on .IN   They're also included on all $1.99 promotions, plus a few extras are included, such as a free .BIZ, .INFO, .ME, .MOBI, .IN, and/or others.  Just add your qualifying purchase and your domain name to your cart, and the domain will price as free or $1.99.

**Free Domain Name Privacy!  Free Private Domain WHOIS Service applies when five or more domain names purchased, or, for fewer than five domains, you'll still get a special low rate of only $1.95 each for Domain Name Privacy.  Private Domain Name Registration available for most Domains.

Save on (almost) Everything!  Enter Promo Code HDX in your Shopping Cart for 15% Off almost anything we sell that's not already on sale.  Some domain pricing shown on the site is based on use of this Promo Code HDX, so be sure to enter it! 

Keep in Mind:  Since some items are on sale at deeper discounts than 15%, your cart may not allow you to mix discount types in the same transaction, but it will always allow you to do so when sale-price items and PromoCode-priced items are purchased separately.  As with everything in life, we might terminate or change these deals at any time, without notice, on all or some products.  But, hey, the HostingDude is crazy about giving you cheap domains!   (ICANN fee of 18 cents [$0.18] may apply on some domain names.)

 

cheap domain names 
 
ICANN fee of 18 cents [$0.18] may apply on some domain names.  Notice for .eu and some other registering inbound
domain transfers: WHOIS may show domain held under registry
Weiled Weast Domains and/or HostingDude.com.

Copyright © 2003 - 2019  HostingDude, Inc.  All Rights Reserved.  No reprint or re-use without written authorization. 



Cheap Domain Names Quick Links...
 
Cheap Domain Names  |  Cheap Website Hosting  |  Domain Name Registration  |  Cheap Hosting  |  Private Domain Name  |  Cheap Website  |  Transfer Domain Name  |  Cheap Web Site  |  Bulk Domain Transfer  |  Cheap Web Site Hosting  |  Spam-Free Email Accounts  |  Cheap Web Hosting  |  Create an Email Account  |  Cheap Website Account  |  Cheapest Website  |  Cheap Web Site  |  Register Domain Names  |  Cheap Web Sites  |  Build a Website  |  Cheap Websites  |  Register Domain Name  |  Cheapest Web Host  |  Create a Website  |  Cheap Website Hosting  |  Domain Name Forwarding  |  Cheap Websites  |  Online Store with Shopping Cart  |  Cheapest Host  |  Web Hosting  |  Cheap Host  |  Domain Name Masking   |  Lowest Price Hosting  |  fax thru email, fax by e-mail   |  Lowest Price Web Hosting  |  Cheap Web Design  |  Cheap Host  |  Free Web Design Tools  |  Lowest Price Website  |  Domain Name Locking  |  Cheapest Hosting  |  Increase Website Traffic  |  Cheapest Site  |  Free Domain Name Software    |  Cheapest Web  |  Send Bulk Email  |  Cheapest Web Host  |  Get a Copyright  |  Cheapest Web Hosting  |  Stop Complaint Sites  |  Cheapest Web Site  |  Block Internet Gripe Sites  |  Cheapest Web Site Hosting  |  Register Copyright  |  Cheapest Web Sites  |  Domain Backorder  |  Cheapest Website  |  Backorder Domain Name  |  Cheap Website Host  |  Get Expired Domain Name  |  Cheapest Website Hosting  |  Make a Website  |  Cheapest Websites  |  Free Domain Name  |  Lowest Price Website Hosting  |  Free Domain Name Software  |  Lowest Price Websites  |  Secure SSL Certificate  |  Lowest Cost Host  |  Send Bulk Email  |  Lowest Cost Hosting  |  PayPal Payments for Domain Names and Hosting  |  Lowest Cost Web Hosting  |  Build an Online Store with Shopping Cart  |  Lowest Cost Websites  |  Accept Credit Cards  |  Lowest Cost Web Sites  |  Shopping Cart Site   |  Help Center   |  Help   |  FAQ