Connecting to database specified by database.yml  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to CreateAccount (20120528164634) Migrating to AddDeviseToUsers (20120529134109) Migrating to AddBirthdateAndNameToUser (20120529162901) Migrating to AddNameAndSubscriptionIdAndUserIdToAccount (20120529174755) Migrating to CreateAccountUsers (20120529180814) Migrating to RemoveUserIdFromAccounts (20120530114709) Migrating to CreateAccountRoles (20120531171438) Migrating to AddLocaleToUser (20120604131034) Migrating to CreateSocialAccount (20120605142527) Migrating to SetLocale (20120612141130) Migrating to RemoveUniqueFromUserEmail (20120613173114) Migrating to CreateDelayedJobs (20120615180728) Migrating to CreateUserInvitations (20120629154429) Migrating to AddTokenToUserInvitations (20120629195345) Migrating to AddRolesToUserInvitations (20120705202827) Migrating to CreateAccountDomain (20120716145846) Migrating to AddSubdomainToAccount (20120719162426) Migrating to AddApiTokenToAccount (20120725170859) Migrating to AddGuestToUsers (20120803172545) Migrating to CreateApiToken (20121023113304)  (123.6ms) CREATE TABLE `api_tokens` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `token` varchar(255), `description` varchar(255), `api_type` varchar(255), `tokenable_id` int(11), `tokenable_type` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121023113304') Migrating to RemoveApiTokenFromAccount (20121108115535)  (291.7ms) ALTER TABLE `accounts` DROP `api_token`  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121108115535')  (0.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (50.1ms) DROP DATABASE IF EXISTS `iugusdk_test`  (0.4ms) CREATE DATABASE `iugusdk_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`  (62.2ms) CREATE TABLE `account_domains` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `account_id` int(11), `url` varchar(255), `verified` tinyint(1), `primary` tinyint(1)) ENGINE=InnoDB  (255.5ms) CREATE TABLE `account_roles` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `account_user_id` int(11)) ENGINE=InnoDB  (108.0ms) CREATE TABLE `account_users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `account_id` int(11), `user_id` int(11)) ENGINE=InnoDB  (106.1ms) CREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `name` varchar(255), `subscription_id` int(11), `subdomain` varchar(255)) ENGINE=InnoDB  (115.9ms) CREATE TABLE `api_tokens` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `token` varchar(255), `description` varchar(255), `api_type` varchar(255), `tokenable_id` int(11), `tokenable_type` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (92.5ms) CREATE TABLE `delayed_jobs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `priority` int(11) DEFAULT 0, `attempts` int(11) DEFAULT 0, `handler` text, `last_error` text, `run_at` datetime, `locked_at` datetime, `failed_at` datetime, `locked_by` varchar(255), `queue` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (110.4ms) CREATE INDEX `delayed_jobs_priority` ON `delayed_jobs` (`priority`, `run_at`)  (88.4ms) CREATE TABLE `social_accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `social_id` int(11), `user_id` int(11), `provider` varchar(255), `token` varchar(255), `secret` varchar(255)) ENGINE=InnoDB  (147.8ms) CREATE TABLE `user_invitations` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `invited_by` int(11), `email` varchar(255), `sent_at` datetime, `account_id` int(11), `token` varchar(255), `roles` varchar(255)) ENGINE=InnoDB  (124.2ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `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, `confirmation_token` varchar(255), `confirmed_at` datetime, `confirmation_sent_at` datetime, `unconfirmed_email` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `birthdate` date, `name` varchar(255), `locale` varchar(255), `guest` tinyint(1)) ENGINE=InnoDB  (112.5ms) CREATE UNIQUE INDEX `index_users_on_confirmation_token` ON `users` (`confirmation_token`)  (108.9ms) CREATE INDEX `index_users_on_email` ON `users` (`email`)  (134.5ms) CREATE UNIQUE INDEX `index_users_on_reset_password_token` ON `users` (`reset_password_token`)  (151.9ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (128.4ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)  (0.3ms) SELECT version FROM `schema_migrations`  (1.0ms) INSERT INTO `schema_migrations` (version) VALUES ('20121108115535') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/ui" for 127.0.0.1 at 2012-12-27 12:03:14 -0200 ActionController::RoutingError (No route matches [GET] "/ui"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Connecting to database specified by database.yml  (109.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (252.0ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to CreateAccount (20120528164634)  (81.1ms) CREATE TABLE `accounts` (`id` binary(16) PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (160.2ms) CREATE INDEX `index_accounts_on_id` ON `accounts` (`id`)  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120528164634') Migrating to AddDeviseToUsers (20120529134109)  (118.2ms) CREATE TABLE `users` (`id` binary(16) PRIMARY KEY, `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, `confirmation_token` varchar(255), `confirmed_at` datetime, `confirmation_sent_at` datetime, `unconfirmed_email` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (143.8ms) CREATE INDEX `index_users_on_id` ON `users` (`id`)  (108.9ms) CREATE UNIQUE INDEX `index_users_on_email` ON `users` (`email`)  (134.0ms) CREATE UNIQUE INDEX `index_users_on_reset_password_token` ON `users` (`reset_password_token`)  (140.8ms) CREATE UNIQUE INDEX `index_users_on_confirmation_token` ON `users` (`confirmation_token`)  (1.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529134109') Migrating to AddBirthdateAndNameToUser (20120529162901)  (127.5ms) ALTER TABLE `users` ADD `birthdate` date  (150.5ms) ALTER TABLE `users` ADD `name` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529162901') Migrating to AddNameAndSubscriptionIdAndUserIdToAccount (20120529174755)  (104.5ms) ALTER TABLE `accounts` ADD `name` varchar(255)  (110.1ms) ALTER TABLE `accounts` ADD `subscription_id` int(11)  (107.8ms) ALTER TABLE `accounts` ADD `user_id` blob(16)  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529174755') Migrating to CreateAccountUsers (20120529180814)  (120.5ms) CREATE TABLE `account_users` (`id` binary(16) PRIMARY KEY, `account_id` binary(16), `user_id` binary(16)) ENGINE=InnoDB  (102.9ms) CREATE INDEX `index_account_users_on_id` ON `account_users` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529180814') Migrating to RemoveUserIdFromAccounts (20120530114709)  (114.6ms) ALTER TABLE `accounts` DROP `user_id`  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120530114709') Migrating to CreateAccountRoles (20120531171438)  (159.9ms) CREATE TABLE `account_roles` (`id` binary(16) PRIMARY KEY, `name` varchar(255), `account_user_id` binary(16)) ENGINE=InnoDB  (111.0ms) CREATE INDEX `index_account_roles_on_id` ON `account_roles` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120531171438') Migrating to AddLocaleToUser (20120604131034)  (105.8ms) ALTER TABLE `users` ADD `locale` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120604131034') Migrating to CreateSocialAccount (20120605142527)  (142.8ms) CREATE TABLE `social_accounts` (`id` binary(16) PRIMARY KEY, `social_id` varchar(255), `user_id` binary(16), `provider` varchar(255), `token` varchar(255), `secret` varchar(255)) ENGINE=InnoDB  (121.0ms) CREATE INDEX `index_social_accounts_on_id` ON `social_accounts` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120605142527') Migrating to SetLocale (20120612141130) SQL (0.2ms) UPDATE `users` SET locale = 'en' WHERE `users`.`locale` IS NULL  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120612141130') Migrating to RemoveUniqueFromUserEmail (20120613173114)  (142.9ms) DROP INDEX `index_users_on_email` ON `users`  (209.2ms) CREATE INDEX `index_users_on_email` ON `users` (`email`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120613173114') Migrating to CreateDelayedJobs (20120615180728)  (134.2ms) CREATE TABLE `delayed_jobs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `priority` int(11) DEFAULT 0, `attempts` int(11) DEFAULT 0, `handler` text, `last_error` text, `run_at` datetime, `locked_at` datetime, `failed_at` datetime, `locked_by` varchar(255), `queue` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (151.1ms) CREATE INDEX `delayed_jobs_priority` ON `delayed_jobs` (`priority`, `run_at`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120615180728') Migrating to CreateUserInvitations (20120629154429)  (122.2ms) CREATE TABLE `user_invitations` (`id` binary(16) PRIMARY KEY, `invited_by` binary(16), `email` varchar(255), `sent_at` datetime, `account_id` binary(16)) ENGINE=InnoDB  (143.0ms) CREATE INDEX `index_user_invitations_on_id` ON `user_invitations` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120629154429') Migrating to AddTokenToUserInvitations (20120629195345)  (120.6ms) ALTER TABLE `user_invitations` ADD `token` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120629195345') Migrating to AddRolesToUserInvitations (20120705202827)  (138.8ms) ALTER TABLE `user_invitations` ADD `roles` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120705202827') Migrating to CreateAccountDomain (20120716145846)  (120.0ms) CREATE TABLE `account_domains` (`id` binary(16) PRIMARY KEY, `account_id` binary(16), `url` varchar(255), `verified` tinyint(1), `primary` tinyint(1)) ENGINE=InnoDB  (120.1ms) CREATE INDEX `index_account_domains_on_id` ON `account_domains` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120716145846') Migrating to AddSubdomainToAccount (20120719162426)  (139.9ms) ALTER TABLE `accounts` ADD `subdomain` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120719162426') Migrating to AddApiTokenToAccount (20120725170859)  (152.4ms) ALTER TABLE `accounts` ADD `api_token` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120725170859') Migrating to AddGuestToUsers (20120803172545)  (130.2ms) ALTER TABLE `users` ADD `guest` tinyint(1)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120803172545') Migrating to CreateApiToken (20121023113304)  (92.1ms) CREATE TABLE `api_tokens` (`id` binary(16) PRIMARY KEY, `token` varchar(255), `description` varchar(255), `api_type` varchar(255), `tokenable_id` binary(16), `tokenable_type` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (136.3ms) CREATE INDEX `index_api_tokens_on_id` ON `api_tokens` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121023113304') Migrating to RemoveApiTokenFromAccount (20121108115535)  (117.9ms) ALTER TABLE `accounts` DROP `api_token`  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121108115535')  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-31 10:47:52 -0200 Processing by DashboardController#index as HTML Rendered dashboard/splash.html.haml within layouts/application (2.5ms) Compiled default.css (1064ms) (pid 4195) Compiled application.css (1074ms) (pid 4195) Compiled jquery.js (3ms) (pid 4195) Compiled jquery_ujs.js (0ms) (pid 4195) Compiled application.js (98ms) (pid 4195) Completed 200 OK in 1392ms (Views: 1390.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 10:47:53 -0200 Served asset /application.css - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 10:47:53 -0200 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2012-12-31 10:47:53 -0200 Served asset /default.css - 200 OK (2ms) Connecting to database specified by database.yml Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 10:48:03 -0200 Served asset /application.js - 200 OK (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 10:48:03 -0200 Served asset /jquery.js - 200 OK (2ms) Started GET "/signup" for 127.0.0.1 at 2012-12-31 10:48:20 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.7ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (4.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/application (549.9ms) Completed 200 OK in 575ms (Views: 554.8ms | ActiveRecord: 3.2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 10:48:20 -0200 Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2012-12-31 10:48:20 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /default.css - 304 Not Modified (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 10:48:20 -0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 10:48:20 -0200 Served asset /application.css - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 10:48:20 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/signup" for 127.0.0.1 at 2012-12-31 10:55:18 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.1ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (1.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/application (12.2ms) Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 10:55:18 -0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 10:55:18 -0200 Served asset /application.css - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 10:55:18 -0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 10:55:18 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2012-12-31 10:55:18 -0200 Served asset /default.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/signup" for 127.0.0.1 at 2012-12-31 10:56:12 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.7ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (4.4ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (524.0ms) ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_layouts_iugu_sdk_html_haml___1371077952200204682_2159143360 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:4: syntax error, unexpected ':', expecting ')' ...for?(:title) ? (yield(:title) : IuguSDK::application_title ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:5: syntax error, unexpected ')', expecting ':' ));}\n #{_hamlout.fo... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: unknown regexp options - htl /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tSTRING_BEG, expecting ')' ...tent='text/html; charset=UTF-8' http-equiv='Content-Type'>\n... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tCONSTANT, expecting ')' ...rset=UTF-8' http-equiv='Content-Type'>\n \n \n \n ... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tIDENTIFIER, expecting ')' ...tent='on' http-equiv='cleartype'>\n \n \n \n #{ ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ...1' http-equiv='X-UA-Compatible'>\n #{ ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:15: syntax error, unexpected tSTRING_BEG, expecting ')' ...\n \n \n \n \n \n \n \n "yes" )}>\n \n \n #{ _hamlout.format_script_false_false_false_true_false_true_false(( yield ));}\n \n\n", -2, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/registrations_controller.rb:8:in `new' /Users/patricknegri/Desenvolvimento/iugusdk/app/controllers/iugu/registrations_controller.rb:18:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:447:in `_run__4536332526741665241__process_action__939017669704289673__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2827953317255290046__call__225081665179471193__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Completed 500 Internal Server Error in 650ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:4: syntax error, unexpected ':', expecting ')' ...for?(:title) ? (yield(:title) : IuguSDK::application_title ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:5: syntax error, unexpected ')', expecting ':' ));}\n #{_hamlout.fo... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: unknown regexp options - htl /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tSTRING_BEG, expecting ')' ...tent='text/html; charset=UTF-8' http-equiv='Content-Type'>\n... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tCONSTANT, expecting ')' ...rset=UTF-8' http-equiv='Content-Type'>\n \n \n \n ... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tIDENTIFIER, expecting ')' ...tent='on' http-equiv='cleartype'>\n \n \n \n #{ ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:9: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ...1' http-equiv='X-UA-Compatible'>\n #{ ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/layouts/iugu-sdk.html.haml:15: syntax error, unexpected tSTRING_BEG, expecting ')' ...\n \n \n \n \n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end _hamlout.push_text("
\n recuperar senha\n reenviar confirmação\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text(" \n \n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.4ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected tSTRING_BEG, expecting keyword_end ...e = true;; content_for :title 'testing' ... ^): 1: - content_for :title 'testing' 2: 3: .responsive-dialog 4: .container.no-padding actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:30:43 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2168106320 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected tSTRING_BEG, expecting keyword_end ...e = true;; content_for :title 'testing' ... ^ Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2168106320(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title 'testing' _hamlout.push_text("
\n
\n
\n

\n #{_hamlout.adjust_tabs(4); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.welcome") ));}\n

\n
\n
\n", -1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end _hamlout.push_text("
\n recuperar senha\n reenviar confirmação\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n
\n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (9.2ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected tSTRING_BEG, expecting keyword_end ...e = true;; content_for :title 'testing' ... ^): 1: - content_for :title 'testing' 2: 3: .responsive-dialog 4: .container.no-padding actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:30:52 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2166164140 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected '{', expecting keyword_end ...e = true;; content_for :title { 'testing' } ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected '}', expecting keyword_end Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2166164140(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title { 'testing' } _hamlout.push_text("
\n
\n
\n

\n #{_hamlout.adjust_tabs(4); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.welcome") ));}\n

\n
\n
\n", -1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end _hamlout.push_text("
\n recuperar senha\n reenviar confirmação\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n
\n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (77.2ms) Completed 500 Internal Server Error in 81ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected '{', expecting keyword_end ...e = true;; content_for :title { 'testing' } ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected '}', expecting keyword_end): 1: - content_for :title { 'testing' } 2: 3: .responsive-dialog 4: .container.no-padding actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:30:57 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2196958000 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected '}', expecting tASSOC /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:51: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:54: syntax error, unexpected $end, expecting keyword_end Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2196958000(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title do { 'testing' } _hamlout.push_text("
\n
\n
\n

\n #{_hamlout.adjust_tabs(4); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.welcome") ));}\n

\n
\n
\n", -1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end _hamlout.push_text("
\n recuperar senha\n reenviar confirmação\n", 0, false);end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n
\n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:1: syntax error, unexpected '}', expecting tASSOC /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:51: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:54: syntax error, unexpected $end, expecting keyword_end): 1: - content_for :title do { 'testing' } 2: 3: .responsive-dialog 4: .container.no-padding actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (11.5ms) Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:05 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (11.7ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:26 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:31:38 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (85.5ms) Completed 200 OK in 104ms (Views: 102.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:39 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.0ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:48 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:49 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (15.6ms) Completed 200 OK in 38ms (Views: 35.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:53 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.3ms) Completed 200 OK in 113ms (Views: 110.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:55 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:31:56 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (11.8ms) Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:07 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:32:37 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (12.1ms) Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:38 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.0ms) Completed 200 OK in 100ms (Views: 98.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:40 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:32:42 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.1ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:32:43 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:33:06 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.6ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (567ms) (pid 7964) Completed 200 OK in 672ms (Views: 670.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:06 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:06 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:06 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:06 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:07 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.0ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (1ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:33:12 -0200 Served asset /iugu-sdk.css - 304 Not Modified (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:34:43 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.5ms) Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:43 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:43 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:43 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:43 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:43 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:43 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:34:44 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started POST "/login" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Processing by Iugu::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Completed 401 Unauthorized in 1ms Processing by Iugu::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.8ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:00 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started POST "/login" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Processing by Iugu::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Completed 401 Unauthorized in 1ms Processing by Iugu::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.7ms) Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:49 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:36:50 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started POST "/login" for 127.0.0.1 at 2012-12-31 12:37:54 -0200 Processing by Iugu::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Completed 401 Unauthorized in 2ms Processing by Iugu::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.8ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (566ms) (pid 7964) Completed 200 OK in 609ms (Views: 606.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:37:55 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (4ms) Started POST "/login" for 127.0.0.1 at 2012-12-31 12:38:29 -0200 Processing by Iugu::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Completed 401 Unauthorized in 1ms Processing by Iugu::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (8.4ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (576ms) (pid 7964) Completed 200 OK in 618ms (Views: 617.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:30 -0200 Served asset /iugu-sdk.css - 200 OK (4ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started POST "/login" for 127.0.0.1 at 2012-12-31 12:38:37 -0200 Processing by Iugu::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Completed 401 Unauthorized in 1ms Processing by Iugu::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.4ms) Completed 200 OK in 101ms (Views: 98.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:38 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.7ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:38:41 -0200 Served asset /iugu-sdk.css - 304 Not Modified (5ms) Started POST "/login" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Processing by Iugu::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Completed 401 Unauthorized in 2ms Processing by Iugu::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rfzB28GpRG8PL/xhiF7K7AbeoDRmIzH+BErW/CCBeLU=", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.0ms) Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:39:58 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/signup" for 127.0.0.1 at 2012-12-31 12:44:01 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.1ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (1.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (13.0ms) Completed 200 OK in 33ms (Views: 30.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:02 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:44:10 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.6ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:44:11 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.6ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:09 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:50:10 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/login" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (71.4ms) Completed 200 OK in 136ms (Views: 90.7ms | ActiveRecord: 2.8ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:47 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 12:58:48 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:04:46 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.8ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (677ms) (pid 7964) Completed 200 OK in 717ms (Views: 715.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-sdk.css - 200 OK (4ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:48 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:04:56 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.1ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (577ms) (pid 7964) Completed 200 OK in 617ms (Views: 614.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (2ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:04:57 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:05:03 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.2ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (659ms) (pid 7964) Completed 200 OK in 699ms (Views: 696.9ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:04 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (5ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.9ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:08 -0200 Served asset /iugu-sdk.css - 304 Not Modified (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.7ms) Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:05:27 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/signup" for 127.0.0.1 at 2012-12-31 13:06:26 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.1ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (1.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (12.1ms) Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:27 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.3ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:30 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/signup" for 127.0.0.1 at 2012-12-31 13:06:41 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.1ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (1.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (14.2ms) Completed 200 OK in 107ms (Views: 105.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:42 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/try_first" for 127.0.0.1 at 2012-12-31 13:06:49 -0200 ActionController::RoutingError (No route matches [GET] "/try_first"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/signup" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.1ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (1.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (12.6ms) Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:54 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:06:55 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.6ms) Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:09 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.1ms) Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:15 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.0ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:20 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:21 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.2ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:23 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.6ms) Completed 200 OK in 35ms (Views: 32.2ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:25 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:07:26 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (84.9ms) Completed 200 OK in 152ms (Views: 106.1ms | ActiveRecord: 3.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:01 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:02 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:11:38 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (11.6ms) Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:39 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.2ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:42 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:43 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (92.8ms) Completed 200 OK in 118ms (Views: 115.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:11:54 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (16.0ms) Completed 200 OK in 42ms (Views: 39.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:02 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:03 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:03 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:03 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:03 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:12:29 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (11.9ms) Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:30 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (91.1ms) Completed 200 OK in 112ms (Views: 109.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:34 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.5ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:49 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:12:50 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (11.5ms) Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /vendor.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:00 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:13:24 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.5ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (579ms) (pid 7964) Completed 200 OK in 691ms (Views: 688.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:25 -0200 Served asset /iugu-sdk.css - 200 OK (4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:13:30 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.6ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (660ms) (pid 7964) Completed 200 OK in 696ms (Views: 693.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /web-app/usecode.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:31 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:13:37 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.0ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (584ms) (pid 7964) Completed 200 OK in 619ms (Views: 617.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:38 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Served asset /iugu-sdk.css - 200 OK (4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:13:45 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.1ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (655ms) (pid 7964) Completed 200 OK in 698ms (Views: 695.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:46 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:13:51 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.7ms) Completed 200 OK in 27ms (Views: 24.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:13:52 -0200 Served asset /iugu-sdk.css - 304 Not Modified (5ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:15:17 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.5ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (598ms) (pid 7964) Completed 200 OK in 635ms (Views: 633.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:18 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:19 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:15:27 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.4ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (929ms) (pid 7964) Completed 200 OK in 969ms (Views: 967.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:15:28 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (5ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:16:08 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.1ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (663ms) (pid 7964) Completed 200 OK in 699ms (Views: 697.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:09 -0200 Served asset /iugu-sdk.css - 200 OK (4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.9ms) Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:11 -0200 Served asset /iugu-sdk.css - 304 Not Modified (4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:16:43 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.4ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (658ms) (pid 7964) Completed 200 OK in 694ms (Views: 692.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:16:44 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:17:08 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.2ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (590ms) (pid 7964) Completed 200 OK in 626ms (Views: 624.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:09 -0200 Served asset /iugu-sdk.css - 200 OK (5ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:17:20 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (78.9ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (582ms) (pid 7964) Completed 200 OK in 692ms (Views: 689.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:17:21 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:18:03 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (12.1ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (651ms) (pid 7964) Completed 200 OK in 692ms (Views: 690.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:03 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:03 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:03 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:03 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /vendor.js - 304 Not Modified (2ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:04 -0200 Served asset /iugu-sdk.css - 200 OK (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:18:20 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2171047760 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected '{', expecting tASSOC ...on_path(resource_name), :html { class => "no-bottom-margin" ... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected '}', expecting keyword_end ...{ class => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:50: syntax error, unexpected keyword_ensure, expecting $end Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2171047760(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title do I18n.t("iugu.sign_in") + " - " + IuguSDK::application_title end _hamlout.push_text("
\n
\n
\n

\n #{_hamlout.adjust_tabs(4); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.welcome") ));}\n

\n
\n
\n", -1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html { class => "no-bottom-margin" }) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if devise_mapping.recoverable? && controller_name != 'passwords' _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to I18n.t("iugu.forgot_your_password?"), new_password_path(resource_name), :class => "button full-width no-bottom-margin" ));}\n", 0, false);end if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n
\n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (8.3ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected '{', expecting tASSOC ...on_path(resource_name), :html { class => "no-bottom-margin" ... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected '}', expecting keyword_end ...{ class => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:50: syntax error, unexpected keyword_ensure, expecting $end): 20: - if IuguSDK::enable_signup_form 21: = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html { class => "no-bottom-margin" }) do |f| 22: .inputs 23: = f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false 24: 25: = f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false 26: // = f.input :remember_me, :as => :boolean, :label => I18n.t("activerecord.attributes.remember_me") if devise_mapping.rememberable? actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:18:28 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2167326940 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected tASSOC ...urce_name), :html => { class => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected '}', expecting keyword_end ...{ class => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:50: syntax error, unexpected keyword_ensure, expecting $end Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2167326940(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title do I18n.t("iugu.sign_in") + " - " + IuguSDK::application_title end _hamlout.push_text("
\n
\n
\n

\n #{_hamlout.adjust_tabs(4); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.welcome") ));}\n

\n
\n
\n", -1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { class => "no-bottom-margin" }) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if devise_mapping.recoverable? && controller_name != 'passwords' _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to I18n.t("iugu.forgot_your_password?"), new_password_path(resource_name), :class => "button full-width no-bottom-margin" ));}\n", 0, false);end if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n
\n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.9ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected tASSOC ...urce_name), :html => { class => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:23: syntax error, unexpected '}', expecting keyword_end ...{ class => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:50: syntax error, unexpected keyword_ensure, expecting $end): 20: - if IuguSDK::enable_signup_form 21: = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { class => "no-bottom-margin" }) do |f| 22: .inputs 23: = f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false 24: 25: = f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false 26: // = f.input :remember_me, :as => :boolean, :label => I18n.t("activerecord.attributes.remember_me") if devise_mapping.rememberable? actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:18:36 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (17.6ms) Completed 200 OK in 41ms (Views: 38.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:37 -0200 Served asset /iugu-sdk.css - 304 Not Modified (4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.8ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:18:59 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:19:56 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.3ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/iugu-ux-entry.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/reset.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/utilities.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/typography.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/components.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/no-js.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/iux-sprites.sassc: can't dump anonymous class # Compiled iugu-ux/iugu-ux-entry.css (1771ms) (pid 7964) Compiled iugu-ux.css (2ms) (pid 7964) Completed 200 OK in 1825ms (Views: 1823.2ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:58 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /iugu-ux.css - 304 Not Modified (10ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 200 OK (7ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:19:59 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:20:26 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.5ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/iugu-ux-entry.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/reset.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/utilities.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/typography.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/components.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/no-js.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/iux-sprites.sassc: can't dump anonymous class # Compiled iugu-ux/iugu-ux-entry.css (1709ms) (pid 7964) Compiled iugu-ux.css (3ms) (pid 7964) Completed 200 OK in 1934ms (Views: 1931.9ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux.css - 304 Not Modified (13ms) Served asset /iugu-ux/iugu-ux-entry.css - 200 OK (7ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:28 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.0ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:47 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:48 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.7ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:56 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux.css - 304 Not Modified (13ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:20:57 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:23:10 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2166052860 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:7: syntax error, unexpected ',', expecting tASSOC ));}\n
\n", 1, false); ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected keyword_do_block, expecting keyword_end flash.each do |name, msg| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected '|', expecting '=' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:20: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:22: syntax error, unexpected keyword_do_block, expecting keyword_end ...ass => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:37: syntax error, unexpected keyword_do_block, expecting keyword_end resource_class.omniauth_providers.each do |provider| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:42: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:43: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_ensure, expecting '}' ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_end, expecting '}' ...uffer.upper if @haml_buffer;end; ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:51: syntax error, unexpected keyword_end, expecting '}' Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2166052860(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title do I18n.t("iugu.sign_in") + " - " + IuguSDK::application_title end _hamlout.push_text("
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( render :partial => "iugu/shared/responsive-dialog.header ));}\n
\n", 1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "no-bottom-margin" }) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if devise_mapping.recoverable? && controller_name != 'passwords' _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to I18n.t("iugu.forgot_your_password?"), new_password_path(resource_name), :class => "button full-width no-bottom-margin" ));}\n", 0, false);end if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n
\n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (5.7ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:7: syntax error, unexpected ',', expecting tASSOC ));}\n
\n", 1, false); ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected keyword_do_block, expecting keyword_end flash.each do |name, msg| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected '|', expecting '=' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:20: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:22: syntax error, unexpected keyword_do_block, expecting keyword_end ...ass => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:37: syntax error, unexpected keyword_do_block, expecting keyword_end resource_class.omniauth_providers.each do |provider| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:42: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:43: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_ensure, expecting '}' ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_end, expecting '}' ...uffer.upper if @haml_buffer;end; ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:51: syntax error, unexpected keyword_end, expecting '}'): 4: .container.no-padding 5: 6: = render :partial => "iugu/shared/responsive-dialog.header 7: 8: 9: .padding 10: - unless flash[:social] || flash[:group] actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:23:20 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2194634920 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:7: syntax error, unexpected ',', expecting tASSOC ));}\n
\n", 1, false); ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected keyword_do_block, expecting keyword_end flash.each do |name, msg| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected '|', expecting '=' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:20: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:22: syntax error, unexpected keyword_do_block, expecting keyword_end ...ass => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:37: syntax error, unexpected keyword_do_block, expecting keyword_end resource_class.omniauth_providers.each do |provider| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:42: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:43: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_ensure, expecting '}' ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_end, expecting '}' ...uffer.upper if @haml_buffer;end; ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:51: syntax error, unexpected keyword_end, expecting '}' Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2194634920(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title do I18n.t("iugu.sign_in") + " - " + IuguSDK::application_title end _hamlout.push_text("
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( render :partial => "iugu/shared/responsive-dialog.header ));}\n
\n", 1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "no-bottom-margin" }) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if devise_mapping.recoverable? && controller_name != 'passwords' _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to I18n.t("iugu.forgot_your_password?"), new_password_path(resource_name), :class => "button full-width no-bottom-margin" ));}\n", 0, false);end if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n
\n", -2, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.2ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:7: syntax error, unexpected ',', expecting tASSOC ));}\n
\n", 1, false); ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected keyword_do_block, expecting keyword_end flash.each do |name, msg| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:11: syntax error, unexpected '|', expecting '=' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:20: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:22: syntax error, unexpected keyword_do_block, expecting keyword_end ...ass => "no-bottom-margin" }) do |f| ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:37: syntax error, unexpected keyword_do_block, expecting keyword_end resource_class.omniauth_providers.each do |provider| ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:42: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:43: syntax error, unexpected keyword_end, expecting '}' /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_ensure, expecting '}' ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:48: syntax error, unexpected keyword_end, expecting '}' ...uffer.upper if @haml_buffer;end; ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:51: syntax error, unexpected keyword_end, expecting '}'): 4: .container.no-padding 5: 6: = render :partial => "iugu/shared/responsive-dialog.header 7: 8: 9: .padding 10: - unless flash[:social] || flash[:group] actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (1.4ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (15.2ms) Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:33 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (2.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (10.1ms) Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:39 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:40 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:23:43 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (1.5ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (10.1ms) Completed 200 OK in 112ms (Views: 110.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:43 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:43 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:43 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:43 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (7ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:44 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:23:45 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (9.3ms) Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:23:46 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (14.3ms) Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:36 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (16.2ms) Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:50 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (14.1ms) Completed 200 OK in 35ms (Views: 32.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:55 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:56 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:56 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:24:56 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:56 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:56 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:56 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:24:56 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:25:03 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (14.8ms) Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (1ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:25:04 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.8ms) Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:16 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (8.1ms) Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:27 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.6ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /vendor.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:26:37 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:28:20 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2170958380 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:54: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:57: syntax error, unexpected $end, expecting keyword_end Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2170958380(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title do I18n.t("iugu.sign_in") + " - " + IuguSDK::application_title end _hamlout.push_text("
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( render :partial => "iugu/shared/responsive-dialog.header" ));}\n
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.sign_in") ));}\n
\n", -1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "no-bottom-margin" }) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if devise_mapping.recoverable? && controller_name != 'passwords' _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to I18n.t("iugu.forgot_your_password?"), new_password_path(resource_name), :class => "button full-width no-bottom-margin" ));}\n", 0, false);end if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n", -1, false); if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' _hamlout.push_text("
\n #{_hamlout.adjust_tabs(-1); _hamlout.format_script_false_false_false_true_false_true_false(( link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) ));}\n", 0, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (9.3ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:54: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:57: syntax error, unexpected $end, expecting keyword_end): 51: %span.more-text 52: = I18n.t("iugu.no_account_action") actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:28:26 -0200 Processing by Iugu::SessionsController#new as HTML ERROR: compiling ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2167269640 RAISED /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:54: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:57: syntax error, unexpected $end, expecting keyword_end Function body: def ___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2167269640(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "iugu/sessions/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; content_for :title do I18n.t("iugu.sign_in") + " - " + IuguSDK::application_title end _hamlout.push_text("
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( render :partial => "iugu/shared/responsive-dialog.header" ));}\n
\n
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.sign_in") ));}\n
\n", -1, false); unless flash[:social] || flash[:group] flash.each do |name, msg| if msg.is_a? String _hamlout.push_text(" "notice notice-red"}, nil, :class => name )}>\n "close"}, nil, :'data-dismiss' => "notice" )}>\n ×\n \n

\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( msg ));}\n

\n
\n", -2, false);end end end if IuguSDK::enable_signup_form _hamlout.push_text(" ", 0, false);haml_temp = simple_form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "no-bottom-margin" }) do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.input :email, :required => false, :autofocus => true, :placeholder => "E-Mail", :label => false ));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( f.input :password, :required => false, :placeholder => I18n.t("activerecord.attributes.password"), :label => false ));}\n \n
\n
\n #{ _hamlout.format_script_false_false_false_true_false_true_false(( f.button :submit, I18n.t("iugu.sign_in"), :class => "full-width default" ));}\n
\n", -1, false); if devise_mapping.recoverable? && controller_name != 'passwords' _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to I18n.t("iugu.forgot_your_password?"), new_password_path(resource_name), :class => "button full-width no-bottom-margin" ));}\n", 0, false);end if IuguSDK::enable_social_login _hamlout.push_text(" \n", -1, false);end end _hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);end _hamlout.push_text("
\n", -1, false); if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' _hamlout.push_text("
\n #{_hamlout.adjust_tabs(-1); _hamlout.format_script_false_false_false_true_false_true_false(( link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) ));}\n", 0, false); if IuguSDK::enable_signup_form _hamlout.push_text("
\n "button no-bottom-margin"}, nil, :href => new_registration_path(resource_name) )}>\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account") ));}\n \n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( I18n.t("iugu.no_account_action") ));}\n \n \n
\n", -3, false);end _hamlout.push_text("
\n", -1, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `module_eval' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:297:in `compile' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:232:in `compile!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:144:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:125:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/template.rb:143:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_view/renderer/renderer.rb:17:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:88:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:16:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:232:in `default_render' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:160:in `to_html' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:153:in `respond' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/responder.rb:146:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/controllers/devise/sessions_controller.rb:10:in `new' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:167:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `block in instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/notifications.rb:123:in `instrument' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/base.rb:121:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/abstract_controller/rendering.rb:45:in `process' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:203:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_controller/metal.rb:246:in `block in action' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/mapper.rb:42:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:177:in `call!' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/omniauth-1.1.1/lib/omniauth/strategy.rb:157:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.3.0.alpha.67/lib/sass/plugin/rack.rb:54:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/query_cache.rb:64:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:32:in `call_app' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `block in call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/rack/logger.rb:16:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.9/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/engine.rb:479:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/application.rb:223:in `call' /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.9/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.5ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (/Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:54: syntax error, unexpected keyword_ensure, expecting keyword_end ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:57: syntax error, unexpected $end, expecting keyword_end): 51: %span.more-text 52: = I18n.t("iugu.no_account_action") actionpack (3.2.9) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.9) lib/action_view/template.rb:297:in `compile' actionpack (3.2.9) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.9) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.9) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (92.9ms) Completed 200 OK in 114ms (Views: 111.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:28:36 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (1ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:28:59 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (29.4ms) Completed 500 Internal Server Error in 34ms ActionView::Template::Error (undefined method `new_unlock_path' for #<#:0x00000104f1c480>): 44: = link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) 45: 46: - if IuguSDK::enable_signup_form 47: .container 48: %a.button.no-bottom-margin{ :href => new_registration_path(resource_name) } 49: = I18n.t("iugu.no_account") 50: %span.more-text /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml:47:in `___sers_patricknegri__esenvolvimento_iugusdk_app_views_iugu_sessions_new_html_haml__1754036515094267779_2188538400' actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/patricknegri/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__955434834953798554__process_action__3370718010793174843__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' omniauth (1.1.1) lib/omniauth/strategy.rb:177:in `call!' omniauth (1.1.1) lib/omniauth/strategy.rb:157:in `call' sass (3.3.0.alpha.67) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2100905901768507563__call__2498448092018123387__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' /Users/patricknegri/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `
' Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:29:25 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (13.1ms) Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:26 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:29:31 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (23.1ms) Completed 200 OK in 56ms (Views: 53.0ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:32 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (15.0ms) Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:51 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:52 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:29:52 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:52 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:52 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:52 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:29:52 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:30:36 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.7ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (657ms) (pid 7964) Completed 200 OK in 696ms (Views: 694.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:37 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:30:45 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.8ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (631ms) (pid 7964) Completed 200 OK in 672ms (Views: 670.3ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:30:46 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:31:05 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (8.4ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (584ms) (pid 7964) Completed 200 OK in 623ms (Views: 620.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:06 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:31:13 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (8.1ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (655ms) (pid 7964) Completed 200 OK in 695ms (Views: 693.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:14 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:31:17 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (9.2ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (664ms) (pid 7964) Completed 200 OK in 703ms (Views: 700.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:18 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-sdk.css - 200 OK (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:31:25 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (10.5ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (590ms) (pid 7964) Completed 200 OK in 637ms (Views: 634.7ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:31:26 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-sdk.css - 200 OK (5ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:32:04 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (83.2ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (579ms) (pid 7964) Completed 200 OK in 692ms (Views: 689.2ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:05 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:06 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:06 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:06 -0200 Served asset /iugu-sdk.css - 200 OK (4ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:32:17 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (9.8ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (663ms) (pid 7964) Completed 200 OK in 703ms (Views: 701.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:18 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:32:19 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:33:15 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (8.6ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (588ms) (pid 7964) Completed 200 OK in 625ms (Views: 623.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-sdk.css - 200 OK (6ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:16 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:33:25 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (8.7ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/iugu-sdk.css.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/core.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/variables.sassc: can't dump anonymous class # WARNING on line 16 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. WARNING on line 17 of /Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/adaptative-mixins.sassc: can't dump anonymous class # Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/8e0849d701bca2f5a178ed1215813b1316068a4d/sprite-mixins.sassc: can't dump anonymous class # Compiled iugu-sdk.css (593ms) (pid 7964) Completed 200 OK in 631ms (Views: 629.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:26 -0200 Served asset /iugu-sdk.css - 200 OK (4ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:33:29 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.4ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (9.4ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-sdk.css - 304 Not Modified (6ms) Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:30 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2012-12-31 13:33:36 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (10.6ms) Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2012-12-31 13:33:37 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-02 07:52:14 -0200 Processing by DashboardController#index as HTML Rendered dashboard/splash.html.haml within layouts/application (2.6ms) WARNING on line 74 of /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/app/assets/stylesheets/default.sass: This selector doesn't have any properties and will not be rendered. Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e764476e9a85279ad82622591ce49983ed21c149/default.sassc: can't dump anonymous class # Compiled default.css (141ms) (pid 581) Compiled application.css (146ms) (pid 581) Compiled jquery.js (1ms) (pid 581) Compiled application.js (39ms) (pid 581) Completed 200 OK in 396ms (Views: 394.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 07:52:15 -0200 Served asset /application.css - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 07:52:15 -0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 07:52:15 -0200 Served asset /default.css - 200 OK (2ms) Connecting to database specified by database.yml Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 07:52:26 -0200 Served asset /application.js - 200 OK (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 07:52:26 -0200 Served asset /jquery.js - 200 OK (3ms) Started GET "/login" for 127.0.0.1 at 2013-01-02 07:54:59 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (1.6ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (774.8ms) Completed 200 OK in 1060ms (Views: 993.3ms | ActiveRecord: 49.2ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (2ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (2ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (3ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/backbone.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (3ms) Served asset /vendor/jquery.js - 304 Not Modified (70ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (4ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor/underscore.js - 304 Not Modified (3ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /vendor.js - 304 Not Modified (17ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Served asset /web-app/config.js - 304 Not Modified (3ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /web-app/environment.js - 304 Not Modified (3ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /web-app/comm.js - 304 Not Modified (3ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /web-app/presenters.js - 304 Not Modified (3ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /web-app/i18n.js - 304 Not Modified (3ms) Served asset /web-app/sound.js - 304 Not Modified (3ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /web-app/helpers.js - 304 Not Modified (3ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /web-app/models.js - 304 Not Modified (3ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /web-app/usecode.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (5ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (18ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux.js - 304 Not Modified (35ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (25ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (6ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-ux.css - 304 Not Modified (10ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 07:55:01 -0200 Served asset /iugu-sdk.css - 304 Not Modified (5ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (61ms) Started GET "/signup" for 127.0.0.1 at 2013-01-02 07:57:58 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.7ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (3.9ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (107.3ms) Completed 200 OK in 200ms (Views: 156.9ms | ActiveRecord: 3.5ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (4ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (3ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (3ms) Served asset /vendor.js - 304 Not Modified (16ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (5ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Served asset /web-app/presenters.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/models.js - 304 Not Modified (3ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux.css - 304 Not Modified (9ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-ux.js - 304 Not Modified (32ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 07:57:59 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/signup" for 127.0.0.1 at 2013-01-02 07:58:38 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.9ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (6.1ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (746.7ms) Completed 200 OK in 1057ms (Views: 1035.6ms | ActiveRecord: 2.9ms) Connecting to database specified by database.yml Started GET "/signup" for 127.0.0.1 at 2013-01-02 07:58:48 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.6ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (3.8ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (602.2ms) Completed 200 OK in 858ms (Views: 835.1ms | ActiveRecord: 3.8ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (2ms) Served asset /vendor/jquery.js - 304 Not Modified (2ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (3ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (3ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (3ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /vendor/underscore.js - 304 Not Modified (8ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /vendor.js - 304 Not Modified (16ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /vendor/backbone.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (5ms) Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (3ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/environment.js - 304 Not Modified (3ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/config.js - 304 Not Modified (3ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/comm.js - 304 Not Modified (3ms) Served asset /web-app/presenters.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/i18n.js - 304 Not Modified (3ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/sound.js - 304 Not Modified (3ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/helpers.js - 304 Not Modified (3ms) Served asset /web-app/models.js - 304 Not Modified (3ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /web-app/usecode.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (3ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (17ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (29ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux.js - 304 Not Modified (27ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux.css - 304 Not Modified (8ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (4ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 07:58:49 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (4ms) Served asset /iugu-sdk.css - 304 Not Modified (4ms) Started POST "/signup" for 127.0.0.1 at 2013-01-02 07:59:06 -0200 Processing by Iugu::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"F1FQjJ3IReciQw5DirGl3mWKnzNKsG9L2Tkbed+2k98=", "user"=>{"email"=>"patricknegri@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "account_alias"=>"", "locale"=>"pt-BR"}, "commit"=>"Cadastro"}  (0.2ms) BEGIN User Exists (16.5ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = BINARY 'patricknegri@gmail.com' LIMIT 1 User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`confirmation_token` = 'zGMpfFDvVaM1U7L7Xp2H' LIMIT 1 SQL (0.5ms) INSERT INTO `users` (`birthdate`, `confirmation_sent_at`, `confirmation_token`, `confirmed_at`, `created_at`, `email`, `encrypted_password`, `guest`, `id`, `locale`, `name`, `remember_created_at`, `reset_password_sent_at`, `reset_password_token`, `unconfirmed_email`, `updated_at`) VALUES (NULL, '2013-01-02 09:59:06', 'zGMpfFDvVaM1U7L7Xp2H', NULL, '2013-01-02 09:59:06', 'patricknegri@gmail.com', '$2a$10$OTPYkN8nWGwAllNjRiFa8epD2UDJd19ui8hgjHILNAbK7/vkN7Tdq', NULL, x'b8ad44026e6049b08147850e15eda23a', 'pt-BR', NULL, NULL, NULL, NULL, NULL, '2013-01-02 09:59:06') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/confirmation_instructions.html.haml (8.4ms) Sent mail to patricknegri@gmail.com (6346ms) Date: Wed, 02 Jan 2013 07:59:07 -0200 From: Iugu Reply-To: Iugu To: patricknegri@gmail.com Message-ID: <50e404ebadfc5_48680435d4853461@iMac-de-Patrick.local.mail> Subject: =?UTF-8?Q?Instru=C3=A7=C3=B5es_de_confirma=C3=A7=C3=A3o?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Bem vindo patricknegri@gmail.com!

Voc=C3=AA pode confirmar o email da sua conta no link abaixo

Confirm my account

ApiToken Exists (0.5ms) SELECT 1 AS one FROM `api_tokens` WHERE `api_tokens`.`token` IS NULL LIMIT 1 ApiToken Exists (0.4ms) SELECT 1 AS one FROM `api_tokens` WHERE (`api_tokens`.`description` = BINARY 'User' AND `api_tokens`.`tokenable_id` = x'b8ad44026e6049b08147850e15eda23a' AND `api_tokens`.`tokenable_type` = 'User') LIMIT 1 SQL (0.3ms) INSERT INTO `api_tokens` (`api_type`, `created_at`, `description`, `id`, `token`, `tokenable_id`, `tokenable_type`, `updated_at`) VALUES ('USER', '2013-01-02 09:59:14', 'User', x'24df63286c944212894fb6fe04f70f8b', '96d58e4690486b0cd3884093bcc8884b', x'b8ad44026e6049b08147850e15eda23a', 'User', '2013-01-02 09:59:14') ApiToken Load (0.5ms) SELECT `api_tokens`.* FROM `api_tokens` WHERE `api_tokens`.`tokenable_id` = x'b8ad44026e6049b08147850e15eda23a' AND `api_tokens`.`tokenable_type` = 'User' LIMIT 1 SQL (0.4ms) INSERT INTO `accounts` (`created_at`, `id`, `name`, `subdomain`, `subscription_id`, `updated_at`) VALUES ('2013-01-02 09:59:14', x'bad0df286c97445b99bc191df20ccf59', NULL, '', NULL, '2013-01-02 09:59:14')  (0.5ms) UPDATE `accounts` SET `subdomain` = 'accountbad0df28-6c97-445b-99bc-191df20ccf59', `created_at` = '2013-01-02 09:59:14', `updated_at` = '2013-01-02 09:59:14' WHERE `accounts`.`id` = x'bad0df286c97445b99bc191df20ccf59' Account Load (0.5ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = x'bad0df286c97445b99bc191df20ccf59' LIMIT 1 SQL (0.3ms) INSERT INTO `account_users` (`account_id`, `id`, `user_id`) VALUES (x'bad0df286c97445b99bc191df20ccf59', x'c6acda6908eb42bd8a4f788950f5946a', x'b8ad44026e6049b08147850e15eda23a') AccountRole Exists (0.4ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'owner' AND `account_roles`.`account_user_id` = x'c6acda6908eb42bd8a4f788950f5946a') LIMIT 1 AccountUser Load (0.4ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'c6acda6908eb42bd8a4f788950f5946a' LIMIT 1 SQL (0.3ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'c6acda6908eb42bd8a4f788950f5946a', x'fa37021ca24c49f3a26e4fa4725aba16', 'owner') AccountRole Exists (0.4ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'admin' AND `account_roles`.`account_user_id` = x'c6acda6908eb42bd8a4f788950f5946a') LIMIT 1 AccountUser Load (0.2ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'c6acda6908eb42bd8a4f788950f5946a' LIMIT 1 SQL (0.2ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'c6acda6908eb42bd8a4f788950f5946a', x'6a112ccc45814a889f76cbfa4db9b3ac', 'admin') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/welcome.html.haml (1.0ms) Sent mail to patricknegri@gmail.com (4115ms) Date: Wed, 02 Jan 2013 07:59:14 -0200 From: Iugu Reply-To: Iugu To: patricknegri@gmail.com Message-ID: <50e404f269d89_48680435d48535db@iMac-de-Patrick.local.mail> Subject: Bem vindo! Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Bem vindo a Dummy  (0.7ms) COMMIT Redirected to http://iugusdk.dev/ Completed 302 Found in 12347ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-01-02 07:59:18 -0200 Processing by DashboardController#index as HTML Rendered dashboard/splash.html.haml within layouts/application (2.3ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 07:59:18 -0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 07:59:18 -0200 Served asset /application.css - 304 Not Modified (2ms) Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 07:59:18 -0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 07:59:18 -0200 Served asset /default.css - 304 Not Modified (2ms) Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 07:59:18 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/login" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (1.3ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (14.6ms) Completed 200 OK in 84ms (Views: 31.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (3ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /vendor/underscore.js - 304 Not Modified (3ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (3ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /vendor/backbone.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /web-app/environment.js - 304 Not Modified (3ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /web-app/comm.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /vendor.js - 304 Not Modified (102ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /web-app/config.js - 304 Not Modified (3ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /web-app/presenters.js - 304 Not Modified (2ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /web-app/sound.js - 304 Not Modified (3ms) Served asset /web-app/helpers.js - 304 Not Modified (3ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (6ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (3ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:11:46 -0200 Served asset /iugu-sdk.css - 304 Not Modified (4ms) Connecting to database specified by database.yml  (107.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (244.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to CreateAccount (20120528164634)  (296.0ms) CREATE TABLE `accounts` (`id` binary(16) PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (337.6ms) CREATE INDEX `index_accounts_on_id` ON `accounts` (`id`)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120528164634') Migrating to AddDeviseToUsers (20120529134109)  (395.7ms) CREATE TABLE `users` (`id` binary(16) PRIMARY KEY, `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, `confirmation_token` varchar(255), `confirmed_at` datetime, `confirmation_sent_at` datetime, `unconfirmed_email` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (143.7ms) CREATE INDEX `index_users_on_id` ON `users` (`id`)  (118.6ms) CREATE UNIQUE INDEX `index_users_on_email` ON `users` (`email`)  (203.9ms) CREATE UNIQUE INDEX `index_users_on_reset_password_token` ON `users` (`reset_password_token`)  (215.9ms) CREATE UNIQUE INDEX `index_users_on_confirmation_token` ON `users` (`confirmation_token`)  (4.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529134109') Migrating to AddBirthdateAndNameToUser (20120529162901)  (275.9ms) ALTER TABLE `users` ADD `birthdate` date  (212.5ms) ALTER TABLE `users` ADD `name` varchar(255)  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529162901') Migrating to AddNameAndSubscriptionIdAndUserIdToAccount (20120529174755)  (157.5ms) ALTER TABLE `accounts` ADD `name` varchar(255)  (149.1ms) ALTER TABLE `accounts` ADD `subscription_id` int(11)  (116.0ms) ALTER TABLE `accounts` ADD `user_id` blob(16)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529174755') Migrating to CreateAccountUsers (20120529180814)  (102.5ms) CREATE TABLE `account_users` (`id` binary(16) PRIMARY KEY, `account_id` binary(16), `user_id` binary(16)) ENGINE=InnoDB  (119.4ms) CREATE INDEX `index_account_users_on_id` ON `account_users` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529180814') Migrating to RemoveUserIdFromAccounts (20120530114709)  (105.6ms) ALTER TABLE `accounts` DROP `user_id`  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120530114709') Migrating to CreateAccountRoles (20120531171438)  (134.0ms) CREATE TABLE `account_roles` (`id` binary(16) PRIMARY KEY, `name` varchar(255), `account_user_id` binary(16)) ENGINE=InnoDB  (137.0ms) CREATE INDEX `index_account_roles_on_id` ON `account_roles` (`id`)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120531171438') Migrating to AddLocaleToUser (20120604131034)  (90.2ms) ALTER TABLE `users` ADD `locale` varchar(255)  (0.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120604131034') Migrating to CreateSocialAccount (20120605142527)  (116.5ms) CREATE TABLE `social_accounts` (`id` binary(16) PRIMARY KEY, `social_id` varchar(255), `user_id` binary(16), `provider` varchar(255), `token` varchar(255), `secret` varchar(255)) ENGINE=InnoDB  (110.6ms) CREATE INDEX `index_social_accounts_on_id` ON `social_accounts` (`id`)  (0.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120605142527') Migrating to SetLocale (20120612141130) SQL (0.3ms) UPDATE `users` SET locale = 'en' WHERE `users`.`locale` IS NULL  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120612141130') Migrating to RemoveUniqueFromUserEmail (20120613173114)  (61.7ms) DROP INDEX `index_users_on_email` ON `users`  (143.4ms) CREATE INDEX `index_users_on_email` ON `users` (`email`)  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120613173114') Migrating to CreateDelayedJobs (20120615180728)  (90.9ms) CREATE TABLE `delayed_jobs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `priority` int(11) DEFAULT 0, `attempts` int(11) DEFAULT 0, `handler` text, `last_error` text, `run_at` datetime, `locked_at` datetime, `failed_at` datetime, `locked_by` varchar(255), `queue` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (158.9ms) CREATE INDEX `delayed_jobs_priority` ON `delayed_jobs` (`priority`, `run_at`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120615180728') Migrating to CreateUserInvitations (20120629154429)  (103.0ms) CREATE TABLE `user_invitations` (`id` binary(16) PRIMARY KEY, `invited_by` binary(16), `email` varchar(255), `sent_at` datetime, `account_id` binary(16)) ENGINE=InnoDB  (117.7ms) CREATE INDEX `index_user_invitations_on_id` ON `user_invitations` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120629154429') Migrating to AddTokenToUserInvitations (20120629195345)  (106.5ms) ALTER TABLE `user_invitations` ADD `token` varchar(255)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120629195345') Migrating to AddRolesToUserInvitations (20120705202827)  (170.0ms) ALTER TABLE `user_invitations` ADD `roles` varchar(255)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120705202827') Migrating to CreateAccountDomain (20120716145846)  (154.2ms) CREATE TABLE `account_domains` (`id` binary(16) PRIMARY KEY, `account_id` binary(16), `url` varchar(255), `verified` tinyint(1), `primary` tinyint(1)) ENGINE=InnoDB  (141.9ms) CREATE INDEX `index_account_domains_on_id` ON `account_domains` (`id`)  (0.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120716145846') Migrating to AddSubdomainToAccount (20120719162426)  (139.4ms) ALTER TABLE `accounts` ADD `subdomain` varchar(255)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120719162426') Migrating to AddApiTokenToAccount (20120725170859)  (136.4ms) ALTER TABLE `accounts` ADD `api_token` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120725170859') Migrating to AddGuestToUsers (20120803172545)  (120.3ms) ALTER TABLE `users` ADD `guest` tinyint(1)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120803172545') Migrating to CreateApiToken (20121023113304)  (152.8ms) CREATE TABLE `api_tokens` (`id` binary(16) PRIMARY KEY, `token` varchar(255), `description` varchar(255), `api_type` varchar(255), `tokenable_id` binary(16), `tokenable_type` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (135.6ms) CREATE INDEX `index_api_tokens_on_id` ON `api_tokens` (`id`)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121023113304') Migrating to RemoveApiTokenFromAccount (20121108115535)  (119.3ms) ALTER TABLE `accounts` DROP `api_token`  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121108115535')  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Connecting to database specified by database.yml Started GET "/login" for 127.0.0.1 at 2013-01-02 08:28:34 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (1.5ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (592.0ms) Completed 200 OK in 858ms (Views: 837.3ms | ActiveRecord: 3.3ms) Connecting to database specified by database.yml Started GET "/login" for 127.0.0.1 at 2013-01-02 08:28:46 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (1.5ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (606.9ms) Completed 200 OK in 867ms (Views: 844.8ms | ActiveRecord: 3.5ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor/jquery.js - 304 Not Modified (3ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (5ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (4ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor/underscore.js - 304 Not Modified (3ms) Served asset /vendor/jquery.base64.js - 304 Not Modified (3ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor/backbone.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /vendor.js - 304 Not Modified (96ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (5ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (3ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /web-app/config.js - 304 Not Modified (3ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /web-app/presenters.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /web-app/i18n.js - 304 Not Modified (3ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /web-app/environment.js - 304 Not Modified (86ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /web-app/helpers.js - 304 Not Modified (3ms) Served asset /web-app/comm.js - 304 Not Modified (3ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /web-app/usecode.js - 304 Not Modified (3ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /web-app/sound.js - 304 Not Modified (3ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (17ms) Served asset /web-app/models.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (32ms) Served asset /iugu-ux.css - 304 Not Modified (10ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (27ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (6ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:47 -0200 Served asset /iugu-sdk.css - 304 Not Modified (5ms) Started GET "/login" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.0ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (4ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (3ms) Served asset /vendor.js - 304 Not Modified (17ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (3ms) Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /web-app/config.js - 304 Not Modified (3ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /web-app/helpers.js - 304 Not Modified (2ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (5ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (97ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:49 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (75ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:50 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (3ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (30ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:50 -0200 Served asset /iugu-ux.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:50 -0200 Served asset /iugu-sdk.css - 304 Not Modified (3ms) Started GET "/signup" for 127.0.0.1 at 2013-01-02 08:28:55 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.6ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (5.1ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (34.9ms) Completed 200 OK in 59ms (Views: 57.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (4ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /vendor/underscore.js - 304 Not Modified (3ms) Served asset /vendor/backbone.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /web-app/environment.js - 304 Not Modified (3ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (3ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /web-app/comm.js - 304 Not Modified (3ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Served asset /web-app/presenters.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /web-app/sound.js - 304 Not Modified (3ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux.css - 304 Not Modified (13ms) Served asset /web-app/i18n.js - 304 Not Modified (82ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:28:56 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (4ms) Started POST "/signup" for 127.0.0.1 at 2013-01-02 08:29:28 -0200 Processing by Iugu::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"F1FQjJ3IReciQw5DirGl3mWKnzNKsG9L2Tkbed+2k98=", "user"=>{"email"=>"patricknegri@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "account_alias"=>"", "locale"=>"pt-BR"}, "commit"=>"Cadastro"}  (0.3ms) BEGIN User Exists (0.5ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = BINARY 'patricknegri@gmail.com' LIMIT 1 User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`confirmation_token` = 'GAHtxypqdHNzLuNHxBBH' LIMIT 1 SQL (0.5ms) INSERT INTO `users` (`birthdate`, `confirmation_sent_at`, `confirmation_token`, `confirmed_at`, `created_at`, `email`, `encrypted_password`, `guest`, `id`, `locale`, `name`, `remember_created_at`, `reset_password_sent_at`, `reset_password_token`, `unconfirmed_email`, `updated_at`) VALUES (NULL, '2013-01-02 10:29:28', 'GAHtxypqdHNzLuNHxBBH', NULL, '2013-01-02 10:29:28', 'patricknegri@gmail.com', '$2a$10$DgyPUtvCGbg/BI2QlVa6x.3vTkZpXUA.LRm55.OSFJA0fwyUMBE8i', NULL, x'195abda0d2a340659ccc13e0445acc57', 'pt-BR', NULL, NULL, NULL, NULL, NULL, '2013-01-02 10:29:28') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/confirmation_instructions.html.haml (2.3ms) Sent mail to patricknegri@gmail.com (5278ms) Date: Wed, 02 Jan 2013 08:29:29 -0200 From: iugu Reply-To: iugu To: patricknegri@gmail.com Message-ID: <50e40c0952812_73480435d4826749@iMac-de-Patrick.local.mail> Subject: =?UTF-8?Q?Instru=C3=A7=C3=B5es_de_confirma=C3=A7=C3=A3o?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Bem vindo patricknegri@gmail.com!

Voc=C3=AA pode confirmar o email da sua conta no link abaixo

Confirm my account

ApiToken Exists (0.5ms) SELECT 1 AS one FROM `api_tokens` WHERE `api_tokens`.`token` IS NULL LIMIT 1 ApiToken Exists (0.4ms) SELECT 1 AS one FROM `api_tokens` WHERE (`api_tokens`.`description` = BINARY 'User' AND `api_tokens`.`tokenable_id` = x'195abda0d2a340659ccc13e0445acc57' AND `api_tokens`.`tokenable_type` = 'User') LIMIT 1 SQL (0.4ms) INSERT INTO `api_tokens` (`api_type`, `created_at`, `description`, `id`, `token`, `tokenable_id`, `tokenable_type`, `updated_at`) VALUES ('USER', '2013-01-02 10:29:34', 'User', x'25ab26fea2f34f509a20bc1708aa9964', 'c9bb5e4acdf79ddd26f355ccefec475a', x'195abda0d2a340659ccc13e0445acc57', 'User', '2013-01-02 10:29:34') ApiToken Load (0.6ms) SELECT `api_tokens`.* FROM `api_tokens` WHERE `api_tokens`.`tokenable_id` = x'195abda0d2a340659ccc13e0445acc57' AND `api_tokens`.`tokenable_type` = 'User' LIMIT 1 SQL (0.3ms) INSERT INTO `accounts` (`created_at`, `id`, `name`, `subdomain`, `subscription_id`, `updated_at`) VALUES ('2013-01-02 10:29:34', x'1ba2ac135e68482083c07e58afc2df6a', NULL, '', NULL, '2013-01-02 10:29:34')  (0.5ms) UPDATE `accounts` SET `subdomain` = 'account1ba2ac13-5e68-4820-83c0-7e58afc2df6a', `created_at` = '2013-01-02 10:29:34', `updated_at` = '2013-01-02 10:29:34' WHERE `accounts`.`id` = x'1ba2ac135e68482083c07e58afc2df6a' Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = x'1ba2ac135e68482083c07e58afc2df6a' LIMIT 1 SQL (0.4ms) INSERT INTO `account_users` (`account_id`, `id`, `user_id`) VALUES (x'1ba2ac135e68482083c07e58afc2df6a', x'a1d3fa217f21453caad6254e4402376a', x'195abda0d2a340659ccc13e0445acc57') AccountRole Exists (0.4ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'owner' AND `account_roles`.`account_user_id` = x'a1d3fa217f21453caad6254e4402376a') LIMIT 1 AccountUser Load (0.4ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'a1d3fa217f21453caad6254e4402376a' LIMIT 1 SQL (0.2ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'a1d3fa217f21453caad6254e4402376a', x'3254ced1718f487e8c109a5db3ae4611', 'owner') AccountRole Exists (0.4ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'admin' AND `account_roles`.`account_user_id` = x'a1d3fa217f21453caad6254e4402376a') LIMIT 1 AccountUser Load (0.3ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'a1d3fa217f21453caad6254e4402376a' LIMIT 1 SQL (0.2ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'a1d3fa217f21453caad6254e4402376a', x'd73da0185e7741069838169a59ce6ad5', 'admin') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/welcome.html.haml (0.9ms) Sent mail to patricknegri@gmail.com (3944ms) Date: Wed, 02 Jan 2013 08:29:34 -0200 From: iugu Reply-To: iugu To: patricknegri@gmail.com Message-ID: <50e40c0ec115a_73480435d48268cd@iMac-de-Patrick.local.mail> Subject: Bem vindo! Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Bem vindo a Dummy  (0.7ms) COMMIT Redirected to http://iugusdk.dev/ Completed 302 Found in 10342ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-01-02 08:29:38 -0200 Processing by DashboardController#index as HTML Rendered dashboard/splash.html.haml within layouts/application (2.4ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 08:29:38 -0200 Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 08:29:38 -0200 Served asset /application.css - 304 Not Modified (3ms) Served asset /default.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:29:38 -0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 08:29:38 -0200 Served asset /application.js - 304 Not Modified (5ms) Served asset /jquery.js - 304 Not Modified (56ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:29:39 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/login" for 127.0.0.1 at 2013-01-02 08:34:43 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (2.5ms) Started GET "/signup" for 127.0.0.1 at 2013-01-02 08:34:43 -0200 Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (781.6ms) Processing by Iugu::RegistrationsController#new as HTML Completed 200 OK in 1085ms (Views: 1062.3ms | ActiveRecord: 2.8ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.6ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (3.9ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (598.9ms) Completed 200 OK in 873ms (Views: 848.9ms | ActiveRecord: 3.2ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (2ms) Served asset /vendor/jquery.js - 304 Not Modified (4ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (3ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (4ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (3ms) Served asset /vendor/underscore.js - 304 Not Modified (3ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /vendor/backbone.js - 304 Not Modified (80ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /vendor.js - 304 Not Modified (86ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (3ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (3ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/environment.js - 304 Not Modified (3ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/config.js - 304 Not Modified (3ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/comm.js - 304 Not Modified (3ms) Served asset /web-app/presenters.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/i18n.js - 304 Not Modified (2ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/sound.js - 304 Not Modified (3ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/helpers.js - 304 Not Modified (3ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/models.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /web-app/usecode.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (18ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (27ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux.js - 304 Not Modified (33ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (6ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-sdk.css - 304 Not Modified (3ms) Served asset /iugu-ux.css - 304 Not Modified (8ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:34:45 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (2ms) Started POST "/signup" for 127.0.0.1 at 2013-01-02 08:37:08 -0200 Processing by Iugu::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"F1FQjJ3IReciQw5DirGl3mWKnzNKsG9L2Tkbed+2k98=", "user"=>{"email"=>"patrick@iugu.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "account_alias"=>"", "locale"=>"pt-BR"}, "commit"=>"Cadastro"}  (0.2ms) BEGIN User Exists (0.5ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = BINARY 'patrick@iugu.com' LIMIT 1 User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`confirmation_token` = 'nScfbkktvZELy1vJKD4A' LIMIT 1 SQL (0.4ms) INSERT INTO `users` (`birthdate`, `confirmation_sent_at`, `confirmation_token`, `confirmed_at`, `created_at`, `email`, `encrypted_password`, `guest`, `id`, `locale`, `name`, `remember_created_at`, `reset_password_sent_at`, `reset_password_token`, `unconfirmed_email`, `updated_at`) VALUES (NULL, '2013-01-02 10:37:08', 'nScfbkktvZELy1vJKD4A', NULL, '2013-01-02 10:37:08', 'patrick@iugu.com', '$2a$10$Ox4gWJtVWFoSXl3LYt7E3.m6sQb.mFXYlB850miKg99KLkZRYUZTu', NULL, x'54c24afb096d43818bd4e232b170f0da', 'pt-BR', NULL, NULL, NULL, NULL, NULL, '2013-01-02 10:37:08') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/confirmation_instructions.html.haml (2.3ms) Sent mail to patrick@iugu.com (3927ms) Date: Wed, 02 Jan 2013 08:37:09 -0200 From: iugu Reply-To: iugu To: patrick@iugu.com Message-ID: <50e40dd52c2eb_75080435d4819965@iMac-de-Patrick.local.mail> Subject: =?UTF-8?Q?Instru=C3=A7=C3=B5es_de_confirma=C3=A7=C3=A3o?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Bem vindo patrick@iugu.com!

Voc=C3=AA pode confirmar o email da sua conta no link abaixo

Confirm my account

ApiToken Exists (0.5ms) SELECT 1 AS one FROM `api_tokens` WHERE `api_tokens`.`token` IS NULL LIMIT 1 ApiToken Exists (0.4ms) SELECT 1 AS one FROM `api_tokens` WHERE (`api_tokens`.`description` = BINARY 'User' AND `api_tokens`.`tokenable_id` = x'54c24afb096d43818bd4e232b170f0da' AND `api_tokens`.`tokenable_type` = 'User') LIMIT 1 SQL (0.4ms) INSERT INTO `api_tokens` (`api_type`, `created_at`, `description`, `id`, `token`, `tokenable_id`, `tokenable_type`, `updated_at`) VALUES ('USER', '2013-01-02 10:37:13', 'User', x'a94e964ad9604aabaff558a77542920d', '9190b27e90b4dd6dba07eb13c2054210', x'54c24afb096d43818bd4e232b170f0da', 'User', '2013-01-02 10:37:13') ApiToken Load (0.5ms) SELECT `api_tokens`.* FROM `api_tokens` WHERE `api_tokens`.`tokenable_id` = x'54c24afb096d43818bd4e232b170f0da' AND `api_tokens`.`tokenable_type` = 'User' LIMIT 1 SQL (0.4ms) INSERT INTO `accounts` (`created_at`, `id`, `name`, `subdomain`, `subscription_id`, `updated_at`) VALUES ('2013-01-02 10:37:13', x'57107484f27341939a34511669cbb672', NULL, '', NULL, '2013-01-02 10:37:13')  (0.5ms) UPDATE `accounts` SET `subdomain` = 'account57107484-f273-4193-9a34-511669cbb672', `created_at` = '2013-01-02 10:37:13', `updated_at` = '2013-01-02 10:37:13' WHERE `accounts`.`id` = x'57107484f27341939a34511669cbb672' Account Load (0.5ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = x'57107484f27341939a34511669cbb672' LIMIT 1 SQL (0.2ms) INSERT INTO `account_users` (`account_id`, `id`, `user_id`) VALUES (x'57107484f27341939a34511669cbb672', x'd724ca3e607645018230582ad7b20e18', x'54c24afb096d43818bd4e232b170f0da') AccountRole Exists (0.4ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'owner' AND `account_roles`.`account_user_id` = x'd724ca3e607645018230582ad7b20e18') LIMIT 1 AccountUser Load (0.3ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'd724ca3e607645018230582ad7b20e18' LIMIT 1 SQL (0.2ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'd724ca3e607645018230582ad7b20e18', x'e0170e6b64354af984410e1da3709d2a', 'owner') AccountRole Exists (0.4ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'admin' AND `account_roles`.`account_user_id` = x'd724ca3e607645018230582ad7b20e18') LIMIT 1 AccountUser Load (0.3ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'd724ca3e607645018230582ad7b20e18' LIMIT 1 SQL (0.2ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'd724ca3e607645018230582ad7b20e18', x'1b1f640bad20476f950244420da129ed', 'admin') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/welcome.html.haml (0.9ms) Sent mail to patrick@iugu.com (2728ms) Date: Wed, 02 Jan 2013 08:37:13 -0200 From: iugu Reply-To: iugu To: patrick@iugu.com Message-ID: <50e40dd953717_75080435d48200cb@iMac-de-Patrick.local.mail> Subject: Bem vindo! Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Bem vindo a Dummy  (0.6ms) COMMIT Redirected to http://iugusdk.dev/ Completed 302 Found in 7854ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-01-02 08:37:16 -0200 Processing by DashboardController#index as HTML Rendered dashboard/splash.html.haml within layouts/application (2.4ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 08:37:16 -0200 Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 08:37:16 -0200 Served asset /default.css - 304 Not Modified (2ms) Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:37:16 -0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 08:37:16 -0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:37:16 -0200 Served asset /application.js - 304 Not Modified (5ms) Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/login" for 127.0.0.1 at 2013-01-02 08:41:43 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (7.2ms) Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (3ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (4ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (3ms) Served asset /vendor/underscore.js - 304 Not Modified (3ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /vendor/backbone.js - 304 Not Modified (80ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /vendor.js - 304 Not Modified (96ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (3ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /web-app/environment.js - 304 Not Modified (3ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /web-app/config.js - 304 Not Modified (3ms) Served asset /web-app/comm.js - 304 Not Modified (3ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /web-app/presenters.js - 304 Not Modified (3ms) Served asset /web-app/i18n-languages.js - 304 Not Modified (3ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /web-app/i18n.js - 304 Not Modified (3ms) Served asset /web-app/sound.js - 304 Not Modified (3ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /web-app/models.js - 304 Not Modified (3ms) Served asset /web-app/helpers.js - 304 Not Modified (3ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /web-app/usecode.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (3ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (17ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux.js - 304 Not Modified (34ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:44 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/forgot_password" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Processing by Iugu::PasswordsController#new as HTML Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.9ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/passwords/new.html.haml within layouts/iugu-sdk (25.6ms) Completed 200 OK in 117ms (Views: 115.5ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (3ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (3ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:46 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/confirmation/new" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Processing by Iugu::ConfirmationsController#new as HTML Rendered /Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/confirmations/new.html.haml within layouts/iugu-sdk (8.6ms) Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /vendor.js - 304 Not Modified (1ms) Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 08:41:48 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started GET "/confirmation?confirmation_token=nScfbkktvZELy1vJKD4A" for 127.0.0.1 at 2013-01-02 08:42:09 -0200 Processing by Iugu::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"nScfbkktvZELy1vJKD4A"} User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`confirmation_token` = 'nScfbkktvZELy1vJKD4A' LIMIT 1  (0.1ms) BEGIN  (0.3ms) UPDATE `users` SET `confirmation_token` = NULL, `confirmed_at` = '2013-01-02 10:42:09', `updated_at` = '2013-01-02 10:42:09' WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da'  (0.5ms) COMMIT Redirected to http://iugusdk.dev/ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` INNER JOIN `account_users` ON `accounts`.`id` = `account_users`.`account_id` WHERE `account_users`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' AND (accounts.id = NULL) LIMIT 1 Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` INNER JOIN `account_users` ON `accounts`.`id` = `account_users`.`account_id` WHERE `account_users`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 Completed 302 Found in 163ms (ActiveRecord: 1.8ms) Started GET "/" for 127.0.0.1 at 2013-01-02 08:42:09 -0200 Processing by DashboardController#index as HTML User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 Rendered dashboard/index.html.haml within layouts/application (1.2ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 08:42:09 -0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:09 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:09 -0200 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:09 -0200 Served asset /jquery.js - 304 Not Modified (3ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 08:42:09 -0200 Served asset /default.css - 304 Not Modified (0ms) Started GET "/settings" for 127.0.0.1 at 2013-01-02 08:42:31 -0200 Processing by Iugu::SettingsController#index as HTML User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 Redirected to http://iugusdk.dev/settings/profile Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/settings/profile" for 127.0.0.1 at 2013-01-02 08:42:31 -0200 Processing by Iugu::ProfileController#index as HTML User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 ApiToken Load (0.5ms) SELECT `api_tokens`.* FROM `api_tokens` WHERE `api_tokens`.`tokenable_id` = x'54c24afb096d43818bd4e232b170f0da' AND `api_tokens`.`tokenable_type` = 'User' LIMIT 1 Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT `delayed_jobs`.* FROM `delayed_jobs` WHERE `delayed_jobs`.`queue` = 'user_54c24afb-096d-4381-8bd4-e232b170f0da_destroy' LIMIT 1 SocialAccount Load (0.2ms) SELECT `social_accounts`.* FROM `social_accounts` WHERE `social_accounts`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' SocialAccount Load (0.2ms) SELECT `social_accounts`.* FROM `social_accounts` WHERE `social_accounts`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' AND `social_accounts`.`provider` = 'facebook' LIMIT 1 SocialAccount Load (0.3ms) SELECT `social_accounts`.* FROM `social_accounts` WHERE `social_accounts`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' AND `social_accounts`.`provider` = 'twitter' LIMIT 1 Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/settings/profile.html.haml within layouts/settings (87.9ms) Warning. Error encountered while saving cache /Users/patricknegri/Desenvolvimento/iugusdk/spec/dummy/tmp/cache/sass/e5be18dde92936a4632e65289dad5788ed73dd60/settings.sassc: can't dump anonymous class # Compiled settings.css (80ms) (pid 1872) Compiled jquery-ui.js (56ms) (pid 1872) Compiled settings_code.js (306ms) (pid 1872) Compiled settings.js (417ms) (pid 1872) Completed 200 OK in 750ms (Views: 741.1ms | ActiveRecord: 6.9ms) Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2013-01-02 08:42:32 -0200 Started GET "/assets/settings_code.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:32 -0200 Served asset /settings_code.js - 200 OK (2ms) Served asset /settings.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:32 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:32 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:32 -0200 Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:42:32 -0200 Served asset /jquery-ui.js - 200 OK (5ms) Served asset /settings.js - 200 OK (17ms) Started GET "/assets/application_logo.png" for 127.0.0.1 at 2013-01-02 08:42:32 -0200 Served asset /application_logo.png - 200 OK (8ms) Started GET "/" for 127.0.0.1 at 2013-01-02 08:51:21 -0200 Processing by DashboardController#index as HTML User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 Rendered dashboard/index.html.haml within layouts/application (0.1ms) Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 08:51:21 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:21 -0200 Served asset /application.css - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 08:51:21 -0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:21 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:21 -0200 Served asset /default.css - 304 Not Modified (2ms) Served asset /application.js - 304 Not Modified (0ms) Started GET "/settings" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Processing by Iugu::SettingsController#index as HTML User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 Redirected to http://iugusdk.dev/settings/profile Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Started GET "/settings/profile" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Processing by Iugu::ProfileController#index as HTML User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 ApiToken Load (0.5ms) SELECT `api_tokens`.* FROM `api_tokens` WHERE `api_tokens`.`tokenable_id` = x'54c24afb096d43818bd4e232b170f0da' AND `api_tokens`.`tokenable_type` = 'User' LIMIT 1 Delayed::Backend::ActiveRecord::Job Load (0.5ms) SELECT `delayed_jobs`.* FROM `delayed_jobs` WHERE `delayed_jobs`.`queue` = 'user_54c24afb-096d-4381-8bd4-e232b170f0da_destroy' LIMIT 1 SocialAccount Load (0.4ms) SELECT `social_accounts`.* FROM `social_accounts` WHERE `social_accounts`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' SocialAccount Load (0.4ms) SELECT `social_accounts`.* FROM `social_accounts` WHERE `social_accounts`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' AND `social_accounts`.`provider` = 'facebook' LIMIT 1 SocialAccount Load (0.4ms) SELECT `social_accounts`.* FROM `social_accounts` WHERE `social_accounts`.`user_id` = x'54c24afb096d43818bd4e232b170f0da' AND `social_accounts`.`provider` = 'twitter' LIMIT 1 Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/settings/profile.html.haml within layouts/settings (20.2ms) Completed 200 OK in 30ms (Views: 25.3ms | ActiveRecord: 2.8ms) Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Served asset /settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/settings_code.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Served asset /settings_code.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 08:51:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Served asset /settings.js - 304 Not Modified (80ms) Connecting to database specified by database.yml  (111.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (229.3ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)  (0.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to CreateAccount (20120528164634)  (122.4ms) CREATE TABLE `accounts` (`id` binary(16) PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (151.6ms) CREATE INDEX `index_accounts_on_id` ON `accounts` (`id`)  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120528164634') Migrating to AddDeviseToUsers (20120529134109)  (127.9ms) CREATE TABLE `users` (`id` binary(16) PRIMARY KEY, `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, `confirmation_token` varchar(255), `confirmed_at` datetime, `confirmation_sent_at` datetime, `unconfirmed_email` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (159.4ms) CREATE INDEX `index_users_on_id` ON `users` (`id`)  (125.9ms) CREATE UNIQUE INDEX `index_users_on_email` ON `users` (`email`)  (132.6ms) CREATE UNIQUE INDEX `index_users_on_reset_password_token` ON `users` (`reset_password_token`)  (134.8ms) CREATE UNIQUE INDEX `index_users_on_confirmation_token` ON `users` (`confirmation_token`)  (2.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529134109') Migrating to AddBirthdateAndNameToUser (20120529162901)  (144.8ms) ALTER TABLE `users` ADD `birthdate` date  (147.7ms) ALTER TABLE `users` ADD `name` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529162901') Migrating to AddNameAndSubscriptionIdAndUserIdToAccount (20120529174755)  (114.8ms) ALTER TABLE `accounts` ADD `name` varchar(255)  (133.5ms) ALTER TABLE `accounts` ADD `subscription_id` int(11)  (115.6ms) ALTER TABLE `accounts` ADD `user_id` blob(16)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529174755') Migrating to CreateAccountUsers (20120529180814)  (136.7ms) CREATE TABLE `account_users` (`id` binary(16) PRIMARY KEY, `account_id` binary(16), `user_id` binary(16)) ENGINE=InnoDB  (135.5ms) CREATE INDEX `index_account_users_on_id` ON `account_users` (`id`)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120529180814') Migrating to RemoveUserIdFromAccounts (20120530114709)  (139.9ms) ALTER TABLE `accounts` DROP `user_id`  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120530114709') Migrating to CreateAccountRoles (20120531171438)  (134.4ms) CREATE TABLE `account_roles` (`id` binary(16) PRIMARY KEY, `name` varchar(255), `account_user_id` binary(16)) ENGINE=InnoDB  (136.4ms) CREATE INDEX `index_account_roles_on_id` ON `account_roles` (`id`)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120531171438') Migrating to AddLocaleToUser (20120604131034)  (114.2ms) ALTER TABLE `users` ADD `locale` varchar(255)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120604131034') Migrating to CreateSocialAccount (20120605142527)  (151.7ms) CREATE TABLE `social_accounts` (`id` binary(16) PRIMARY KEY, `social_id` varchar(255), `user_id` binary(16), `provider` varchar(255), `token` varchar(255), `secret` varchar(255)) ENGINE=InnoDB  (135.1ms) CREATE INDEX `index_social_accounts_on_id` ON `social_accounts` (`id`)  (0.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120605142527') Migrating to SetLocale (20120612141130) SQL (0.3ms) UPDATE `users` SET locale = 'en' WHERE `users`.`locale` IS NULL  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120612141130') Migrating to RemoveUniqueFromUserEmail (20120613173114)  (84.3ms) DROP INDEX `index_users_on_email` ON `users`  (184.0ms) CREATE INDEX `index_users_on_email` ON `users` (`email`)  (0.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120613173114') Migrating to CreateDelayedJobs (20120615180728)  (109.1ms) CREATE TABLE `delayed_jobs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `priority` int(11) DEFAULT 0, `attempts` int(11) DEFAULT 0, `handler` text, `last_error` text, `run_at` datetime, `locked_at` datetime, `failed_at` datetime, `locked_by` varchar(255), `queue` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (150.2ms) CREATE INDEX `delayed_jobs_priority` ON `delayed_jobs` (`priority`, `run_at`)  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120615180728') Migrating to CreateUserInvitations (20120629154429)  (153.5ms) CREATE TABLE `user_invitations` (`id` binary(16) PRIMARY KEY, `invited_by` binary(16), `email` varchar(255), `sent_at` datetime, `account_id` binary(16)) ENGINE=InnoDB  (161.0ms) CREATE INDEX `index_user_invitations_on_id` ON `user_invitations` (`id`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120629154429') Migrating to AddTokenToUserInvitations (20120629195345)  (122.6ms) ALTER TABLE `user_invitations` ADD `token` varchar(255)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120629195345') Migrating to AddRolesToUserInvitations (20120705202827)  (137.4ms) ALTER TABLE `user_invitations` ADD `roles` varchar(255)  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120705202827') Migrating to CreateAccountDomain (20120716145846)  (144.4ms) CREATE TABLE `account_domains` (`id` binary(16) PRIMARY KEY, `account_id` binary(16), `url` varchar(255), `verified` tinyint(1), `primary` tinyint(1)) ENGINE=InnoDB  (144.0ms) CREATE INDEX `index_account_domains_on_id` ON `account_domains` (`id`)  (0.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120716145846') Migrating to AddSubdomainToAccount (20120719162426)  (131.1ms) ALTER TABLE `accounts` ADD `subdomain` varchar(255)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120719162426') Migrating to AddApiTokenToAccount (20120725170859)  (153.8ms) ALTER TABLE `accounts` ADD `api_token` varchar(255)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120725170859') Migrating to AddGuestToUsers (20120803172545)  (155.2ms) ALTER TABLE `users` ADD `guest` tinyint(1)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120803172545') Migrating to CreateApiToken (20121023113304)  (152.4ms) CREATE TABLE `api_tokens` (`id` binary(16) PRIMARY KEY, `token` varchar(255), `description` varchar(255), `api_type` varchar(255), `tokenable_id` binary(16), `tokenable_type` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (128.0ms) CREATE INDEX `index_api_tokens_on_id` ON `api_tokens` (`id`)  (0.8ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121023113304') Migrating to RemoveApiTokenFromAccount (20121108115535)  (122.1ms) ALTER TABLE `accounts` DROP `api_token`  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121108115535')  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Started GET "/" for 127.0.0.1 at 2013-01-02 09:00:57 -0200 Processing by DashboardController#index as HTML User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = x'54c24afb096d43818bd4e232b170f0da' LIMIT 1 Rendered dashboard/splash.html.haml within layouts/application (1.0ms) Completed 200 OK in 42ms (Views: 8.2ms | ActiveRecord: 4.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 09:00:58 -0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 09:00:58 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 09:00:58 -0200 Served asset /application.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 09:00:58 -0200 Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 09:00:58 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Served asset /default.css - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Started GET "/login" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Processing by Iugu::SessionsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_responsive-dialog.header.html.haml (0.2ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/sessions/new.html.haml within layouts/iugu-sdk (6.7ms) Completed 200 OK in 39ms (Views: 23.6ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (4ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux.js - 304 Not Modified (2ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (3ms) Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (27ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-ux.css - 304 Not Modified (0ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:05 -0200 Served asset /iugu-sdk.css - 304 Not Modified (4ms) Started GET "/signup" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Processing by Iugu::RegistrationsController#new as HTML Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_signup_fields.haml (0.6ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/shared/_links.haml (3.8ms) Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/registrations/new.html.haml within layouts/iugu-sdk (19.2ms) Completed 200 OK in 95ms (Views: 93.1ms | ActiveRecord: 0.0ms) Started GET "/assets/vendor/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/vendor/jquery.checkboxes.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /vendor/jquery.js - 304 Not Modified (0ms) Served asset /vendor/jquery.checkboxes.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.touch-punch.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /vendor/jquery.ui.touch-punch.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.web-storage.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/vendor/jquery.cookie.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /vendor/jquery.web-storage.js - 304 Not Modified (0ms) Served asset /vendor/jquery.cookie.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.ui.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /vendor/jquery.ui.js - 304 Not Modified (0ms) Started GET "/assets/vendor/jquery.base64.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /vendor/jquery.base64.js - 304 Not Modified (0ms) Started GET "/assets/vendor/underscore.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /vendor/underscore.js - 304 Not Modified (0ms) Started GET "/assets/vendor/backbone.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /vendor/backbone.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/google-code-prettify/prettify.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/vendor.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/google-code-prettify/prettify.js - 304 Not Modified (0ms) Served asset /vendor.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/notice.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/twitter-bootstrap/notice.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/twitter-bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/twitter-bootstrap/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/capabilities.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/iugu-ux/enable-prettify.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/capabilities.js - 304 Not Modified (3ms) Served asset /iugu-ux/enable-prettify.js - 304 Not Modified (0ms) Started GET "/assets/web-app/environment.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/environment.js - 304 Not Modified (0ms) Started GET "/assets/web-app/config.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/config.js - 304 Not Modified (0ms) Started GET "/assets/web-app/comm.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/comm.js - 304 Not Modified (0ms) Started GET "/assets/web-app/presenters.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/presenters.js - 304 Not Modified (0ms) Started GET "/assets/web-app/i18n-languages.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/web-app/i18n.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/i18n-languages.js - 304 Not Modified (0ms) Served asset /web-app/i18n.js - 304 Not Modified (0ms) Started GET "/assets/web-app/sound.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/sound.js - 304 Not Modified (0ms) Started GET "/assets/web-app/helpers.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/helpers.js - 304 Not Modified (0ms) Started GET "/assets/web-app/models.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/models.js - 304 Not Modified (0ms) Started GET "/assets/web-app/usecode.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /web-app/usecode.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/web-app.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/iugu-ux/components/iugu-ux-main.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/web-app.js - 304 Not Modified (1ms) Served asset /iugu-ux/components/iugu-ux-main.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/components/iugu-ux-components.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/components/iugu-ux-components.js - 304 Not Modified (0ms) Started GET "/assets/iugu-ux/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/iugu-ux.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/iugu-ux.js - 304 Not Modified (2ms) Served asset /iugu-ux.js - 304 Not Modified (1ms) Started GET "/assets/iugu-ux.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux.css - 304 Not Modified (1ms) Started GET "/assets/iugu-ux/iugu-ux-entry.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Started GET "/assets/iugu-ux/google-code-prettify/prettify.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-ux/google-code-prettify/prettify.css - 304 Not Modified (0ms) Served asset /iugu-ux/iugu-ux-entry.css - 304 Not Modified (1ms) Started GET "/assets/iugu-sdk.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:11 -0200 Served asset /iugu-sdk.css - 304 Not Modified (0ms) Started POST "/signup" for 127.0.0.1 at 2013-01-02 09:01:22 -0200 Processing by Iugu::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"F1FQjJ3IReciQw5DirGl3mWKnzNKsG9L2Tkbed+2k98=", "user"=>{"email"=>"patrick@iugu.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "account_alias"=>"", "locale"=>"pt-BR"}, "commit"=>"Cadastro"}  (0.3ms) BEGIN User Exists (0.5ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = BINARY 'patrick@iugu.com' LIMIT 1 User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`confirmation_token` = 'tFxkW5NhedoYVMWHSm5p' LIMIT 1 SQL (0.4ms) INSERT INTO `users` (`birthdate`, `confirmation_sent_at`, `confirmation_token`, `confirmed_at`, `created_at`, `email`, `encrypted_password`, `guest`, `id`, `locale`, `name`, `remember_created_at`, `reset_password_sent_at`, `reset_password_token`, `unconfirmed_email`, `updated_at`) VALUES (NULL, '2013-01-02 11:01:22', 'tFxkW5NhedoYVMWHSm5p', NULL, '2013-01-02 11:01:22', 'patrick@iugu.com', '$2a$10$59kidqb8xntI1jJkNOiwoO5ajMGF26mWSRfffYG83okxzYLDlzpxa', NULL, x'0c15d42c2dce4a6980d1d60f5b41402e', 'pt-BR', NULL, NULL, NULL, NULL, NULL, '2013-01-02 11:01:22') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/confirmation_instructions.html.haml (0.8ms) Sent mail to patrick@iugu.com (3156ms) Date: Wed, 02 Jan 2013 09:01:23 -0200 From: iugu Reply-To: iugu To: patrick@iugu.com Message-ID: <50e413836875_75080435d4820118@iMac-de-Patrick.local.mail> Subject: =?UTF-8?Q?Instru=C3=A7=C3=B5es_de_confirma=C3=A7=C3=A3o?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Bem vindo patrick@iugu.com!

Voc=C3=AA pode confirmar o email da sua conta no link abaixo

Confirm my account

ApiToken Exists (0.3ms) SELECT 1 AS one FROM `api_tokens` WHERE `api_tokens`.`token` IS NULL LIMIT 1 ApiToken Exists (0.3ms) SELECT 1 AS one FROM `api_tokens` WHERE (`api_tokens`.`description` = BINARY 'User' AND `api_tokens`.`tokenable_id` = x'0c15d42c2dce4a6980d1d60f5b41402e' AND `api_tokens`.`tokenable_type` = 'User') LIMIT 1 SQL (0.3ms) INSERT INTO `api_tokens` (`api_type`, `created_at`, `description`, `id`, `token`, `tokenable_id`, `tokenable_type`, `updated_at`) VALUES ('USER', '2013-01-02 11:01:26', 'User', x'f8d3087a0d11480796fd5835e57fa63b', '5d1132f4f66b5ef4e1d9bfc42adddcab', x'0c15d42c2dce4a6980d1d60f5b41402e', 'User', '2013-01-02 11:01:26') ApiToken Load (0.5ms) SELECT `api_tokens`.* FROM `api_tokens` WHERE `api_tokens`.`tokenable_id` = x'0c15d42c2dce4a6980d1d60f5b41402e' AND `api_tokens`.`tokenable_type` = 'User' LIMIT 1 SQL (0.4ms) INSERT INTO `accounts` (`created_at`, `id`, `name`, `subdomain`, `subscription_id`, `updated_at`) VALUES ('2013-01-02 11:01:26', x'28a8b9b0c7334c5c8d3196cd7f9472b0', NULL, '', NULL, '2013-01-02 11:01:26')  (0.4ms) UPDATE `accounts` SET `subdomain` = 'account28a8b9b0-c733-4c5c-8d31-96cd7f9472b0', `created_at` = '2013-01-02 11:01:26', `updated_at` = '2013-01-02 11:01:26' WHERE `accounts`.`id` = x'28a8b9b0c7334c5c8d3196cd7f9472b0' Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = x'28a8b9b0c7334c5c8d3196cd7f9472b0' LIMIT 1 SQL (0.4ms) INSERT INTO `account_users` (`account_id`, `id`, `user_id`) VALUES (x'28a8b9b0c7334c5c8d3196cd7f9472b0', x'7a5ef50337824e26bc628427c63de4c1', x'0c15d42c2dce4a6980d1d60f5b41402e') AccountRole Exists (0.5ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'owner' AND `account_roles`.`account_user_id` = x'7a5ef50337824e26bc628427c63de4c1') LIMIT 1 AccountUser Load (0.4ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'7a5ef50337824e26bc628427c63de4c1' LIMIT 1 SQL (0.3ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'7a5ef50337824e26bc628427c63de4c1', x'8f62115272b14b1d9df5ce4572846c46', 'owner') AccountRole Exists (0.4ms) SELECT 1 AS one FROM `account_roles` WHERE (`account_roles`.`name` = BINARY 'admin' AND `account_roles`.`account_user_id` = x'7a5ef50337824e26bc628427c63de4c1') LIMIT 1 AccountUser Load (0.3ms) SELECT `account_users`.* FROM `account_users` WHERE `account_users`.`id` = x'7a5ef50337824e26bc628427c63de4c1' LIMIT 1 SQL (0.2ms) INSERT INTO `account_roles` (`account_user_id`, `id`, `name`) VALUES (x'7a5ef50337824e26bc628427c63de4c1', x'b6bcd875b3e04e0a87bbf2b98667e386', 'admin') Rendered /Users/patricknegri/Desenvolvimento/iugusdk/app/views/iugu/mailer/welcome.html.haml (0.2ms) Sent mail to patrick@iugu.com (3120ms) Date: Wed, 02 Jan 2013 09:01:26 -0200 From: iugu Reply-To: iugu To: patrick@iugu.com Message-ID: <50e41386538fc_75080435d48202eb@iMac-de-Patrick.local.mail> Subject: Bem vindo! Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Bem vindo a Dummy  (21.0ms) COMMIT Redirected to http://iugusdk.dev/ Completed 302 Found in 6572ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-01-02 09:01:29 -0200 Processing by DashboardController#index as HTML Rendered dashboard/splash.html.haml within layouts/application (0.7ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:29 -0200 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:29 -0200 Served asset /application.css - 304 Not Modified (0ms) Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/default.css?body=1" for 127.0.0.1 at 2013-01-02 09:01:29 -0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:29 -0200 Served asset /default.css - 304 Not Modified (0ms) Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-02 09:01:29 -0200 Served asset /jquery.js - 304 Not Modified (0ms)