phonelib 0.2.7 → 0.2.8

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 (61) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +22 -22
  3. data/data/PhoneNumberMetaData.xml +486 -373
  4. data/data/phone_data.dat +0 -0
  5. data/lib/phonelib/phone.rb +7 -2
  6. data/lib/phonelib/phone_analyzer.rb +10 -7
  7. data/lib/phonelib/version.rb +1 -1
  8. data/lib/tasks/phonelib_tasks.rake +8 -0
  9. metadata +33 -166
  10. data/test/dummy/README.rdoc +0 -261
  11. data/test/dummy/Rakefile +0 -8
  12. data/test/dummy/app/assets/javascripts/application.js +0 -13
  13. data/test/dummy/app/assets/javascripts/phones.js +0 -2
  14. data/test/dummy/app/assets/stylesheets/application.css +0 -13
  15. data/test/dummy/app/assets/stylesheets/phones.css +0 -4
  16. data/test/dummy/app/assets/stylesheets/scaffold.css +0 -56
  17. data/test/dummy/app/controllers/application_controller.rb +0 -3
  18. data/test/dummy/app/controllers/phones_controller.rb +0 -83
  19. data/test/dummy/app/helpers/application_helper.rb +0 -2
  20. data/test/dummy/app/helpers/phones_helper.rb +0 -2
  21. data/test/dummy/app/models/phone.rb +0 -6
  22. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  23. data/test/dummy/app/views/phones/_form.html.erb +0 -25
  24. data/test/dummy/app/views/phones/edit.html.erb +0 -6
  25. data/test/dummy/app/views/phones/index.html.erb +0 -25
  26. data/test/dummy/app/views/phones/new.html.erb +0 -5
  27. data/test/dummy/app/views/phones/show.html.erb +0 -14
  28. data/test/dummy/config.ru +0 -4
  29. data/test/dummy/config/application.rb +0 -59
  30. data/test/dummy/config/boot.rb +0 -10
  31. data/test/dummy/config/database.yml +0 -25
  32. data/test/dummy/config/environment.rb +0 -5
  33. data/test/dummy/config/environments/development.rb +0 -37
  34. data/test/dummy/config/environments/production.rb +0 -67
  35. data/test/dummy/config/environments/test.rb +0 -37
  36. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  37. data/test/dummy/config/initializers/inflections.rb +0 -15
  38. data/test/dummy/config/initializers/mime_types.rb +0 -5
  39. data/test/dummy/config/initializers/secret_token.rb +0 -7
  40. data/test/dummy/config/initializers/session_store.rb +0 -8
  41. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  42. data/test/dummy/config/locales/en.yml +0 -5
  43. data/test/dummy/config/routes.rb +0 -60
  44. data/test/dummy/db/development.sqlite3 +0 -0
  45. data/test/dummy/db/migrate/20130121173847_create_phones.rb +0 -9
  46. data/test/dummy/db/migrate/20130122075331_add_possible_number_to_phone.rb +0 -5
  47. data/test/dummy/db/schema.rb +0 -23
  48. data/test/dummy/db/test.sqlite3 +0 -0
  49. data/test/dummy/log/development.log +0 -19
  50. data/test/dummy/log/test.log +0 -2667
  51. data/test/dummy/public/404.html +0 -26
  52. data/test/dummy/public/422.html +0 -26
  53. data/test/dummy/public/500.html +0 -25
  54. data/test/dummy/public/favicon.ico +0 -0
  55. data/test/dummy/script/rails +0 -6
  56. data/test/dummy/test/fixtures/phones.yml +0 -16
  57. data/test/dummy/test/functional/phones_controller_test.rb +0 -51
  58. data/test/dummy/test/unit/helpers/phones_helper_test.rb +0 -4
  59. data/test/dummy/test/unit/phone_test.rb +0 -47
  60. data/test/phonelib_test.rb +0 -314
  61. data/test/test_helper.rb +0 -18
@@ -1,67 +0,0 @@
1
- Dummy::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- # Code is not reloaded between requests
5
- config.cache_classes = true
6
-
7
- # Full error reports are disabled and caching is turned on
8
- config.consider_all_requests_local = false
9
- config.action_controller.perform_caching = true
10
-
11
- # Disable Rails's static asset server (Apache or nginx will already do this)
12
- config.serve_static_assets = false
13
-
14
- # Compress JavaScripts and CSS
15
- config.assets.compress = true
16
-
17
- # Don't fallback to assets pipeline if a precompiled asset is missed
18
- config.assets.compile = false
19
-
20
- # Generate digests for assets URLs
21
- config.assets.digest = true
22
-
23
- # Defaults to nil and saved in location specified by config.assets.prefix
24
- # config.assets.manifest = YOUR_PATH
25
-
26
- # Specifies the header that your server uses for sending files
27
- # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
28
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
29
-
30
- # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
31
- # config.force_ssl = true
32
-
33
- # See everything in the log (default is :info)
34
- # config.log_level = :debug
35
-
36
- # Prepend all log lines with the following tags
37
- # config.log_tags = [ :subdomain, :uuid ]
38
-
39
- # Use a different logger for distributed setups
40
- # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
41
-
42
- # Use a different cache store in production
43
- # config.cache_store = :mem_cache_store
44
-
45
- # Enable serving of images, stylesheets, and JavaScripts from an asset server
46
- # config.action_controller.asset_host = "http://assets.example.com"
47
-
48
- # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
49
- # config.assets.precompile += %w( search.js )
50
-
51
- # Disable delivery errors, bad email addresses will be ignored
52
- # config.action_mailer.raise_delivery_errors = false
53
-
54
- # Enable threaded mode
55
- # config.threadsafe!
56
-
57
- # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
58
- # the I18n.default_locale when a translation can not be found)
59
- config.i18n.fallbacks = true
60
-
61
- # Send deprecation notices to registered listeners
62
- config.active_support.deprecation = :notify
63
-
64
- # Log the query plan for queries taking more than this (works
65
- # with SQLite, MySQL, and PostgreSQL)
66
- # config.active_record.auto_explain_threshold_in_seconds = 0.5
67
- end
@@ -1,37 +0,0 @@
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
- # Raise exception on mass assignment protection for Active Record models
33
- #config.active_record.mass_assignment_sanitizer = :strict
34
-
35
- # Print deprecation notices to the stderr
36
- config.active_support.deprecation = :stderr
37
- end
@@ -1,7 +0,0 @@
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!
@@ -1,15 +0,0 @@
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
11
- #
12
- # These inflection rules are supported but not enabled by default:
13
- # ActiveSupport::Inflector.inflections do |inflect|
14
- # inflect.acronym 'RESTful'
15
- # end
@@ -1,5 +0,0 @@
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
@@ -1,7 +0,0 @@
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 = '987649ce7e68bb41ce9f429c289b9943a3e6689a542f54daee709bdb89a43d37ec87fa3534decec83997724f44ced25727e064f6fa917184b8fce2e382d9cff9'
@@ -1,8 +0,0 @@
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
@@ -1,14 +0,0 @@
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
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
9
- end
10
-
11
- # Disable root element in JSON by default.
12
- ActiveSupport.on_load(:active_record) do
13
- self.include_root_in_json = false
14
- end
@@ -1,5 +0,0 @@
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"
@@ -1,60 +0,0 @@
1
- Dummy::Application.routes.draw do
2
- resources :phones
3
-
4
- # The priority is based upon order of creation:
5
- # first created -> highest priority.
6
-
7
- # Sample of regular route:
8
- # match 'products/:id' => 'catalog#view'
9
- # Keep in mind you can assign values other than :controller and :action
10
-
11
- # Sample of named route:
12
- # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase
13
- # This route can be invoked with purchase_url(:id => product.id)
14
-
15
- # Sample resource route (maps HTTP verbs to controller actions automatically):
16
- # resources :products
17
-
18
- # Sample resource route with options:
19
- # resources :products do
20
- # member do
21
- # get 'short'
22
- # post 'toggle'
23
- # end
24
- #
25
- # collection do
26
- # get 'sold'
27
- # end
28
- # end
29
-
30
- # Sample resource route with sub-resources:
31
- # resources :products do
32
- # resources :comments, :sales
33
- # resource :seller
34
- # end
35
-
36
- # Sample resource route with more complex sub-resources
37
- # resources :products do
38
- # resources :comments
39
- # resources :sales do
40
- # get 'recent', :on => :collection
41
- # end
42
- # end
43
-
44
- # Sample resource route within a namespace:
45
- # namespace :admin do
46
- # # Directs /admin/products/* to Admin::ProductsController
47
- # # (app/controllers/admin/products_controller.rb)
48
- # resources :products
49
- # end
50
-
51
- # You can have the root of your site routed with "root"
52
- # just remember to delete public/index.html.
53
- # root :to => 'welcome#index'
54
-
55
- # See how all your routes lay out with "rake routes"
56
-
57
- # This is a legacy wild controller route that's not recommended for RESTful applications.
58
- # Note: This route will make all actions in every controller accessible via GET requests.
59
- # match ':controller(/:action(/:id))(.:format)'
60
- end
Binary file
@@ -1,9 +0,0 @@
1
- class CreatePhones < ActiveRecord::Migration
2
- def change
3
- create_table :phones do |t|
4
- t.string :number
5
-
6
- t.timestamps
7
- end
8
- end
9
- end
@@ -1,5 +0,0 @@
1
- class AddPossibleNumberToPhone < ActiveRecord::Migration
2
- def change
3
- add_column :phones, :possible_number, :string
4
- end
5
- end
@@ -1,23 +0,0 @@
1
- # encoding: UTF-8
2
- # This file is auto-generated from the current state of the database. Instead
3
- # of editing this file, please use the migrations feature of Active Record to
4
- # incrementally modify your database, and then regenerate this schema definition.
5
- #
6
- # Note that this schema.rb definition is the authoritative source for your
7
- # database schema. If you need to create the application database on another
8
- # system, you should be using db:schema:load, not running all the migrations
9
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
- # you'll amass, the slower it'll run and the greater likelihood for issues).
11
- #
12
- # It's strongly recommended to check this file into your version control system.
13
-
14
- ActiveRecord::Schema.define(:version => 20130122075331) do
15
-
16
- create_table "phones", :force => true do |t|
17
- t.string "number"
18
- t.datetime "created_at", :null => false
19
- t.datetime "updated_at", :null => false
20
- t.string "possible_number"
21
- end
22
-
23
- end
Binary file
@@ -1,19 +0,0 @@
1
- Connecting to database specified by database.yml
2
-  (0.9ms) select sqlite_version(*)
3
-  (6.8ms) CREATE TABLE "phones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "possible_number" varchar(255))
4
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
5
-  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
-  (0.1ms) SELECT version FROM "schema_migrations"
7
-  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130122075331')
8
-  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130121173847')
9
-  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
10
- Connecting to database specified by database.yml
11
-  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
12
-  (0.1ms) select sqlite_version(*)
13
-  (3.7ms) CREATE TABLE "phones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "possible_number" varchar(255)) 
14
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
15
-  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16
-  (0.1ms) SELECT version FROM "schema_migrations"
17
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130122075331')
18
-  (4.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130121173847')
19
- Connecting to database specified by database.yml
@@ -1,2667 +0,0 @@
1
- Connecting to database specified by database.yml
2
-  (0.2ms) begin transaction
3
-  (0.0ms) rollback transaction
4
-  (0.0ms) begin transaction
5
-  (0.0ms) rollback transaction
6
-  (0.0ms) begin transaction
7
-  (0.0ms) rollback transaction
8
-  (0.0ms) begin transaction
9
-  (0.0ms) rollback transaction
10
-  (0.0ms) begin transaction
11
-  (0.0ms) rollback transaction
12
-  (0.0ms) begin transaction
13
-  (0.0ms) rollback transaction
14
-  (0.0ms) begin transaction
15
-  (0.0ms) rollback transaction
16
-  (0.0ms) begin transaction
17
-  (0.0ms) rollback transaction
18
-  (0.0ms) begin transaction
19
-  (0.0ms) rollback transaction
20
-  (0.0ms) begin transaction
21
-  (0.0ms) rollback transaction
22
-  (0.0ms) begin transaction
23
-  (0.0ms) rollback transaction
24
-  (0.0ms) begin transaction
25
-  (0.0ms) rollback transaction
26
-  (0.0ms) begin transaction
27
-  (0.0ms) rollback transaction
28
-  (0.0ms) begin transaction
29
-  (0.0ms) rollback transaction
30
-  (0.0ms) begin transaction
31
-  (0.0ms) rollback transaction
32
-  (0.0ms) begin transaction
33
-  (0.0ms) rollback transaction
34
-  (0.0ms) begin transaction
35
-  (0.0ms) rollback transaction
36
-  (0.0ms) begin transaction
37
-  (0.0ms) rollback transaction
38
-  (0.0ms) begin transaction
39
-  (0.0ms) rollback transaction
40
-  (0.0ms) begin transaction
41
-  (0.0ms) rollback transaction
42
-  (0.0ms) begin transaction
43
-  (0.0ms) rollback transaction
44
-  (0.0ms) begin transaction
45
-  (0.0ms) rollback transaction
46
-  (0.0ms) begin transaction
47
-  (0.0ms) rollback transaction
48
-  (0.0ms) begin transaction
49
-  (0.0ms) rollback transaction
50
-  (0.0ms) begin transaction
51
-  (0.0ms) rollback transaction
52
-  (0.0ms) begin transaction
53
-  (0.0ms) rollback transaction
54
-  (0.0ms) begin transaction
55
-  (0.0ms) rollback transaction
56
-  (0.0ms) begin transaction
57
-  (0.0ms) rollback transaction
58
-  (0.0ms) begin transaction
59
-  (0.0ms) rollback transaction
60
-  (0.0ms) begin transaction
61
-  (0.0ms) rollback transaction
62
-  (0.0ms) begin transaction
63
-  (0.0ms) rollback transaction
64
-  (0.0ms) begin transaction
65
-  (0.0ms) rollback transaction
66
-  (0.0ms) begin transaction
67
-  (0.0ms) rollback transaction
68
- Connecting to database specified by database.yml
69
-  (0.2ms) begin transaction
70
-  (0.0ms) rollback transaction
71
-  (0.0ms) begin transaction
72
-  (0.0ms) rollback transaction
73
-  (0.0ms) begin transaction
74
-  (0.0ms) rollback transaction
75
-  (0.0ms) begin transaction
76
-  (0.0ms) rollback transaction
77
-  (0.0ms) begin transaction
78
-  (0.0ms) rollback transaction
79
-  (0.0ms) begin transaction
80
-  (0.0ms) rollback transaction
81
-  (0.0ms) begin transaction
82
-  (0.0ms) rollback transaction
83
-  (0.0ms) begin transaction
84
-  (0.0ms) rollback transaction
85
-  (0.0ms) begin transaction
86
-  (0.0ms) rollback transaction
87
-  (0.0ms) begin transaction
88
-  (0.0ms) rollback transaction
89
-  (0.0ms) begin transaction
90
-  (0.0ms) rollback transaction
91
-  (0.0ms) begin transaction
92
-  (0.0ms) rollback transaction
93
-  (0.0ms) begin transaction
94
-  (0.0ms) rollback transaction
95
-  (0.0ms) begin transaction
96
-  (0.0ms) rollback transaction
97
-  (0.0ms) begin transaction
98
-  (0.0ms) rollback transaction
99
-  (0.0ms) begin transaction
100
-  (0.0ms) rollback transaction
101
-  (0.0ms) begin transaction
102
-  (0.0ms) rollback transaction
103
-  (0.0ms) begin transaction
104
-  (0.0ms) rollback transaction
105
-  (0.0ms) begin transaction
106
-  (0.0ms) rollback transaction
107
-  (0.0ms) begin transaction
108
-  (0.0ms) rollback transaction
109
-  (0.0ms) begin transaction
110
-  (0.0ms) rollback transaction
111
-  (0.0ms) begin transaction
112
-  (0.0ms) rollback transaction
113
-  (0.0ms) begin transaction
114
-  (0.0ms) rollback transaction
115
-  (0.0ms) begin transaction
116
-  (0.0ms) rollback transaction
117
-  (0.0ms) begin transaction
118
-  (0.0ms) rollback transaction
119
-  (0.0ms) begin transaction
120
-  (0.0ms) rollback transaction
121
-  (0.0ms) begin transaction
122
-  (0.0ms) rollback transaction
123
-  (0.0ms) begin transaction
124
-  (0.0ms) rollback transaction
125
-  (0.0ms) begin transaction
126
-  (0.0ms) rollback transaction
127
-  (0.0ms) begin transaction
128
-  (0.0ms) rollback transaction
129
-  (0.0ms) begin transaction
130
-  (0.0ms) rollback transaction
131
-  (0.0ms) begin transaction
132
-  (0.0ms) rollback transaction
133
-  (0.0ms) begin transaction
134
-  (0.0ms) rollback transaction
135
- Connecting to database specified by database.yml
136
-  (0.3ms) begin transaction
137
-  (0.0ms) rollback transaction
138
-  (0.0ms) begin transaction
139
-  (0.0ms) rollback transaction
140
-  (0.0ms) begin transaction
141
-  (0.0ms) rollback transaction
142
-  (0.0ms) begin transaction
143
-  (0.0ms) rollback transaction
144
-  (0.0ms) begin transaction
145
-  (0.0ms) rollback transaction
146
-  (0.0ms) begin transaction
147
-  (0.0ms) rollback transaction
148
-  (0.0ms) begin transaction
149
-  (0.0ms) rollback transaction
150
-  (0.0ms) begin transaction
151
-  (0.0ms) rollback transaction
152
-  (0.0ms) begin transaction
153
-  (0.0ms) rollback transaction
154
-  (0.0ms) begin transaction
155
-  (0.0ms) rollback transaction
156
-  (0.0ms) begin transaction
157
-  (0.0ms) rollback transaction
158
-  (0.0ms) begin transaction
159
-  (0.0ms) rollback transaction
160
-  (0.0ms) begin transaction
161
-  (0.0ms) rollback transaction
162
-  (0.0ms) begin transaction
163
-  (0.0ms) rollback transaction
164
-  (0.0ms) begin transaction
165
-  (0.0ms) rollback transaction
166
-  (0.0ms) begin transaction
167
-  (0.0ms) rollback transaction
168
-  (0.0ms) begin transaction
169
-  (0.0ms) rollback transaction
170
-  (0.0ms) begin transaction
171
-  (0.0ms) rollback transaction
172
-  (0.0ms) begin transaction
173
-  (0.0ms) rollback transaction
174
-  (0.0ms) begin transaction
175
-  (0.0ms) rollback transaction
176
-  (0.0ms) begin transaction
177
-  (0.0ms) rollback transaction
178
-  (0.0ms) begin transaction
179
-  (0.0ms) rollback transaction
180
-  (0.0ms) begin transaction
181
-  (0.0ms) rollback transaction
182
-  (0.0ms) begin transaction
183
-  (0.0ms) rollback transaction
184
-  (0.0ms) begin transaction
185
-  (0.0ms) rollback transaction
186
-  (0.0ms) begin transaction
187
-  (0.0ms) rollback transaction
188
-  (0.0ms) begin transaction
189
-  (0.0ms) rollback transaction
190
-  (0.0ms) begin transaction
191
-  (0.0ms) rollback transaction
192
-  (0.0ms) begin transaction
193
-  (0.0ms) rollback transaction
194
-  (0.0ms) begin transaction
195
-  (0.0ms) rollback transaction
196
-  (0.0ms) begin transaction
197
-  (0.0ms) rollback transaction
198
-  (0.0ms) begin transaction
199
-  (0.0ms) rollback transaction
200
-  (0.0ms) begin transaction
201
-  (0.0ms) rollback transaction
202
- Connecting to database specified by database.yml
203
-  (1.0ms) select sqlite_version(*)
204
-  (4.9ms) DROP TABLE "phones"
205
-  (1.4ms) CREATE TABLE "phones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "possible_number" varchar(255)) 
206
-  (0.1ms) SELECT version FROM "schema_migrations"
207
-  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
208
- Connecting to database specified by database.yml
209
-  (0.3ms) begin transaction
210
- Fixture Delete (0.1ms) DELETE FROM "phones"
211
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-02-12 07:51:15', '2013-02-12 07:51:15', 450723037)
212
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-02-12 07:51:15', '2013-02-12 07:51:15', 667262234)
213
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-02-12 07:51:15', '2013-02-12 07:51:15', 512636273)
214
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-02-12 07:51:15', '2013-02-12 07:51:15', 23760034)
215
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-02-12 07:51:15', '2013-02-12 07:51:15', 703612349)
216
-  (7.0ms) commit transaction
217
-  (0.1ms) begin transaction
218
- Phone Load (1.4ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
219
-  (0.1ms) SAVEPOINT active_record_1
220
-  (0.1ms) RELEASE SAVEPOINT active_record_1
221
-  (0.0ms) rollback transaction
222
-  (0.0ms) begin transaction
223
-  (0.0ms) SAVEPOINT active_record_1
224
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
225
-  (0.0ms) rollback transaction
226
-  (0.0ms) begin transaction
227
-  (0.0ms) SAVEPOINT active_record_1
228
- SQL (0.6ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 12 Feb 2013 07:51:16 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 12 Feb 2013 07:51:16 UTC +00:00]]
229
-  (0.0ms) RELEASE SAVEPOINT active_record_1
230
-  (0.1ms) rollback transaction
231
-  (0.0ms) begin transaction
232
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
233
-  (0.0ms) SAVEPOINT active_record_1
234
-  (0.0ms) RELEASE SAVEPOINT active_record_1
235
-  (0.0ms) rollback transaction
236
-  (0.0ms) begin transaction
237
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
238
-  (0.0ms) SAVEPOINT active_record_1
239
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
240
-  (0.0ms) rollback transaction
241
-  (0.0ms) begin transaction
242
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
243
-  (0.0ms) SAVEPOINT active_record_1
244
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
245
-  (0.0ms) rollback transaction
246
-  (0.0ms) begin transaction
247
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
248
-  (0.0ms) SAVEPOINT active_record_1
249
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
250
-  (0.0ms) rollback transaction
251
-  (0.0ms) begin transaction
252
-  (0.0ms) rollback transaction
253
-  (0.0ms) begin transaction
254
-  (0.0ms) rollback transaction
255
-  (0.0ms) begin transaction
256
-  (0.0ms) rollback transaction
257
-  (0.0ms) begin transaction
258
-  (0.0ms) rollback transaction
259
-  (0.0ms) begin transaction
260
-  (0.0ms) rollback transaction
261
-  (0.0ms) begin transaction
262
-  (0.0ms) rollback transaction
263
-  (0.0ms) begin transaction
264
-  (0.0ms) rollback transaction
265
-  (0.0ms) begin transaction
266
-  (0.0ms) rollback transaction
267
-  (0.0ms) begin transaction
268
-  (0.0ms) rollback transaction
269
-  (0.0ms) begin transaction
270
-  (0.0ms) rollback transaction
271
-  (0.0ms) begin transaction
272
-  (0.0ms) rollback transaction
273
-  (0.0ms) begin transaction
274
-  (0.0ms) rollback transaction
275
-  (0.0ms) begin transaction
276
-  (0.0ms) rollback transaction
277
-  (0.0ms) begin transaction
278
-  (0.0ms) rollback transaction
279
-  (0.0ms) begin transaction
280
-  (0.0ms) rollback transaction
281
-  (0.0ms) begin transaction
282
-  (0.0ms) rollback transaction
283
-  (0.0ms) begin transaction
284
-  (0.0ms) rollback transaction
285
-  (0.0ms) begin transaction
286
-  (0.0ms) rollback transaction
287
-  (0.0ms) begin transaction
288
-  (0.0ms) rollback transaction
289
-  (0.0ms) begin transaction
290
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
291
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
292
- Processing by PhonesController#create as HTML
293
- Parameters: {"phone"=>{"number"=>"972541234567"}}
294
-  (0.0ms) SAVEPOINT active_record_1
295
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 12 Feb 2013 07:51:16 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 12 Feb 2013 07:51:16 UTC +00:00]]
296
-  (0.0ms) RELEASE SAVEPOINT active_record_1
297
- Redirected to http://test.host/phones/703612350
298
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
299
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
300
-  (0.1ms) rollback transaction
301
-  (0.0ms) begin transaction
302
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
303
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
304
- Processing by PhonesController#destroy as HTML
305
- Parameters: {"id"=>"450723037"}
306
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
307
-  (0.0ms) SAVEPOINT active_record_1
308
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
309
-  (0.0ms) RELEASE SAVEPOINT active_record_1
310
- Redirected to http://test.host/phones
311
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
312
-  (0.1ms) SELECT COUNT(*) FROM "phones"
313
-  (0.1ms) rollback transaction
314
-  (0.0ms) begin transaction
315
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
316
- Processing by PhonesController#edit as HTML
317
- Parameters: {"id"=>"450723037"}
318
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
319
- Rendered phones/_form.html.erb (4.1ms)
320
- Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)
321
-  (0.1ms) rollback transaction
322
-  (0.0ms) begin transaction
323
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
324
- Processing by PhonesController#index as HTML
325
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
326
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
327
-  (0.0ms) rollback transaction
328
-  (0.0ms) begin transaction
329
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
330
- Processing by PhonesController#new as HTML
331
- Rendered phones/_form.html.erb (1.2ms)
332
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
333
-  (0.0ms) rollback transaction
334
-  (0.0ms) begin transaction
335
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
336
- Processing by PhonesController#show as HTML
337
- Parameters: {"id"=>"450723037"}
338
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
339
- Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
340
-  (0.0ms) rollback transaction
341
-  (0.0ms) begin transaction
342
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
343
- Processing by PhonesController#update as HTML
344
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
345
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
346
-  (0.0ms) SAVEPOINT active_record_1
347
-  (0.0ms) RELEASE SAVEPOINT active_record_1
348
- Redirected to http://test.host/phones/450723037
349
- Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
350
-  (0.0ms) rollback transaction
351
- Connecting to database specified by database.yml
352
-  (0.2ms) begin transaction
353
- Fixture Delete (0.2ms) DELETE FROM "phones"
354
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-05-30 07:57:45', '2013-05-30 07:57:45', 450723037)
355
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-05-30 07:57:45', '2013-05-30 07:57:45', 667262234)
356
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-05-30 07:57:45', '2013-05-30 07:57:45', 512636273)
357
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-05-30 07:57:45', '2013-05-30 07:57:45', 23760034)
358
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-05-30 07:57:45', '2013-05-30 07:57:45', 703612349)
359
-  (3.6ms) commit transaction
360
-  (0.1ms) begin transaction
361
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
362
-  (0.1ms) SAVEPOINT active_record_1
363
-  (0.1ms) RELEASE SAVEPOINT active_record_1
364
-  (0.0ms) rollback transaction
365
-  (0.0ms) begin transaction
366
-  (0.0ms) SAVEPOINT active_record_1
367
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
368
-  (0.0ms) rollback transaction
369
-  (0.0ms) begin transaction
370
-  (0.0ms) SAVEPOINT active_record_1
371
- SQL (1.4ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 30 May 2013 07:57:45 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 30 May 2013 07:57:45 UTC +00:00]]
372
-  (0.1ms) RELEASE SAVEPOINT active_record_1
373
-  (0.1ms) rollback transaction
374
-  (0.0ms) begin transaction
375
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
376
-  (0.0ms) SAVEPOINT active_record_1
377
-  (0.1ms) RELEASE SAVEPOINT active_record_1
378
-  (0.0ms) rollback transaction
379
-  (0.0ms) begin transaction
380
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
381
-  (0.0ms) SAVEPOINT active_record_1
382
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
383
-  (0.0ms) rollback transaction
384
-  (0.0ms) begin transaction
385
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
386
-  (0.0ms) SAVEPOINT active_record_1
387
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
388
-  (0.0ms) rollback transaction
389
-  (0.0ms) begin transaction
390
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
391
-  (0.0ms) SAVEPOINT active_record_1
392
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
393
-  (0.0ms) rollback transaction
394
-  (0.0ms) begin transaction
395
-  (0.0ms) rollback transaction
396
-  (0.0ms) begin transaction
397
-  (0.0ms) rollback transaction
398
-  (0.0ms) begin transaction
399
-  (0.0ms) rollback transaction
400
-  (0.0ms) begin transaction
401
-  (0.0ms) rollback transaction
402
-  (0.0ms) begin transaction
403
-  (0.0ms) rollback transaction
404
-  (0.0ms) begin transaction
405
-  (0.0ms) rollback transaction
406
-  (0.0ms) begin transaction
407
-  (0.2ms) rollback transaction
408
-  (0.0ms) begin transaction
409
-  (0.0ms) rollback transaction
410
-  (0.0ms) begin transaction
411
-  (0.0ms) rollback transaction
412
-  (0.0ms) begin transaction
413
-  (0.0ms) rollback transaction
414
-  (0.0ms) begin transaction
415
-  (0.0ms) rollback transaction
416
-  (0.0ms) begin transaction
417
-  (0.0ms) rollback transaction
418
-  (0.0ms) begin transaction
419
-  (0.0ms) rollback transaction
420
-  (0.0ms) begin transaction
421
-  (0.0ms) rollback transaction
422
-  (0.0ms) begin transaction
423
-  (0.0ms) rollback transaction
424
-  (0.0ms) begin transaction
425
-  (0.0ms) rollback transaction
426
-  (0.0ms) begin transaction
427
-  (0.0ms) rollback transaction
428
-  (0.0ms) begin transaction
429
-  (0.0ms) rollback transaction
430
-  (0.0ms) begin transaction
431
-  (0.0ms) rollback transaction
432
-  (0.0ms) begin transaction
433
-  (0.0ms) rollback transaction
434
-  (0.0ms) begin transaction
435
-  (0.0ms) rollback transaction
436
-  (0.0ms) begin transaction
437
-  (0.0ms) rollback transaction
438
-  (0.0ms) begin transaction
439
-  (0.0ms) rollback transaction
440
-  (0.0ms) begin transaction
441
-  (0.0ms) rollback transaction
442
-  (0.0ms) begin transaction
443
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
444
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
445
- Processing by PhonesController#create as HTML
446
- Parameters: {"phone"=>{"number"=>"972541234567"}}
447
-  (0.1ms) SAVEPOINT active_record_1
448
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 30 May 2013 07:57:45 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 30 May 2013 07:57:45 UTC +00:00]]
449
-  (0.0ms) RELEASE SAVEPOINT active_record_1
450
- Redirected to http://test.host/phones/703612350
451
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
452
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
453
-  (0.1ms) rollback transaction
454
-  (0.0ms) begin transaction
455
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
456
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
457
- Processing by PhonesController#destroy as HTML
458
- Parameters: {"id"=>"450723037"}
459
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
460
-  (0.0ms) SAVEPOINT active_record_1
461
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
462
-  (0.0ms) RELEASE SAVEPOINT active_record_1
463
- Redirected to http://test.host/phones
464
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
465
-  (0.0ms) SELECT COUNT(*) FROM "phones"
466
-  (0.1ms) rollback transaction
467
-  (0.0ms) begin transaction
468
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
469
- Processing by PhonesController#edit as HTML
470
- Parameters: {"id"=>"450723037"}
471
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
472
- Rendered phones/_form.html.erb (5.5ms)
473
- Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.0ms)
474
-  (0.1ms) rollback transaction
475
-  (0.0ms) begin transaction
476
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
477
- Processing by PhonesController#index as HTML
478
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
479
- Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
480
-  (0.0ms) rollback transaction
481
-  (0.0ms) begin transaction
482
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
483
- Processing by PhonesController#new as HTML
484
- Rendered phones/_form.html.erb (1.2ms)
485
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
486
-  (0.0ms) rollback transaction
487
-  (0.0ms) begin transaction
488
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
489
- Processing by PhonesController#show as HTML
490
- Parameters: {"id"=>"450723037"}
491
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
492
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
493
-  (0.0ms) rollback transaction
494
-  (0.0ms) begin transaction
495
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
496
- Processing by PhonesController#update as HTML
497
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
498
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
499
-  (0.0ms) SAVEPOINT active_record_1
500
-  (0.0ms) RELEASE SAVEPOINT active_record_1
501
- Redirected to http://test.host/phones/450723037
502
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
503
-  (0.0ms) rollback transaction
504
- Connecting to database specified by database.yml
505
-  (0.3ms) begin transaction
506
- Fixture Delete (0.1ms) DELETE FROM "phones"
507
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-06-04 11:25:00', '2013-06-04 11:25:00', 450723037)
508
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-06-04 11:25:00', '2013-06-04 11:25:00', 667262234)
509
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-06-04 11:25:00', '2013-06-04 11:25:00', 512636273)
510
- Fixture Insert (0.1ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-06-04 11:25:00', '2013-06-04 11:25:00', 23760034)
511
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-06-04 11:25:00', '2013-06-04 11:25:00', 703612349)
512
-  (8.0ms) commit transaction
513
-  (0.1ms) begin transaction
514
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
515
-  (0.0ms) SAVEPOINT active_record_1
516
-  (0.1ms) RELEASE SAVEPOINT active_record_1
517
-  (0.0ms) rollback transaction
518
-  (0.0ms) begin transaction
519
-  (0.0ms) SAVEPOINT active_record_1
520
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
521
-  (0.0ms) rollback transaction
522
-  (0.0ms) begin transaction
523
-  (0.0ms) SAVEPOINT active_record_1
524
- SQL (1.3ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 04 Jun 2013 11:25:00 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 04 Jun 2013 11:25:00 UTC +00:00]]
525
-  (0.1ms) RELEASE SAVEPOINT active_record_1
526
-  (0.1ms) rollback transaction
527
-  (0.0ms) begin transaction
528
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
529
-  (0.0ms) SAVEPOINT active_record_1
530
-  (0.1ms) RELEASE SAVEPOINT active_record_1
531
-  (0.0ms) rollback transaction
532
-  (0.0ms) begin transaction
533
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
534
-  (0.0ms) SAVEPOINT active_record_1
535
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
536
-  (0.0ms) rollback transaction
537
-  (0.0ms) begin transaction
538
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
539
-  (0.0ms) SAVEPOINT active_record_1
540
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
541
-  (0.0ms) rollback transaction
542
-  (0.0ms) begin transaction
543
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
544
-  (0.0ms) SAVEPOINT active_record_1
545
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
546
-  (0.0ms) rollback transaction
547
-  (0.1ms) begin transaction
548
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
549
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
550
- Processing by PhonesController#create as HTML
551
- Parameters: {"phone"=>{"number"=>"972541234567"}}
552
-  (0.0ms) SAVEPOINT active_record_1
553
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 04 Jun 2013 11:25:00 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 04 Jun 2013 11:25:00 UTC +00:00]]
554
-  (0.0ms) RELEASE SAVEPOINT active_record_1
555
- Redirected to http://test.host/phones/703612350
556
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
557
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
558
-  (0.1ms) rollback transaction
559
-  (0.0ms) begin transaction
560
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
561
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
562
- Processing by PhonesController#destroy as HTML
563
- Parameters: {"id"=>"450723037"}
564
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
565
-  (0.0ms) SAVEPOINT active_record_1
566
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
567
-  (0.0ms) RELEASE SAVEPOINT active_record_1
568
- Redirected to http://test.host/phones
569
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
570
-  (0.0ms) SELECT COUNT(*) FROM "phones"
571
-  (0.1ms) rollback transaction
572
-  (0.0ms) begin transaction
573
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
574
- Processing by PhonesController#edit as HTML
575
- Parameters: {"id"=>"450723037"}
576
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
577
- Rendered phones/_form.html.erb (5.4ms)
578
- Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.0ms)
579
-  (0.1ms) rollback transaction
580
-  (0.0ms) begin transaction
581
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
582
- Processing by PhonesController#index as HTML
583
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
584
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
585
-  (0.0ms) rollback transaction
586
-  (0.0ms) begin transaction
587
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
588
- Processing by PhonesController#new as HTML
589
- Rendered phones/_form.html.erb (1.2ms)
590
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
591
-  (0.0ms) rollback transaction
592
-  (0.0ms) begin transaction
593
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
594
- Processing by PhonesController#show as HTML
595
- Parameters: {"id"=>"450723037"}
596
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
597
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
598
-  (0.0ms) rollback transaction
599
-  (0.0ms) begin transaction
600
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
601
- Processing by PhonesController#update as HTML
602
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
603
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
604
-  (0.0ms) SAVEPOINT active_record_1
605
-  (0.0ms) RELEASE SAVEPOINT active_record_1
606
- Redirected to http://test.host/phones/450723037
607
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
608
-  (0.0ms) rollback transaction
609
- Connecting to database specified by database.yml
610
-  (0.2ms) begin transaction
611
- Fixture Delete (0.1ms) DELETE FROM "phones"
612
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-06-04 11:25:09', '2013-06-04 11:25:09', 450723037)
613
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-06-04 11:25:09', '2013-06-04 11:25:09', 667262234)
614
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-06-04 11:25:09', '2013-06-04 11:25:09', 512636273)
615
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-06-04 11:25:09', '2013-06-04 11:25:09', 23760034)
616
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-06-04 11:25:09', '2013-06-04 11:25:09', 703612349)
617
-  (3.2ms) commit transaction
618
-  (0.1ms) begin transaction
619
- Phone Load (1.4ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
620
-  (0.1ms) SAVEPOINT active_record_1
621
-  (0.1ms) RELEASE SAVEPOINT active_record_1
622
-  (0.0ms) rollback transaction
623
-  (0.0ms) begin transaction
624
-  (0.0ms) SAVEPOINT active_record_1
625
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
626
-  (0.0ms) rollback transaction
627
-  (0.0ms) begin transaction
628
-  (0.0ms) SAVEPOINT active_record_1
629
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 04 Jun 2013 11:25:09 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 04 Jun 2013 11:25:09 UTC +00:00]]
630
-  (0.0ms) RELEASE SAVEPOINT active_record_1
631
-  (0.1ms) rollback transaction
632
-  (0.0ms) begin transaction
633
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
634
-  (0.0ms) SAVEPOINT active_record_1
635
-  (0.0ms) RELEASE SAVEPOINT active_record_1
636
-  (0.0ms) rollback transaction
637
-  (0.0ms) begin transaction
638
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
639
-  (0.0ms) SAVEPOINT active_record_1
640
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
641
-  (0.0ms) rollback transaction
642
-  (0.0ms) begin transaction
643
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
644
-  (0.0ms) SAVEPOINT active_record_1
645
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
646
-  (0.0ms) rollback transaction
647
-  (0.0ms) begin transaction
648
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
649
-  (0.0ms) SAVEPOINT active_record_1
650
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
651
-  (0.0ms) rollback transaction
652
-  (0.1ms) begin transaction
653
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
654
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
655
- Processing by PhonesController#create as HTML
656
- Parameters: {"phone"=>{"number"=>"972541234567"}}
657
-  (0.0ms) SAVEPOINT active_record_1
658
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 04 Jun 2013 11:25:09 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 04 Jun 2013 11:25:09 UTC +00:00]]
659
-  (0.0ms) RELEASE SAVEPOINT active_record_1
660
- Redirected to http://test.host/phones/703612350
661
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
662
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
663
-  (0.1ms) rollback transaction
664
-  (0.0ms) begin transaction
665
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
666
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
667
- Processing by PhonesController#destroy as HTML
668
- Parameters: {"id"=>"450723037"}
669
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
670
-  (0.0ms) SAVEPOINT active_record_1
671
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
672
-  (0.0ms) RELEASE SAVEPOINT active_record_1
673
- Redirected to http://test.host/phones
674
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
675
-  (0.0ms) SELECT COUNT(*) FROM "phones"
676
-  (0.0ms) rollback transaction
677
-  (0.0ms) begin transaction
678
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
679
- Processing by PhonesController#edit as HTML
680
- Parameters: {"id"=>"450723037"}
681
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
682
- Rendered phones/_form.html.erb (20.1ms)
683
- Completed 200 OK in 47ms (Views: 46.1ms | ActiveRecord: 0.0ms)
684
-  (0.1ms) rollback transaction
685
-  (0.0ms) begin transaction
686
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
687
- Processing by PhonesController#index as HTML
688
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
689
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
690
-  (0.0ms) rollback transaction
691
-  (0.0ms) begin transaction
692
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
693
- Processing by PhonesController#new as HTML
694
- Rendered phones/_form.html.erb (1.2ms)
695
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
696
-  (0.0ms) rollback transaction
697
-  (0.0ms) begin transaction
698
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
699
- Processing by PhonesController#show as HTML
700
- Parameters: {"id"=>"450723037"}
701
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
702
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
703
-  (0.0ms) rollback transaction
704
-  (0.0ms) begin transaction
705
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
706
- Processing by PhonesController#update as HTML
707
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
708
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
709
-  (0.0ms) SAVEPOINT active_record_1
710
-  (0.0ms) RELEASE SAVEPOINT active_record_1
711
- Redirected to http://test.host/phones/450723037
712
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
713
-  (0.0ms) rollback transaction
714
- Connecting to database specified by database.yml
715
-  (0.2ms) begin transaction
716
- Fixture Delete (0.1ms) DELETE FROM "phones"
717
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 450723037)
718
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 667262234)
719
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 512636273)
720
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 23760034)
721
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 703612349)
722
-  (8.0ms) commit transaction
723
-  (0.1ms) begin transaction
724
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
725
-  (0.0ms) SAVEPOINT active_record_1
726
-  (0.1ms) RELEASE SAVEPOINT active_record_1
727
-  (0.0ms) rollback transaction
728
-  (0.0ms) begin transaction
729
-  (0.0ms) SAVEPOINT active_record_1
730
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
731
-  (0.0ms) rollback transaction
732
-  (0.0ms) begin transaction
733
-  (0.0ms) SAVEPOINT active_record_1
734
- SQL (1.4ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 11 Jul 2013 12:30:08 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 11 Jul 2013 12:30:08 UTC +00:00]]
735
-  (0.1ms) RELEASE SAVEPOINT active_record_1
736
-  (0.1ms) rollback transaction
737
-  (0.0ms) begin transaction
738
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
739
-  (0.0ms) SAVEPOINT active_record_1
740
-  (0.0ms) RELEASE SAVEPOINT active_record_1
741
-  (0.0ms) rollback transaction
742
-  (0.0ms) begin transaction
743
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
744
-  (0.0ms) SAVEPOINT active_record_1
745
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
746
-  (0.0ms) rollback transaction
747
-  (0.0ms) begin transaction
748
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
749
-  (0.0ms) SAVEPOINT active_record_1
750
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
751
-  (0.0ms) rollback transaction
752
-  (0.0ms) begin transaction
753
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
754
-  (0.0ms) SAVEPOINT active_record_1
755
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
756
-  (0.0ms) rollback transaction
757
-  (0.1ms) begin transaction
758
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
759
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
760
- Processing by PhonesController#create as HTML
761
- Parameters: {"phone"=>{"number"=>"972541234567"}}
762
-  (0.1ms) SAVEPOINT active_record_1
763
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 11 Jul 2013 12:30:09 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 11 Jul 2013 12:30:09 UTC +00:00]]
764
-  (0.0ms) RELEASE SAVEPOINT active_record_1
765
- Redirected to http://test.host/phones/703612350
766
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
767
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
768
-  (0.1ms) rollback transaction
769
-  (0.0ms) begin transaction
770
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
771
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
772
- Processing by PhonesController#destroy as HTML
773
- Parameters: {"id"=>"450723037"}
774
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
775
-  (0.0ms) SAVEPOINT active_record_1
776
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
777
-  (0.0ms) RELEASE SAVEPOINT active_record_1
778
- Redirected to http://test.host/phones
779
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
780
-  (0.0ms) SELECT COUNT(*) FROM "phones"
781
-  (0.0ms) rollback transaction
782
-  (0.0ms) begin transaction
783
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
784
- Processing by PhonesController#edit as HTML
785
- Parameters: {"id"=>"450723037"}
786
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
787
- Rendered phones/_form.html.erb (4.9ms)
788
- Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.0ms)
789
-  (0.1ms) rollback transaction
790
-  (0.0ms) begin transaction
791
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
792
- Processing by PhonesController#index as HTML
793
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
794
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
795
-  (0.0ms) rollback transaction
796
-  (0.0ms) begin transaction
797
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
798
- Processing by PhonesController#new as HTML
799
- Rendered phones/_form.html.erb (1.2ms)
800
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
801
-  (0.0ms) rollback transaction
802
-  (0.0ms) begin transaction
803
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
804
- Processing by PhonesController#show as HTML
805
- Parameters: {"id"=>"450723037"}
806
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
807
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
808
-  (0.0ms) rollback transaction
809
-  (0.0ms) begin transaction
810
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
811
- Processing by PhonesController#update as HTML
812
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
813
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
814
-  (0.0ms) SAVEPOINT active_record_1
815
-  (0.0ms) RELEASE SAVEPOINT active_record_1
816
- Redirected to http://test.host/phones/450723037
817
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
818
-  (0.0ms) rollback transaction
819
- Connecting to database specified by database.yml
820
-  (0.2ms) begin transaction
821
- Fixture Delete (0.1ms) DELETE FROM "phones"
822
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-08-21 13:42:22', '2013-08-21 13:42:22', 450723037)
823
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-08-21 13:42:22', '2013-08-21 13:42:22', 667262234)
824
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-08-21 13:42:22', '2013-08-21 13:42:22', 512636273)
825
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-08-21 13:42:22', '2013-08-21 13:42:22', 23760034)
826
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-08-21 13:42:22', '2013-08-21 13:42:22', 703612349)
827
-  (4.4ms) commit transaction
828
-  (0.1ms) begin transaction
829
- Phone Load (1.4ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
830
-  (0.1ms) SAVEPOINT active_record_1
831
-  (0.1ms) RELEASE SAVEPOINT active_record_1
832
-  (0.0ms) rollback transaction
833
-  (0.0ms) begin transaction
834
-  (0.0ms) SAVEPOINT active_record_1
835
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
836
-  (0.1ms) rollback transaction
837
-  (0.0ms) begin transaction
838
-  (0.0ms) SAVEPOINT active_record_1
839
- SQL (1.1ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Aug 2013 13:42:22 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Wed, 21 Aug 2013 13:42:22 UTC +00:00]]
840
-  (0.0ms) RELEASE SAVEPOINT active_record_1
841
-  (0.1ms) rollback transaction
842
-  (0.0ms) begin transaction
843
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
844
-  (0.0ms) SAVEPOINT active_record_1
845
-  (0.0ms) RELEASE SAVEPOINT active_record_1
846
-  (0.0ms) rollback transaction
847
-  (0.0ms) begin transaction
848
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
849
-  (0.0ms) SAVEPOINT active_record_1
850
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
851
-  (0.0ms) rollback transaction
852
-  (0.0ms) begin transaction
853
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
854
-  (0.0ms) SAVEPOINT active_record_1
855
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
856
-  (0.0ms) rollback transaction
857
-  (0.0ms) begin transaction
858
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
859
-  (0.0ms) SAVEPOINT active_record_1
860
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
861
-  (0.0ms) rollback transaction
862
-  (0.1ms) begin transaction
863
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
864
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
865
- Processing by PhonesController#create as HTML
866
- Parameters: {"phone"=>{"number"=>"972541234567"}}
867
-  (0.1ms) SAVEPOINT active_record_1
868
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Aug 2013 13:42:22 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Wed, 21 Aug 2013 13:42:22 UTC +00:00]]
869
-  (0.0ms) RELEASE SAVEPOINT active_record_1
870
- Redirected to http://test.host/phones/703612350
871
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
872
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
873
-  (0.1ms) rollback transaction
874
-  (0.0ms) begin transaction
875
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
876
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
877
- Processing by PhonesController#destroy as HTML
878
- Parameters: {"id"=>"450723037"}
879
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
880
-  (0.0ms) SAVEPOINT active_record_1
881
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
882
-  (0.0ms) RELEASE SAVEPOINT active_record_1
883
- Redirected to http://test.host/phones
884
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
885
-  (0.0ms) SELECT COUNT(*) FROM "phones"
886
-  (0.0ms) rollback transaction
887
-  (0.0ms) begin transaction
888
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
889
- Processing by PhonesController#edit as HTML
890
- Parameters: {"id"=>"450723037"}
891
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
892
- Rendered phones/_form.html.erb (1.9ms)
893
- Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms)
894
-  (0.1ms) rollback transaction
895
-  (0.0ms) begin transaction
896
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
897
- Processing by PhonesController#index as HTML
898
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
899
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
900
-  (0.0ms) rollback transaction
901
-  (0.0ms) begin transaction
902
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
903
- Processing by PhonesController#new as HTML
904
- Rendered phones/_form.html.erb (1.2ms)
905
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
906
-  (0.0ms) rollback transaction
907
-  (0.0ms) begin transaction
908
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
909
- Processing by PhonesController#show as HTML
910
- Parameters: {"id"=>"450723037"}
911
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
912
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
913
-  (0.0ms) rollback transaction
914
-  (0.0ms) begin transaction
915
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
916
- Processing by PhonesController#update as HTML
917
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
918
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
919
-  (0.0ms) SAVEPOINT active_record_1
920
-  (0.0ms) RELEASE SAVEPOINT active_record_1
921
- Redirected to http://test.host/phones/450723037
922
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
923
-  (0.0ms) rollback transaction
924
- Connecting to database specified by database.yml
925
-  (0.2ms) begin transaction
926
- Fixture Delete (0.1ms) DELETE FROM "phones"
927
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-08-21 13:43:19', '2013-08-21 13:43:19', 450723037)
928
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-08-21 13:43:19', '2013-08-21 13:43:19', 667262234)
929
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-08-21 13:43:19', '2013-08-21 13:43:19', 512636273)
930
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-08-21 13:43:19', '2013-08-21 13:43:19', 23760034)
931
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-08-21 13:43:19', '2013-08-21 13:43:19', 703612349)
932
-  (3.5ms) commit transaction
933
-  (0.0ms) begin transaction
934
- Phone Load (0.8ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
935
-  (0.0ms) SAVEPOINT active_record_1
936
-  (0.1ms) RELEASE SAVEPOINT active_record_1
937
-  (0.0ms) rollback transaction
938
-  (0.0ms) begin transaction
939
-  (0.0ms) SAVEPOINT active_record_1
940
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
941
-  (0.0ms) rollback transaction
942
-  (0.0ms) begin transaction
943
-  (0.0ms) SAVEPOINT active_record_1
944
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Aug 2013 13:43:19 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Wed, 21 Aug 2013 13:43:19 UTC +00:00]]
945
-  (0.0ms) RELEASE SAVEPOINT active_record_1
946
-  (0.1ms) rollback transaction
947
-  (0.0ms) begin transaction
948
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
949
-  (0.0ms) SAVEPOINT active_record_1
950
-  (0.0ms) RELEASE SAVEPOINT active_record_1
951
-  (0.0ms) rollback transaction
952
-  (0.0ms) begin transaction
953
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
954
-  (0.0ms) SAVEPOINT active_record_1
955
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
956
-  (0.0ms) rollback transaction
957
-  (0.0ms) begin transaction
958
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
959
-  (0.0ms) SAVEPOINT active_record_1
960
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
961
-  (0.0ms) rollback transaction
962
-  (0.0ms) begin transaction
963
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
964
-  (0.0ms) SAVEPOINT active_record_1
965
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
966
-  (0.0ms) rollback transaction
967
-  (0.1ms) begin transaction
968
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
969
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
970
- Processing by PhonesController#create as HTML
971
- Parameters: {"phone"=>{"number"=>"972541234567"}}
972
-  (0.0ms) SAVEPOINT active_record_1
973
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Aug 2013 13:43:19 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Wed, 21 Aug 2013 13:43:19 UTC +00:00]]
974
-  (0.0ms) RELEASE SAVEPOINT active_record_1
975
- Redirected to http://test.host/phones/703612350
976
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
977
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
978
-  (0.1ms) rollback transaction
979
-  (0.0ms) begin transaction
980
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
981
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
982
- Processing by PhonesController#destroy as HTML
983
- Parameters: {"id"=>"450723037"}
984
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
985
-  (0.0ms) SAVEPOINT active_record_1
986
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
987
-  (0.0ms) RELEASE SAVEPOINT active_record_1
988
- Redirected to http://test.host/phones
989
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
990
-  (0.0ms) SELECT COUNT(*) FROM "phones"
991
-  (0.1ms) rollback transaction
992
-  (0.0ms) begin transaction
993
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
994
- Processing by PhonesController#edit as HTML
995
- Parameters: {"id"=>"450723037"}
996
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
997
- Rendered phones/_form.html.erb (2.0ms)
998
- Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.1ms)
999
-  (0.1ms) rollback transaction
1000
-  (0.0ms) begin transaction
1001
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1002
- Processing by PhonesController#index as HTML
1003
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1004
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
1005
-  (0.0ms) rollback transaction
1006
-  (0.0ms) begin transaction
1007
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1008
- Processing by PhonesController#new as HTML
1009
- Rendered phones/_form.html.erb (1.1ms)
1010
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1011
-  (0.0ms) rollback transaction
1012
-  (0.0ms) begin transaction
1013
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1014
- Processing by PhonesController#show as HTML
1015
- Parameters: {"id"=>"450723037"}
1016
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1017
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1018
-  (0.0ms) rollback transaction
1019
-  (0.0ms) begin transaction
1020
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1021
- Processing by PhonesController#update as HTML
1022
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1023
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1024
-  (0.0ms) SAVEPOINT active_record_1
1025
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1026
- Redirected to http://test.host/phones/450723037
1027
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1028
-  (0.0ms) rollback transaction
1029
- Connecting to database specified by database.yml
1030
-  (0.3ms) begin transaction
1031
- Fixture Delete (0.1ms) DELETE FROM "phones"
1032
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-09-12 12:14:50', '2013-09-12 12:14:50', 450723037)
1033
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-09-12 12:14:50', '2013-09-12 12:14:50', 667262234)
1034
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-12 12:14:50', '2013-09-12 12:14:50', 512636273)
1035
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-12 12:14:50', '2013-09-12 12:14:50', 23760034)
1036
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-09-12 12:14:50', '2013-09-12 12:14:50', 703612349)
1037
-  (9.4ms) commit transaction
1038
-  (0.1ms) begin transaction
1039
- Phone Load (1.6ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1040
-  (0.1ms) SAVEPOINT active_record_1
1041
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1042
-  (0.0ms) rollback transaction
1043
-  (0.0ms) begin transaction
1044
-  (0.0ms) SAVEPOINT active_record_1
1045
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1046
-  (0.1ms) rollback transaction
1047
-  (0.1ms) begin transaction
1048
-  (0.0ms) SAVEPOINT active_record_1
1049
- SQL (1.1ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Sep 2013 12:14:50 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 12 Sep 2013 12:14:50 UTC +00:00]]
1050
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1051
-  (0.1ms) rollback transaction
1052
-  (0.0ms) begin transaction
1053
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1054
-  (0.0ms) SAVEPOINT active_record_1
1055
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1056
-  (0.0ms) rollback transaction
1057
-  (0.0ms) begin transaction
1058
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1059
-  (0.0ms) SAVEPOINT active_record_1
1060
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1061
-  (0.0ms) rollback transaction
1062
-  (0.0ms) begin transaction
1063
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1064
-  (0.0ms) SAVEPOINT active_record_1
1065
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1066
-  (0.0ms) rollback transaction
1067
-  (0.0ms) begin transaction
1068
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1069
-  (0.0ms) SAVEPOINT active_record_1
1070
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1071
-  (0.0ms) rollback transaction
1072
-  (0.1ms) begin transaction
1073
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1074
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1075
- Processing by PhonesController#create as HTML
1076
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1077
-  (0.1ms) SAVEPOINT active_record_1
1078
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Sep 2013 12:14:50 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 12 Sep 2013 12:14:50 UTC +00:00]]
1079
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1080
- Redirected to http://test.host/phones/703612350
1081
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
1082
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1083
-  (0.1ms) rollback transaction
1084
-  (0.0ms) begin transaction
1085
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1086
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1087
- Processing by PhonesController#destroy as HTML
1088
- Parameters: {"id"=>"450723037"}
1089
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1090
-  (0.0ms) SAVEPOINT active_record_1
1091
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1092
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1093
- Redirected to http://test.host/phones
1094
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
1095
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1096
-  (0.1ms) rollback transaction
1097
-  (0.0ms) begin transaction
1098
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1099
- Processing by PhonesController#edit as HTML
1100
- Parameters: {"id"=>"450723037"}
1101
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1102
- Rendered phones/_form.html.erb (2.0ms)
1103
- Completed 200 OK in 30ms (Views: 29.8ms | ActiveRecord: 0.0ms)
1104
-  (0.1ms) rollback transaction
1105
-  (0.0ms) begin transaction
1106
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1107
- Processing by PhonesController#index as HTML
1108
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1109
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)
1110
-  (0.0ms) rollback transaction
1111
-  (0.0ms) begin transaction
1112
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1113
- Processing by PhonesController#new as HTML
1114
- Rendered phones/_form.html.erb (1.3ms)
1115
- Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
1116
-  (0.0ms) rollback transaction
1117
-  (0.0ms) begin transaction
1118
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1119
- Processing by PhonesController#show as HTML
1120
- Parameters: {"id"=>"450723037"}
1121
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1122
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1123
-  (0.0ms) rollback transaction
1124
-  (0.0ms) begin transaction
1125
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1126
- Processing by PhonesController#update as HTML
1127
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1128
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1129
-  (0.0ms) SAVEPOINT active_record_1
1130
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1131
- Redirected to http://test.host/phones/450723037
1132
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1133
-  (0.0ms) rollback transaction
1134
- Connecting to database specified by database.yml
1135
-  (0.2ms) begin transaction
1136
- Fixture Delete (0.1ms) DELETE FROM "phones"
1137
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-09-12 12:16:12', '2013-09-12 12:16:12', 450723037)
1138
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-09-12 12:16:12', '2013-09-12 12:16:12', 667262234)
1139
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-12 12:16:12', '2013-09-12 12:16:12', 512636273)
1140
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-12 12:16:12', '2013-09-12 12:16:12', 23760034)
1141
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-09-12 12:16:12', '2013-09-12 12:16:12', 703612349)
1142
-  (4.2ms) commit transaction
1143
-  (0.0ms) begin transaction
1144
- Phone Load (0.8ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1145
-  (0.1ms) SAVEPOINT active_record_1
1146
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1147
-  (0.0ms) rollback transaction
1148
-  (0.0ms) begin transaction
1149
-  (0.0ms) SAVEPOINT active_record_1
1150
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1151
-  (0.0ms) rollback transaction
1152
-  (0.0ms) begin transaction
1153
-  (0.0ms) SAVEPOINT active_record_1
1154
- SQL (0.8ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Sep 2013 12:16:12 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 12 Sep 2013 12:16:12 UTC +00:00]]
1155
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1156
-  (0.1ms) rollback transaction
1157
-  (0.0ms) begin transaction
1158
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1159
-  (0.0ms) SAVEPOINT active_record_1
1160
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1161
-  (0.0ms) rollback transaction
1162
-  (0.0ms) begin transaction
1163
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1164
-  (0.0ms) SAVEPOINT active_record_1
1165
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1166
-  (0.0ms) rollback transaction
1167
-  (0.0ms) begin transaction
1168
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1169
-  (0.0ms) SAVEPOINT active_record_1
1170
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1171
-  (0.0ms) rollback transaction
1172
-  (0.0ms) begin transaction
1173
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1174
-  (0.0ms) SAVEPOINT active_record_1
1175
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1176
-  (0.0ms) rollback transaction
1177
-  (0.1ms) begin transaction
1178
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1179
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1180
- Processing by PhonesController#create as HTML
1181
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1182
-  (0.1ms) SAVEPOINT active_record_1
1183
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Sep 2013 12:16:12 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 12 Sep 2013 12:16:12 UTC +00:00]]
1184
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1185
- Redirected to http://test.host/phones/703612350
1186
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
1187
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1188
-  (0.1ms) rollback transaction
1189
-  (0.0ms) begin transaction
1190
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1191
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1192
- Processing by PhonesController#destroy as HTML
1193
- Parameters: {"id"=>"450723037"}
1194
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1195
-  (0.0ms) SAVEPOINT active_record_1
1196
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1197
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1198
- Redirected to http://test.host/phones
1199
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
1200
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1201
-  (0.0ms) rollback transaction
1202
-  (0.0ms) begin transaction
1203
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1204
- Processing by PhonesController#edit as HTML
1205
- Parameters: {"id"=>"450723037"}
1206
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1207
- Rendered phones/_form.html.erb (1.9ms)
1208
- Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.1ms)
1209
-  (0.1ms) rollback transaction
1210
-  (0.0ms) begin transaction
1211
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1212
- Processing by PhonesController#index as HTML
1213
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1214
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
1215
-  (0.0ms) rollback transaction
1216
-  (0.0ms) begin transaction
1217
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1218
- Processing by PhonesController#new as HTML
1219
- Rendered phones/_form.html.erb (1.2ms)
1220
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1221
-  (0.0ms) rollback transaction
1222
-  (0.0ms) begin transaction
1223
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1224
- Processing by PhonesController#show as HTML
1225
- Parameters: {"id"=>"450723037"}
1226
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1227
- Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
1228
-  (0.1ms) rollback transaction
1229
-  (0.0ms) begin transaction
1230
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1231
- Processing by PhonesController#update as HTML
1232
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1233
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1234
-  (0.0ms) SAVEPOINT active_record_1
1235
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1236
- Redirected to http://test.host/phones/450723037
1237
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1238
-  (0.0ms) rollback transaction
1239
- Connecting to database specified by database.yml
1240
-  (0.2ms) begin transaction
1241
- Fixture Delete (0.1ms) DELETE FROM "phones"
1242
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-09-24 08:40:08', '2013-09-24 08:40:08', 450723037)
1243
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-09-24 08:40:08', '2013-09-24 08:40:08', 667262234)
1244
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-24 08:40:08', '2013-09-24 08:40:08', 512636273)
1245
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-24 08:40:08', '2013-09-24 08:40:08', 23760034)
1246
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-09-24 08:40:08', '2013-09-24 08:40:08', 703612349)
1247
-  (5.5ms) commit transaction
1248
-  (0.1ms) begin transaction
1249
- Phone Load (1.4ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1250
-  (0.1ms) SAVEPOINT active_record_1
1251
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1252
-  (0.0ms) rollback transaction
1253
-  (0.0ms) begin transaction
1254
-  (0.0ms) SAVEPOINT active_record_1
1255
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1256
-  (0.0ms) rollback transaction
1257
-  (0.0ms) begin transaction
1258
-  (0.0ms) SAVEPOINT active_record_1
1259
- SQL (0.8ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Sep 2013 08:40:08 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 24 Sep 2013 08:40:08 UTC +00:00]]
1260
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1261
-  (0.1ms) rollback transaction
1262
-  (0.0ms) begin transaction
1263
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1264
-  (0.0ms) SAVEPOINT active_record_1
1265
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1266
-  (0.0ms) rollback transaction
1267
-  (0.0ms) begin transaction
1268
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1269
-  (0.0ms) SAVEPOINT active_record_1
1270
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1271
-  (0.0ms) rollback transaction
1272
-  (0.0ms) begin transaction
1273
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1274
-  (0.0ms) SAVEPOINT active_record_1
1275
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1276
-  (0.0ms) rollback transaction
1277
-  (0.0ms) begin transaction
1278
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1279
-  (0.0ms) SAVEPOINT active_record_1
1280
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1281
-  (0.0ms) rollback transaction
1282
-  (0.0ms) begin transaction
1283
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1284
-  (0.0ms) rollback transaction
1285
-  (0.0ms) begin transaction
1286
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1287
-  (0.0ms) rollback transaction
1288
-  (0.0ms) begin transaction
1289
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1290
-  (0.0ms) rollback transaction
1291
-  (0.0ms) begin transaction
1292
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1293
-  (0.0ms) rollback transaction
1294
-  (0.0ms) begin transaction
1295
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1296
-  (0.0ms) rollback transaction
1297
-  (0.0ms) begin transaction
1298
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1299
-  (0.0ms) rollback transaction
1300
-  (0.0ms) begin transaction
1301
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1302
-  (0.0ms) rollback transaction
1303
- Connecting to database specified by database.yml
1304
-  (0.3ms) begin transaction
1305
- Fixture Delete (0.2ms) DELETE FROM "phones"
1306
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-09-24 08:40:33', '2013-09-24 08:40:33', 450723037)
1307
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-09-24 08:40:33', '2013-09-24 08:40:33', 667262234)
1308
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-24 08:40:33', '2013-09-24 08:40:33', 512636273)
1309
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-24 08:40:33', '2013-09-24 08:40:33', 23760034)
1310
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-09-24 08:40:33', '2013-09-24 08:40:33', 703612349)
1311
-  (3.4ms) commit transaction
1312
-  (0.0ms) begin transaction
1313
- Phone Load (0.7ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1314
-  (0.0ms) SAVEPOINT active_record_1
1315
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1316
-  (0.0ms) rollback transaction
1317
-  (0.0ms) begin transaction
1318
-  (0.0ms) SAVEPOINT active_record_1
1319
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1320
-  (0.0ms) rollback transaction
1321
-  (0.0ms) begin transaction
1322
-  (0.0ms) SAVEPOINT active_record_1
1323
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Sep 2013 08:40:33 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 24 Sep 2013 08:40:33 UTC +00:00]]
1324
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1325
-  (0.1ms) rollback transaction
1326
-  (0.0ms) begin transaction
1327
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1328
-  (0.0ms) SAVEPOINT active_record_1
1329
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1330
-  (0.0ms) rollback transaction
1331
-  (0.0ms) begin transaction
1332
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1333
-  (0.0ms) SAVEPOINT active_record_1
1334
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1335
-  (0.0ms) rollback transaction
1336
-  (0.0ms) begin transaction
1337
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1338
-  (0.0ms) SAVEPOINT active_record_1
1339
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1340
-  (0.0ms) rollback transaction
1341
-  (0.0ms) begin transaction
1342
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1343
-  (0.0ms) SAVEPOINT active_record_1
1344
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1345
-  (0.0ms) rollback transaction
1346
-  (0.1ms) begin transaction
1347
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1348
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1349
- Processing by PhonesController#create as HTML
1350
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1351
-  (0.0ms) SAVEPOINT active_record_1
1352
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Sep 2013 08:40:33 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 24 Sep 2013 08:40:33 UTC +00:00]]
1353
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1354
- Redirected to http://test.host/phones/703612350
1355
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1356
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1357
-  (0.1ms) rollback transaction
1358
-  (0.0ms) begin transaction
1359
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1360
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1361
- Processing by PhonesController#destroy as HTML
1362
- Parameters: {"id"=>"450723037"}
1363
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1364
-  (0.0ms) SAVEPOINT active_record_1
1365
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1366
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1367
- Redirected to http://test.host/phones
1368
- Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
1369
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1370
-  (0.1ms) rollback transaction
1371
-  (0.0ms) begin transaction
1372
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1373
- Processing by PhonesController#edit as HTML
1374
- Parameters: {"id"=>"450723037"}
1375
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1376
- Rendered phones/_form.html.erb (2.1ms)
1377
- Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.0ms)
1378
-  (0.1ms) rollback transaction
1379
-  (0.0ms) begin transaction
1380
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1381
- Processing by PhonesController#index as HTML
1382
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1383
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
1384
-  (0.0ms) rollback transaction
1385
-  (0.0ms) begin transaction
1386
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1387
- Processing by PhonesController#new as HTML
1388
- Rendered phones/_form.html.erb (1.2ms)
1389
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1390
-  (0.0ms) rollback transaction
1391
-  (0.0ms) begin transaction
1392
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1393
- Processing by PhonesController#show as HTML
1394
- Parameters: {"id"=>"450723037"}
1395
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1396
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1397
-  (0.0ms) rollback transaction
1398
-  (0.0ms) begin transaction
1399
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1400
- Processing by PhonesController#update as HTML
1401
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1402
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1403
-  (0.0ms) SAVEPOINT active_record_1
1404
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1405
- Redirected to http://test.host/phones/450723037
1406
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1407
-  (0.0ms) rollback transaction
1408
- Connecting to database specified by database.yml
1409
-  (0.2ms) begin transaction
1410
- Fixture Delete (0.1ms) DELETE FROM "phones"
1411
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-09-24 08:44:07', '2013-09-24 08:44:07', 450723037)
1412
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-09-24 08:44:07', '2013-09-24 08:44:07', 667262234)
1413
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-24 08:44:07', '2013-09-24 08:44:07', 512636273)
1414
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-09-24 08:44:07', '2013-09-24 08:44:07', 23760034)
1415
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-09-24 08:44:07', '2013-09-24 08:44:07', 703612349)
1416
-  (4.2ms) commit transaction
1417
-  (0.1ms) begin transaction
1418
- Phone Load (1.4ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1419
-  (0.1ms) SAVEPOINT active_record_1
1420
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1421
-  (0.0ms) rollback transaction
1422
-  (0.0ms) begin transaction
1423
-  (0.0ms) SAVEPOINT active_record_1
1424
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1425
-  (0.0ms) rollback transaction
1426
-  (0.0ms) begin transaction
1427
-  (0.0ms) SAVEPOINT active_record_1
1428
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Sep 2013 08:44:08 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 24 Sep 2013 08:44:08 UTC +00:00]]
1429
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1430
-  (0.1ms) rollback transaction
1431
-  (0.0ms) begin transaction
1432
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1433
-  (0.0ms) SAVEPOINT active_record_1
1434
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1435
-  (0.0ms) rollback transaction
1436
-  (0.0ms) begin transaction
1437
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1438
-  (0.0ms) SAVEPOINT active_record_1
1439
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1440
-  (0.0ms) rollback transaction
1441
-  (0.0ms) begin transaction
1442
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1443
-  (0.0ms) SAVEPOINT active_record_1
1444
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1445
-  (0.0ms) rollback transaction
1446
-  (0.0ms) begin transaction
1447
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1448
-  (0.0ms) SAVEPOINT active_record_1
1449
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1450
-  (0.0ms) rollback transaction
1451
-  (0.0ms) begin transaction
1452
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1453
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1454
- Processing by PhonesController#create as HTML
1455
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1456
-  (0.0ms) SAVEPOINT active_record_1
1457
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 24 Sep 2013 08:44:08 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 24 Sep 2013 08:44:08 UTC +00:00]]
1458
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1459
- Redirected to http://test.host/phones/703612350
1460
- Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
1461
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1462
-  (0.1ms) rollback transaction
1463
-  (0.0ms) begin transaction
1464
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1465
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1466
- Processing by PhonesController#destroy as HTML
1467
- Parameters: {"id"=>"450723037"}
1468
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1469
-  (0.0ms) SAVEPOINT active_record_1
1470
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1471
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1472
- Redirected to http://test.host/phones
1473
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1474
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1475
-  (0.1ms) rollback transaction
1476
-  (0.0ms) begin transaction
1477
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1478
- Processing by PhonesController#edit as HTML
1479
- Parameters: {"id"=>"450723037"}
1480
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1481
- Rendered phones/_form.html.erb (1.8ms)
1482
- Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.1ms)
1483
-  (0.1ms) rollback transaction
1484
-  (0.0ms) begin transaction
1485
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1486
- Processing by PhonesController#index as HTML
1487
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1488
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
1489
-  (0.0ms) rollback transaction
1490
-  (0.0ms) begin transaction
1491
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1492
- Processing by PhonesController#new as HTML
1493
- Rendered phones/_form.html.erb (1.2ms)
1494
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
1495
-  (0.0ms) rollback transaction
1496
-  (0.0ms) begin transaction
1497
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1498
- Processing by PhonesController#show as HTML
1499
- Parameters: {"id"=>"450723037"}
1500
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1501
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1502
-  (0.0ms) rollback transaction
1503
-  (0.0ms) begin transaction
1504
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1505
- Processing by PhonesController#update as HTML
1506
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1507
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1508
-  (0.0ms) SAVEPOINT active_record_1
1509
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1510
- Redirected to http://test.host/phones/450723037
1511
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1512
-  (0.0ms) rollback transaction
1513
- Connecting to database specified by database.yml
1514
-  (0.2ms) begin transaction
1515
- Fixture Delete (0.1ms) DELETE FROM "phones"
1516
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 450723037)
1517
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 667262234)
1518
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 512636273)
1519
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 23760034)
1520
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 703612349)
1521
-  (8.2ms) commit transaction
1522
-  (0.1ms) begin transaction
1523
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1524
-  (0.1ms) SAVEPOINT active_record_1
1525
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1526
-  (0.0ms) rollback transaction
1527
-  (0.0ms) begin transaction
1528
-  (0.0ms) SAVEPOINT active_record_1
1529
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1530
-  (0.0ms) rollback transaction
1531
-  (0.0ms) begin transaction
1532
-  (0.0ms) SAVEPOINT active_record_1
1533
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00]]
1534
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1535
-  (0.1ms) rollback transaction
1536
-  (0.0ms) begin transaction
1537
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1538
-  (0.0ms) SAVEPOINT active_record_1
1539
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1540
-  (0.0ms) rollback transaction
1541
-  (0.0ms) begin transaction
1542
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1543
-  (0.0ms) SAVEPOINT active_record_1
1544
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1545
-  (0.0ms) rollback transaction
1546
-  (0.0ms) begin transaction
1547
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1548
-  (0.0ms) SAVEPOINT active_record_1
1549
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1550
-  (0.0ms) rollback transaction
1551
-  (0.0ms) begin transaction
1552
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1553
-  (0.0ms) SAVEPOINT active_record_1
1554
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1555
-  (0.0ms) rollback transaction
1556
-  (0.0ms) begin transaction
1557
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1558
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1559
- Processing by PhonesController#create as HTML
1560
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1561
-  (0.0ms) SAVEPOINT active_record_1
1562
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00]]
1563
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1564
- Redirected to http://test.host/phones/703612350
1565
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
1566
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1567
-  (0.1ms) rollback transaction
1568
-  (0.0ms) begin transaction
1569
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1570
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1571
- Processing by PhonesController#destroy as HTML
1572
- Parameters: {"id"=>"450723037"}
1573
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1574
-  (0.0ms) SAVEPOINT active_record_1
1575
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1576
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1577
- Redirected to http://test.host/phones
1578
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
1579
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1580
-  (0.0ms) rollback transaction
1581
-  (0.0ms) begin transaction
1582
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1583
- Processing by PhonesController#edit as HTML
1584
- Parameters: {"id"=>"450723037"}
1585
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1586
- Rendered phones/_form.html.erb (1.8ms)
1587
- Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)
1588
-  (0.1ms) rollback transaction
1589
-  (0.0ms) begin transaction
1590
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1591
- Processing by PhonesController#index as HTML
1592
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1593
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
1594
-  (0.0ms) rollback transaction
1595
-  (0.0ms) begin transaction
1596
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1597
- Processing by PhonesController#new as HTML
1598
- Rendered phones/_form.html.erb (1.1ms)
1599
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1600
-  (0.0ms) rollback transaction
1601
-  (0.0ms) begin transaction
1602
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1603
- Processing by PhonesController#show as HTML
1604
- Parameters: {"id"=>"450723037"}
1605
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1606
- Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
1607
-  (0.1ms) rollback transaction
1608
-  (0.0ms) begin transaction
1609
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1610
- Processing by PhonesController#update as HTML
1611
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1612
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1613
-  (0.0ms) SAVEPOINT active_record_1
1614
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1615
- Redirected to http://test.host/phones/450723037
1616
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1617
-  (0.0ms) rollback transaction
1618
- Connecting to database specified by database.yml
1619
-  (0.2ms) begin transaction
1620
- Fixture Delete (0.1ms) DELETE FROM "phones"
1621
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 450723037)
1622
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 667262234)
1623
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 512636273)
1624
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 23760034)
1625
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 703612349)
1626
-  (6.2ms) commit transaction
1627
-  (0.0ms) begin transaction
1628
- Phone Load (0.7ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1629
-  (0.0ms) SAVEPOINT active_record_1
1630
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1631
-  (0.0ms) rollback transaction
1632
-  (0.0ms) begin transaction
1633
-  (0.0ms) SAVEPOINT active_record_1
1634
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1635
-  (0.0ms) rollback transaction
1636
-  (0.0ms) begin transaction
1637
-  (0.0ms) SAVEPOINT active_record_1
1638
- SQL (0.8ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00]]
1639
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1640
-  (0.1ms) rollback transaction
1641
-  (0.0ms) begin transaction
1642
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1643
-  (0.0ms) SAVEPOINT active_record_1
1644
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1645
-  (0.0ms) rollback transaction
1646
-  (0.0ms) begin transaction
1647
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1648
-  (0.0ms) SAVEPOINT active_record_1
1649
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1650
-  (0.0ms) rollback transaction
1651
-  (0.0ms) begin transaction
1652
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1653
-  (0.0ms) SAVEPOINT active_record_1
1654
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1655
-  (0.0ms) rollback transaction
1656
-  (0.0ms) begin transaction
1657
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1658
-  (0.0ms) SAVEPOINT active_record_1
1659
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1660
-  (0.0ms) rollback transaction
1661
-  (0.1ms) begin transaction
1662
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1663
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1664
- Processing by PhonesController#create as HTML
1665
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1666
-  (0.0ms) SAVEPOINT active_record_1
1667
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00]]
1668
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1669
- Redirected to http://test.host/phones/703612350
1670
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
1671
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1672
-  (0.1ms) rollback transaction
1673
-  (0.0ms) begin transaction
1674
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1675
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1676
- Processing by PhonesController#destroy as HTML
1677
- Parameters: {"id"=>"450723037"}
1678
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1679
-  (0.0ms) SAVEPOINT active_record_1
1680
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1681
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1682
- Redirected to http://test.host/phones
1683
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
1684
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1685
-  (0.0ms) rollback transaction
1686
-  (0.0ms) begin transaction
1687
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1688
- Processing by PhonesController#edit as HTML
1689
- Parameters: {"id"=>"450723037"}
1690
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1691
- Rendered phones/_form.html.erb (1.9ms)
1692
- Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)
1693
-  (0.1ms) rollback transaction
1694
-  (0.0ms) begin transaction
1695
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1696
- Processing by PhonesController#index as HTML
1697
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1698
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
1699
-  (0.0ms) rollback transaction
1700
-  (0.0ms) begin transaction
1701
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1702
- Processing by PhonesController#new as HTML
1703
- Rendered phones/_form.html.erb (1.1ms)
1704
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1705
-  (0.0ms) rollback transaction
1706
-  (0.0ms) begin transaction
1707
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1708
- Processing by PhonesController#show as HTML
1709
- Parameters: {"id"=>"450723037"}
1710
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1711
- Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
1712
-  (0.1ms) rollback transaction
1713
-  (0.0ms) begin transaction
1714
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1715
- Processing by PhonesController#update as HTML
1716
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1717
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1718
-  (0.0ms) SAVEPOINT active_record_1
1719
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1720
- Redirected to http://test.host/phones/450723037
1721
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1722
-  (0.0ms) rollback transaction
1723
- Connecting to database specified by database.yml
1724
-  (0.2ms) begin transaction
1725
- Fixture Delete (0.1ms) DELETE FROM "phones"
1726
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 450723037)
1727
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 667262234)
1728
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 512636273)
1729
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 23760034)
1730
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 703612349)
1731
-  (4.1ms) commit transaction
1732
-  (0.1ms) begin transaction
1733
- Phone Load (1.4ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1734
-  (0.1ms) SAVEPOINT active_record_1
1735
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1736
-  (0.0ms) rollback transaction
1737
-  (0.0ms) begin transaction
1738
-  (0.0ms) SAVEPOINT active_record_1
1739
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1740
-  (0.0ms) rollback transaction
1741
-  (0.0ms) begin transaction
1742
-  (0.0ms) SAVEPOINT active_record_1
1743
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00]]
1744
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1745
-  (0.1ms) rollback transaction
1746
-  (0.0ms) begin transaction
1747
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1748
-  (0.0ms) SAVEPOINT active_record_1
1749
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1750
-  (0.0ms) rollback transaction
1751
-  (0.0ms) begin transaction
1752
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1753
-  (0.0ms) SAVEPOINT active_record_1
1754
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1755
-  (0.0ms) rollback transaction
1756
-  (0.0ms) begin transaction
1757
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1758
-  (0.0ms) SAVEPOINT active_record_1
1759
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1760
-  (0.0ms) rollback transaction
1761
-  (0.0ms) begin transaction
1762
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1763
-  (0.0ms) SAVEPOINT active_record_1
1764
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1765
-  (0.0ms) rollback transaction
1766
-  (0.1ms) begin transaction
1767
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1768
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1769
- Processing by PhonesController#create as HTML
1770
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1771
-  (0.0ms) SAVEPOINT active_record_1
1772
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00]]
1773
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1774
- Redirected to http://test.host/phones/703612350
1775
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1776
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1777
-  (0.1ms) rollback transaction
1778
-  (0.0ms) begin transaction
1779
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1780
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1781
- Processing by PhonesController#destroy as HTML
1782
- Parameters: {"id"=>"450723037"}
1783
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1784
-  (0.0ms) SAVEPOINT active_record_1
1785
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1786
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1787
- Redirected to http://test.host/phones
1788
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
1789
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1790
-  (0.1ms) rollback transaction
1791
-  (0.0ms) begin transaction
1792
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1793
- Processing by PhonesController#edit as HTML
1794
- Parameters: {"id"=>"450723037"}
1795
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1796
- Rendered phones/_form.html.erb (1.9ms)
1797
- Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms)
1798
-  (0.1ms) rollback transaction
1799
-  (0.0ms) begin transaction
1800
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1801
- Processing by PhonesController#index as HTML
1802
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1803
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
1804
-  (0.0ms) rollback transaction
1805
-  (0.0ms) begin transaction
1806
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1807
- Processing by PhonesController#new as HTML
1808
- Rendered phones/_form.html.erb (1.1ms)
1809
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1810
-  (0.0ms) rollback transaction
1811
-  (0.0ms) begin transaction
1812
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1813
- Processing by PhonesController#show as HTML
1814
- Parameters: {"id"=>"450723037"}
1815
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1816
- Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
1817
-  (0.1ms) rollback transaction
1818
-  (0.0ms) begin transaction
1819
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1820
- Processing by PhonesController#update as HTML
1821
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1822
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1823
-  (0.0ms) SAVEPOINT active_record_1
1824
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1825
- Redirected to http://test.host/phones/450723037
1826
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1827
-  (0.0ms) rollback transaction
1828
- Connecting to database specified by database.yml
1829
-  (0.2ms) begin transaction
1830
- Fixture Delete (0.1ms) DELETE FROM "phones"
1831
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 450723037)
1832
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 667262234)
1833
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 512636273)
1834
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 23760034)
1835
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 703612349)
1836
-  (2.6ms) commit transaction
1837
-  (0.0ms) begin transaction
1838
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1839
-  (0.1ms) SAVEPOINT active_record_1
1840
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1841
-  (0.0ms) rollback transaction
1842
-  (0.0ms) begin transaction
1843
-  (0.0ms) SAVEPOINT active_record_1
1844
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1845
-  (0.0ms) rollback transaction
1846
-  (0.0ms) begin transaction
1847
-  (0.0ms) SAVEPOINT active_record_1
1848
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00]]
1849
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1850
-  (0.1ms) rollback transaction
1851
-  (0.0ms) begin transaction
1852
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1853
-  (0.0ms) SAVEPOINT active_record_1
1854
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1855
-  (0.0ms) rollback transaction
1856
-  (0.0ms) begin transaction
1857
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1858
-  (0.0ms) SAVEPOINT active_record_1
1859
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1860
-  (0.0ms) rollback transaction
1861
-  (0.0ms) begin transaction
1862
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1863
-  (0.0ms) SAVEPOINT active_record_1
1864
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1865
-  (0.0ms) rollback transaction
1866
-  (0.0ms) begin transaction
1867
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1868
-  (0.0ms) SAVEPOINT active_record_1
1869
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1870
-  (0.0ms) rollback transaction
1871
-  (0.1ms) begin transaction
1872
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1873
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1874
- Processing by PhonesController#create as HTML
1875
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1876
-  (0.0ms) SAVEPOINT active_record_1
1877
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00]]
1878
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1879
- Redirected to http://test.host/phones/703612350
1880
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
1881
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1882
-  (0.1ms) rollback transaction
1883
-  (0.0ms) begin transaction
1884
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1885
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1886
- Processing by PhonesController#destroy as HTML
1887
- Parameters: {"id"=>"450723037"}
1888
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1889
-  (0.0ms) SAVEPOINT active_record_1
1890
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1891
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1892
- Redirected to http://test.host/phones
1893
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
1894
-  (0.0ms) SELECT COUNT(*) FROM "phones"
1895
-  (0.1ms) rollback transaction
1896
-  (0.0ms) begin transaction
1897
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1898
- Processing by PhonesController#edit as HTML
1899
- Parameters: {"id"=>"450723037"}
1900
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1901
- Rendered phones/_form.html.erb (1.9ms)
1902
- Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)
1903
-  (0.1ms) rollback transaction
1904
-  (0.0ms) begin transaction
1905
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1906
- Processing by PhonesController#index as HTML
1907
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
1908
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
1909
-  (0.0ms) rollback transaction
1910
-  (0.0ms) begin transaction
1911
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1912
- Processing by PhonesController#new as HTML
1913
- Rendered phones/_form.html.erb (1.1ms)
1914
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1915
-  (0.0ms) rollback transaction
1916
-  (0.0ms) begin transaction
1917
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1918
- Processing by PhonesController#show as HTML
1919
- Parameters: {"id"=>"450723037"}
1920
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1921
- Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
1922
-  (0.1ms) rollback transaction
1923
-  (0.0ms) begin transaction
1924
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1925
- Processing by PhonesController#update as HTML
1926
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
1927
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1928
-  (0.0ms) SAVEPOINT active_record_1
1929
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1930
- Redirected to http://test.host/phones/450723037
1931
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
1932
-  (0.0ms) rollback transaction
1933
- Connecting to database specified by database.yml
1934
-  (0.2ms) begin transaction
1935
- Fixture Delete (0.1ms) DELETE FROM "phones"
1936
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 450723037)
1937
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 667262234)
1938
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 512636273)
1939
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 23760034)
1940
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 703612349)
1941
-  (10.4ms) commit transaction
1942
-  (0.1ms) begin transaction
1943
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
1944
-  (0.1ms) SAVEPOINT active_record_1
1945
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1946
-  (0.0ms) rollback transaction
1947
-  (0.0ms) begin transaction
1948
-  (0.0ms) SAVEPOINT active_record_1
1949
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1950
-  (0.0ms) rollback transaction
1951
-  (0.0ms) begin transaction
1952
-  (0.0ms) SAVEPOINT active_record_1
1953
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00]]
1954
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1955
-  (0.1ms) rollback transaction
1956
-  (0.0ms) begin transaction
1957
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1958
-  (0.0ms) SAVEPOINT active_record_1
1959
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1960
-  (0.0ms) rollback transaction
1961
-  (0.0ms) begin transaction
1962
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
1963
-  (0.0ms) SAVEPOINT active_record_1
1964
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1965
-  (0.0ms) rollback transaction
1966
-  (0.0ms) begin transaction
1967
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
1968
-  (0.0ms) SAVEPOINT active_record_1
1969
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1970
-  (0.0ms) rollback transaction
1971
-  (0.0ms) begin transaction
1972
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
1973
-  (0.0ms) SAVEPOINT active_record_1
1974
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1975
-  (0.0ms) rollback transaction
1976
-  (0.1ms) begin transaction
1977
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1978
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
1979
- Processing by PhonesController#create as HTML
1980
- Parameters: {"phone"=>{"number"=>"972541234567"}}
1981
-  (0.0ms) SAVEPOINT active_record_1
1982
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00]]
1983
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1984
- Redirected to http://test.host/phones/703612350
1985
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1986
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1987
-  (0.1ms) rollback transaction
1988
-  (0.0ms) begin transaction
1989
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
1990
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
1991
- Processing by PhonesController#destroy as HTML
1992
- Parameters: {"id"=>"450723037"}
1993
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
1994
-  (0.0ms) SAVEPOINT active_record_1
1995
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
1996
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1997
- Redirected to http://test.host/phones
1998
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
1999
-  (0.0ms) SELECT COUNT(*) FROM "phones"
2000
-  (0.0ms) rollback transaction
2001
-  (0.0ms) begin transaction
2002
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2003
- Processing by PhonesController#edit as HTML
2004
- Parameters: {"id"=>"450723037"}
2005
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2006
- Rendered phones/_form.html.erb (1.9ms)
2007
- Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.0ms)
2008
-  (0.1ms) rollback transaction
2009
-  (0.0ms) begin transaction
2010
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2011
- Processing by PhonesController#index as HTML
2012
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
2013
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
2014
-  (0.0ms) rollback transaction
2015
-  (0.0ms) begin transaction
2016
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2017
- Processing by PhonesController#new as HTML
2018
- Rendered phones/_form.html.erb (1.2ms)
2019
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
2020
-  (0.0ms) rollback transaction
2021
-  (0.0ms) begin transaction
2022
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2023
- Processing by PhonesController#show as HTML
2024
- Parameters: {"id"=>"450723037"}
2025
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2026
- Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
2027
-  (0.0ms) rollback transaction
2028
-  (0.0ms) begin transaction
2029
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2030
- Processing by PhonesController#update as HTML
2031
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
2032
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2033
-  (0.0ms) SAVEPOINT active_record_1
2034
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2035
- Redirected to http://test.host/phones/450723037
2036
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
2037
-  (0.0ms) rollback transaction
2038
- Connecting to database specified by database.yml
2039
-  (0.2ms) begin transaction
2040
- Fixture Delete (0.1ms) DELETE FROM "phones"
2041
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 450723037)
2042
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 667262234)
2043
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 512636273)
2044
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 23760034)
2045
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 703612349)
2046
-  (6.4ms) commit transaction
2047
-  (0.1ms) begin transaction
2048
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
2049
-  (0.1ms) SAVEPOINT active_record_1
2050
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2051
-  (0.0ms) rollback transaction
2052
-  (0.0ms) begin transaction
2053
-  (0.0ms) SAVEPOINT active_record_1
2054
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2055
-  (0.0ms) rollback transaction
2056
-  (0.0ms) begin transaction
2057
-  (0.0ms) SAVEPOINT active_record_1
2058
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00]]
2059
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2060
-  (0.1ms) rollback transaction
2061
-  (0.0ms) begin transaction
2062
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2063
-  (0.0ms) SAVEPOINT active_record_1
2064
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2065
-  (0.0ms) rollback transaction
2066
-  (0.0ms) begin transaction
2067
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
2068
-  (0.0ms) SAVEPOINT active_record_1
2069
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2070
-  (0.0ms) rollback transaction
2071
-  (0.0ms) begin transaction
2072
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
2073
-  (0.0ms) SAVEPOINT active_record_1
2074
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2075
-  (0.0ms) rollback transaction
2076
-  (0.0ms) begin transaction
2077
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
2078
-  (0.0ms) SAVEPOINT active_record_1
2079
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2080
-  (0.0ms) rollback transaction
2081
-  (0.1ms) begin transaction
2082
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2083
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2084
- Processing by PhonesController#create as HTML
2085
- Parameters: {"phone"=>{"number"=>"972541234567"}}
2086
-  (0.0ms) SAVEPOINT active_record_1
2087
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00]]
2088
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2089
- Redirected to http://test.host/phones/703612350
2090
- Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
2091
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2092
-  (0.1ms) rollback transaction
2093
-  (0.0ms) begin transaction
2094
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2095
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2096
- Processing by PhonesController#destroy as HTML
2097
- Parameters: {"id"=>"450723037"}
2098
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2099
-  (0.0ms) SAVEPOINT active_record_1
2100
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
2101
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2102
- Redirected to http://test.host/phones
2103
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
2104
-  (0.0ms) SELECT COUNT(*) FROM "phones"
2105
-  (0.0ms) rollback transaction
2106
-  (0.0ms) begin transaction
2107
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2108
- Processing by PhonesController#edit as HTML
2109
- Parameters: {"id"=>"450723037"}
2110
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2111
- Rendered phones/_form.html.erb (2.0ms)
2112
- Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)
2113
-  (0.1ms) rollback transaction
2114
-  (0.0ms) begin transaction
2115
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2116
- Processing by PhonesController#index as HTML
2117
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
2118
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
2119
-  (0.0ms) rollback transaction
2120
-  (0.0ms) begin transaction
2121
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2122
- Processing by PhonesController#new as HTML
2123
- Rendered phones/_form.html.erb (1.2ms)
2124
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
2125
-  (0.0ms) rollback transaction
2126
-  (0.0ms) begin transaction
2127
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2128
- Processing by PhonesController#show as HTML
2129
- Parameters: {"id"=>"450723037"}
2130
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2131
- Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
2132
-  (0.1ms) rollback transaction
2133
-  (0.0ms) begin transaction
2134
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2135
- Processing by PhonesController#update as HTML
2136
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
2137
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2138
-  (0.0ms) SAVEPOINT active_record_1
2139
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2140
- Redirected to http://test.host/phones/450723037
2141
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
2142
-  (0.0ms) rollback transaction
2143
- Connecting to database specified by database.yml
2144
-  (0.2ms) begin transaction
2145
- Fixture Delete (0.1ms) DELETE FROM "phones"
2146
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-14 10:43:04', '2013-10-14 10:43:04', 450723037)
2147
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-14 10:43:04', '2013-10-14 10:43:04', 667262234)
2148
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-14 10:43:04', '2013-10-14 10:43:04', 512636273)
2149
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-14 10:43:04', '2013-10-14 10:43:04', 23760034)
2150
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-14 10:43:04', '2013-10-14 10:43:04', 703612349)
2151
-  (6.0ms) commit transaction
2152
-  (0.1ms) begin transaction
2153
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
2154
-  (0.1ms) SAVEPOINT active_record_1
2155
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2156
-  (0.0ms) rollback transaction
2157
-  (0.0ms) begin transaction
2158
-  (0.0ms) SAVEPOINT active_record_1
2159
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2160
-  (0.1ms) rollback transaction
2161
-  (0.0ms) begin transaction
2162
-  (0.0ms) SAVEPOINT active_record_1
2163
- SQL (2.6ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 14 Oct 2013 10:43:05 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Mon, 14 Oct 2013 10:43:05 UTC +00:00]]
2164
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2165
-  (0.1ms) rollback transaction
2166
-  (0.0ms) begin transaction
2167
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2168
-  (0.0ms) SAVEPOINT active_record_1
2169
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2170
-  (0.0ms) rollback transaction
2171
-  (0.0ms) begin transaction
2172
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
2173
-  (0.0ms) SAVEPOINT active_record_1
2174
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2175
-  (0.0ms) rollback transaction
2176
-  (0.0ms) begin transaction
2177
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
2178
-  (0.0ms) SAVEPOINT active_record_1
2179
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2180
-  (0.0ms) rollback transaction
2181
-  (0.0ms) begin transaction
2182
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
2183
-  (0.0ms) SAVEPOINT active_record_1
2184
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2185
-  (0.0ms) rollback transaction
2186
-  (0.1ms) begin transaction
2187
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2188
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2189
- Processing by PhonesController#create as HTML
2190
- Parameters: {"phone"=>{"number"=>"972541234567"}}
2191
-  (0.0ms) SAVEPOINT active_record_1
2192
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 14 Oct 2013 10:43:05 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Mon, 14 Oct 2013 10:43:05 UTC +00:00]]
2193
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2194
- Redirected to http://test.host/phones/703612350
2195
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
2196
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2197
-  (0.1ms) rollback transaction
2198
-  (0.0ms) begin transaction
2199
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2200
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2201
- Processing by PhonesController#destroy as HTML
2202
- Parameters: {"id"=>"450723037"}
2203
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2204
-  (0.0ms) SAVEPOINT active_record_1
2205
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
2206
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2207
- Redirected to http://test.host/phones
2208
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
2209
-  (0.0ms) SELECT COUNT(*) FROM "phones"
2210
-  (0.1ms) rollback transaction
2211
-  (0.0ms) begin transaction
2212
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2213
- Processing by PhonesController#edit as HTML
2214
- Parameters: {"id"=>"450723037"}
2215
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2216
- Rendered phones/_form.html.erb (1.9ms)
2217
- Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.0ms)
2218
-  (0.1ms) rollback transaction
2219
-  (0.0ms) begin transaction
2220
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2221
- Processing by PhonesController#index as HTML
2222
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
2223
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
2224
-  (0.0ms) rollback transaction
2225
-  (0.0ms) begin transaction
2226
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2227
- Processing by PhonesController#new as HTML
2228
- Rendered phones/_form.html.erb (1.1ms)
2229
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
2230
-  (0.0ms) rollback transaction
2231
-  (0.0ms) begin transaction
2232
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2233
- Processing by PhonesController#show as HTML
2234
- Parameters: {"id"=>"450723037"}
2235
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2236
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2237
-  (0.0ms) rollback transaction
2238
-  (0.0ms) begin transaction
2239
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2240
- Processing by PhonesController#update as HTML
2241
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
2242
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2243
-  (0.0ms) SAVEPOINT active_record_1
2244
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2245
- Redirected to http://test.host/phones/450723037
2246
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
2247
-  (0.0ms) rollback transaction
2248
- Connecting to database specified by database.yml
2249
-  (0.2ms) begin transaction
2250
- Fixture Delete (0.1ms) DELETE FROM "phones"
2251
- Fixture Insert (0.2ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-15 05:54:11', '2013-10-15 05:54:11', 450723037)
2252
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-15 05:54:11', '2013-10-15 05:54:11', 667262234)
2253
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-15 05:54:11', '2013-10-15 05:54:11', 512636273)
2254
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-15 05:54:11', '2013-10-15 05:54:11', 23760034)
2255
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-15 05:54:11', '2013-10-15 05:54:11', 703612349)
2256
-  (6.5ms) commit transaction
2257
-  (0.0ms) begin transaction
2258
- Phone Load (0.8ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
2259
-  (0.0ms) SAVEPOINT active_record_1
2260
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2261
-  (0.0ms) rollback transaction
2262
-  (0.0ms) begin transaction
2263
-  (0.0ms) SAVEPOINT active_record_1
2264
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2265
-  (0.0ms) rollback transaction
2266
-  (0.0ms) begin transaction
2267
-  (0.0ms) SAVEPOINT active_record_1
2268
- SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 15 Oct 2013 05:54:11 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 15 Oct 2013 05:54:11 UTC +00:00]]
2269
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2270
-  (0.1ms) rollback transaction
2271
-  (0.0ms) begin transaction
2272
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2273
-  (0.0ms) SAVEPOINT active_record_1
2274
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2275
-  (0.0ms) rollback transaction
2276
-  (0.0ms) begin transaction
2277
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
2278
-  (0.0ms) SAVEPOINT active_record_1
2279
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2280
-  (0.0ms) rollback transaction
2281
-  (0.0ms) begin transaction
2282
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
2283
-  (0.0ms) SAVEPOINT active_record_1
2284
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2285
-  (0.0ms) rollback transaction
2286
-  (0.0ms) begin transaction
2287
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
2288
-  (0.0ms) SAVEPOINT active_record_1
2289
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2290
-  (0.0ms) rollback transaction
2291
-  (0.1ms) begin transaction
2292
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2293
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2294
- Processing by PhonesController#create as HTML
2295
- Parameters: {"phone"=>{"number"=>"972541234567"}}
2296
-  (0.0ms) SAVEPOINT active_record_1
2297
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 15 Oct 2013 05:54:11 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 15 Oct 2013 05:54:11 UTC +00:00]]
2298
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2299
- Redirected to http://test.host/phones/703612350
2300
- Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
2301
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2302
-  (0.1ms) rollback transaction
2303
-  (0.0ms) begin transaction
2304
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2305
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2306
- Processing by PhonesController#destroy as HTML
2307
- Parameters: {"id"=>"450723037"}
2308
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2309
-  (0.0ms) SAVEPOINT active_record_1
2310
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
2311
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2312
- Redirected to http://test.host/phones
2313
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
2314
-  (0.0ms) SELECT COUNT(*) FROM "phones"
2315
-  (0.0ms) rollback transaction
2316
-  (0.0ms) begin transaction
2317
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2318
- Processing by PhonesController#edit as HTML
2319
- Parameters: {"id"=>"450723037"}
2320
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2321
- Rendered phones/_form.html.erb (1.8ms)
2322
- Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)
2323
-  (0.1ms) rollback transaction
2324
-  (0.0ms) begin transaction
2325
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2326
- Processing by PhonesController#index as HTML
2327
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
2328
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
2329
-  (0.0ms) rollback transaction
2330
-  (0.0ms) begin transaction
2331
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2332
- Processing by PhonesController#new as HTML
2333
- Rendered phones/_form.html.erb (1.1ms)
2334
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
2335
-  (0.0ms) rollback transaction
2336
-  (0.0ms) begin transaction
2337
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2338
- Processing by PhonesController#show as HTML
2339
- Parameters: {"id"=>"450723037"}
2340
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2341
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2342
-  (0.0ms) rollback transaction
2343
-  (0.0ms) begin transaction
2344
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2345
- Processing by PhonesController#update as HTML
2346
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
2347
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2348
-  (0.0ms) SAVEPOINT active_record_1
2349
-  (0.2ms) RELEASE SAVEPOINT active_record_1
2350
- Redirected to http://test.host/phones/450723037
2351
- Completed 302 Found in 19ms (ActiveRecord: 0.2ms)
2352
-  (0.0ms) rollback transaction
2353
- Connecting to database specified by database.yml
2354
-  (0.2ms) begin transaction
2355
- Fixture Delete (0.1ms) DELETE FROM "phones"
2356
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-11-25 07:00:09', '2013-11-25 07:00:09', 450723037)
2357
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-11-25 07:00:09', '2013-11-25 07:00:09', 667262234)
2358
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-11-25 07:00:09', '2013-11-25 07:00:09', 512636273)
2359
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-11-25 07:00:09', '2013-11-25 07:00:09', 23760034)
2360
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-11-25 07:00:09', '2013-11-25 07:00:09', 703612349)
2361
-  (5.1ms) commit transaction
2362
-  (0.0ms) begin transaction
2363
- Phone Load (0.7ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
2364
-  (0.0ms) SAVEPOINT active_record_1
2365
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2366
-  (0.0ms) rollback transaction
2367
-  (0.0ms) begin transaction
2368
-  (0.0ms) SAVEPOINT active_record_1
2369
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2370
-  (0.1ms) rollback transaction
2371
-  (0.0ms) begin transaction
2372
-  (0.0ms) SAVEPOINT active_record_1
2373
- SQL (1.6ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 25 Nov 2013 07:00:10 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Mon, 25 Nov 2013 07:00:10 UTC +00:00]]
2374
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2375
-  (0.1ms) rollback transaction
2376
-  (0.0ms) begin transaction
2377
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2378
-  (0.0ms) SAVEPOINT active_record_1
2379
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2380
-  (0.0ms) rollback transaction
2381
-  (0.0ms) begin transaction
2382
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
2383
-  (0.0ms) SAVEPOINT active_record_1
2384
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2385
-  (0.0ms) rollback transaction
2386
-  (0.0ms) begin transaction
2387
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
2388
-  (0.0ms) SAVEPOINT active_record_1
2389
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2390
-  (0.0ms) rollback transaction
2391
-  (0.0ms) begin transaction
2392
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
2393
-  (0.0ms) SAVEPOINT active_record_1
2394
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2395
-  (0.0ms) rollback transaction
2396
-  (0.0ms) begin transaction
2397
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2398
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2399
- Processing by PhonesController#create as HTML
2400
- Parameters: {"phone"=>{"number"=>"972541234567"}}
2401
-  (0.1ms) SAVEPOINT active_record_1
2402
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 25 Nov 2013 07:00:10 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Mon, 25 Nov 2013 07:00:10 UTC +00:00]]
2403
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2404
- Redirected to http://test.host/phones/703612350
2405
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
2406
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2407
-  (0.1ms) rollback transaction
2408
-  (0.0ms) begin transaction
2409
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2410
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2411
- Processing by PhonesController#destroy as HTML
2412
- Parameters: {"id"=>"450723037"}
2413
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2414
-  (0.0ms) SAVEPOINT active_record_1
2415
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
2416
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2417
- Redirected to http://test.host/phones
2418
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
2419
-  (0.0ms) SELECT COUNT(*) FROM "phones"
2420
-  (0.1ms) rollback transaction
2421
-  (0.0ms) begin transaction
2422
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2423
- Processing by PhonesController#edit as HTML
2424
- Parameters: {"id"=>"450723037"}
2425
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2426
- Rendered phones/_form.html.erb (2.0ms)
2427
- Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.0ms)
2428
-  (0.1ms) rollback transaction
2429
-  (0.0ms) begin transaction
2430
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2431
- Processing by PhonesController#index as HTML
2432
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
2433
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
2434
-  (0.0ms) rollback transaction
2435
-  (0.0ms) begin transaction
2436
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2437
- Processing by PhonesController#new as HTML
2438
- Rendered phones/_form.html.erb (1.2ms)
2439
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2440
-  (0.0ms) rollback transaction
2441
-  (0.0ms) begin transaction
2442
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2443
- Processing by PhonesController#show as HTML
2444
- Parameters: {"id"=>"450723037"}
2445
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2446
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
2447
-  (0.0ms) rollback transaction
2448
-  (0.0ms) begin transaction
2449
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2450
- Processing by PhonesController#update as HTML
2451
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
2452
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2453
-  (0.0ms) SAVEPOINT active_record_1
2454
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2455
- Redirected to http://test.host/phones/450723037
2456
- Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
2457
-  (0.1ms) rollback transaction
2458
- Connecting to database specified by database.yml
2459
-  (0.2ms) begin transaction
2460
- Fixture Delete (0.1ms) DELETE FROM "phones"
2461
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-12-29 07:22:22', '2013-12-29 07:22:22', 450723037)
2462
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-12-29 07:22:22', '2013-12-29 07:22:22', 667262234)
2463
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-12-29 07:22:22', '2013-12-29 07:22:22', 512636273)
2464
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-12-29 07:22:22', '2013-12-29 07:22:22', 23760034)
2465
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-12-29 07:22:22', '2013-12-29 07:22:22', 703612349)
2466
-  (5.9ms) commit transaction
2467
-  (0.1ms) begin transaction
2468
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
2469
-  (0.1ms) SAVEPOINT active_record_1
2470
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2471
-  (0.0ms) rollback transaction
2472
-  (0.0ms) begin transaction
2473
-  (0.0ms) SAVEPOINT active_record_1
2474
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2475
-  (0.0ms) rollback transaction
2476
-  (0.0ms) begin transaction
2477
-  (0.0ms) SAVEPOINT active_record_1
2478
- SQL (0.9ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 29 Dec 2013 07:22:23 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Sun, 29 Dec 2013 07:22:23 UTC +00:00]]
2479
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2480
-  (0.0ms) rollback transaction
2481
-  (0.0ms) begin transaction
2482
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2483
-  (0.0ms) SAVEPOINT active_record_1
2484
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2485
-  (0.0ms) rollback transaction
2486
-  (0.0ms) begin transaction
2487
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
2488
-  (0.0ms) SAVEPOINT active_record_1
2489
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2490
-  (0.0ms) rollback transaction
2491
-  (0.0ms) begin transaction
2492
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
2493
-  (0.0ms) SAVEPOINT active_record_1
2494
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2495
-  (0.0ms) rollback transaction
2496
-  (0.0ms) begin transaction
2497
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
2498
-  (0.0ms) SAVEPOINT active_record_1
2499
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2500
-  (0.0ms) rollback transaction
2501
-  (0.1ms) begin transaction
2502
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2503
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2504
- Processing by PhonesController#create as HTML
2505
- Parameters: {"phone"=>{"number"=>"972541234567"}}
2506
-  (0.0ms) SAVEPOINT active_record_1
2507
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 29 Dec 2013 07:22:24 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Sun, 29 Dec 2013 07:22:24 UTC +00:00]]
2508
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2509
- Redirected to http://test.host/phones/703612350
2510
- Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
2511
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2512
-  (0.1ms) rollback transaction
2513
-  (0.0ms) begin transaction
2514
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2515
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2516
- Processing by PhonesController#destroy as HTML
2517
- Parameters: {"id"=>"450723037"}
2518
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2519
-  (0.0ms) SAVEPOINT active_record_1
2520
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
2521
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2522
- Redirected to http://test.host/phones
2523
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
2524
-  (0.0ms) SELECT COUNT(*) FROM "phones"
2525
-  (0.0ms) rollback transaction
2526
-  (0.0ms) begin transaction
2527
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2528
- Processing by PhonesController#edit as HTML
2529
- Parameters: {"id"=>"450723037"}
2530
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2531
- Rendered phones/_form.html.erb (1.8ms)
2532
- Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)
2533
-  (0.1ms) rollback transaction
2534
-  (0.0ms) begin transaction
2535
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2536
- Processing by PhonesController#index as HTML
2537
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
2538
- Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
2539
-  (0.0ms) rollback transaction
2540
-  (0.0ms) begin transaction
2541
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2542
- Processing by PhonesController#new as HTML
2543
- Rendered phones/_form.html.erb (1.1ms)
2544
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2545
-  (0.0ms) rollback transaction
2546
-  (0.0ms) begin transaction
2547
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2548
- Processing by PhonesController#show as HTML
2549
- Parameters: {"id"=>"450723037"}
2550
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2551
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2552
-  (0.0ms) rollback transaction
2553
-  (0.0ms) begin transaction
2554
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2555
- Processing by PhonesController#update as HTML
2556
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
2557
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2558
-  (0.0ms) SAVEPOINT active_record_1
2559
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2560
- Redirected to http://test.host/phones/450723037
2561
- Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
2562
-  (0.0ms) rollback transaction
2563
- Connecting to database specified by database.yml
2564
-  (0.2ms) begin transaction
2565
- Fixture Delete (0.1ms) DELETE FROM "phones"
2566
- Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2014-01-09 06:45:42', '2014-01-09 06:45:42', 450723037)
2567
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2014-01-09 06:45:42', '2014-01-09 06:45:42', 667262234)
2568
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2014-01-09 06:45:42', '2014-01-09 06:45:42', 512636273)
2569
- Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2014-01-09 06:45:42', '2014-01-09 06:45:42', 23760034)
2570
- Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2014-01-09 06:45:42', '2014-01-09 06:45:42', 703612349)
2571
-  (9.9ms) commit transaction
2572
-  (0.1ms) begin transaction
2573
- Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]]
2574
-  (0.1ms) SAVEPOINT active_record_1
2575
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2576
-  (0.0ms) rollback transaction
2577
-  (0.0ms) begin transaction
2578
-  (0.0ms) SAVEPOINT active_record_1
2579
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2580
-  (0.0ms) rollback transaction
2581
-  (0.0ms) begin transaction
2582
-  (0.0ms) SAVEPOINT active_record_1
2583
- SQL (0.6ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 09 Jan 2014 06:45:42 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 09 Jan 2014 06:45:42 UTC +00:00]]
2584
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2585
-  (0.1ms) rollback transaction
2586
-  (0.0ms) begin transaction
2587
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2588
-  (0.0ms) SAVEPOINT active_record_1
2589
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2590
-  (0.0ms) rollback transaction
2591
-  (0.0ms) begin transaction
2592
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]]
2593
-  (0.0ms) SAVEPOINT active_record_1
2594
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2595
-  (0.0ms) rollback transaction
2596
-  (0.0ms) begin transaction
2597
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]]
2598
-  (0.0ms) SAVEPOINT active_record_1
2599
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2600
-  (0.0ms) rollback transaction
2601
-  (0.0ms) begin transaction
2602
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]]
2603
-  (0.0ms) SAVEPOINT active_record_1
2604
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2605
-  (0.0ms) rollback transaction
2606
-  (0.0ms) begin transaction
2607
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2608
-  (0.1ms) SELECT COUNT(*) FROM "phones" 
2609
- Processing by PhonesController#create as HTML
2610
- Parameters: {"phone"=>{"number"=>"972541234567"}}
2611
-  (0.0ms) SAVEPOINT active_record_1
2612
- SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 09 Jan 2014 06:45:43 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 09 Jan 2014 06:45:43 UTC +00:00]]
2613
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2614
- Redirected to http://test.host/phones/703612350
2615
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
2616
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2617
-  (0.1ms) rollback transaction
2618
-  (0.0ms) begin transaction
2619
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2620
-  (0.0ms) SELECT COUNT(*) FROM "phones" 
2621
- Processing by PhonesController#destroy as HTML
2622
- Parameters: {"id"=>"450723037"}
2623
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2624
-  (0.0ms) SAVEPOINT active_record_1
2625
- SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]]
2626
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2627
- Redirected to http://test.host/phones
2628
- Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
2629
-  (0.0ms) SELECT COUNT(*) FROM "phones"
2630
-  (0.0ms) rollback transaction
2631
-  (0.0ms) begin transaction
2632
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2633
- Processing by PhonesController#edit as HTML
2634
- Parameters: {"id"=>"450723037"}
2635
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2636
- Rendered phones/_form.html.erb (1.8ms)
2637
- Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)
2638
-  (0.1ms) rollback transaction
2639
-  (0.0ms) begin transaction
2640
- Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2641
- Processing by PhonesController#index as HTML
2642
- Phone Load (0.1ms) SELECT "phones".* FROM "phones"
2643
- Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
2644
-  (0.0ms) rollback transaction
2645
-  (0.0ms) begin transaction
2646
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2647
- Processing by PhonesController#new as HTML
2648
- Rendered phones/_form.html.erb (1.1ms)
2649
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
2650
-  (0.0ms) rollback transaction
2651
-  (0.0ms) begin transaction
2652
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2653
- Processing by PhonesController#show as HTML
2654
- Parameters: {"id"=>"450723037"}
2655
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2656
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2657
-  (0.0ms) rollback transaction
2658
-  (0.0ms) begin transaction
2659
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]]
2660
- Processing by PhonesController#update as HTML
2661
- Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"}
2662
- Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]]
2663
-  (0.0ms) SAVEPOINT active_record_1
2664
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2665
- Redirected to http://test.host/phones/450723037
2666
- Completed 302 Found in 4ms (ActiveRecord: 0.1ms)
2667
-  (0.0ms) rollback transaction