From ee309d506c18dfac0608309d889810926f154cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 10 Apr 2010 12:17:34 +0200 Subject: Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG. --- actionpack/CHANGELOG | 6 ++++++ actionpack/lib/action_pack/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 21c6eb8c87..708683747b 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,11 @@ *Rails 3.0.0 [beta 3] (pending)* +* Removed verify method in controllers. [JV] + It's now available as a plugin at http://github.com/rails/verification + +* Removed input, form, error_messages_for and error_message_on from views. [JV] + It's now available as a plugin at http://github.com/rails/dynamic_form + * Routes can be scoped by controller module. [Jeremy Kemper] # /session => Auth::SessionsController diff --git a/actionpack/lib/action_pack/version.rb b/actionpack/lib/action_pack/version.rb index 0b40465a79..8f0c5d939f 100644 --- a/actionpack/lib/action_pack/version.rb +++ b/actionpack/lib/action_pack/version.rb @@ -3,7 +3,7 @@ module ActionPack MAJOR = 3 MINOR = 0 TINY = 0 - BUILD = "beta2" + BUILD = "beta3" STRING = [MAJOR, MINOR, TINY, BUILD].join('.') end -- cgit v1.2.3