aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/crud.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-12 11:36:24 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-12 11:37:54 -0800
commit34f7d3442e7b0fa8f6dd2d270ee26545232ca816 (patch)
tree91efe7d1e820995efece5ee806694b608a2e2370 /lib/arel/crud.rb
parent529013d974312595555e2f080c5494ea23b3d892 (diff)
downloadrails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.tar.gz
rails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.tar.bz2
rails-34f7d3442e7b0fa8f6dd2d270ee26545232ca816.zip
bumping to 3.0.0
Diffstat (limited to 'lib/arel/crud.rb')
-rw-r--r--lib/arel/crud.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/arel/crud.rb b/lib/arel/crud.rb
index 43805dd464..6c29d5fee4 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 3.0.0. Please
+update (#{caller.first}) is deprecated and will be removed in ARel 4.0.0. Please
switch to `compile_update`
eowarn
end
@@ -45,7 +45,7 @@ switch to `compile_update`
def insert values
if $VERBOSE
warn <<-eowarn
-insert (#{caller.first}) is deprecated and will be removed in ARel 3.0.0. Please
+insert (#{caller.first}) is deprecated and will be removed in ARel 4.0.0. Please
switch to `compile_insert`
eowarn
end
@@ -62,7 +62,7 @@ switch to `compile_insert`
def delete
if $VERBOSE
warn <<-eowarn
-delete (#{caller.first}) is deprecated and will be removed in ARel 3.0.0. Please
+delete (#{caller.first}) is deprecated and will be removed in ARel 4.0.0. Please
switch to `compile_delete`
eowarn
end