Notes posted by shadowfiend
RSS feed
0 thanks
script/generate can take table name
As far as I can tell script/generate will happily take the plural table name, at least in Rails 2.3.

7 thanks
Full List of Supported Formats
With a sample date of December 25th, 2008, at 14:35:05:
:db # => 2008-12-25 14:35:05 :number # => 20081225143505 :time # => 14:35 :short # => 25 Dec 14:35 :long # => December 25, 2008 14:35 :long_ordinal # => December 25th, 2008 14:35 :rfc822 # => Thu, 25 Dec 2008 14:35:05 +0000

0 thanks
Actual superclass
This class’s actual superclass is Net::HTTPRequest, for some reason that isn’t linked in here.