Ruby on Rails
Go to file
David Heinemeier Hansson 0cac2806a6 Dropped the use of ; as a separator of non-crud actions on resources and went back to the vanilla slash. It was a neat idea, but lots of the non-crud actions turned out not to be RPC (as the ; was primarily intended to discourage), but legitimate sub-resources, like /parties/recent, which didn't deserve the uglification of /parties;recent. Further more, the semicolon caused issues with caching and HTTP authentication in Safari. Just Not Worth It [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6485 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-28 21:55:40 +00:00
actionmailer Make sure parsed emails recognize attachments nested in multpart parts (closes #6714) 2007-02-22 19:04:00 +00:00
actionpack Dropped the use of ; as a separator of non-crud actions on resources and went back to the vanilla slash. It was a neat idea, but lots of the non-crud actions turned out not to be RPC (as the ; was primarily intended to discourage), but legitimate sub-resources, like /parties/recent, which didn't deserve the uglification of /parties;recent. Further more, the semicolon caused issues with caching and HTTP authentication in Safari. Just Not Worth It [DHH] 2007-03-28 21:55:40 +00:00
actionwebservice Apply the rest of Chads patch 2007-02-21 00:29:44 +00:00
activerecord documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
activeresource Allow array and hash query parameters. Closes #7756. 2007-03-11 13:27:57 +00:00
activesupport Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support serialized attributes. Closes #7502. 2007-03-18 07:30:09 +00:00
railties documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb test svn 2006-09-12 01:09:52 +00:00
release.rb Fix typo, closes #7788. 2007-03-11 12:46:15 +00:00