]> git.openstreetmap.org Git - rails.git/commitdiff
Update to rails 3.2.6
authorTom Hughes <tom@compton.nu>
Mon, 18 Jun 2012 09:50:54 +0000 (10:50 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 18 Jun 2012 10:00:28 +0000 (11:00 +0100)
Gemfile
Gemfile.lock
config/initializers/buffered_logger.rb

diff --git a/Gemfile b/Gemfile
index 5ddb27e47337339afc6cc2be0e5d7ecff7e49dad..3e83536b11199167e9e2b489ff6c38b37c7bfe9d 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
 source 'http://rubygems.org'
 
 # Require rails
-gem 'rails', '3.2.5'
+gem 'rails', '3.2.6'
 
 # Require things which have moved to gems in ruby 1.9
 gem 'bigdecimal', :platforms => :ruby_19
index 8b79766507c417c8987baa43ec8323573aea4c0a..f434a6a68f0840035372970dfaa748f7da790ac3 100644 (file)
@@ -2,12 +2,12 @@ GEM
   remote: http://rubygems.org/
   specs:
     SystemTimer (1.2.3)
-    actionmailer (3.2.5)
-      actionpack (= 3.2.5)
+    actionmailer (3.2.6)
+      actionpack (= 3.2.6)
       mail (~> 2.4.4)
-    actionpack (3.2.5)
-      activemodel (= 3.2.5)
-      activesupport (= 3.2.5)
+    actionpack (3.2.6)
+      activemodel (= 3.2.6)
+      activesupport (= 3.2.6)
       builder (~> 3.0.0)
       erubis (~> 2.7.0)
       journey (~> 1.0.1)
@@ -15,23 +15,23 @@ GEM
       rack-cache (~> 1.2)
       rack-test (~> 0.6.1)
       sprockets (~> 2.1.3)
-    activemodel (3.2.5)
-      activesupport (= 3.2.5)
+    activemodel (3.2.6)
+      activesupport (= 3.2.6)
       builder (~> 3.0.0)
-    activerecord (3.2.5)
-      activemodel (= 3.2.5)
-      activesupport (= 3.2.5)
+    activerecord (3.2.6)
+      activemodel (= 3.2.6)
+      activesupport (= 3.2.6)
       arel (~> 3.0.2)
       tzinfo (~> 0.3.29)
-    activeresource (3.2.5)
-      activemodel (= 3.2.5)
-      activesupport (= 3.2.5)
-    activesupport (3.2.5)
+    activeresource (3.2.6)
+      activemodel (= 3.2.6)
+      activesupport (= 3.2.6)
+    activesupport (3.2.6)
       i18n (~> 0.6)
       multi_json (~> 1.0)
     arel (3.0.2)
     bigdecimal (1.1.0)
-    browser (0.1.3)
+    browser (0.1.4)
     builder (3.0.0)
     cocaine (0.2.1)
     coffee-rails (3.2.2)
@@ -57,7 +57,7 @@ GEM
     httpclient (2.2.5)
     i18n (0.6.0)
     iconv (0.1)
-    journey (1.0.3)
+    journey (1.0.4)
     jquery-rails (2.0.2)
       railties (>= 3.2.0, < 5.0)
       thor (~> 0.14)
@@ -68,12 +68,12 @@ GEM
       i18n (>= 0.4.0)
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
-    memcached (1.4.1)
+    memcached (1.4.2)
     mime-types (1.18)
-    minitest (3.0.1)
+    minitest (3.1.0)
     multi_json (1.3.6)
     multipart-post (1.1.5)
-    nokogiri (1.5.3)
+    nokogiri (1.5.4)
     oauth (0.4.6)
     oauth2 (0.7.1)
       faraday (~> 0.8)
@@ -104,19 +104,19 @@ GEM
       rack
     rack-test (0.6.1)
       rack (>= 1.0)
-    rails (3.2.5)
-      actionmailer (= 3.2.5)
-      actionpack (= 3.2.5)
-      activerecord (= 3.2.5)
-      activeresource (= 3.2.5)
-      activesupport (= 3.2.5)
+    rails (3.2.6)
+      actionmailer (= 3.2.6)
+      actionpack (= 3.2.6)
+      activerecord (= 3.2.6)
+      activeresource (= 3.2.6)
+      activesupport (= 3.2.6)
       bundler (~> 1.0)
-      railties (= 3.2.5)
+      railties (= 3.2.6)
     rails-i18n (0.6.4)
       i18n (~> 0.5)
-    railties (3.2.5)
-      actionpack (= 3.2.5)
-      activesupport (= 3.2.5)
+    railties (3.2.6)
+      actionpack (= 3.2.6)
+      activesupport (= 3.2.6)
       rack-ssl (~> 1.3.2)
       rake (>= 0.8.7)
       rdoc (~> 3.4)
@@ -175,7 +175,7 @@ DEPENDENCIES
   openstreetmap-oauth-plugin (>= 0.4.0.1)
   paperclip (~> 2.0)
   pg
-  rails (= 3.2.5)
+  rails (= 3.2.6)
   rails-i18n (>= 0.6.3)
   redcarpet
   rinku (>= 1.2.2)
index b75e74ec64f8580127b8540340b1d458946a9a90..c3a31b319a5cf18aa9bb2ee7105b9b6f81f6919b 100644 (file)
@@ -4,7 +4,7 @@ module ActiveSupport
     alias_method :old_add, :add
 
     def add(severity, message = nil, progname = nil, &block)
-      return if @level > severity
+      return if self.level > severity
       message = (message || (block && block.call) || progname).to_s
       time = Time.now
       message = "[%s.%06d #%d] %s" % [time.strftime("%Y-%m-%d %H:%M:%S"), time.usec, $$, message.sub(/^\n+/, "")]