From df41c7cb612352951bfe8e471e11e67f249c16d5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 23 Apr 2007 18:55:54 +0000 Subject: Include Active Resource instead of Action Web Service [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6550 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 73378b9c4e..e607c0a2fc 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,11 @@ *SVN* +* Include Active Resource instead of Action Web Service [DHH] You can add AWS back with this in config/environment.rb: + + config.load_paths += %W( #{RAILS_ROOT}/vendor/rails/actionwebservice/lib ) + + ...or just gem 'actionwebservice' + * Give generate scaffold a more descriptive database message. Closes #7316 [jeremymcanally] * Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. #6755 [Jeremy Kemper, trevor] -- cgit v1.2.3