mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user