Ruby on Rails
Go to file
Leon Breedt d7a7d85dbd * Fix casting of nested members in structured types if we have a signature
type available for it even if they are already of the desired type as
   SOAP/XML-RPC unmarshaling may have gotten it wrong: SOAP likes to always
   use DateTime no matter what, for example, whereas we allow a distinction
   between Date, DateTime and Time in the signature for convenience casting
 * Fix raising of exceptions by test_invoke so functional tests fail properly on exception
   instead of returning the exception object
 * Fix Struct#each_pair to yield the value and not the member type


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1089 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-04 22:58:02 +00:00
actionmailer Fixed .id => .object_id in TMail 2005-04-03 16:26:21 +00:00
actionpack Made it possible to do text_field :account, :name in addition to text_field "account", "name" 2005-04-04 15:43:17 +00:00
actionwebservice * Fix casting of nested members in structured types if we have a signature 2005-04-04 22:58:02 +00:00
activerecord Dont include multiple versions of the same association object 2005-04-04 07:20:32 +00:00
activesupport Fixed problem with classes being required twice. Object#const_missing now uses require_dependency to load files. It used to use require_or_load which would cause models to be loaded twice, which was not good for validations and other class methods #971 [Nicholas Seckar] 2005-04-02 08:24:39 +00:00
railties Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net] 2005-04-02 09:11:17 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb Releasing 0.11.0 2005-03-22 13:29:22 +00:00
release.rb Released 0.11.1 2005-03-27 15:07:27 +00:00