· 8 years ago · Mar 17, 2018, 12:52 PM
1~ In the plugin install controller
2 ~ New record..
3 ~ .. No errors so far..
4 ~ Trying to autoload install.rb of plugin (/home/aj/www/junglist/app/plugins/feather-sidebar/install.rb)
5 ~ DROP TABLE IF EXISTS `sidebar_groups`
6 ~ SELECT COUNT(*) FROM `information_schema`.`columns` WHERE `table_schema` = 'junglist_development' AND `table_name` = 'sidebar_groups'
7 ~ SHOW VARIABLES WHERE `variable_name` = 'character_set_connection'
8 ~ SHOW VARIABLES WHERE `variable_name` = 'collation_connection'
9 ~ CREATE TABLE `sidebar_groups` (`id` INT(11) NOT NULL, `title` VARCHAR(50) NOT NULL, `content` TEXT, `formatter` VARCHAR(50) DEFAULT 'default', PRIMARY KEY(`id`)) ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci
10 ~ Redirecting to: /admin/plugins/13 (302)
11 ~ {:after_filters_time=>4.5e-05, :action_time=>0.555484, :dispatch_time=>0.559862, :before_filters_time=>0.012404}