spud_cms 0.8.14 → 0.8.15

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.
@@ -1,6 +1,8 @@
1
1
  class PagesController < ApplicationController
2
2
  caches_action :show, :if => Proc.new { |c| Spud::Cms.enable_action_caching }
3
3
 
4
+ respond_to :html
5
+
4
6
  # caches_page :show, :if => Proc.new { |c| Spud::Cms.enable_full_page_caching }
5
7
  after_filter({:only => [:show]}) do |c|
6
8
  return if !Spud::Cms.enable_full_page_caching
@@ -82,7 +84,7 @@ class PagesController < ApplicationController
82
84
  @inline = @page.spud_template.content
83
85
  end
84
86
 
85
- render :layout => layout, :content_type => :html
87
+ render :layout => layout
86
88
 
87
89
  end
88
90
 
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Cms
3
- VERSION = "0.8.14"
3
+ VERSION = "0.8.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.14
4
+ version: 0.8.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-11 00:00:00.000000000 Z
12
+ date: 2012-08-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -324,7 +324,6 @@ files:
324
324
  - spec/dummy/db/migrate/20120610123557_create_spud_user_settings.spud_core.rb
325
325
  - spec/dummy/db/migrate/20120610123615_add_site_id_to_spud_permalinks.spud_permalinks.rb
326
326
  - spec/dummy/db/schema.rb
327
- - spec/dummy/log/development.log
328
327
  - spec/dummy/public/404.html
329
328
  - spec/dummy/public/422.html
330
329
  - spec/dummy/public/500.html
@@ -351,7 +350,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
351
350
  version: '0'
352
351
  segments:
353
352
  - 0
354
- hash: -1245758938193748243
353
+ hash: -992118473304497830
355
354
  required_rubygems_version: !ruby/object:Gem::Requirement
356
355
  none: false
357
356
  requirements:
@@ -360,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
360
359
  version: '0'
361
360
  segments:
362
361
  - 0
363
- hash: -1245758938193748243
362
+ hash: -992118473304497830
364
363
  requirements: []
365
364
  rubyforge_project:
366
365
  rubygems_version: 1.8.24
@@ -399,7 +398,6 @@ test_files:
399
398
  - spec/dummy/db/migrate/20120610123557_create_spud_user_settings.spud_core.rb
400
399
  - spec/dummy/db/migrate/20120610123615_add_site_id_to_spud_permalinks.spud_permalinks.rb
401
400
  - spec/dummy/db/schema.rb
402
- - spec/dummy/log/development.log
403
401
  - spec/dummy/public/404.html
404
402
  - spec/dummy/public/422.html
405
403
  - spec/dummy/public/500.html
@@ -1,167 +0,0 @@
1
-  (0.5ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2
- Migrating to CreateSpudPages (20120101192412)
3
- Migrating to CreateSpudMenus (20120101193138)
4
- Migrating to CreateSpudMenuItems (20120101193255)
5
- Migrating to CreateSpudTemplates (20120101194124)
6
- Migrating to CreateSpudPagePartials (20120103034659)
7
- Migrating to AddVisibilityToSpudPages (20120104194032)
8
- Migrating to AddMenuNameToSpudMenuItems (20120107181337)
9
- Migrating to AddUseCustomUrlNameToSpudPages (20120111134754)
10
- Migrating to AddNotesToSpudPages (20120118141852)
11
- Migrating to AddMenuIdToSpudMenuItems (20120126232428)
12
- Migrating to AddClassesToSpudMenuItems (20120128163601)
13
- Migrating to CreateSpudAdminPermissions (20120307002859)
14
- Migrating to CreateSpudUsers (20120307002860)
15
- Migrating to CreateSpudPermalinks (20120307003559)
16
- Migrating to AddSiteIdToSpudPages (20120329132314)
17
- Migrating to AddSiteIdToSpudTemplates (20120329132322)
18
- Migrating to AddSiteIdToSpudMenus (20120329132330)
19
- Migrating to CreateSpudPagePartialRevisions (20120510195151)
20
- Migrating to AddTimeZoneToSpudUser (20120610123555)
21
-  (776.3ms) ALTER TABLE `spud_users` ADD `time_zone` varchar(255)
22
-  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123555')
23
- Migrating to AddScopeToSpudAdminPermissions (20120610123556)
24
-  (144.2ms) ALTER TABLE `spud_admin_permissions` ADD `scope` varchar(255)
25
-  (1.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123556')
26
- Migrating to CreateSpudUserSettings (20120610123557)
27
-  (344.0ms) CREATE TABLE `spud_user_settings` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `spud_user_id` int(11), `key` varchar(255), `value` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
28
-  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123557')
29
- Migrating to AddSiteIdToSpudPermalinks (20120610123615)
30
-  (321.7ms) ALTER TABLE `spud_permalinks` ADD `site_id` int(11)
31
-  (206.7ms) CREATE INDEX `index_spud_permalinks_on_site_id` ON `spud_permalinks` (`site_id`)
32
-  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123615')
33
-  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
34
-  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
35
-  (17.7ms) DROP DATABASE IF EXISTS `spud_cms_test`
36
-  (0.3ms) CREATE DATABASE `spud_cms_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
37
-  (130.9ms) CREATE TABLE `spud_admin_permissions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11), `name` varchar(255), `access` tinyint(1), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `scope` varchar(255)) ENGINE=InnoDB
38
-  (254.0ms) CREATE TABLE `spud_menu_items` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `parent_type` varchar(255), `parent_id` int(11), `item_type` int(11), `spud_page_id` int(11), `menu_order` int(11) DEFAULT 0, `url` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `name` varchar(255), `spud_menu_id` int(11), `classes` varchar(255)) ENGINE=InnoDB
39
-  (191.4ms) CREATE INDEX `index_spud_menu_items_on_menu_order` ON `spud_menu_items` (`menu_order`)
40
-  (192.3ms) CREATE INDEX `index_spud_menu_items_on_parent_type_and_parent_id` ON `spud_menu_items` (`parent_type`, `parent_id`)
41
-  (210.6ms) CREATE INDEX `index_spud_menu_items_on_spud_menu_id` ON `spud_menu_items` (`spud_menu_id`)
42
-  (205.5ms) CREATE TABLE `spud_menus` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `description` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `site_id` int(11)) ENGINE=InnoDB
43
-  (372.9ms) CREATE INDEX `index_spud_menus_on_site_id` ON `spud_menus` (`site_id`)
44
-  (260.3ms) CREATE TABLE `spud_page_partial_revisions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `content` text, `format` varchar(255), `spud_page_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
45
-  (224.9ms) CREATE INDEX `revision_idx` ON `spud_page_partial_revisions` (`spud_page_id`, `name`)
46
-  (235.5ms) CREATE TABLE `spud_page_partials` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `spud_page_id` int(11), `name` varchar(255), `content` text, `format` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
47
-  (183.7ms) CREATE INDEX `index_spud_page_partials_on_spud_page_id` ON `spud_page_partials` (`spud_page_id`)
48
-  (184.5ms) CREATE TABLE `spud_pages` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `url_name` varchar(255), `publish_at` datetime, `created_by` int(11), `updated_by` int(11), `format` varchar(255) DEFAULT 'html', `spud_page_id` int(11), `meta_description` text, `meta_keywords` varchar(255), `page_order` int(11), `template_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `visibility` int(11) DEFAULT 0, `published` tinyint(1) DEFAULT 1, `use_custom_url_name` tinyint(1) DEFAULT 0, `notes` text, `site_id` int(11)) ENGINE=InnoDB
49
-  (214.5ms) CREATE INDEX `index_spud_pages_on_site_id` ON `spud_pages` (`site_id`)
50
-  (184.7ms) CREATE TABLE `spud_permalinks` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url_name` varchar(255), `attachment_type` varchar(255), `attachment_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `site_id` int(11)) ENGINE=InnoDB
51
-  (203.0ms) CREATE INDEX `index_spud_permalinks_on_attachment_type_and_attachment_id` ON `spud_permalinks` (`attachment_type`, `attachment_id`)
52
-  (178.1ms) CREATE INDEX `index_spud_permalinks_on_site_id` ON `spud_permalinks` (`site_id`)
53
-  (194.8ms) CREATE TABLE `spud_templates` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `base_layout` varchar(255), `content` text, `page_parts` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `site_id` int(11)) ENGINE=InnoDB
54
-  (235.4ms) CREATE INDEX `index_spud_templates_on_site_id` ON `spud_templates` (`site_id`)
55
-  (186.6ms) CREATE TABLE `spud_user_settings` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `spud_user_id` int(11), `key` varchar(255), `value` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
56
-  (241.1ms) CREATE TABLE `spud_users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `first_name` varchar(255), `last_name` varchar(255), `super_admin` tinyint(1), `login` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `crypted_password` varchar(255) NOT NULL, `password_salt` varchar(255) NOT NULL, `persistence_token` varchar(255) NOT NULL, `single_access_token` varchar(255) NOT NULL, `perishable_token` varchar(255) NOT NULL, `login_count` int(11) DEFAULT 0 NOT NULL, `failed_login_count` int(11) DEFAULT 0 NOT NULL, `last_request_at` datetime, `current_login_at` datetime, `last_login_at` datetime, `current_login_ip` varchar(255), `last_login_ip` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `time_zone` varchar(255)) ENGINE=InnoDB
57
-  (192.6ms) CREATE INDEX `index_spud_users_on_email` ON `spud_users` (`email`)
58
-  (189.6ms) CREATE INDEX `index_spud_users_on_login` ON `spud_users` (`login`)
59
-  (205.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
60
-  (214.7ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
61
-  (0.1ms) SELECT version FROM `schema_migrations`
62
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120610123615')
63
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101192412')
64
-  (0.4ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101193138')
65
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101193255')
66
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101194124')
67
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120103034659')
68
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120104194032')
69
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120107181337')
70
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120111134754')
71
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120118141852')
72
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120126232428')
73
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120128163601')
74
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120329132314')
75
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120329132322')
76
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120329132330')
77
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120510195151')
78
-  (6.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
79
-  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
80
- Migrating to CreateSpudPages (20120101192412)
81
- Migrating to CreateSpudMenus (20120101193138)
82
- Migrating to CreateSpudMenuItems (20120101193255)
83
- Migrating to CreateSpudTemplates (20120101194124)
84
- Migrating to CreateSpudPagePartials (20120103034659)
85
- Migrating to AddVisibilityToSpudPages (20120104194032)
86
- Migrating to AddMenuNameToSpudMenuItems (20120107181337)
87
- Migrating to AddUseCustomUrlNameToSpudPages (20120111134754)
88
- Migrating to AddNotesToSpudPages (20120118141852)
89
- Migrating to AddMenuIdToSpudMenuItems (20120126232428)
90
- Migrating to AddClassesToSpudMenuItems (20120128163601)
91
- Migrating to CreateSpudAdminPermissions (20120307002859)
92
- Migrating to CreateSpudUsers (20120307002860)
93
- Migrating to CreateSpudPermalinks (20120307003559)
94
- Migrating to AddSiteIdToSpudPages (20120329132314)
95
-  (67.0ms) ALTER TABLE `spud_pages` ADD `site_id` int(11)
96
-  (21.2ms) CREATE INDEX `index_spud_pages_on_site_id` ON `spud_pages` (`site_id`)
97
-  (1.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120329132314')
98
- Migrating to AddSiteIdToSpudTemplates (20120329132322)
99
-  (16.8ms) ALTER TABLE `spud_templates` ADD `site_id` int(11)
100
-  (17.7ms) CREATE INDEX `index_spud_templates_on_site_id` ON `spud_templates` (`site_id`)
101
-  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120329132322')
102
- Migrating to AddSiteIdToSpudMenus (20120329132330)
103
-  (16.2ms) ALTER TABLE `spud_menus` ADD `site_id` int(11)
104
-  (17.6ms) CREATE INDEX `index_spud_menus_on_site_id` ON `spud_menus` (`site_id`)
105
-  (1.0ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120329132330')
106
- Migrating to CreateSpudPagePartialRevisions (20120510195151)
107
-  (13.0ms) CREATE TABLE `spud_page_partial_revisions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `content` text, `format` varchar(255), `spud_page_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
108
-  (16.6ms) CREATE INDEX `revision_idx` ON `spud_page_partial_revisions` (`spud_page_id`, `name`)
109
-  (0.9ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120510195151')
110
- Migrating to AddTimeZoneToSpudUser (20120610123555)
111
-  (19.9ms) ALTER TABLE `spud_users` ADD `time_zone` varchar(255)
112
-  (2.0ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123555')
113
- Migrating to AddScopeToSpudAdminPermissions (20120610123556)
114
-  (21.5ms) ALTER TABLE `spud_admin_permissions` ADD `scope` varchar(255)
115
-  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123556')
116
- Migrating to CreateSpudUserSettings (20120610123557)
117
-  (10.5ms) CREATE TABLE `spud_user_settings` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `spud_user_id` int(11), `key` varchar(255), `value` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
118
-  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123557')
119
- Migrating to AddSiteIdToSpudPermalinks (20120610123615)
120
-  (15.8ms) ALTER TABLE `spud_permalinks` ADD `site_id` int(11)
121
-  (12.7ms) CREATE INDEX `index_spud_permalinks_on_site_id` ON `spud_permalinks` (`site_id`)
122
-  (1.2ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120610123615')
123
-  (0.5ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
124
-  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
125
-  (4.6ms) DROP DATABASE IF EXISTS `spud_cms_test`
126
-  (2.5ms) CREATE DATABASE `spud_cms_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
127
-  (12.8ms) CREATE TABLE `spud_admin_permissions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11), `name` varchar(255), `access` tinyint(1), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `scope` varchar(255)) ENGINE=InnoDB
128
-  (14.6ms) CREATE TABLE `spud_menu_items` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `parent_type` varchar(255), `parent_id` int(11), `item_type` int(11), `spud_page_id` int(11), `menu_order` int(11) DEFAULT 0, `url` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `name` varchar(255), `spud_menu_id` int(11), `classes` varchar(255)) ENGINE=InnoDB
129
-  (15.8ms) CREATE INDEX `index_spud_menu_items_on_menu_order` ON `spud_menu_items` (`menu_order`)
130
-  (15.0ms) CREATE INDEX `index_spud_menu_items_on_parent_type_and_parent_id` ON `spud_menu_items` (`parent_type`, `parent_id`)
131
-  (16.6ms) CREATE INDEX `index_spud_menu_items_on_spud_menu_id` ON `spud_menu_items` (`spud_menu_id`)
132
-  (14.5ms) CREATE TABLE `spud_menus` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `description` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `site_id` int(11)) ENGINE=InnoDB
133
-  (15.5ms) CREATE INDEX `index_spud_menus_on_site_id` ON `spud_menus` (`site_id`)
134
-  (11.1ms) CREATE TABLE `spud_page_partial_revisions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `content` text, `format` varchar(255), `spud_page_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
135
-  (13.7ms) CREATE INDEX `revision_idx` ON `spud_page_partial_revisions` (`spud_page_id`, `name`)
136
-  (9.4ms) CREATE TABLE `spud_page_partials` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `spud_page_id` int(11), `name` varchar(255), `content` text, `format` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
137
-  (15.4ms) CREATE INDEX `index_spud_page_partials_on_spud_page_id` ON `spud_page_partials` (`spud_page_id`)
138
-  (11.2ms) CREATE TABLE `spud_pages` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `url_name` varchar(255), `publish_at` datetime, `created_by` int(11), `updated_by` int(11), `format` varchar(255) DEFAULT 'html', `spud_page_id` int(11), `meta_description` text, `meta_keywords` varchar(255), `page_order` int(11), `template_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `visibility` int(11) DEFAULT 0, `published` tinyint(1) DEFAULT 1, `use_custom_url_name` tinyint(1) DEFAULT 0, `notes` text, `site_id` int(11)) ENGINE=InnoDB
139
-  (15.6ms) CREATE INDEX `index_spud_pages_on_site_id` ON `spud_pages` (`site_id`)
140
-  (11.4ms) CREATE TABLE `spud_permalinks` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url_name` varchar(255), `attachment_type` varchar(255), `attachment_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `site_id` int(11)) ENGINE=InnoDB
141
-  (12.6ms) CREATE INDEX `index_spud_permalinks_on_attachment_type_and_attachment_id` ON `spud_permalinks` (`attachment_type`, `attachment_id`)
142
-  (15.6ms) CREATE INDEX `index_spud_permalinks_on_site_id` ON `spud_permalinks` (`site_id`)
143
-  (12.4ms) CREATE TABLE `spud_templates` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `base_layout` varchar(255), `content` text, `page_parts` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `site_id` int(11)) ENGINE=InnoDB
144
-  (14.7ms) CREATE INDEX `index_spud_templates_on_site_id` ON `spud_templates` (`site_id`)
145
-  (8.4ms) CREATE TABLE `spud_user_settings` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `spud_user_id` int(11), `key` varchar(255), `value` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
146
-  (12.7ms) CREATE TABLE `spud_users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `first_name` varchar(255), `last_name` varchar(255), `super_admin` tinyint(1), `login` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `crypted_password` varchar(255) NOT NULL, `password_salt` varchar(255) NOT NULL, `persistence_token` varchar(255) NOT NULL, `single_access_token` varchar(255) NOT NULL, `perishable_token` varchar(255) NOT NULL, `login_count` int(11) DEFAULT 0 NOT NULL, `failed_login_count` int(11) DEFAULT 0 NOT NULL, `last_request_at` datetime, `current_login_at` datetime, `last_login_at` datetime, `current_login_ip` varchar(255), `last_login_ip` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `time_zone` varchar(255)) ENGINE=InnoDB
147
-  (16.4ms) CREATE INDEX `index_spud_users_on_email` ON `spud_users` (`email`)
148
-  (11.1ms) CREATE INDEX `index_spud_users_on_login` ON `spud_users` (`login`)
149
-  (11.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
150
-  (14.4ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
151
-  (0.2ms) SELECT version FROM `schema_migrations`
152
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120610123615')
153
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101192412')
154
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101193138')
155
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101193255')
156
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120101194124')
157
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120103034659')
158
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120104194032')
159
-  (0.6ms) INSERT INTO `schema_migrations` (version) VALUES ('20120107181337')
160
-  (0.8ms) INSERT INTO `schema_migrations` (version) VALUES ('20120111134754')
161
-  (0.4ms) INSERT INTO `schema_migrations` (version) VALUES ('20120118141852')
162
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120126232428')
163
-  (0.4ms) INSERT INTO `schema_migrations` (version) VALUES ('20120128163601')
164
-  (0.4ms) INSERT INTO `schema_migrations` (version) VALUES ('20120329132314')
165
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120329132322')
166
-  (0.2ms) INSERT INTO `schema_migrations` (version) VALUES ('20120329132330')
167
-  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('20120510195151')