Ruby on Rails
Go to file
Jeremy Kemper 8ed83b9b1e validates_inclusion_of and validates_exclusion_of allow formatted :message strings. Closes #8132 [devrieda, Mike Naberezny]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8172 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-11-20 22:01:04 +00:00
actionmailer Fixed that partial rendering should look at the type of the first render to determine its own type if no other clues are available (like when using text.plain.erb as the extension in AM) (closes #10130) [java] Fixed that partials would be broken when using text.plain.erb as the extension #10130 [java] 2007-11-18 22:01:33 +00:00
actionpack Ensure that the routing optimisation code isn't used when additional arguments are passed to the named route. Closes #10209 [bscofield, Koz] 2007-11-20 21:25:25 +00:00
actionwebservice
activemodel initial experimental commit of active_model 2007-11-09 14:59:15 +00:00
activerecord validates_inclusion_of and validates_exclusion_of allow formatted :message strings. Closes #8132 [devrieda, Mike Naberezny] 2007-11-20 22:01:04 +00:00
activeresource Don't cache net/http object so that ActiveResource is more thread-safe. Closes #10142 [kou] 2007-11-19 00:06:23 +00:00
activesupport Clarify Array#in_groups_of implementation, don't dup unless needed, only require enumerator once. 2007-11-17 02:48:08 +00:00
railties Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny] 2007-11-20 22:00:32 +00:00
Rakefile
cleanlogs.sh
pushgems.rb
release.rb