From ac6296ab8f9d38dbfa8149eb0c6e16d6957dd519 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 3 Dec 2010 16:07:28 -0800 Subject: only break backwards compatibility in major releases --- lib/arel/crud.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/arel/crud.rb') diff --git a/lib/arel/crud.rb b/lib/arel/crud.rb index ade1b9f424..ec58734456 100644 --- a/lib/arel/crud.rb +++ b/lib/arel/crud.rb @@ -22,7 +22,7 @@ module Arel def update values if $VERBOSE warn <<-eowarn -update (#{caller.first}) is deprecated and will be removed in ARel 2.2.0. Please +update (#{caller.first}) is deprecated and will be removed in ARel 3.0.0. Please switch to `compile_update` eowarn end @@ -41,7 +41,7 @@ switch to `compile_update` def insert values if $VERBOSE warn <<-eowarn -insert (#{caller.first}) is deprecated and will be removed in ARel 2.2.0. Please +insert (#{caller.first}) is deprecated and will be removed in ARel 3.0.0. Please switch to `compile_insert` eowarn end @@ -58,7 +58,7 @@ switch to `compile_insert` def delete if $VERBOSE warn <<-eowarn -delete (#{caller.first}) is deprecated and will be removed in ARel 2.2.0. Please +delete (#{caller.first}) is deprecated and will be removed in ARel 3.0.0. Please switch to `compile_delete` eowarn end -- cgit v1.2.3