Ruby on Rails
Go to file
David Heinemeier Hansson 363a6f5de6 Fixed that sweepers defined by cache_sweeper will be added regardless of the perform_caching setting. Instead, control whether the sweeper should be run with the perform_caching setting. This makes testing easier when you want to turn perform_caching on/off [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8990 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-08 01:05:53 +00:00
actionmailer Remove empty .rhtml templates 2008-02-07 23:10:01 +00:00
actionpack Fixed that sweepers defined by cache_sweeper will be added regardless of the perform_caching setting. Instead, control whether the sweeper should be run with the perform_caching setting. This makes testing easier when you want to turn perform_caching on/off [DHH] 2008-03-08 01:05:53 +00:00
activemodel initial experimental commit of active_model 2007-11-09 14:59:15 +00:00
activerecord Add :readonly option to HasManyThrough associations. Closes #11156 [miloops] 2008-03-07 11:45:07 +00:00
activeresource URI.decode site username/password. Closes #11169 [Ernesto Jimenez] 2008-02-19 23:06:09 +00:00
activesupport Fixed typos in ActiveSupport::Callbacks documentation. Closes #11254 2008-03-07 11:17:38 +00:00
railties Patch to add a -e (export) option to script/plugin install. Closes #10847 [jon@blankpad.net] 2008-02-21 22:44:00 +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