Ruby on Rails
Go to file
Jeremy Kemper 5ccc3cf448 Move model dependency to the end of the scaffold generator manifest. Closes #10696 [drnic]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8558 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-05 00:26:27 +00:00
actionmailer Fixed that you don't have to call super in ActionMailer::TestCase#setup (closes #10406) [jamesgolick] 2008-01-03 00:40:28 +00:00
actionpack Moved the caching stores from ActionController::Caching::Fragments::* to ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH] 2008-01-03 21:05:12 +00:00
activemodel
activerecord Document that eager loading doesn't work with polymorphic associations. Closes #10610 [Xavier Noria] 2008-01-04 23:21:52 +00:00
activeresource Fix small documentation typo. Closes #10670 [l.guidi] 2008-01-02 19:27:21 +00:00
activesupport Ruby 1.9: Module#local_constants can now just use constants(false). Closes #10648 [Xavier Noria] 2008-01-04 03:25:20 +00:00
railties Move model dependency to the end of the scaffold generator manifest. Closes #10696 [drnic] 2008-01-05 00:26:27 +00:00
Rakefile Toplevel test task uses the same rake it was invoked with 2007-12-18 21:12:45 +00:00
cleanlogs.sh
pushgems.rb Ousted ActionWebService from Rails 2.0 2007-11-21 15:17:04 +00:00
release.rb Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00