From: Nathan Smith Date: 2007-01-15T11:06:31+09:00 Subject: Re: "soemthing".pluralize/at/from/... -> NoMethodError ------=_Part_88405_31236371.1168826788022 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 1/14/07, Jamis Buck wrote: > > David, > > Those are not standard Ruby methods. They are defined in the Rails > ActiveSupport library, and thus can only be accessed from within Rails > applications (or other applications that explicitly require > ActiveSupport). > > - Jamis > > > > You can still use ActiveSupport without Rails. Just gem install ActiveSupport and then require 'active_support' in your program and pluralize away! Nate ------=_Part_88405_31236371.1168826788022--