Go to file
2004-12-29 21:12:47 +00:00
actionmailer Rails 0.9 is a reality 2004-12-16 19:54:04 +00:00
actionpack git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0310-87b1-e25e094e27de 2004-12-29 21:12:47 +00:00
activerecord Added Base.default_timezone accessor that determines whether to use Time.local (using :local) or Time.utc (using :utc) when pulling dates and times from the database. This is set to :local by default. 2004-12-28 17:30:17 +00:00
activesupport Moved support from both Action Pack and Active Record into a separate module called Active Support that can be included using svn:externals in both 2004-12-29 21:03:21 +00:00
railties Added ActionMailer::Base.deliver_method = :test to the test environment so that mail objects are available in ActionMailer::Base.deliveries for functional testing. 2004-12-23 23:34:39 +00:00