leads_to_highrise 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,3 +13,63 @@ LeadsToHighriseTest: test_truth
13
13
  LeadsToHighriseTest: test_truth
14
14
  -------------------------------
15
15
   (0.0ms) rollback transaction
16
+  (78.7ms) CREATE TABLE "leads_to_highrise_leads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "email" varchar(255), "company" varchar(255), "job_title" varchar(255), "phone" varchar(255), "website" varchar(255), "created_at" datetime, "updated_at" datetime) 
17
+  (32.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime, "highrise_site" varchar(255), "highrise_user" varchar(255))
18
+  (0.3ms) select sqlite_version(*)
19
+  (67.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
20
+  (16.3ms)  SELECT sql
21
+ FROM sqlite_master
22
+ WHERE name='index_users_on_email' AND type='index'
23
+ UNION ALL
24
+ SELECT sql
25
+ FROM sqlite_temp_master
26
+ WHERE name='index_users_on_email' AND type='index'
27
+ 
28
+  (93.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
29
+  (95.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
30
+  (55.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
31
+  (17.7ms) SELECT version FROM "schema_migrations"
32
+  (28.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140416021234')
33
+  (61.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140416000345')
34
+ ActiveRecord::SchemaMigration Load (8.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
35
+ ActiveRecord::SchemaMigration Load (6.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
36
+  (0.2ms) begin transaction
37
+ -------------------------------------------------------------
38
+ LeadsToHighrise::LeadsControllerTest: test_should_create_lead
39
+ -------------------------------------------------------------
40
+  (0.3ms) rollback transaction
41
+  (0.1ms) begin transaction
42
+ --------------------------------------------------------------
43
+ LeadsToHighrise::LeadsControllerTest: test_should_destroy_lead
44
+ --------------------------------------------------------------
45
+  (0.1ms) rollback transaction
46
+  (0.2ms) begin transaction
47
+ ----------------------------------------------------------
48
+ LeadsToHighrise::LeadsControllerTest: test_should_get_edit
49
+ ----------------------------------------------------------
50
+  (0.2ms) rollback transaction
51
+  (0.2ms) begin transaction
52
+ -----------------------------------------------------------
53
+ LeadsToHighrise::LeadsControllerTest: test_should_get_index
54
+ -----------------------------------------------------------
55
+  (0.2ms) rollback transaction
56
+  (0.2ms) begin transaction
57
+ ---------------------------------------------------------
58
+ LeadsToHighrise::LeadsControllerTest: test_should_get_new
59
+ ---------------------------------------------------------
60
+  (0.3ms) rollback transaction
61
+  (0.2ms) begin transaction
62
+ -----------------------------------------------------------
63
+ LeadsToHighrise::LeadsControllerTest: test_should_show_lead
64
+ -----------------------------------------------------------
65
+  (0.2ms) rollback transaction
66
+  (0.6ms) begin transaction
67
+ -------------------------------------------------------------
68
+ LeadsToHighrise::LeadsControllerTest: test_should_update_lead
69
+ -------------------------------------------------------------
70
+  (0.1ms) rollback transaction
71
+  (0.3ms) begin transaction
72
+ -------------------------------
73
+ LeadsToHighriseTest: test_truth
74
+ -------------------------------
75
+  (0.3ms) rollback transaction
@@ -1,4 +1,4 @@
1
- require './test_helper'
1
+ require 'test_helper'
2
2
 
3
3
  class LeadsToHighriseTest < ActiveSupport::TestCase
4
4
  test "truth" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leads_to_highrise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Tripoloni
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: parslet
56
+ name: jquery-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ! '>='