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 e834be75bc allow the client to specify options to be passed through to the underlying
SOAP::RPC::Driver. add to RDoc an example of using these options to configure SSL
client-certificate authenticated connections to the server.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@826 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-03-03 21:30:44 +00:00
actionmailer Marked for release 2005-02-24 13:16:41 +00:00
actionpack Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late initialization of the ROUTE_FILE #761 [Scott Barron] 2005-03-02 00:03:11 +00:00
actionwebservice allow the client to specify options to be passed through to the underlying 2005-03-03 21:30:44 +00:00
activerecord Added better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed) 2005-03-01 23:52:36 +00:00
activesupport Added String#to_time and String#to_date for wrapping ParseDate 2005-03-02 13:07:02 +00:00
railties Removed a fix that was caused by a bug in RubyGems 0.8.5 2005-02-28 13:58:42 +00:00
pushgems.rb More Action Web Service minor tweaks 2005-02-19 00:36:39 +00:00