mirror of https://github.com/rails/rails
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:
parent
6b7c6e088f
commit
cd896fa138
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue