Renamed action_service to action_web_service

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@674 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-02-19 00:02:21 +00:00
parent 6b7c6e088f
commit cd896fa138
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
*SVN*
* Fixed textilize for RedCloth3 to keep doing hardbreaks
* Fixed that assert_template_xpath_matches did not indicate when a path was not found #658 [Eric Hodel]
* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_link_email_addresses to turn those elements into ahrefs

View File

@ -36,7 +36,7 @@ require 'active_support'
require 'active_record'
require 'action_controller'
require 'action_mailer'
require 'action_service'
require 'action_web_service'
# Environment-specific configuration.