1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Leon Breedt ebb6fb0928 fix WSDL generation, change the way protocols are instantiated, and add
the ability to override the namespace used in WSDL instead of always forcing
'urn:ActionWebService'


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1501 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-25 06:27:39 +00:00
actionmailer Allow specific "multipart/xxx" content-type to be set on multipart messages #1412 [Flurin Egger] 2005-06-24 12:15:45 +00:00
actionpack Fix problem with symbol/string mismatch on some routes 2005-06-24 22:15:45 +00:00
actionwebservice fix WSDL generation, change the way protocols are instantiated, and add 2005-06-25 06:27:39 +00:00
activerecord Pass association finder arguments through to the association class exactly as we received them. Fixes case where parent.children.find() is interpreted as Child.find([]) instead of Child.find(). 2005-06-24 20:23:38 +00:00
activesupport Increased accuracy of 1.year by accounting for leap years. The time extensions are not meant to be super-precise but this seems worth it since otherwise you lose a lot of days doing 40.years.ago. Closes #1488 [tuxie@dekadance.se] 2005-06-24 20:42:16 +00:00
railties ActionMailer::Base subclasses are reloaded with other rails components #1262 2005-06-24 11:57:40 +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 Upload documentation to the new server 2005-04-19 04:30:52 +00:00