masked-identifier 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.txt +53 -0
  3. data/Rakefile +37 -0
  4. data/lib/code-generator.rb +51 -0
  5. data/lib/masked-identifier.rb +56 -0
  6. data/lib/tasks/masked-identifier_tasks.rake +4 -0
  7. data/test/dummy/Rakefile +7 -0
  8. data/test/dummy/app/assets/javascripts/application.js +9 -0
  9. data/test/dummy/app/assets/stylesheets/application.css +7 -0
  10. data/test/dummy/app/controllers/application_controller.rb +3 -0
  11. data/test/dummy/app/helpers/application_helper.rb +2 -0
  12. data/test/dummy/app/models/user.rb +2 -0
  13. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  14. data/test/dummy/config.ru +4 -0
  15. data/test/dummy/config/application.rb +42 -0
  16. data/test/dummy/config/boot.rb +10 -0
  17. data/test/dummy/config/database.yml +25 -0
  18. data/test/dummy/config/environment.rb +5 -0
  19. data/test/dummy/config/environments/development.rb +27 -0
  20. data/test/dummy/config/environments/production.rb +51 -0
  21. data/test/dummy/config/environments/test.rb +39 -0
  22. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  23. data/test/dummy/config/initializers/inflections.rb +10 -0
  24. data/test/dummy/config/initializers/mime_types.rb +5 -0
  25. data/test/dummy/config/initializers/secret_token.rb +7 -0
  26. data/test/dummy/config/initializers/session_store.rb +8 -0
  27. data/test/dummy/config/initializers/wrap_parameters.rb +12 -0
  28. data/test/dummy/config/locales/en.yml +5 -0
  29. data/test/dummy/config/routes.rb +58 -0
  30. data/test/dummy/db/development.sqlite3 +0 -0
  31. data/test/dummy/db/migrate/20110731204706_create_users.rb +10 -0
  32. data/test/dummy/db/schema.rb +24 -0
  33. data/test/dummy/db/test.sqlite3 +0 -0
  34. data/test/dummy/log/development.log +66 -0
  35. data/test/dummy/log/test.log +229 -0
  36. data/test/dummy/public/404.html +26 -0
  37. data/test/dummy/public/422.html +26 -0
  38. data/test/dummy/public/500.html +26 -0
  39. data/test/dummy/public/favicon.ico +0 -0
  40. data/test/dummy/script/rails +6 -0
  41. data/test/dummy/test/fixtures/users.yml +7 -0
  42. data/test/dummy/test/unit/user_test.rb +7 -0
  43. data/test/masked-identifier_test.rb +46 -0
  44. data/test/test_helper.rb +10 -0
  45. metadata +135 -0
@@ -0,0 +1,39 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
+
4
+ # The test environment is used exclusively to run your application's
5
+ # test suite. You never need to work with it otherwise. Remember that
6
+ # your test database is "scratch space" for the test suite and is wiped
7
+ # and recreated between test runs. Don't rely on the data there!
8
+ config.cache_classes = true
9
+
10
+ # Configure static asset server for tests with Cache-Control for performance
11
+ config.serve_static_assets = true
12
+ config.static_cache_control = "public, max-age=3600"
13
+
14
+ # Log error messages when you accidentally call methods on nil
15
+ config.whiny_nils = true
16
+
17
+ # Show full error reports and disable caching
18
+ config.consider_all_requests_local = true
19
+ config.action_controller.perform_caching = false
20
+
21
+ # Raise exceptions instead of rendering exception templates
22
+ config.action_dispatch.show_exceptions = false
23
+
24
+ # Disable request forgery protection in test environment
25
+ config.action_controller.allow_forgery_protection = false
26
+
27
+ # Tell Action Mailer not to deliver emails to the real world.
28
+ # The :test delivery method accumulates sent emails in the
29
+ # ActionMailer::Base.deliveries array.
30
+ config.action_mailer.delivery_method = :test
31
+
32
+ # Use SQL instead of Active Record's schema dumper when creating the test database.
33
+ # This is necessary if your schema can't be completely dumped by the schema dumper,
34
+ # like if you have constraints or database-specific column types
35
+ # config.active_record.schema_format = :sql
36
+
37
+ # Print deprecation notices to the stderr
38
+ config.active_support.deprecation = :stderr
39
+ end
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,10 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format
4
+ # (all these examples are active by default):
5
+ # ActiveSupport::Inflector.inflections do |inflect|
6
+ # inflect.plural /^(ox)$/i, '\1en'
7
+ # inflect.singular /^(ox)en/i, '\1'
8
+ # inflect.irregular 'person', 'people'
9
+ # inflect.uncountable %w( fish sheep )
10
+ # end
@@ -0,0 +1,5 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
5
+ # Mime::Type.register_alias "text/html", :iphone
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+ # Make sure the secret is at least 30 characters and all random,
6
+ # no regular words or you'll be exposed to dictionary attacks.
7
+ Dummy::Application.config.secret_token = '0a383aca36175463da2687b035b416021c7e8aec50f07863402c4d9f3519d8042cfd40f15ca0506b7065ff65cadb7c970a1740a7aeb535771078b573be6e63ea'
@@ -0,0 +1,8 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
4
+
5
+ # Use the database for sessions instead of the cookie-based default,
6
+ # which shouldn't be used to store highly confidential information
7
+ # (create the session table with "rails generate session_migration")
8
+ # Dummy::Application.config.session_store :active_record_store
@@ -0,0 +1,12 @@
1
+ # Be sure to restart your server when you modify this file.
2
+ #
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActionController::Base.wrap_parameters format: [:json]
8
+
9
+ # Disable root element in JSON by default.
10
+ if defined?(ActiveRecord)
11
+ ActiveRecord::Base.include_root_in_json = false
12
+ end
@@ -0,0 +1,5 @@
1
+ # Sample localization file for English. Add more files in this directory for other locales.
2
+ # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
+
4
+ en:
5
+ hello: "Hello world"
@@ -0,0 +1,58 @@
1
+ Dummy::Application.routes.draw do
2
+ # The priority is based upon order of creation:
3
+ # first created -> highest priority.
4
+
5
+ # Sample of regular route:
6
+ # match 'products/:id' => 'catalog#view'
7
+ # Keep in mind you can assign values other than :controller and :action
8
+
9
+ # Sample of named route:
10
+ # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase
11
+ # This route can be invoked with purchase_url(:id => product.id)
12
+
13
+ # Sample resource route (maps HTTP verbs to controller actions automatically):
14
+ # resources :products
15
+
16
+ # Sample resource route with options:
17
+ # resources :products do
18
+ # member do
19
+ # get 'short'
20
+ # post 'toggle'
21
+ # end
22
+ #
23
+ # collection do
24
+ # get 'sold'
25
+ # end
26
+ # end
27
+
28
+ # Sample resource route with sub-resources:
29
+ # resources :products do
30
+ # resources :comments, :sales
31
+ # resource :seller
32
+ # end
33
+
34
+ # Sample resource route with more complex sub-resources
35
+ # resources :products do
36
+ # resources :comments
37
+ # resources :sales do
38
+ # get 'recent', :on => :collection
39
+ # end
40
+ # end
41
+
42
+ # Sample resource route within a namespace:
43
+ # namespace :admin do
44
+ # # Directs /admin/products/* to Admin::ProductsController
45
+ # # (app/controllers/admin/products_controller.rb)
46
+ # resources :products
47
+ # end
48
+
49
+ # You can have the root of your site routed with "root"
50
+ # just remember to delete public/index.html.
51
+ # root :to => 'welcome#index'
52
+
53
+ # See how all your routes lay out with "rake routes"
54
+
55
+ # This is a legacy wild controller route that's not recommended for RESTful applications.
56
+ # Note: This route will make all actions in every controller accessible via GET requests.
57
+ # match ':controller(/:action(/:id(.:format)))'
58
+ end
@@ -0,0 +1,10 @@
1
+ class CreateUsers < ActiveRecord::Migration
2
+ def change
3
+ create_table :users do |t|
4
+ t.string :masked_identifier
5
+ t.string :mid
6
+
7
+ t.timestamps
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,24 @@
1
+ # This file is auto-generated from the current state of the database. Instead
2
+ # of editing this file, please use the migrations feature of Active Record to
3
+ # incrementally modify your database, and then regenerate this schema definition.
4
+ #
5
+ # Note that this schema.rb definition is the authoritative source for your
6
+ # database schema. If you need to create the application database on another
7
+ # system, you should be using db:schema:load, not running all the migrations
8
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
10
+ #
11
+ # It's strongly recommended to check this file into your version control system.
12
+
13
+ ActiveRecord::Schema.define(:version => 20110731204706) do
14
+
15
+ create_table "users", :force => true do |t|
16
+ t.string "masked_identifier"
17
+ t.string "mid"
18
+ t.datetime "created_at"
19
+ t.datetime "updated_at"
20
+ end
21
+
22
+ add_index "users", ["masked_identifier"], :name => "index_users_on_masked_identifier"
23
+
24
+ end
@@ -0,0 +1,66 @@
1
+  (0.1ms) select sqlite_version(*)
2
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
+  (0.1ms) PRAGMA index_list("schema_migrations")
4
+  (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6
+ Migrating to CreateUsers (20110731204706)
7
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "masked_identifier" varchar(255), "created_at" datetime, "updated_at" datetime)
8
+  (0.0ms) PRAGMA index_list("users")
9
+  (0.1ms) CREATE INDEX "index_users_on_masked_identifier" ON "users" ("masked_identifier")
10
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110731204706')
11
+  (0.3ms) select sqlite_version(*)
12
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
13
+  (0.0ms) PRAGMA index_list("users")
14
+  (0.0ms) PRAGMA index_info('index_users_on_masked_identifier')
15
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
16
+  (0.2ms) select sqlite_version(*)
17
+  (2.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "masked_identifier" varchar(255), "created_at" datetime, "updated_at" datetime) 
18
+  (0.1ms) PRAGMA index_list("users")
19
+  (2.2ms) CREATE INDEX "index_users_on_masked_identifier" ON "users" ("masked_identifier")
20
+  (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
21
+  (0.1ms) PRAGMA index_list("schema_migrations")
22
+  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23
+  (0.2ms) SELECT version FROM "schema_migrations"
24
+  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20110731204706')
25
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
26
+  (0.2ms) select sqlite_version(*)
27
+  (2.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "masked_identifier" varchar(255), "created_at" datetime, "updated_at" datetime) 
28
+  (0.0ms) PRAGMA index_list("users")
29
+  (2.3ms) CREATE INDEX "index_users_on_masked_identifier" ON "users" ("masked_identifier")
30
+  (4.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
31
+  (0.1ms) PRAGMA index_list("schema_migrations")
32
+  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
33
+  (0.1ms) SELECT version FROM "schema_migrations"
34
+  (4.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20110731204706')
35
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
36
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
37
+ Migrating to CreateUsers (20110731204706)
38
+  (0.0ms) select sqlite_version(*)
39
+  (0.1ms) PRAGMA index_list("users")
40
+  (0.0ms) PRAGMA index_info('index_users_on_masked_identifier')
41
+  (0.8ms) DROP INDEX "index_users_on_masked_identifier"
42
+  (0.3ms) DROP TABLE "users"
43
+  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20110731204706'
44
+  (0.2ms) select sqlite_version(*)
45
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
46
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
47
+ Migrating to CreateUsers (20110731204706)
48
+  (0.0ms) select sqlite_version(*)
49
+  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "masked_identifier" varchar(255), "mid" varchar(255), "created_at" datetime, "updated_at" datetime) 
50
+  (0.0ms) PRAGMA index_list("users")
51
+  (0.1ms) CREATE INDEX "index_users_on_masked_identifier" ON "users" ("masked_identifier")
52
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110731204706')
53
+  (0.3ms) select sqlite_version(*)
54
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
55
+  (0.0ms) PRAGMA index_list("users")
56
+  (0.0ms) PRAGMA index_info('index_users_on_masked_identifier')
57
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
58
+  (0.2ms) select sqlite_version(*)
59
+  (58.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "masked_identifier" varchar(255), "mid" varchar(255), "created_at" datetime, "updated_at" datetime) 
60
+  (0.1ms) PRAGMA index_list("users")
61
+  (2.6ms) CREATE INDEX "index_users_on_masked_identifier" ON "users" ("masked_identifier")
62
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
63
+  (0.1ms) PRAGMA index_list("schema_migrations")
64
+  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
65
+  (0.1ms) SELECT version FROM "schema_migrations"
66
+  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20110731204706')
@@ -0,0 +1,229 @@
1
+  (0.0ms) SAVEPOINT active_record_1
2
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3
+  (0.0ms) SAVEPOINT active_record_1
4
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'jlffQ7uH' LIMIT 1
5
+ SQL (84.9ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 20:53:46 UTC +00:00], ["masked_identifier", "jlffQ7uH"], ["updated_at", Sun, 31 Jul 2011 20:53:46 UTC +00:00]]
6
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7
+  (0.1ms) SAVEPOINT active_record_1
8
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
9
+  (0.1ms) SAVEPOINT active_record_1
10
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'mGpPXqbM' LIMIT 1
11
+ SQL (41.8ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 21:52:31 UTC +00:00], ["masked_identifier", nil], ["updated_at", Sun, 31 Jul 2011 21:52:31 UTC +00:00]]
12
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13
+  (0.0ms) SAVEPOINT active_record_1
14
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'lZkcOoeE' LIMIT 1
15
+ SQL (41.2ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 21:53:08 UTC +00:00], ["masked_identifier", nil], ["updated_at", Sun, 31 Jul 2011 21:53:08 UTC +00:00]]
16
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17
+  (0.0ms) SAVEPOINT active_record_1
18
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = '621Ye748' LIMIT 1
19
+ SQL (13.9ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 21:54:18 UTC +00:00], ["masked_identifier", "621Ye748"], ["updated_at", Sun, 31 Jul 2011 21:54:18 UTC +00:00]]
20
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21
+  (0.0ms) SAVEPOINT active_record_1
22
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'duiEZ3Tu' LIMIT 1
23
+ SQL (41.0ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 21:59:06 UTC +00:00], ["masked_identifier", "duiEZ3Tu"], ["updated_at", Sun, 31 Jul 2011 21:59:06 UTC +00:00]]
24
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25
+  (0.0ms) SAVEPOINT active_record_1
26
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
27
+  (0.0ms) SAVEPOINT active_record_1
28
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
29
+  (0.0ms) SAVEPOINT active_record_1
30
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'dmkLWB8A' LIMIT 1
31
+ SQL (41.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 22:25:08 UTC +00:00], ["masked_identifier", "dmkLWB8A"], ["updated_at", Sun, 31 Jul 2011 22:25:08 UTC +00:00]]
32
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33
+  (0.0ms) SAVEPOINT active_record_1
34
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
35
+  (0.0ms) SAVEPOINT active_record_1
36
+
37
+ ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
38
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
39
+  (0.0ms) SAVEPOINT active_record_1
40
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
41
+  (0.0ms) SAVEPOINT active_record_1
42
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
43
+  (0.0ms) SAVEPOINT active_record_1
44
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
45
+  (0.0ms) SAVEPOINT active_record_1
46
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
47
+  (0.0ms) SAVEPOINT active_record_1
48
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
49
+  (0.0ms) SAVEPOINT active_record_1
50
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'sVmgFL4H' LIMIT 1
51
+ SQL (40.8ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 22:53:55 UTC +00:00], ["masked_identifier", "sVmgFL4H"], ["updated_at", Sun, 31 Jul 2011 22:53:55 UTC +00:00]]
52
+  (0.1ms) RELEASE SAVEPOINT active_record_1
53
+  (0.0ms) SAVEPOINT active_record_1
54
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
55
+  (0.0ms) SAVEPOINT active_record_1
56
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = '2E8L6t329X' LIMIT 1
57
+ SQL (13.5ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:03:09 UTC +00:00], ["masked_identifier", "2E8L6t329X"], ["updated_at", Sun, 31 Jul 2011 23:03:09 UTC +00:00]]
58
+  (0.1ms) RELEASE SAVEPOINT active_record_1
59
+  (0.0ms) SAVEPOINT active_record_1
60
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'OCOalPYU8g' LIMIT 1
61
+ SQL (41.3ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:14:19 UTC +00:00], ["masked_identifier", "OCOalPYU8g"], ["updated_at", Sun, 31 Jul 2011 23:14:19 UTC +00:00]]
62
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63
+  (0.0ms) SAVEPOINT active_record_1
64
+ SQL (14.0ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:14:37 UTC +00:00], ["masked_identifier", nil], ["updated_at", Sun, 31 Jul 2011 23:14:37 UTC +00:00]]
65
+  (0.1ms) RELEASE SAVEPOINT active_record_1
66
+  (0.0ms) SAVEPOINT active_record_1
67
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'MFoRyqjbTJ' LIMIT 1
68
+ SQL (14.1ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:15:26 UTC +00:00], ["masked_identifier", "MFoRyqjbTJ"], ["updated_at", Sun, 31 Jul 2011 23:15:26 UTC +00:00]]
69
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70
+  (0.0ms) SAVEPOINT active_record_1
71
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'lRuQQL' LIMIT 1
72
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:15:26 UTC +00:00], ["masked_identifier", "lRuQQL"], ["updated_at", Sun, 31 Jul 2011 23:15:26 UTC +00:00]]
73
+  (0.1ms) RELEASE SAVEPOINT active_record_1
74
+  (0.0ms) SAVEPOINT active_record_1
75
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'EzolGEt7xc' LIMIT 1
76
+ SQL (14.2ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:19:52 UTC +00:00], ["masked_identifier", "EzolGEt7xc"], ["updated_at", Sun, 31 Jul 2011 23:19:52 UTC +00:00]]
77
+  (0.1ms) RELEASE SAVEPOINT active_record_1
78
+  (0.0ms) SAVEPOINT active_record_1
79
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'mVcbL5' LIMIT 1
80
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:19:52 UTC +00:00], ["masked_identifier", "mVcbL5"], ["updated_at", Sun, 31 Jul 2011 23:19:52 UTC +00:00]]
81
+  (0.1ms) RELEASE SAVEPOINT active_record_1
82
+  (0.1ms) SAVEPOINT active_record_1
83
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'dcadabcdab' LIMIT 1
84
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "masked_identifier", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:19:52 UTC +00:00], ["masked_identifier", "dcadabcdab"], ["updated_at", Sun, 31 Jul 2011 23:19:52 UTC +00:00]]
85
+  (0.1ms) RELEASE SAVEPOINT active_record_1
86
+  (0.0ms) SAVEPOINT active_record_1
87
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'g1WwvzfsoG' LIMIT 1
88
+ SQL (14.0ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00], ["masked_identifier", "g1WwvzfsoG"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00]]
89
+  (0.1ms) RELEASE SAVEPOINT active_record_1
90
+  (0.0ms) SAVEPOINT active_record_1
91
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'Qas3oa' LIMIT 1
92
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00], ["masked_identifier", "Qas3oa"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00]]
93
+  (0.1ms) RELEASE SAVEPOINT active_record_1
94
+  (0.1ms) SAVEPOINT active_record_1
95
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."mid" = 'MGwFRHc2Yv' LIMIT 1
96
+ SQL (1.4ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00], ["masked_identifier", nil], ["mid", "MGwFRHc2Yv"], ["updated_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00]]
97
+  (0.1ms) RELEASE SAVEPOINT active_record_1
98
+  (0.0ms) SAVEPOINT active_record_1
99
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'badddbaaac' LIMIT 1
100
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00], ["masked_identifier", "badddbaaac"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:30:20 UTC +00:00]]
101
+  (0.1ms) RELEASE SAVEPOINT active_record_1
102
+  (0.1ms) SAVEPOINT active_record_1
103
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'UjcGpmQCkP' LIMIT 1
104
+ SQL (14.0ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00], ["masked_identifier", "UjcGpmQCkP"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00]]
105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
106
+  (0.0ms) SAVEPOINT active_record_1
107
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'nFn7qB' LIMIT 1
108
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00], ["masked_identifier", "nFn7qB"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00]]
109
+  (0.1ms) RELEASE SAVEPOINT active_record_1
110
+  (0.1ms) SAVEPOINT active_record_1
111
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."mid" = 'pl0svb9jTk' LIMIT 1
112
+ SQL (0.8ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00], ["masked_identifier", nil], ["mid", "pl0svb9jTk"], ["updated_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00]]
113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114
+  (0.1ms) SAVEPOINT active_record_1
115
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'cdcdbaabbd' LIMIT 1
116
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00], ["masked_identifier", "cdcdbaabbd"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:34:41 UTC +00:00]]
117
+  (0.1ms) RELEASE SAVEPOINT active_record_1
118
+  (0.0ms) SAVEPOINT active_record_1
119
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'H1V8cFlMMY' LIMIT 1
120
+ SQL (13.9ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00], ["masked_identifier", "H1V8cFlMMY"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00]]
121
+  (0.1ms) RELEASE SAVEPOINT active_record_1
122
+  (0.0ms) SAVEPOINT active_record_1
123
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = '3A330x' LIMIT 1
124
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00], ["masked_identifier", "3A330x"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00]]
125
+  (0.1ms) RELEASE SAVEPOINT active_record_1
126
+  (0.0ms) SAVEPOINT active_record_1
127
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
128
+  (0.0ms) SAVEPOINT active_record_1
129
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."mid" = 'Lswaoj7ZR6' LIMIT 1
130
+ SQL (0.8ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00], ["masked_identifier", nil], ["mid", "Lswaoj7ZR6"], ["updated_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00]]
131
+  (0.1ms) RELEASE SAVEPOINT active_record_1
132
+  (0.1ms) SAVEPOINT active_record_1
133
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'ddccccdaad' LIMIT 1
134
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00], ["masked_identifier", "ddccccdaad"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:36:18 UTC +00:00]]
135
+  (0.1ms) RELEASE SAVEPOINT active_record_1
136
+  (0.0ms) SAVEPOINT active_record_1
137
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'xlh24q3pto' LIMIT 1
138
+ SQL (14.1ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00], ["masked_identifier", "xlh24q3pto"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00]]
139
+  (0.1ms) RELEASE SAVEPOINT active_record_1
140
+  (0.0ms) SAVEPOINT active_record_1
141
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'LQM2pD' LIMIT 1
142
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00], ["masked_identifier", "LQM2pD"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00]]
143
+  (0.1ms) RELEASE SAVEPOINT active_record_1
144
+  (0.1ms) SAVEPOINT active_record_1
145
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
146
+  (0.0ms) SAVEPOINT active_record_1
147
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
148
+ SQL (0.8ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00], ["masked_identifier", "b"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00]]
149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
150
+  (0.0ms) SAVEPOINT active_record_1
151
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
152
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
153
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
154
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00], ["masked_identifier", "a"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00]]
155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
156
+  (0.2ms) SAVEPOINT active_record_1
157
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
158
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
159
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
160
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
161
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
162
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
163
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
164
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
165
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
166
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
167
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
168
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
169
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
170
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'b' LIMIT 1
171
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
172
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
173
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
174
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
175
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
176
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
177
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
178
+  (0.1ms) SAVEPOINT active_record_1
179
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."mid" = 'a7L6FHzlk9' LIMIT 1
180
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00], ["masked_identifier", nil], ["mid", "a7L6FHzlk9"], ["updated_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00]]
181
+  (0.1ms) RELEASE SAVEPOINT active_record_1
182
+  (0.0ms) SAVEPOINT active_record_1
183
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'cdcaccadda' LIMIT 1
184
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00], ["masked_identifier", "cdcaccadda"], ["mid", nil], ["updated_at", Sun, 31 Jul 2011 23:40:52 UTC +00:00]]
185
+  (0.1ms) RELEASE SAVEPOINT active_record_1
186
+  (0.0ms) SAVEPOINT active_record_1
187
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'ZKDEQXraEy' LIMIT 1
188
+ SQL (14.0ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00], ["masked_identifier", "ZKDEQXraEy"], ["mid", nil], ["updated_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00]]
189
+  (0.1ms) RELEASE SAVEPOINT active_record_1
190
+  (0.0ms) SAVEPOINT active_record_1
191
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'gFPqnb' LIMIT 1
192
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00], ["masked_identifier", "gFPqnb"], ["mid", nil], ["updated_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00]]
193
+  (0.1ms) RELEASE SAVEPOINT active_record_1
194
+  (0.1ms) SAVEPOINT active_record_1
195
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
196
+  (0.1ms) SAVEPOINT active_record_1
197
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
198
+ SQL (0.9ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00], ["masked_identifier", "a"], ["mid", nil], ["updated_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00]]
199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
200
+  (0.0ms) SAVEPOINT active_record_1
201
+ User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
202
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
203
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
204
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
205
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
206
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
207
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
208
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
209
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
210
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
211
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
212
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
213
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
214
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
215
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
216
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
217
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
218
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
219
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
220
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'a' LIMIT 1
221
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
222
+  (0.0ms) SAVEPOINT active_record_1
223
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."mid" = 'aH65jxpz8R' LIMIT 1
224
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00], ["masked_identifier", nil], ["mid", "aH65jxpz8R"], ["updated_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00]]
225
+  (0.1ms) RELEASE SAVEPOINT active_record_1
226
+  (0.0ms) SAVEPOINT active_record_1
227
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."masked_identifier" = 'caddadbabd' LIMIT 1
228
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "masked_identifier", "mid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00], ["masked_identifier", "caddadbabd"], ["mid", nil], ["updated_at", Mon, 01 Aug 2011 00:04:56 UTC +00:00]]
229
+  (0.1ms) RELEASE SAVEPOINT active_record_1