beyond 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4ce7ce62cee89caecf91dc201b6f753179d3f36
4
- data.tar.gz: 50015194df6144e8673dd3d4ff9ed81b53247a10
3
+ metadata.gz: c250168474a50aea584ab2780e581786da922ec4
4
+ data.tar.gz: 51a773175fc6dd3622f46ab6bdc96bae8aa8de11
5
5
  SHA512:
6
- metadata.gz: f4f5b729b9c9398b2cd8bf35f4393dc16f5d3856952ef4feace0926fd2505e5418a638d314b10978b4362d99b0a60896950f442d5f9bbf2ae7ff549612524110
7
- data.tar.gz: cd0867a5a115cb15e6d295c51e4d4f6a5695e8e4050cb3cee0b8477d14345247b8dff34b8f1055cb83b554b89cc5549fecbd588c7e5542fbedc8b5db7d5c5e0b
6
+ metadata.gz: 51178e36fc4bb7509abf8f87e524f344ceaef0ef3430328c280debba615851fe6d9d6acf7ddeaf45ec6b82da5f66aa37e58e5c9405ce36dab25161df90b357a7
7
+ data.tar.gz: f0946b07f79d6505b20898d2a30a1e532dd2ad43204e47523b828701d86453faf71e95019681fcc9220d5d22f8462089257a00745051e2f83cd1933224a064e7
data/lib/beyond.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'devise'
2
2
  require "beyond/engine"
3
+ require 'paperclip'
3
4
 
4
5
  module Beyond
5
6
  end
@@ -1,3 +1,3 @@
1
1
  module Beyond
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
Binary file
@@ -6929,3 +6929,907 @@ Started GET "/assets/beyond/application.css?body=1" for 127.0.0.1 at 2014-02-04
6929
6929
 
6930
6930
 
6931
6931
  Started GET "/assets/beyond/application.js?body=1" for 127.0.0.1 at 2014-02-04 20:39:23 +0200
6932
+
6933
+
6934
+ Started GET "/" for 127.0.0.1 at 2014-03-16 13:29:34 +0200
6935
+ Processing by Beyond::TenantsController#new as HTML
6936
+ Completed 401 Unauthorized in 35ms
6937
+
6938
+
6939
+ Started GET "/users/sign_in" for 127.0.0.1 at 2014-03-16 13:29:34 +0200
6940
+ Processing by Devise::SessionsController#new as HTML
6941
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/shared/_links.erb (4.9ms)
6942
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/sessions/new.html.erb within layouts/application (31.9ms)
6943
+ Completed 200 OK in 243ms (Views: 192.7ms | ActiveRecord: 3.4ms)
6944
+
6945
+
6946
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:29:34 +0200
6947
+
6948
+
6949
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:29:34 +0200
6950
+
6951
+
6952
+ Started POST "/users/sign_in" for 127.0.0.1 at 2014-03-16 13:29:41 +0200
6953
+ Processing by Devise::SessionsController#create as HTML
6954
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B+HVliLhktYTnh7D7gxmg7VHgCjmHYdGqXOyswHj8zE=", "user"=>{"email"=>"a@a.a", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
6955
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."email" = 'a@a.a' ORDER BY "beyond_users"."id" ASC LIMIT 1
6956
+ Completed 401 Unauthorized in 10ms
6957
+ Processing by Devise::SessionsController#new as HTML
6958
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B+HVliLhktYTnh7D7gxmg7VHgCjmHYdGqXOyswHj8zE=", "user"=>{"email"=>"a@a.a", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
6959
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/shared/_links.erb (1.0ms)
6960
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/sessions/new.html.erb within layouts/application (8.4ms)
6961
+ Completed 200 OK in 135ms (Views: 16.2ms | ActiveRecord: 0.0ms)
6962
+
6963
+
6964
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:29:41 +0200
6965
+
6966
+
6967
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:29:41 +0200
6968
+
6969
+
6970
+ Started GET "/users/sign_up" for 127.0.0.1 at 2014-03-16 13:29:44 +0200
6971
+ Processing by Devise::RegistrationsController#new as HTML
6972
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/shared/_links.erb (0.9ms)
6973
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/registrations/new.html.erb within layouts/application (9.1ms)
6974
+ Completed 200 OK in 52ms (Views: 48.0ms | ActiveRecord: 0.0ms)
6975
+
6976
+
6977
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:29:44 +0200
6978
+
6979
+
6980
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:29:44 +0200
6981
+
6982
+
6983
+ Started POST "/users" for 127.0.0.1 at 2014-03-16 13:29:50 +0200
6984
+ Processing by Devise::RegistrationsController#create as HTML
6985
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B+HVliLhktYTnh7D7gxmg7VHgCjmHYdGqXOyswHj8zE=", "user"=>{"email"=>"a@a.a", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
6986
+  (0.2ms) begin transaction
6987
+ Beyond::User Exists (0.3ms) SELECT 1 AS one FROM "beyond_users" WHERE "beyond_users"."email" = 'a@a.a' LIMIT 1
6988
+ Binary data inserted for `string` type on column `encrypted_password`
6989
+ SQL (6.7ms) INSERT INTO "beyond_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 16 Mar 2014 11:29:51 UTC +00:00], ["email", "a@a.a"], ["encrypted_password", "$2a$10$E8uFK.Tpf9tCtMVX0Desouv4AFgmYPYrP0LHOAPbTELikh5d9ndly"], ["updated_at", Sun, 16 Mar 2014 11:29:51 UTC +00:00]]
6990
+  (180.2ms) commit transaction
6991
+  (0.2ms) begin transaction
6992
+ Binary data inserted for `string` type on column `last_sign_in_ip`
6993
+ Binary data inserted for `string` type on column `current_sign_in_ip`
6994
+ SQL (1.8ms) UPDATE "beyond_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "beyond_users"."id" = 1 [["last_sign_in_at", Sun, 16 Mar 2014 11:29:51 UTC +00:00], ["current_sign_in_at", Sun, 16 Mar 2014 11:29:51 UTC +00:00], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", Sun, 16 Mar 2014 11:29:51 UTC +00:00]]
6995
+  (134.2ms) commit transaction
6996
+ Redirected to http://localhost:3001/
6997
+ Completed 302 Found in 517ms (ActiveRecord: 323.5ms)
6998
+
6999
+
7000
+ Started GET "/" for 127.0.0.1 at 2014-03-16 13:29:51 +0200
7001
+ Processing by Beyond::TenantsController#new as HTML
7002
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7003
+ Rendered /home/me/programming/thesis/beyond/app/views/beyond/tenants/new.html.haml within layouts/application (78.1ms)
7004
+ Completed 200 OK in 125ms (Views: 86.6ms | ActiveRecord: 1.4ms)
7005
+
7006
+
7007
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:29:51 +0200
7008
+
7009
+
7010
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:29:51 +0200
7011
+
7012
+
7013
+ Started POST "/tenants" for 127.0.0.1 at 2014-03-16 13:29:57 +0200
7014
+ Processing by Beyond::TenantsController#create as HTML
7015
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B+HVliLhktYTnh7D7gxmg7VHgCjmHYdGqXOyswHj8zE=", "tenant"=>{"name"=>"baba"}, "commit"=>"Create Tenant"}
7016
+ Beyond::User Load (0.4ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7017
+  (0.2ms) begin transaction
7018
+ Beyond::Tenant Exists (0.3ms) SELECT 1 AS one FROM "beyond_tenants" WHERE "beyond_tenants"."name" = 'baba' LIMIT 1
7019
+ SQL (0.7ms) INSERT INTO "beyond_tenants" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 16 Mar 2014 11:29:57 UTC +00:00], ["name", "baba"], ["updated_at", Sun, 16 Mar 2014 11:29:57 UTC +00:00], ["user_id", 1]]
7020
+  (0.4ms) rollback transaction
7021
+ Redirected to http://localhost:3001/
7022
+ Completed 302 Found in 42ms (ActiveRecord: 2.0ms)
7023
+
7024
+
7025
+ Started GET "/" for 127.0.0.1 at 2014-03-16 13:29:57 +0200
7026
+ Processing by Beyond::TenantsController#new as HTML
7027
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7028
+ Rendered /home/me/programming/thesis/beyond/app/views/beyond/tenants/new.html.haml within layouts/application (4.0ms)
7029
+ Completed 200 OK in 15ms (Views: 10.8ms | ActiveRecord: 0.5ms)
7030
+
7031
+
7032
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:29:57 +0200
7033
+
7034
+
7035
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:29:57 +0200
7036
+
7037
+
7038
+ Started POST "/tenants" for 127.0.0.1 at 2014-03-16 13:30:10 +0200
7039
+ Processing by Beyond::TenantsController#create as HTML
7040
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B+HVliLhktYTnh7D7gxmg7VHgCjmHYdGqXOyswHj8zE=", "tenant"=>{"name"=>"baba"}, "commit"=>"Create Tenant"}
7041
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7042
+  (0.2ms) begin transaction
7043
+ Beyond::Tenant Exists (0.3ms) SELECT 1 AS one FROM "beyond_tenants" WHERE "beyond_tenants"."name" = 'baba' LIMIT 1
7044
+ SQL (0.8ms) INSERT INTO "beyond_tenants" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 16 Mar 2014 11:30:10 UTC +00:00], ["name", "baba"], ["updated_at", Sun, 16 Mar 2014 11:30:10 UTC +00:00], ["user_id", 1]]
7045
+  (0.3ms) rollback transaction
7046
+ Redirected to http://localhost:3001/
7047
+ Completed 302 Found in 22ms (ActiveRecord: 2.1ms)
7048
+
7049
+
7050
+ Started GET "/" for 127.0.0.1 at 2014-03-16 13:30:10 +0200
7051
+ Processing by Beyond::TenantsController#new as HTML
7052
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7053
+ Rendered /home/me/programming/thesis/beyond/app/views/beyond/tenants/new.html.haml within layouts/application (4.9ms)
7054
+ Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.5ms)
7055
+
7056
+
7057
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:30:10 +0200
7058
+
7059
+
7060
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:30:10 +0200
7061
+
7062
+
7063
+ Started POST "/tenants" for 127.0.0.1 at 2014-03-16 13:30:26 +0200
7064
+ Processing by Beyond::TenantsController#create as HTML
7065
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B+HVliLhktYTnh7D7gxmg7VHgCjmHYdGqXOyswHj8zE=", "tenant"=>{"name"=>"dudu"}, "commit"=>"Create Tenant"}
7066
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7067
+  (0.2ms) begin transaction
7068
+ Beyond::Tenant Exists (0.3ms) SELECT 1 AS one FROM "beyond_tenants" WHERE "beyond_tenants"."name" = 'dudu' LIMIT 1
7069
+ SQL (0.6ms) INSERT INTO "beyond_tenants" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 16 Mar 2014 11:30:26 UTC +00:00], ["name", "dudu"], ["updated_at", Sun, 16 Mar 2014 11:30:26 UTC +00:00], ["user_id", 1]]
7070
+  (0.3ms) rollback transaction
7071
+ Redirected to http://localhost:3001/
7072
+ Completed 302 Found in 22ms (ActiveRecord: 2.0ms)
7073
+
7074
+
7075
+ Started GET "/" for 127.0.0.1 at 2014-03-16 13:30:26 +0200
7076
+ Processing by Beyond::TenantsController#new as HTML
7077
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7078
+ Rendered /home/me/programming/thesis/beyond/app/views/beyond/tenants/new.html.haml within layouts/application (4.2ms)
7079
+ Completed 200 OK in 15ms (Views: 10.9ms | ActiveRecord: 0.5ms)
7080
+
7081
+
7082
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:30:26 +0200
7083
+
7084
+
7085
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:30:26 +0200
7086
+
7087
+
7088
+ Started GET "/tenants" for 127.0.0.1 at 2014-03-16 13:30:48 +0200
7089
+
7090
+ ActionController::RoutingError (No route matches [GET] "/tenants"):
7091
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
7092
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7093
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7094
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7095
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7096
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7097
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7098
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7099
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7100
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7101
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7102
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7103
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7104
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7105
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7106
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7107
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7108
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7109
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7110
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7111
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7112
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7113
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7114
+
7115
+
7116
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
7117
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
7118
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms)
7119
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.9ms)
7120
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (52.4ms)
7121
+
7122
+
7123
+ Started GET "/plugins" for 127.0.0.1 at 2014-03-16 13:31:09 +0200
7124
+
7125
+ ActionController::RoutingError (No route matches [GET] "/plugins"):
7126
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
7127
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7128
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7129
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7130
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7131
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7132
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7133
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7134
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7135
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7136
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7137
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7138
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7139
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7140
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7141
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7142
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7143
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7144
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7145
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7146
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7147
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7148
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7149
+
7150
+
7151
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
7152
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
7153
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.2ms)
7154
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms)
7155
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (58.7ms)
7156
+
7157
+
7158
+ Started GET "/plugins/new" for 127.0.0.1 at 2014-03-16 13:31:11 +0200
7159
+ Processing by Beyond::PluginsController#new as HTML
7160
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7161
+ Completed 500 Internal Server Error in 17ms
7162
+
7163
+ NoMethodError (undefined method `has_attached_file' for #<Class:0x000000047325b8>):
7164
+ activerecord (4.0.2) lib/active_record/dynamic_matchers.rb:22:in `method_missing'
7165
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:8:in `<class:Plugin>'
7166
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:2:in `<module:Beyond>'
7167
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:1:in `<top (required)>'
7168
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `load'
7169
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `block in load_file'
7170
+ activesupport (4.0.2) lib/active_support/dependencies.rb:616:in `new_constants_in'
7171
+ activesupport (4.0.2) lib/active_support/dependencies.rb:423:in `load_file'
7172
+ activesupport (4.0.2) lib/active_support/dependencies.rb:324:in `require_or_load'
7173
+ activesupport (4.0.2) lib/active_support/dependencies.rb:463:in `load_missing_constant'
7174
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7175
+ activesupport (4.0.2) lib/active_support/dependencies.rb:495:in `load_missing_constant'
7176
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7177
+ /home/me/programming/thesis/beyond/app/controllers/beyond/plugins_controller.rb:6:in `new'
7178
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7179
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
7180
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
7181
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7182
+ activesupport (4.0.2) lib/active_support/callbacks.rb:393:in `_run__2078832138799310122__process_action__callbacks'
7183
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7184
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
7185
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
7186
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7187
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
7188
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7189
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
7190
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7191
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7192
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7193
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
7194
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
7195
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
7196
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7197
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
7198
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
7199
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7200
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
7201
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7202
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7203
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7204
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7205
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7206
+ railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
7207
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7208
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7209
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7210
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7211
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7212
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7213
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7214
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7215
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7216
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7217
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7218
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
7219
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7220
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7221
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7222
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
7223
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7224
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
7225
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7226
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__1874333130879450439__call__callbacks'
7227
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7228
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7229
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7230
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7231
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7232
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7233
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7234
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7235
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7236
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7237
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7238
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7239
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7240
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7241
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7242
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7243
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7244
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7245
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7246
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7247
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7248
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7249
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7250
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7251
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7252
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7253
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7254
+
7255
+
7256
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.5ms)
7257
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (53.9ms)
7258
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
7259
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (75.2ms)
7260
+
7261
+
7262
+ Started GET "/plugins/new" for 127.0.0.1 at 2014-03-16 13:31:46 +0200
7263
+ Processing by Beyond::PluginsController#new as HTML
7264
+ Beyond::User Load (0.4ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7265
+ Completed 500 Internal Server Error in 72ms
7266
+
7267
+ NoMethodError (undefined method `has_attached_file' for #<Class:0x0000000392b550>):
7268
+ activerecord (4.0.2) lib/active_record/dynamic_matchers.rb:22:in `method_missing'
7269
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:8:in `<class:Plugin>'
7270
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:2:in `<module:Beyond>'
7271
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:1:in `<top (required)>'
7272
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `load'
7273
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `block in load_file'
7274
+ activesupport (4.0.2) lib/active_support/dependencies.rb:616:in `new_constants_in'
7275
+ activesupport (4.0.2) lib/active_support/dependencies.rb:423:in `load_file'
7276
+ activesupport (4.0.2) lib/active_support/dependencies.rb:324:in `require_or_load'
7277
+ activesupport (4.0.2) lib/active_support/dependencies.rb:463:in `load_missing_constant'
7278
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7279
+ activesupport (4.0.2) lib/active_support/dependencies.rb:495:in `load_missing_constant'
7280
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7281
+ /home/me/programming/thesis/beyond/app/controllers/beyond/plugins_controller.rb:6:in `new'
7282
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7283
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
7284
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
7285
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7286
+ activesupport (4.0.2) lib/active_support/callbacks.rb:393:in `_run__1528677347389211801__process_action__callbacks'
7287
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7288
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
7289
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
7290
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7291
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
7292
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7293
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
7294
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7295
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7296
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7297
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
7298
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
7299
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
7300
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7301
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
7302
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
7303
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7304
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
7305
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7306
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7307
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7308
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7309
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7310
+ railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
7311
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7312
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7313
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7314
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7315
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7316
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7317
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7318
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7319
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7320
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7321
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7322
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
7323
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7324
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7325
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7326
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
7327
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7328
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
7329
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7330
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2984371485813584610__call__callbacks'
7331
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7332
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7333
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7334
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7335
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7336
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7337
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7338
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7339
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7340
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7341
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7342
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7343
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7344
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7345
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7346
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7347
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7348
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7349
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7350
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7351
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7352
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7353
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7354
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7355
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7356
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7357
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7358
+
7359
+
7360
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.5ms)
7361
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
7362
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms)
7363
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.6ms)
7364
+
7365
+
7366
+ Started GET "/plugins/new" for 127.0.0.1 at 2014-03-16 13:31:47 +0200
7367
+ Processing by Beyond::PluginsController#new as HTML
7368
+ Beyond::User Load (0.4ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7369
+ Completed 500 Internal Server Error in 11ms
7370
+
7371
+ NoMethodError (undefined method `has_attached_file' for #<Class:0x007f4e7854f2e0>):
7372
+ activerecord (4.0.2) lib/active_record/dynamic_matchers.rb:22:in `method_missing'
7373
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:8:in `<class:Plugin>'
7374
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:2:in `<module:Beyond>'
7375
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:1:in `<top (required)>'
7376
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `load'
7377
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `block in load_file'
7378
+ activesupport (4.0.2) lib/active_support/dependencies.rb:616:in `new_constants_in'
7379
+ activesupport (4.0.2) lib/active_support/dependencies.rb:423:in `load_file'
7380
+ activesupport (4.0.2) lib/active_support/dependencies.rb:324:in `require_or_load'
7381
+ activesupport (4.0.2) lib/active_support/dependencies.rb:463:in `load_missing_constant'
7382
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7383
+ activesupport (4.0.2) lib/active_support/dependencies.rb:495:in `load_missing_constant'
7384
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7385
+ /home/me/programming/thesis/beyond/app/controllers/beyond/plugins_controller.rb:6:in `new'
7386
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7387
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
7388
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
7389
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7390
+ activesupport (4.0.2) lib/active_support/callbacks.rb:393:in `_run__1528677347389211801__process_action__callbacks'
7391
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7392
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
7393
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
7394
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7395
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
7396
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7397
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
7398
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7399
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7400
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7401
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
7402
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
7403
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
7404
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7405
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
7406
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
7407
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7408
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
7409
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7410
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7411
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7412
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7413
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7414
+ railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
7415
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7416
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7417
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7418
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7419
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7420
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7421
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7422
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7423
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7424
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7425
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7426
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
7427
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7428
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7429
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7430
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
7431
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7432
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
7433
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7434
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2984371485813584610__call__callbacks'
7435
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7436
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7437
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7438
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7439
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7440
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7441
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7442
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7443
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7444
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7445
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7446
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7447
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7448
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7449
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7450
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7451
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7452
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7453
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7454
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7455
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7456
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7457
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7458
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7459
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7460
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7461
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7462
+
7463
+
7464
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
7465
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (38.3ms)
7466
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
7467
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (56.8ms)
7468
+
7469
+
7470
+ Started GET "/plugins/new" for 127.0.0.1 at 2014-03-16 13:31:48 +0200
7471
+ Processing by Beyond::PluginsController#new as HTML
7472
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7473
+ Completed 500 Internal Server Error in 14ms
7474
+
7475
+ NoMethodError (undefined method `has_attached_file' for #<Class:0x007f4e785ef9c0>):
7476
+ activerecord (4.0.2) lib/active_record/dynamic_matchers.rb:22:in `method_missing'
7477
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:8:in `<class:Plugin>'
7478
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:2:in `<module:Beyond>'
7479
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:1:in `<top (required)>'
7480
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `load'
7481
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `block in load_file'
7482
+ activesupport (4.0.2) lib/active_support/dependencies.rb:616:in `new_constants_in'
7483
+ activesupport (4.0.2) lib/active_support/dependencies.rb:423:in `load_file'
7484
+ activesupport (4.0.2) lib/active_support/dependencies.rb:324:in `require_or_load'
7485
+ activesupport (4.0.2) lib/active_support/dependencies.rb:463:in `load_missing_constant'
7486
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7487
+ activesupport (4.0.2) lib/active_support/dependencies.rb:495:in `load_missing_constant'
7488
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7489
+ /home/me/programming/thesis/beyond/app/controllers/beyond/plugins_controller.rb:6:in `new'
7490
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7491
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
7492
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
7493
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7494
+ activesupport (4.0.2) lib/active_support/callbacks.rb:393:in `_run__1528677347389211801__process_action__callbacks'
7495
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7496
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
7497
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
7498
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7499
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
7500
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7501
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
7502
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7503
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7504
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7505
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
7506
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
7507
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
7508
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7509
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
7510
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
7511
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7512
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
7513
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7514
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7515
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7516
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7517
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7518
+ railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
7519
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7520
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7521
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7522
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7523
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7524
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7525
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7526
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7527
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7528
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7529
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7530
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
7531
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7532
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7533
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7534
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
7535
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7536
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
7537
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7538
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2984371485813584610__call__callbacks'
7539
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7540
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7541
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7542
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7543
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7544
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7545
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7546
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7547
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7548
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7549
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7550
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7551
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7552
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7553
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7554
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7555
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7556
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7557
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7558
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7559
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7560
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7561
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7562
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7563
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7564
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7565
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7566
+
7567
+
7568
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
7569
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
7570
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
7571
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.5ms)
7572
+
7573
+
7574
+ Started GET "/plugins/new" for 127.0.0.1 at 2014-03-16 13:31:48 +0200
7575
+ Processing by Beyond::PluginsController#new as HTML
7576
+ Beyond::User Load (0.4ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7577
+ Completed 500 Internal Server Error in 11ms
7578
+
7579
+ NoMethodError (undefined method `has_attached_file' for #<Class:0x0000000376fd38>):
7580
+ activerecord (4.0.2) lib/active_record/dynamic_matchers.rb:22:in `method_missing'
7581
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:8:in `<class:Plugin>'
7582
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:2:in `<module:Beyond>'
7583
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:1:in `<top (required)>'
7584
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `load'
7585
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `block in load_file'
7586
+ activesupport (4.0.2) lib/active_support/dependencies.rb:616:in `new_constants_in'
7587
+ activesupport (4.0.2) lib/active_support/dependencies.rb:423:in `load_file'
7588
+ activesupport (4.0.2) lib/active_support/dependencies.rb:324:in `require_or_load'
7589
+ activesupport (4.0.2) lib/active_support/dependencies.rb:463:in `load_missing_constant'
7590
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7591
+ activesupport (4.0.2) lib/active_support/dependencies.rb:495:in `load_missing_constant'
7592
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7593
+ /home/me/programming/thesis/beyond/app/controllers/beyond/plugins_controller.rb:6:in `new'
7594
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7595
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
7596
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
7597
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7598
+ activesupport (4.0.2) lib/active_support/callbacks.rb:393:in `_run__1528677347389211801__process_action__callbacks'
7599
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7600
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
7601
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
7602
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7603
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
7604
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7605
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
7606
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7607
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7608
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7609
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
7610
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
7611
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
7612
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7613
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
7614
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
7615
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7616
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
7617
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7618
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7619
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7620
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7621
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7622
+ railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
7623
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7624
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7625
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7626
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7627
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7628
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7629
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7630
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7631
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7632
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7633
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7634
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
7635
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7636
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7637
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7638
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
7639
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7640
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
7641
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7642
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2984371485813584610__call__callbacks'
7643
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7644
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7645
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7646
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7647
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7648
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7649
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7650
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7651
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7652
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7653
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7654
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7655
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7656
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7657
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7658
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7659
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7660
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7661
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7662
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7663
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7664
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7665
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7666
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7667
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7668
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7669
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7670
+
7671
+
7672
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
7673
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
7674
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.6ms)
7675
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.4ms)
7676
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
7677
+ Migrating to AddArchiveToPlugins (20140205145109)
7678
+  (0.2ms) begin transaction
7679
+  (0.2ms) rollback transaction
7680
+
7681
+
7682
+ Started GET "/plugins/new" for 127.0.0.1 at 2014-03-16 13:33:28 +0200
7683
+ Processing by Beyond::PluginsController#new as HTML
7684
+ Beyond::User Load (0.9ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7685
+ Completed 500 Internal Server Error in 14ms
7686
+
7687
+ NoMethodError (undefined method `has_attached_file' for #<Class:0x007f4e78466b08>):
7688
+ activerecord (4.0.2) lib/active_record/dynamic_matchers.rb:22:in `method_missing'
7689
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:8:in `<class:Plugin>'
7690
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:2:in `<module:Beyond>'
7691
+ /home/me/programming/thesis/beyond/app/models/beyond/plugin.rb:1:in `<top (required)>'
7692
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `load'
7693
+ activesupport (4.0.2) lib/active_support/dependencies.rb:424:in `block in load_file'
7694
+ activesupport (4.0.2) lib/active_support/dependencies.rb:616:in `new_constants_in'
7695
+ activesupport (4.0.2) lib/active_support/dependencies.rb:423:in `load_file'
7696
+ activesupport (4.0.2) lib/active_support/dependencies.rb:324:in `require_or_load'
7697
+ activesupport (4.0.2) lib/active_support/dependencies.rb:463:in `load_missing_constant'
7698
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7699
+ activesupport (4.0.2) lib/active_support/dependencies.rb:495:in `load_missing_constant'
7700
+ activesupport (4.0.2) lib/active_support/dependencies.rb:184:in `const_missing'
7701
+ /home/me/programming/thesis/beyond/app/controllers/beyond/plugins_controller.rb:6:in `new'
7702
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7703
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
7704
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
7705
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7706
+ activesupport (4.0.2) lib/active_support/callbacks.rb:393:in `_run__1528677347389211801__process_action__callbacks'
7707
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7708
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
7709
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
7710
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7711
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
7712
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7713
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
7714
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7715
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7716
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7717
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
7718
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
7719
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
7720
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7721
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
7722
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
7723
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7724
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
7725
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7726
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7727
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7728
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7729
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7730
+ railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
7731
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
7732
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
7733
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
7734
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
7735
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7736
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7737
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7738
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7739
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7740
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7741
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7742
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
7743
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7744
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7745
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7746
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
7747
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7748
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
7749
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7750
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2984371485813584610__call__callbacks'
7751
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
7752
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7753
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7754
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7755
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7756
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7757
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
7758
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
7759
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7760
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
7761
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
7762
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
7763
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7764
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7765
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7766
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7767
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7768
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
7769
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
7770
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
7771
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
7772
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7773
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7774
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7775
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7776
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7777
+ /home/me/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7778
+
7779
+
7780
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
7781
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms)
7782
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms)
7783
+ Rendered /home/me/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.7ms)
7784
+
7785
+
7786
+ Started GET "/plugins/new" for 127.0.0.1 at 2014-03-16 13:35:50 +0200
7787
+ Processing by Beyond::PluginsController#new as HTML
7788
+ Beyond::User Load (0.4ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7789
+ Beyond::Tenant Load (3.0ms) SELECT "beyond_tenants".* FROM "beyond_tenants" WHERE "beyond_tenants"."user_id" = ? [["user_id", 1]]
7790
+ Rendered /home/me/programming/thesis/beyond/app/views/beyond/plugins/new.html.haml within layouts/application (166.0ms)
7791
+ Completed 200 OK in 321ms (Views: 187.4ms | ActiveRecord: 7.9ms)
7792
+
7793
+
7794
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:35:51 +0200
7795
+
7796
+
7797
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:35:51 +0200
7798
+
7799
+
7800
+ Started GET "/" for 127.0.0.1 at 2014-03-16 13:36:03 +0200
7801
+ Processing by Beyond::TenantsController#new as HTML
7802
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7803
+ Rendered /home/me/programming/thesis/beyond/app/views/beyond/tenants/new.html.haml within layouts/application (19.4ms)
7804
+ Completed 200 OK in 35ms (Views: 26.5ms | ActiveRecord: 1.3ms)
7805
+
7806
+
7807
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:36:03 +0200
7808
+
7809
+
7810
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:36:03 +0200
7811
+
7812
+
7813
+ Started POST "/tenants" for 127.0.0.1 at 2014-03-16 13:36:06 +0200
7814
+ Processing by Beyond::TenantsController#create as HTML
7815
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B+HVliLhktYTnh7D7gxmg7VHgCjmHYdGqXOyswHj8zE=", "tenant"=>{"name"=>"dqdo"}, "commit"=>"Create Tenant"}
7816
+ Beyond::User Load (0.4ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7817
+  (0.3ms) begin transaction
7818
+ Beyond::Tenant Exists (0.3ms) SELECT 1 AS one FROM "beyond_tenants" WHERE "beyond_tenants"."name" = 'dqdo' LIMIT 1
7819
+ SQL (1.7ms) INSERT INTO "beyond_tenants" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 16 Mar 2014 11:36:06 UTC +00:00], ["name", "dqdo"], ["updated_at", Sun, 16 Mar 2014 11:36:06 UTC +00:00], ["user_id", 1]]
7820
+  (0.4ms) rollback transaction
7821
+ Redirected to http://localhost:3001/
7822
+ Completed 302 Found in 40ms (ActiveRecord: 3.0ms)
7823
+
7824
+
7825
+ Started GET "/" for 127.0.0.1 at 2014-03-16 13:36:07 +0200
7826
+ Processing by Beyond::TenantsController#new as HTML
7827
+ Beyond::User Load (0.5ms) SELECT "beyond_users".* FROM "beyond_users" WHERE "beyond_users"."id" = 1 ORDER BY "beyond_users"."id" ASC LIMIT 1
7828
+ Rendered /home/me/programming/thesis/beyond/app/views/beyond/tenants/new.html.haml within layouts/application (3.9ms)
7829
+ Completed 200 OK in 15ms (Views: 10.9ms | ActiveRecord: 0.5ms)
7830
+
7831
+
7832
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:36:07 +0200
7833
+
7834
+
7835
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:36:07 +0200