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 eaadd18f3f Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to construct
an internal client.

Example:

{{{
$ ./script/console
>> c = MyApi.soap_client 'http://app.com/ws/api'
>> c.method arg1, arg2
}}}


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1994 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-08-12 16:38:42 +00:00
actionmailer ActionMailer::Base.deliver(email) had been accidentally removed, but was documented in the Rails book #1849 2005-07-31 08:26:32 +00:00
actionpack Make assert_redirected_to properly check URL's passed as strings #1910 [Scott Barron] 2005-08-06 08:37:25 +00:00
actionwebservice Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to construct 2005-08-12 16:38:42 +00:00
activerecord Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail.com] 2005-07-30 10:16:21 +00:00
activesupport Fixed that Time#midnight would have a non-zero usec on some platforms #1836 2005-07-31 09:16:21 +00:00
railties Add integration with SwitchTower (rake tasks, default deploy.rb recipe) 2005-08-03 15:02:31 +00:00
switchtower Explicitly terminate shell statements with ';' if they are in 'if' statements 2005-08-06 20:13:03 +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 Post release minor fixes 2005-07-07 06:39:48 +00:00