basepack 0.0.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/README.md +64 -44
  4. data/app/assets/javascripts/basepack/loading_spinner.coffee.erb +2 -2
  5. data/app/controllers/basepack/base_controller.rb +22 -1
  6. data/app/views/forms/_bulk_edit.html.haml +1 -1
  7. data/app/views/forms/_export.html.haml +18 -17
  8. data/app/views/forms/_import.html.haml +2 -2
  9. data/app/views/forms/_import_configuration_csv.html.haml +10 -7
  10. data/app/views/forms/_query.html.haml +8 -8
  11. data/app/views/forms/_show.html.haml +1 -1
  12. data/app/views/forms/_show_without_blanks.html.haml +1 -1
  13. data/app/views/forms/buttons/_apply.html.haml +1 -1
  14. data/app/views/forms/buttons/_bulk_delete.html.haml +3 -3
  15. data/app/views/forms/buttons/_create.html.haml +1 -2
  16. data/app/views/forms/buttons/_delete.html.haml +1 -1
  17. data/app/views/forms/buttons/_edit.html.haml +1 -1
  18. data/app/views/forms/buttons/_export.html.haml +1 -2
  19. data/app/views/forms/buttons/_import.html.haml +1 -1
  20. data/app/views/forms/buttons/_print.html.haml +1 -1
  21. data/app/views/forms/buttons/_query.html.haml +3 -3
  22. data/app/views/forms/buttons/_submit_create.html.haml +1 -1
  23. data/app/views/forms/edit/_form_colorpicker.html.haml +4 -4
  24. data/app/views/forms/edit/_form_datetime.html.haml +4 -4
  25. data/app/views/forms/edit/_form_enumeration.html.haml +19 -20
  26. data/app/views/forms/edit/_tag_list_with_suggestions.html.haml +1 -1
  27. data/config/basepack-settings.yml +2 -1
  28. data/config/locales/cs.yml +60 -5
  29. data/config/locales/en.yml +53 -9
  30. data/config/locales/kaminari.en.yml +1 -1
  31. data/lib/basepack.rb +1 -0
  32. data/lib/basepack/engine.rb +1 -0
  33. data/lib/basepack/forms/query.rb +1 -1
  34. data/lib/basepack/import/model_dragonfly.rb +2 -2
  35. data/lib/basepack/rails_admin/fields_types/phone.rb +61 -0
  36. data/lib/basepack/version.rb +1 -1
  37. data/lib/generators/basepack/install_generator.rb +41 -24
  38. data/lib/generators/basepack/templates/import.rb +4 -1
  39. data/lib/generators/rails/scaffold_controller_generator.rb +12 -0
  40. data/spec/dummy_app/app/controllers/employee_with_destroyable_nesteds_controller.rb +3 -0
  41. data/spec/dummy_app/app/models/employee_with_destroyable_nested.rb +6 -0
  42. data/spec/dummy_app/config/routes.rb +6 -2
  43. data/spec/dummy_app/db/development.sqlite3 +0 -0
  44. data/spec/dummy_app/db/migrate/20140117153133_add_phone_to_employee.rb +5 -0
  45. data/spec/dummy_app/db/schema.rb +2 -27
  46. data/spec/dummy_app/db/test.sqlite3 +0 -0
  47. data/spec/dummy_app/log/development.log +2907 -0
  48. data/spec/dummy_app/log/test.log +16850 -0
  49. data/spec/dummy_app/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  50. data/spec/dummy_app/tmp/cache/assets/development/sprockets/6f4d8a75f9952ad791647a0c21be66d3 +0 -0
  51. data/spec/dummy_app/tmp/cache/assets/development/sprockets/93a7167bf36c621d305a9481e3d25bce +0 -0
  52. data/spec/dummy_app/tmp/cache/assets/development/sprockets/a6fad88c8628b92fa21b43b1aa76cf7d +0 -0
  53. data/spec/dummy_app/tmp/cache/assets/development/sprockets/b8a8c2faf730407b004ec269c26473d7 +0 -0
  54. data/spec/dummy_app/tmp/cache/assets/development/sprockets/cb1f853dc4682e46b8f6922910af7491 +0 -0
  55. data/spec/dummy_app/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  56. data/spec/dummy_app/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  57. data/spec/dummy_app/tmp/cache/assets/test/sprockets/0006b869e74d698c8b4e140f70f87b90 +0 -0
  58. data/spec/dummy_app/tmp/cache/assets/test/sprockets/2d71a2a9ba73844a029c993068e478d5 +0 -0
  59. data/spec/dummy_app/tmp/cache/assets/test/sprockets/2f416db7ec3594c66c478e2c70dc5032 +0 -0
  60. data/spec/dummy_app/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  61. data/spec/dummy_app/tmp/cache/assets/test/sprockets/3202398591e97bce52539e961f5516c4 +0 -0
  62. data/spec/dummy_app/tmp/cache/assets/test/sprockets/6659113c653e0ca831f730df1b6b0558 +0 -0
  63. data/spec/dummy_app/tmp/cache/assets/test/sprockets/780412261881a814294a5333a4a042d2 +0 -0
  64. data/spec/dummy_app/tmp/cache/assets/test/sprockets/7af866e59b2c1fec401995dbceaf6e72 +0 -0
  65. data/spec/dummy_app/tmp/cache/assets/test/sprockets/8618734b87c2e32d68b15881891d9286 +0 -0
  66. data/spec/dummy_app/tmp/cache/assets/test/sprockets/93a7167bf36c621d305a9481e3d25bce +0 -0
  67. data/spec/dummy_app/tmp/cache/assets/test/sprockets/9b856b2df0d8b82ecd548aebe2c5268f +0 -0
  68. data/spec/dummy_app/tmp/cache/assets/test/sprockets/a6fad88c8628b92fa21b43b1aa76cf7d +0 -0
  69. data/spec/dummy_app/tmp/cache/assets/test/sprockets/c174814b8349dc263c8f65404949e933 +0 -0
  70. data/spec/dummy_app/tmp/cache/assets/test/sprockets/c81fa603414eab811f5a75f5be6fc7a0 +0 -0
  71. data/spec/dummy_app/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  72. data/spec/dummy_app/tmp/cache/assets/test/sprockets/dbc50e82415d51f2497fbc2dc1983bc2 +0 -0
  73. data/spec/dummy_app/tmp/cache/assets/test/sprockets/dcaf58e5c22740a96f5f349888c4cc6f +0 -0
  74. data/spec/dummy_app/tmp/cache/assets/test/sprockets/ed9f6df23839a0fd1983de2fcda43c5c +0 -0
  75. data/spec/dummy_app/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  76. data/spec/dummy_app/tmp/capybara/capybara-201312292242327883099760.html +127 -0
  77. data/spec/integration/basic/edit/basepack_basic_edit_spec.rb +58 -0
  78. data/spec/integration/basic/show/basepack_basic_show_spec.rb +49 -0
  79. metadata +58 -7
  80. data/lib/generators/basepack/templates/dragonfly.rb +0 -8
@@ -1,3 +1,3 @@
1
1
  module Basepack
2
- VERSION = "0.0.2".freeze
2
+ VERSION = "0.1.0".freeze
3
3
  end
@@ -42,7 +42,7 @@ module Basepack
42
42
  end
43
43
 
44
44
  def check_cancan
45
- if !defined?(Devise) and yes?("Would you like to install CanCan?")
45
+ if !defined?(Devise) #and yes?("Would you like to install CanCan?")
46
46
  gem 'cancan'
47
47
  generate "cancan:ability"
48
48
  end
@@ -50,7 +50,7 @@ module Basepack
50
50
 
51
51
  def check_devise
52
52
  #othervise error: undefined local variable or method `current_user'
53
- if !defined?(CanCan) and yes?("Would you like to install Devise?")
53
+ if !defined?(CanCan) #and yes?("Would you like to install Devise?")
54
54
  gem "devise"
55
55
  generate "devise:install"
56
56
  model_name = ask("What would you like the user model to be called? [user]")
@@ -63,21 +63,28 @@ module Basepack
63
63
  gem 'jquery-turbolinks'
64
64
  gem 'inherited_resources', '~> 1.4.1'
65
65
  gem 'ransack', '~> 1.0'
66
- gem 'kaminari'
67
- gem "simple_form", '~> 3.0.0.rc'
68
- gem 'settingslogic'
69
- gem "twitter-bootstrap-rails"
70
- gem 'bootbox-rails'
66
+ gem 'kaminari', '~> 0.15.1'
67
+ gem 'simple_form', '~> 3.0.1'
68
+ gem 'settingslogic', '~> 2.0.9'
71
69
 
70
+ #needs to be set exactly because of incompatibility bootstrap-modal-rails
71
+ #TODO fix when new version of bootstrap-modal-rails will be released
72
+ gem 'twitter-bootstrap-rails', '~> 2.2.7'
73
+ gem 'bootbox-rails'
72
74
 
73
75
  #needed for imports
74
- gem 'rack-cache', :require => 'rack/cache'
75
- gem 'dragonfly' # images
76
- gem 'delayed_job_active_record', ">= 4.0.0.beta2"
77
-
76
+ gem 'delayed_job_active_record', '~> 4.0.0'
78
77
 
79
78
  #used in filters
80
- gem "strip_attributes", "~> 1.2"
79
+ gem 'strip_attributes', '~> 1.2'
80
+
81
+ end
82
+
83
+ #for Image/assets management (used also in imports)
84
+ def add_dragonfly
85
+ gem 'rack-cache', :require => 'rack/cache'
86
+ gem 'dragonfly', '~> 1.0.2'
87
+ generate 'dragonfly'
81
88
  end
82
89
 
83
90
  def copy_files
@@ -141,27 +148,37 @@ RUBY
141
148
  end
142
149
 
143
150
  def create_imports
144
- #TODO - should I ask whether generate?
145
- copy_migrate 'create_imports'
146
- copy_migrate 'create_imports_importables_join_table'
147
- copy_file 'import.rb', 'app/models/import.rb'
148
-
149
- copy_file 'dragonfly.rb', 'config/initializers/dragonfly.rb'
151
+ #TODO - should I ask whether generate?
152
+ copy_migrate 'create_imports'
153
+ copy_migrate 'create_imports_importables_join_table'
154
+ copy_file 'import.rb', 'app/models/import.rb'
155
+ user_model_file = 'app/models/user.rb'
156
+ if File.exists?(user_model_file)
157
+ insert_into_file user_model_file, " has_many :imports, inverse_of: :user\n", :after => "class User < ActiveRecord::Base\n"
158
+ end
150
159
  end
151
160
 
152
161
  def create_saved_filters
153
- #TODO - should I ask whether generate?
154
- copy_migrate 'create_filters'
155
- copy_file 'filter.rb', 'app/models/filter.rb'
156
- copy_file 'filters_controller.rb', 'app/controllers/filters_controller.rb'
162
+ #TODO - should I ask whether generate?
163
+ copy_migrate 'create_filters'
164
+ copy_file 'filter.rb', 'app/models/filter.rb'
165
+ copy_file 'filters_controller.rb', 'app/controllers/filters_controller.rb'
157
166
 
158
167
  ability_model_file = 'app/models/ability.rb'
159
168
  if File.exists?(ability_model_file)
160
- insert_into_file ability_model_file, " can :read, Filter\n can :manage, Filter, :user_id => user.id if user\n", :after => "def initialize(user)\n"
169
+ insert_into_file(ability_model_file, <<-EOF,
170
+ # FIXME: change abilities according your needs
171
+ can :manage, :all
172
+
173
+ # Everybody can see others saved filter, but only author can mangage them.
174
+ can :read, Filter
175
+ can :manage, Filter, :user_id => user.id if user
176
+ EOF
177
+ :after => "def initialize(user)\n")
161
178
  end
162
179
  user_model_file = 'app/models/user.rb'
163
180
  if File.exists?(user_model_file)
164
- insert_into_file user_model_file, " has_many :filters, inverse_of: :user", :after => "class User < ActiveRecord::Base\n"
181
+ insert_into_file user_model_file, " has_many :filters, inverse_of: :user\n", :after => "class User < ActiveRecord::Base\n"
165
182
  end
166
183
  end
167
184
 
@@ -26,7 +26,10 @@ class Import < ActiveRecord::Base
26
26
 
27
27
  belongs_to :user, inverse_of: :imports
28
28
 
29
- handle_asynchronously :import_data
29
+ # Set `handle_asynchronously` to handle import on the background (it is
30
+ # suitable if the import files might be big).
31
+ #
32
+ # handle_asynchronously :import_data
30
33
 
31
34
  RailsAdmin.config do
32
35
  Basepack::Utils.model_config(Import).show.field :user
@@ -0,0 +1,12 @@
1
+ require 'rails/generators'
2
+ require 'rails/generators/rails/scaffold_controller/scaffold_controller_generator'
3
+
4
+ module Rails
5
+ module Generators
6
+ class ScaffoldControllerGenerator
7
+ source_root File.expand_path('../templates', __FILE__)
8
+
9
+ hook_for :jbuilder, default: false
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,3 @@
1
+ class EmployeeWithDestroyableNestedsController < ResourcesController
2
+
3
+ end
@@ -0,0 +1,6 @@
1
+ class EmployeeWithDestroyableNested < Employee
2
+ accepts_nested_attributes_for :account, allow_destroy: true
3
+ accepts_nested_attributes_for :position, allow_destroy: true
4
+ accepts_nested_attributes_for :projects, allow_destroy: true
5
+ accepts_nested_attributes_for :skills, allow_destroy: true
6
+ end
@@ -25,8 +25,12 @@ Dummy::Application.routes.draw do
25
25
 
26
26
  end
27
27
 
28
- resources :employees, :projects, :tasks, :positions, :skills, :accounts,
29
- :employee_with_nesteds, :users, concerns: [:resourcable]
28
+ resources :employees,
29
+ :employee_with_nesteds,
30
+ :employee_with_destroyable_nesteds, concerns: [:resourcable]
31
+
32
+ resources :projects, :tasks, :positions, :skills, :accounts,
33
+ :users, concerns: [:resourcable]
30
34
 
31
35
  root 'employees#index'
32
36
  end
@@ -0,0 +1,5 @@
1
+ class AddPhoneToEmployee < ActiveRecord::Migration
2
+ def change
3
+ add_column :employees, :phone, :string
4
+ end
5
+ end
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # It's strongly recommended that you check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(version: 20131220193113) do
14
+ ActiveRecord::Schema.define(version: 20140117153133) do
15
15
 
16
16
  create_table "accounts", force: true do |t|
17
17
  t.integer "account_number"
@@ -22,26 +22,6 @@ ActiveRecord::Schema.define(version: 20131220193113) do
22
22
 
23
23
  add_index "accounts", ["employee_id"], name: "index_accounts_on_employee_id"
24
24
 
25
- create_table "comments", force: true do |t|
26
- t.text "body"
27
- t.integer "customer_id"
28
- t.datetime "created_at"
29
- t.datetime "updated_at"
30
- end
31
-
32
- add_index "comments", ["customer_id"], name: "index_comments_on_customer_id"
33
-
34
- create_table "customers", force: true do |t|
35
- t.string "email"
36
- t.string "name"
37
- t.boolean "active"
38
- t.integer "group_id"
39
- t.datetime "created_at"
40
- t.datetime "updated_at"
41
- end
42
-
43
- add_index "customers", ["group_id"], name: "index_customers_on_group_id"
44
-
45
25
  create_table "employees", force: true do |t|
46
26
  t.string "name"
47
27
  t.string "email"
@@ -51,6 +31,7 @@ ActiveRecord::Schema.define(version: 20131220193113) do
51
31
  t.datetime "created_at"
52
32
  t.datetime "updated_at"
53
33
  t.string "title"
34
+ t.string "phone"
54
35
  end
55
36
 
56
37
  add_index "employees", ["position_id"], name: "index_employees_on_position_id"
@@ -62,12 +43,6 @@ ActiveRecord::Schema.define(version: 20131220193113) do
62
43
  t.datetime "updated_at"
63
44
  end
64
45
 
65
- create_table "groups", force: true do |t|
66
- t.string "name"
67
- t.datetime "created_at"
68
- t.datetime "updated_at"
69
- end
70
-
71
46
  create_table "positions", force: true do |t|
72
47
  t.string "name"
73
48
  t.datetime "created_at"
@@ -6799,3 +6799,2910 @@ Processing by TasksController#options as JSON
6799
6799
   (0.0ms) commit transaction
6800
6800
  Task Load (0.1ms) SELECT DISTINCT "tasks".* FROM "tasks" LIMIT 20 OFFSET 0
6801
6801
  Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)
6802
+
6803
+
6804
+ Started GET "/" for 127.0.0.1 at 2013-12-27 21:36:02 +0100
6805
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6806
+ Processing by EmployeesController#index as HTML
6807
+  (0.1ms) begin transaction
6808
+  (0.1ms) commit transaction
6809
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_create.html.haml (553.3ms)
6810
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_query.html.haml (2.9ms)
6811
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_export.html.haml (1.2ms)
6812
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_import.html.haml (1.0ms)
6813
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_bulk_delete.html.haml (1.5ms)
6814
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (570.6ms)
6815
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (576.6ms)
6816
+ Employee Load (0.2ms) SELECT DISTINCT "employees".* FROM "employees" LIMIT 15 OFFSET 0
6817
+ Position Load (0.2ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" IN (1, 2)
6818
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" IN (1, 2)
6819
+ Project Load (1.9ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
6820
+ Task Load (0.3ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
6821
+ Skill Load (0.2ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
6822
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 2]]
6823
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 2]]
6824
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 2]]
6825
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "employees"."id") FROM "employees"
6826
+ Rendered /home/lukas/projects/basepack/app/views/forms/_page_entries_info.html.haml (1.2ms)
6827
+ Rendered /home/lukas/projects/basepack/app/views/forms/_pagination.html.haml (6.2ms)
6828
+ Rendered /home/lukas/projects/basepack/app/views/forms/_list.html.haml (146.8ms)
6829
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_index.html.haml (150.4ms)
6830
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/index.html.haml within layouts/application (736.0ms)
6831
+ Rendered layouts/_head.html.haml (723.3ms)
6832
+ Rendered layouts/_navigation.html.erb (12.7ms)
6833
+ Rendered layouts/_header.html.haml (14.1ms)
6834
+ Rendered layouts/_content.html.haml (1.4ms)
6835
+ Rendered layouts/_footer.html.haml (0.7ms)
6836
+ Completed 200 OK in 1620ms (Views: 1484.3ms | ActiveRecord: 5.4ms)
6837
+
6838
+
6839
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6840
+
6841
+
6842
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6843
+
6844
+
6845
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6846
+
6847
+
6848
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6849
+
6850
+
6851
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6852
+
6853
+
6854
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6855
+
6856
+
6857
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6858
+
6859
+
6860
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6861
+
6862
+
6863
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6864
+
6865
+
6866
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6867
+
6868
+
6869
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6870
+
6871
+
6872
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6873
+
6874
+
6875
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6876
+
6877
+
6878
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6879
+
6880
+
6881
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6882
+
6883
+
6884
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6885
+
6886
+
6887
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6888
+
6889
+
6890
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6891
+
6892
+
6893
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6894
+
6895
+
6896
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6897
+
6898
+
6899
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6900
+
6901
+
6902
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6903
+
6904
+
6905
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6906
+
6907
+
6908
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6909
+
6910
+
6911
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6912
+
6913
+
6914
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6915
+
6916
+
6917
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6918
+
6919
+
6920
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6921
+
6922
+
6923
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:04 +0100
6924
+
6925
+
6926
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6927
+
6928
+
6929
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6930
+
6931
+
6932
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6933
+
6934
+
6935
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6936
+
6937
+
6938
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6939
+
6940
+
6941
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6942
+
6943
+
6944
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6945
+
6946
+
6947
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6948
+
6949
+
6950
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6951
+
6952
+
6953
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6954
+
6955
+
6956
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6957
+
6958
+
6959
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6960
+
6961
+
6962
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6963
+
6964
+
6965
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6966
+
6967
+
6968
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:05 +0100
6969
+
6970
+
6971
+ Started DELETE "/employees/bulk_delete" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
6972
+ Processing by EmployeesController#bulk_delete as HTML
6973
+ Parameters: {"authenticity_token"=>"zbyPqoCBGqbsrZ8rwk1DUqxiLQZNi1OkHOxfcgPxKm4=", "ids"=>"2"}
6974
+  (0.1ms) begin transaction
6975
+  (0.1ms) commit transaction
6976
+ Employee Load (0.3ms) SELECT DISTINCT "employees".* FROM "employees" WHERE "employees"."id" IN (2)
6977
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" IN (2)
6978
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" IN (2)
6979
+  (0.1ms) begin transaction
6980
+  (0.3ms) DELETE FROM "employees_skills" WHERE "employees_skills"."employee_id" = 2
6981
+ SQL (0.1ms) DELETE FROM "employees" WHERE "employees"."id" = ? [["id", 2]]
6982
+  (49.4ms) commit transaction
6983
+ Redirected to http://localhost:3000/employees
6984
+ Completed 302 Found in 61ms (ActiveRecord: 50.7ms)
6985
+
6986
+
6987
+ Started GET "/employees" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
6988
+ Processing by EmployeesController#index as HTML
6989
+  (0.1ms) begin transaction
6990
+  (0.1ms) commit transaction
6991
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_create.html.haml (0.4ms)
6992
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_query.html.haml (0.4ms)
6993
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_export.html.haml (0.2ms)
6994
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_import.html.haml (0.2ms)
6995
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_bulk_delete.html.haml (0.4ms)
6996
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (8.1ms)
6997
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (12.4ms)
6998
+ Employee Load (0.2ms) SELECT DISTINCT "employees".* FROM "employees" LIMIT 15 OFFSET 0
6999
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" IN (1)
7000
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" IN (1)
7001
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7002
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7003
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
7004
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "employees"."id") FROM "employees"
7005
+ Rendered /home/lukas/projects/basepack/app/views/forms/_page_entries_info.html.haml (0.3ms)
7006
+ Rendered /home/lukas/projects/basepack/app/views/forms/_pagination.html.haml (4.0ms)
7007
+ Rendered /home/lukas/projects/basepack/app/views/forms/_list.html.haml (23.1ms)
7008
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_index.html.haml (25.4ms)
7009
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/index.html.haml within layouts/application (44.1ms)
7010
+ Rendered layouts/_head.html.haml (12.6ms)
7011
+ Rendered layouts/_navigation.html.erb (6.0ms)
7012
+ Rendered layouts/_header.html.haml (6.7ms)
7013
+ Rendered layouts/_content.html.haml (0.2ms)
7014
+ Rendered layouts/_footer.html.haml (0.1ms)
7015
+ Completed 200 OK in 79ms (Views: 73.3ms | ActiveRecord: 1.1ms)
7016
+
7017
+
7018
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7019
+
7020
+
7021
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7022
+
7023
+
7024
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7025
+
7026
+
7027
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7028
+
7029
+
7030
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7031
+
7032
+
7033
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7034
+
7035
+
7036
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7037
+
7038
+
7039
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7040
+
7041
+
7042
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7043
+
7044
+
7045
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7046
+
7047
+
7048
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7049
+
7050
+
7051
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7052
+
7053
+
7054
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7055
+
7056
+
7057
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7058
+
7059
+
7060
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7061
+
7062
+
7063
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7064
+
7065
+
7066
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7067
+
7068
+
7069
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7070
+
7071
+
7072
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7073
+
7074
+
7075
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7076
+
7077
+
7078
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7079
+
7080
+
7081
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7082
+
7083
+
7084
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7085
+
7086
+
7087
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7088
+
7089
+
7090
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7091
+
7092
+
7093
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7094
+
7095
+
7096
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7097
+
7098
+
7099
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7100
+
7101
+
7102
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7103
+
7104
+
7105
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7106
+
7107
+
7108
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7109
+
7110
+
7111
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7112
+
7113
+
7114
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7115
+
7116
+
7117
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7118
+
7119
+
7120
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7121
+
7122
+
7123
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7124
+
7125
+
7126
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7127
+
7128
+
7129
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7130
+
7131
+
7132
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7133
+
7134
+
7135
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7136
+
7137
+
7138
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7139
+
7140
+
7141
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7142
+
7143
+
7144
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7145
+
7146
+
7147
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:26 +0100
7148
+
7149
+
7150
+ Started GET "/employees/1/edit" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7151
+ Processing by EmployeesController#edit as HTML
7152
+ Parameters: {"id"=>"1"}
7153
+ Employee Load (0.2ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" = ? LIMIT 1 [["id", "1"]]
7154
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_cancel.html.haml (1.3ms)
7155
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_delete.html.haml (1.3ms)
7156
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (5.6ms)
7157
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (11.1ms)
7158
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (5.9ms)
7159
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.9ms)
7160
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.4ms)
7161
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (4.1ms)
7162
+ Position Load (0.2ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" = ? ORDER BY "positions"."id" ASC LIMIT 1 [["id", 1]]
7163
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (6.8ms)
7164
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.2ms)
7165
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7166
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (4.4ms)
7167
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7168
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (3.4ms)
7169
+ Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" = ? ORDER BY "accounts"."id" ASC LIMIT 1 [["employee_id", 1]]
7170
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (3.7ms)
7171
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
7172
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (3.0ms)
7173
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (51.7ms)
7174
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_submit.html.haml (1.3ms)
7175
+ Rendered /home/lukas/projects/basepack/app/views/forms/_edit.html.haml (60.2ms)
7176
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_edit.html.haml (66.1ms)
7177
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/edit.html.haml within layouts/application (83.8ms)
7178
+ Rendered layouts/_head.html.haml (10.5ms)
7179
+ Rendered layouts/_navigation.html.erb (7.9ms)
7180
+ Rendered layouts/_header.html.haml (8.6ms)
7181
+ Rendered layouts/_content.html.haml (0.2ms)
7182
+ Rendered layouts/_footer.html.haml (0.1ms)
7183
+ Completed 200 OK in 115ms (Views: 111.7ms | ActiveRecord: 1.1ms)
7184
+
7185
+
7186
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7187
+
7188
+
7189
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7190
+
7191
+
7192
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7193
+
7194
+
7195
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7196
+
7197
+
7198
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7199
+
7200
+
7201
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7202
+
7203
+
7204
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7205
+
7206
+
7207
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7208
+
7209
+
7210
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7211
+
7212
+
7213
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7214
+
7215
+
7216
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7217
+
7218
+
7219
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7220
+
7221
+
7222
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7223
+
7224
+
7225
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7226
+
7227
+
7228
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7229
+
7230
+
7231
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7232
+
7233
+
7234
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:33 +0100
7235
+
7236
+
7237
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7238
+
7239
+
7240
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7241
+
7242
+
7243
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7244
+
7245
+
7246
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7247
+
7248
+
7249
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7250
+
7251
+
7252
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7253
+
7254
+
7255
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7256
+
7257
+
7258
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7259
+
7260
+
7261
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7262
+
7263
+
7264
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7265
+
7266
+
7267
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7268
+
7269
+
7270
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7271
+
7272
+
7273
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7274
+
7275
+
7276
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7277
+
7278
+
7279
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7280
+
7281
+
7282
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7283
+
7284
+
7285
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7286
+
7287
+
7288
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7289
+
7290
+
7291
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7292
+
7293
+
7294
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7295
+
7296
+
7297
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7298
+
7299
+
7300
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7301
+
7302
+
7303
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7304
+
7305
+
7306
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7307
+
7308
+
7309
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7310
+
7311
+
7312
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7313
+
7314
+
7315
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7316
+
7317
+
7318
+ Started GET "/positions/options?f%5Bid_eq%5D=1" for 127.0.0.1 at 2013-12-27 21:36:34 +0100
7319
+ Processing by PositionsController#options as JSON
7320
+ Parameters: {"f"=>{"id_eq"=>"1"}}
7321
+  (0.1ms) begin transaction
7322
+  (0.0ms) commit transaction
7323
+ Position Load (0.3ms) SELECT DISTINCT "positions".* FROM "positions" WHERE "positions"."id" = 1 LIMIT 15 OFFSET 0
7324
+ Completed 200 OK in 22ms (Views: 0.3ms | ActiveRecord: 0.4ms)
7325
+
7326
+
7327
+ Started POST "/employees/query" for 127.0.0.1 at 2013-12-27 21:36:42 +0100
7328
+ Processing by EmployeesController#query as HTML
7329
+  (0.1ms) begin transaction
7330
+  (0.1ms) commit transaction
7331
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_close.html.haml (1.1ms)
7332
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (2.6ms)
7333
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (2.2ms)
7334
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (2.1ms)
7335
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.5ms)
7336
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.6ms)
7337
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (61.4ms)
7338
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_cancel.html.haml (1.7ms)
7339
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_refresh.html.haml (1.4ms)
7340
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query.html.haml (191.3ms)
7341
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_query.html.haml (202.4ms)
7342
+ Completed 200 OK in 233ms (Views: 231.9ms | ActiveRecord: 0.5ms)
7343
+
7344
+
7345
+ Started POST "/employees/query" for 127.0.0.1 at 2013-12-27 21:36:55 +0100
7346
+ Processing by EmployeesController#query as HTML
7347
+  (0.1ms) begin transaction
7348
+  (0.0ms) commit transaction
7349
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_close.html.haml (0.3ms)
7350
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.6ms)
7351
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.2ms)
7352
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.2ms)
7353
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.1ms)
7354
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.0ms)
7355
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (46.1ms)
7356
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_cancel.html.haml (0.2ms)
7357
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_refresh.html.haml (0.3ms)
7358
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query.html.haml (83.5ms)
7359
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_query.html.haml (92.7ms)
7360
+ Completed 200 OK in 120ms (Views: 119.0ms | ActiveRecord: 0.1ms)
7361
+
7362
+
7363
+ Started GET "/employees" for 127.0.0.1 at 2013-12-27 21:37:04 +0100
7364
+ Processing by EmployeesController#index as HTML
7365
+  (0.1ms) begin transaction
7366
+  (0.0ms) commit transaction
7367
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_create.html.haml (0.4ms)
7368
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_query.html.haml (0.3ms)
7369
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_export.html.haml (0.1ms)
7370
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_import.html.haml (0.1ms)
7371
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_bulk_delete.html.haml (0.4ms)
7372
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (7.3ms)
7373
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (12.0ms)
7374
+ Employee Load (0.2ms) SELECT DISTINCT "employees".* FROM "employees" LIMIT 15 OFFSET 0
7375
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" IN (1)
7376
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" IN (1)
7377
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7378
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7379
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
7380
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "employees"."id") FROM "employees"
7381
+ Rendered /home/lukas/projects/basepack/app/views/forms/_page_entries_info.html.haml (0.3ms)
7382
+ Rendered /home/lukas/projects/basepack/app/views/forms/_pagination.html.haml (3.6ms)
7383
+ Rendered /home/lukas/projects/basepack/app/views/forms/_list.html.haml (22.2ms)
7384
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_index.html.haml (25.5ms)
7385
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/index.html.haml within layouts/application (44.7ms)
7386
+ Rendered layouts/_head.html.haml (11.4ms)
7387
+ Rendered layouts/_navigation.html.erb (6.3ms)
7388
+ Rendered layouts/_header.html.haml (6.9ms)
7389
+ Rendered layouts/_content.html.haml (0.2ms)
7390
+ Rendered layouts/_footer.html.haml (0.0ms)
7391
+ Completed 200 OK in 77ms (Views: 71.5ms | ActiveRecord: 1.1ms)
7392
+
7393
+
7394
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:04 +0100
7395
+
7396
+
7397
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:04 +0100
7398
+
7399
+
7400
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:04 +0100
7401
+
7402
+
7403
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7404
+
7405
+
7406
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7407
+
7408
+
7409
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7410
+
7411
+
7412
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7413
+
7414
+
7415
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7416
+
7417
+
7418
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7419
+
7420
+
7421
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7422
+
7423
+
7424
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7425
+
7426
+
7427
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7428
+
7429
+
7430
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7431
+
7432
+
7433
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7434
+
7435
+
7436
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7437
+
7438
+
7439
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7440
+
7441
+
7442
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7443
+
7444
+
7445
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7446
+
7447
+
7448
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7449
+
7450
+
7451
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7452
+
7453
+
7454
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7455
+
7456
+
7457
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7458
+
7459
+
7460
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7461
+
7462
+
7463
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7464
+
7465
+
7466
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7467
+
7468
+
7469
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7470
+
7471
+
7472
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7473
+
7474
+
7475
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7476
+
7477
+
7478
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7479
+
7480
+
7481
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7482
+
7483
+
7484
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7485
+
7486
+
7487
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7488
+
7489
+
7490
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7491
+
7492
+
7493
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7494
+
7495
+
7496
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7497
+
7498
+
7499
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7500
+
7501
+
7502
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7503
+
7504
+
7505
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7506
+
7507
+
7508
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7509
+
7510
+
7511
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7512
+
7513
+
7514
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7515
+
7516
+
7517
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7518
+
7519
+
7520
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7521
+
7522
+
7523
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:05 +0100
7524
+
7525
+
7526
+ Started POST "/employees/query" for 127.0.0.1 at 2013-12-27 21:37:07 +0100
7527
+ Processing by EmployeesController#query as HTML
7528
+  (0.1ms) begin transaction
7529
+  (0.1ms) commit transaction
7530
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_close.html.haml (0.4ms)
7531
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.0ms)
7532
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.2ms)
7533
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.2ms)
7534
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.7ms)
7535
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.0ms)
7536
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (48.7ms)
7537
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_cancel.html.haml (0.2ms)
7538
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_refresh.html.haml (0.3ms)
7539
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query.html.haml (85.7ms)
7540
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_query.html.haml (96.5ms)
7541
+ Completed 200 OK in 123ms (Views: 122.5ms | ActiveRecord: 0.2ms)
7542
+
7543
+
7544
+ Started POST "/employees/query" for 127.0.0.1 at 2013-12-27 21:37:12 +0100
7545
+ Processing by EmployeesController#query as HTML
7546
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"zbyPqoCBGqbsrZ8rwk1DUqxiLQZNi1OkHOxfcgPxKm4=", "query"=>"", "_refresh"=>""}
7547
+  (0.1ms) begin transaction
7548
+  (0.1ms) commit transaction
7549
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_create.html.haml (0.2ms)
7550
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_query.html.haml (0.3ms)
7551
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_export.html.haml (0.1ms)
7552
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_import.html.haml (0.2ms)
7553
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_bulk_delete.html.haml (0.9ms)
7554
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (7.9ms)
7555
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (13.3ms)
7556
+ Employee Load (0.2ms) SELECT DISTINCT "employees".* FROM "employees" LIMIT 15 OFFSET 0
7557
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" IN (1)
7558
+ Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" IN (1)
7559
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7560
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7561
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
7562
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "employees"."id") FROM "employees"
7563
+ Rendered /home/lukas/projects/basepack/app/views/forms/_page_entries_info.html.haml (0.2ms)
7564
+ Rendered /home/lukas/projects/basepack/app/views/forms/_pagination.html.haml (3.4ms)
7565
+ Rendered /home/lukas/projects/basepack/app/views/forms/_list.html.haml (21.0ms)
7566
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_index.html.haml (24.3ms)
7567
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/index.html.haml within layouts/application (45.0ms)
7568
+ Rendered layouts/_head.html.haml (13.6ms)
7569
+ Rendered layouts/_navigation.html.erb (5.9ms)
7570
+ Rendered layouts/_header.html.haml (6.4ms)
7571
+ Rendered layouts/_content.html.haml (0.2ms)
7572
+ Rendered layouts/_footer.html.haml (0.1ms)
7573
+ Completed 200 OK in 83ms (Views: 75.5ms | ActiveRecord: 1.2ms)
7574
+
7575
+
7576
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7577
+
7578
+
7579
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7580
+
7581
+
7582
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7583
+
7584
+
7585
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7586
+
7587
+
7588
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7589
+
7590
+
7591
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7592
+
7593
+
7594
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7595
+
7596
+
7597
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7598
+
7599
+
7600
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7601
+
7602
+
7603
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7604
+
7605
+
7606
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7607
+
7608
+
7609
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7610
+
7611
+
7612
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7613
+
7614
+
7615
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7616
+
7617
+
7618
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7619
+
7620
+
7621
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7622
+
7623
+
7624
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7625
+
7626
+
7627
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7628
+
7629
+
7630
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7631
+
7632
+
7633
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7634
+
7635
+
7636
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7637
+
7638
+
7639
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7640
+
7641
+
7642
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7643
+
7644
+
7645
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7646
+
7647
+
7648
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7649
+
7650
+
7651
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7652
+
7653
+
7654
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7655
+
7656
+
7657
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7658
+
7659
+
7660
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7661
+
7662
+
7663
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7664
+
7665
+
7666
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7667
+
7668
+
7669
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7670
+
7671
+
7672
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7673
+
7674
+
7675
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7676
+
7677
+
7678
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7679
+
7680
+
7681
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7682
+
7683
+
7684
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7685
+
7686
+
7687
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7688
+
7689
+
7690
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7691
+
7692
+
7693
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7694
+
7695
+
7696
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7697
+
7698
+
7699
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7700
+
7701
+
7702
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7703
+
7704
+
7705
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:13 +0100
7706
+
7707
+
7708
+ Started GET "/employees/bulk_edit" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7709
+ Processing by EmployeesController#bulk_edit as HTML
7710
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_cancel.html.haml (0.3ms)
7711
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (1.4ms)
7712
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (5.8ms)
7713
+  (0.1ms) begin transaction
7714
+  (0.0ms) commit transaction
7715
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "employees"."id") FROM "employees"
7716
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.5ms)
7717
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.2ms)
7718
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.2ms)
7719
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.3ms)
7720
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (1.3ms)
7721
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (0.9ms)
7722
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (1.2ms)
7723
+ Rendered /home/lukas/projects/basepack/app/views/forms/bulk_edit/_form_filtering_multiselect.html.haml (57.4ms)
7724
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_submit.html.haml (0.3ms)
7725
+ Rendered /home/lukas/projects/basepack/app/views/forms/_bulk_edit.html.haml (89.9ms)
7726
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_bulk_edit.html.haml (97.3ms)
7727
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/bulk_edit.html.haml within layouts/application (109.8ms)
7728
+ Rendered layouts/_head.html.haml (10.4ms)
7729
+ Rendered layouts/_navigation.html.erb (5.7ms)
7730
+ Rendered layouts/_header.html.haml (6.1ms)
7731
+ Rendered layouts/_content.html.haml (0.2ms)
7732
+ Rendered layouts/_footer.html.haml (0.0ms)
7733
+ Completed 200 OK in 137ms (Views: 135.9ms | ActiveRecord: 0.4ms)
7734
+
7735
+
7736
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7737
+
7738
+
7739
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7740
+
7741
+
7742
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7743
+
7744
+
7745
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7746
+
7747
+
7748
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7749
+
7750
+
7751
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7752
+
7753
+
7754
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7755
+
7756
+
7757
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7758
+
7759
+
7760
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7761
+
7762
+
7763
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7764
+
7765
+
7766
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7767
+
7768
+
7769
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7770
+
7771
+
7772
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7773
+
7774
+
7775
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7776
+
7777
+
7778
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7779
+
7780
+
7781
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7782
+
7783
+
7784
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7785
+
7786
+
7787
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7788
+
7789
+
7790
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7791
+
7792
+
7793
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7794
+
7795
+
7796
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7797
+
7798
+
7799
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7800
+
7801
+
7802
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7803
+
7804
+
7805
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7806
+
7807
+
7808
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7809
+
7810
+
7811
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7812
+
7813
+
7814
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7815
+
7816
+
7817
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7818
+
7819
+
7820
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7821
+
7822
+
7823
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7824
+
7825
+
7826
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7827
+
7828
+
7829
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7830
+
7831
+
7832
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7833
+
7834
+
7835
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7836
+
7837
+
7838
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7839
+
7840
+
7841
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7842
+
7843
+
7844
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7845
+
7846
+
7847
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7848
+
7849
+
7850
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7851
+
7852
+
7853
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7854
+
7855
+
7856
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7857
+
7858
+
7859
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7860
+
7861
+
7862
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7863
+
7864
+
7865
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:23 +0100
7866
+
7867
+
7868
+ Started GET "/employees/1/edit" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7869
+ Processing by EmployeesController#edit as HTML
7870
+ Parameters: {"id"=>"1"}
7871
+ Employee Load (0.1ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" = ? LIMIT 1 [["id", "1"]]
7872
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_cancel.html.haml (0.3ms)
7873
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_delete.html.haml (0.2ms)
7874
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (2.8ms)
7875
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (7.8ms)
7876
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.8ms)
7877
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.7ms)
7878
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.5ms)
7879
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.3ms)
7880
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" = ? ORDER BY "positions"."id" ASC LIMIT 1 [["id", 1]]
7881
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (2.7ms)
7882
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (0.7ms)
7883
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7884
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (2.6ms)
7885
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
7886
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (2.4ms)
7887
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" = ? ORDER BY "accounts"."id" ASC LIMIT 1 [["employee_id", 1]]
7888
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (2.2ms)
7889
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
7890
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (2.4ms)
7891
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (31.5ms)
7892
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_submit.html.haml (0.3ms)
7893
+ Rendered /home/lukas/projects/basepack/app/views/forms/_edit.html.haml (34.4ms)
7894
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_edit.html.haml (36.6ms)
7895
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/edit.html.haml within layouts/application (51.0ms)
7896
+ Rendered layouts/_head.html.haml (11.0ms)
7897
+ Rendered layouts/_navigation.html.erb (5.4ms)
7898
+ Rendered layouts/_header.html.haml (5.9ms)
7899
+ Rendered layouts/_content.html.haml (0.1ms)
7900
+ Rendered layouts/_footer.html.haml (0.0ms)
7901
+ Completed 200 OK in 80ms (Views: 78.1ms | ActiveRecord: 0.6ms)
7902
+
7903
+
7904
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7905
+
7906
+
7907
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7908
+
7909
+
7910
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7911
+
7912
+
7913
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7914
+
7915
+
7916
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7917
+
7918
+
7919
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7920
+
7921
+
7922
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7923
+
7924
+
7925
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7926
+
7927
+
7928
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7929
+
7930
+
7931
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7932
+
7933
+
7934
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7935
+
7936
+
7937
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7938
+
7939
+
7940
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7941
+
7942
+
7943
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7944
+
7945
+
7946
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7947
+
7948
+
7949
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7950
+
7951
+
7952
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7953
+
7954
+
7955
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7956
+
7957
+
7958
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7959
+
7960
+
7961
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7962
+
7963
+
7964
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7965
+
7966
+
7967
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7968
+
7969
+
7970
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7971
+
7972
+
7973
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7974
+
7975
+
7976
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7977
+
7978
+
7979
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7980
+
7981
+
7982
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7983
+
7984
+
7985
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7986
+
7987
+
7988
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7989
+
7990
+
7991
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7992
+
7993
+
7994
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7995
+
7996
+
7997
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
7998
+
7999
+
8000
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8001
+
8002
+
8003
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8004
+
8005
+
8006
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8007
+
8008
+
8009
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8010
+
8011
+
8012
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8013
+
8014
+
8015
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8016
+
8017
+
8018
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8019
+
8020
+
8021
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8022
+
8023
+
8024
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8025
+
8026
+
8027
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8028
+
8029
+
8030
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:38 +0100
8031
+
8032
+
8033
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:37:39 +0100
8034
+
8035
+
8036
+ Started GET "/positions/options?f%5Bid_eq%5D=1" for 127.0.0.1 at 2013-12-27 21:37:39 +0100
8037
+ Processing by PositionsController#options as JSON
8038
+ Parameters: {"f"=>{"id_eq"=>"1"}}
8039
+  (0.1ms) begin transaction
8040
+  (0.1ms) commit transaction
8041
+ Position Load (0.2ms) SELECT DISTINCT "positions".* FROM "positions" WHERE "positions"."id" = 1 LIMIT 15 OFFSET 0
8042
+ Completed 200 OK in 19ms (Views: 0.4ms | ActiveRecord: 0.4ms)
8043
+
8044
+
8045
+ Started GET "/projects/options?query=&page=1&per=20&_=1388176658666" for 127.0.0.1 at 2013-12-27 21:38:01 +0100
8046
+ Processing by ProjectsController#options as JSON
8047
+ Parameters: {"query"=>"", "page"=>"1", "per"=>"20", "_"=>"1388176658666"}
8048
+  (0.1ms) begin transaction
8049
+  (0.0ms) commit transaction
8050
+ Project Load (0.2ms) SELECT DISTINCT "projects".* FROM "projects" LIMIT 20 OFFSET 0
8051
+ Employee Load (0.2ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" IN (1, 2)
8052
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.5ms)
8053
+
8054
+
8055
+ Started GET "/skills/options?query=&page=1&per=20&_=1388176658667" for 127.0.0.1 at 2013-12-27 21:38:08 +0100
8056
+ Processing by SkillsController#options as JSON
8057
+ Parameters: {"query"=>"", "page"=>"1", "per"=>"20", "_"=>"1388176658667"}
8058
+  (0.1ms) begin transaction
8059
+  (0.1ms) commit transaction
8060
+ Skill Load (0.2ms) SELECT DISTINCT "skills".* FROM "skills" LIMIT 20 OFFSET 0
8061
+ Completed 200 OK in 38ms (Views: 0.3ms | ActiveRecord: 0.4ms)
8062
+
8063
+
8064
+ Started GET "/positions/options?query=&page=1&per=20&_=1388176658668" for 127.0.0.1 at 2013-12-27 21:38:21 +0100
8065
+ Processing by PositionsController#options as JSON
8066
+ Parameters: {"query"=>"", "page"=>"1", "per"=>"20", "_"=>"1388176658668"}
8067
+  (0.1ms) begin transaction
8068
+  (0.0ms) commit transaction
8069
+ Position Load (0.1ms) SELECT DISTINCT "positions".* FROM "positions" LIMIT 20 OFFSET 0
8070
+ Completed 200 OK in 26ms (Views: 0.3ms | ActiveRecord: 0.3ms)
8071
+
8072
+
8073
+ Started GET "/positions/options?query=&page=1&per=20&_=1388176658669" for 127.0.0.1 at 2013-12-27 21:38:24 +0100
8074
+ Processing by PositionsController#options as JSON
8075
+ Parameters: {"query"=>"", "page"=>"1", "per"=>"20", "_"=>"1388176658669"}
8076
+  (0.1ms) begin transaction
8077
+  (0.0ms) commit transaction
8078
+ Position Load (0.2ms) SELECT DISTINCT "positions".* FROM "positions" LIMIT 20 OFFSET 0
8079
+ Completed 200 OK in 33ms (Views: 0.4ms | ActiveRecord: 0.3ms)
8080
+
8081
+
8082
+ Started GET "/employees/1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8083
+ Processing by EmployeesController#show as HTML
8084
+ Parameters: {"id"=>"1"}
8085
+ Employee Load (0.1ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" = ? LIMIT 1 [["id", "1"]]
8086
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_edit.html.haml (1.3ms)
8087
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_delete.html.haml (0.3ms)
8088
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (4.7ms)
8089
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (11.8ms)
8090
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" = ? ORDER BY "positions"."id" ASC LIMIT 1 [["id", 1]]
8091
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8092
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8093
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" = ? ORDER BY "accounts"."id" ASC LIMIT 1 [["employee_id", 1]]
8094
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
8095
+ Rendered /home/lukas/projects/basepack/app/views/forms/_show.html.haml (16.0ms)
8096
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_show.html.haml (21.3ms)
8097
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/show.html.haml within layouts/application (42.0ms)
8098
+ Rendered layouts/_head.html.haml (14.0ms)
8099
+ Rendered layouts/_navigation.html.erb (5.4ms)
8100
+ Rendered layouts/_header.html.haml (5.9ms)
8101
+ Rendered layouts/_content.html.haml (0.1ms)
8102
+ Rendered layouts/_footer.html.haml (0.0ms)
8103
+ Completed 200 OK in 80ms (Views: 77.4ms | ActiveRecord: 0.7ms)
8104
+
8105
+
8106
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8107
+
8108
+
8109
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8110
+
8111
+
8112
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8113
+
8114
+
8115
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8116
+
8117
+
8118
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8119
+
8120
+
8121
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8122
+
8123
+
8124
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8125
+
8126
+
8127
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8128
+
8129
+
8130
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8131
+
8132
+
8133
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8134
+
8135
+
8136
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8137
+
8138
+
8139
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8140
+
8141
+
8142
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8143
+
8144
+
8145
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8146
+
8147
+
8148
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8149
+
8150
+
8151
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8152
+
8153
+
8154
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8155
+
8156
+
8157
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8158
+
8159
+
8160
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8161
+
8162
+
8163
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8164
+
8165
+
8166
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8167
+
8168
+
8169
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8170
+
8171
+
8172
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8173
+
8174
+
8175
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8176
+
8177
+
8178
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8179
+
8180
+
8181
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8182
+
8183
+
8184
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8185
+
8186
+
8187
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8188
+
8189
+
8190
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8191
+
8192
+
8193
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8194
+
8195
+
8196
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8197
+
8198
+
8199
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8200
+
8201
+
8202
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8203
+
8204
+
8205
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8206
+
8207
+
8208
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8209
+
8210
+
8211
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8212
+
8213
+
8214
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8215
+
8216
+
8217
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8218
+
8219
+
8220
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8221
+
8222
+
8223
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8224
+
8225
+
8226
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8227
+
8228
+
8229
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8230
+
8231
+
8232
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8233
+
8234
+
8235
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:32 +0100
8236
+
8237
+
8238
+ Started GET "/employee_with_nesteds" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8239
+ Processing by EmployeeWithNestedsController#index as HTML
8240
+  (0.1ms) begin transaction
8241
+  (0.0ms) commit transaction
8242
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_create.html.haml (0.4ms)
8243
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_query.html.haml (0.3ms)
8244
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_export.html.haml (0.2ms)
8245
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_import.html.haml (0.2ms)
8246
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (59.6ms)
8247
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (63.9ms)
8248
+ EmployeeWithNested Load (0.2ms) SELECT DISTINCT "employees".* FROM "employees" LIMIT 15 OFFSET 0
8249
+ Position Load (0.2ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" IN (1)
8250
+ Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" IN (1)
8251
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8252
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8253
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
8254
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "employees"."id") FROM "employees"
8255
+ Rendered /home/lukas/projects/basepack/app/views/forms/_page_entries_info.html.haml (0.3ms)
8256
+ Rendered /home/lukas/projects/basepack/app/views/forms/_pagination.html.haml (3.6ms)
8257
+ Rendered /home/lukas/projects/basepack/app/views/forms/_list.html.haml (30.8ms)
8258
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_index.html.haml (32.9ms)
8259
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/index.html.haml within layouts/application (103.5ms)
8260
+ Rendered layouts/_head.html.haml (11.2ms)
8261
+ Rendered layouts/_navigation.html.erb (5.7ms)
8262
+ Rendered layouts/_header.html.haml (6.2ms)
8263
+ Rendered layouts/_content.html.haml (0.2ms)
8264
+ Rendered layouts/_footer.html.haml (0.1ms)
8265
+ Completed 200 OK in 139ms (Views: 130.1ms | ActiveRecord: 1.1ms)
8266
+
8267
+
8268
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8269
+
8270
+
8271
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8272
+
8273
+
8274
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8275
+
8276
+
8277
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8278
+
8279
+
8280
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8281
+
8282
+
8283
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8284
+
8285
+
8286
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8287
+
8288
+
8289
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8290
+
8291
+
8292
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8293
+
8294
+
8295
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8296
+
8297
+
8298
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8299
+
8300
+
8301
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8302
+
8303
+
8304
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8305
+
8306
+
8307
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8308
+
8309
+
8310
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8311
+
8312
+
8313
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8314
+
8315
+
8316
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8317
+
8318
+
8319
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8320
+
8321
+
8322
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8323
+
8324
+
8325
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8326
+
8327
+
8328
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8329
+
8330
+
8331
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8332
+
8333
+
8334
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8335
+
8336
+
8337
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8338
+
8339
+
8340
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8341
+
8342
+
8343
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8344
+
8345
+
8346
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8347
+
8348
+
8349
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8350
+
8351
+
8352
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8353
+
8354
+
8355
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8356
+
8357
+
8358
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8359
+
8360
+
8361
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8362
+
8363
+
8364
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8365
+
8366
+
8367
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8368
+
8369
+
8370
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8371
+
8372
+
8373
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8374
+
8375
+
8376
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8377
+
8378
+
8379
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8380
+
8381
+
8382
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8383
+
8384
+
8385
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8386
+
8387
+
8388
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8389
+
8390
+
8391
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8392
+
8393
+
8394
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8395
+
8396
+
8397
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:38 +0100
8398
+
8399
+
8400
+ Started GET "/employee_with_nesteds/1/edit" for 127.0.0.1 at 2013-12-27 21:38:40 +0100
8401
+ Processing by EmployeeWithNestedsController#edit as HTML
8402
+ Parameters: {"id"=>"1"}
8403
+ EmployeeWithNested Load (0.1ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" = ? LIMIT 1 [["id", "1"]]
8404
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_cancel.html.haml (0.2ms)
8405
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_delete.html.haml (0.3ms)
8406
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (2.7ms)
8407
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (7.4ms)
8408
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.9ms)
8409
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.4ms)
8410
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.3ms)
8411
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.4ms)
8412
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" = ? ORDER BY "positions"."id" ASC LIMIT 1 [["id", 1]]
8413
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (2.1ms)
8414
+ Employee Load (0.2ms) SELECT "employees".* FROM "employees" WHERE "employees"."position_id" = ? [["position_id", 1]]
8415
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (3.9ms)
8416
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (8.6ms)
8417
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_nested_one.html.haml (13.4ms)
8418
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.1ms)
8419
+ Project Load (0.2ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8420
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (2.0ms)
8421
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_text.html.haml (2.6ms)
8422
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (2.5ms)
8423
+ Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = ? [["project_id", 1]]
8424
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (3.1ms)
8425
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (15.2ms)
8426
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (55.2ms)
8427
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_text.html.haml (1.7ms)
8428
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (1.6ms)
8429
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."project_id" = ? [["project_id", 2]]
8430
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (2.2ms)
8431
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (66.0ms)
8432
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_nested_many.html.haml (89.7ms)
8433
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8434
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (2.9ms)
8435
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" = ? ORDER BY "accounts"."id" ASC LIMIT 1 [["employee_id", 1]]
8436
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (2.3ms)
8437
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (1.8ms)
8438
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (6.6ms)
8439
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_nested_one.html.haml (9.9ms)
8440
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
8441
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (2.1ms)
8442
+ Employee Load (0.2ms) SELECT "employees".* FROM "employees" INNER JOIN "employees_skills" ON "employees"."id" = "employees_skills"."employee_id" WHERE "employees_skills"."skill_id" = ? [["skill_id", 1]]
8443
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (4.1ms)
8444
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (9.1ms)
8445
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.8ms)
8446
+ Employee Load (0.1ms) SELECT "employees".* FROM "employees" INNER JOIN "employees_skills" ON "employees"."id" = "employees_skills"."employee_id" WHERE "employees_skills"."skill_id" = ? [["skill_id", 2]]
8447
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (3.2ms)
8448
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (7.6ms)
8449
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_nested_many.html.haml (23.2ms)
8450
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (157.7ms)
8451
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_submit.html.haml (0.2ms)
8452
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.7ms)
8453
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_text.html.haml (1.3ms)
8454
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_select.html.haml (1.4ms)
8455
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (1.8ms)
8456
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (11.1ms)
8457
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_field.html.haml (1.8ms)
8458
+ Rendered /home/lukas/projects/basepack/app/views/forms/edit/_form_filtering_multiselect.html.haml (2.2ms)
8459
+ Rendered /home/lukas/projects/basepack/app/views/forms/_form_fields.html.haml (6.8ms)
8460
+ Rendered /home/lukas/projects/basepack/app/views/forms/_edit.html.haml (184.7ms)
8461
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_edit.html.haml (187.4ms)
8462
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/edit.html.haml within layouts/application (202.2ms)
8463
+ Rendered layouts/_head.html.haml (10.8ms)
8464
+ Rendered layouts/_navigation.html.erb (6.0ms)
8465
+ Rendered layouts/_header.html.haml (6.5ms)
8466
+ Rendered layouts/_content.html.haml (0.2ms)
8467
+ Rendered layouts/_footer.html.haml (0.1ms)
8468
+ Completed 200 OK in 235ms (Views: 231.3ms | ActiveRecord: 1.6ms)
8469
+
8470
+
8471
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8472
+
8473
+
8474
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8475
+
8476
+
8477
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8478
+
8479
+
8480
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8481
+
8482
+
8483
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8484
+
8485
+
8486
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8487
+
8488
+
8489
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8490
+
8491
+
8492
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8493
+
8494
+
8495
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8496
+
8497
+
8498
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8499
+
8500
+
8501
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8502
+
8503
+
8504
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8505
+
8506
+
8507
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8508
+
8509
+
8510
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8511
+
8512
+
8513
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8514
+
8515
+
8516
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8517
+
8518
+
8519
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8520
+
8521
+
8522
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8523
+
8524
+
8525
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8526
+
8527
+
8528
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8529
+
8530
+
8531
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8532
+
8533
+
8534
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8535
+
8536
+
8537
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8538
+
8539
+
8540
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8541
+
8542
+
8543
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8544
+
8545
+
8546
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8547
+
8548
+
8549
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8550
+
8551
+
8552
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8553
+
8554
+
8555
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8556
+
8557
+
8558
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8559
+
8560
+
8561
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8562
+
8563
+
8564
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8565
+
8566
+
8567
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8568
+
8569
+
8570
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8571
+
8572
+
8573
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8574
+
8575
+
8576
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8577
+
8578
+
8579
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8580
+
8581
+
8582
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8583
+
8584
+
8585
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8586
+
8587
+
8588
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8589
+
8590
+
8591
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8592
+
8593
+
8594
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8595
+
8596
+
8597
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8598
+
8599
+
8600
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:41 +0100
8601
+
8602
+
8603
+ Started GET "/employee_with_nesteds/1" for 127.0.0.1 at 2013-12-27 21:38:57 +0100
8604
+ Processing by EmployeeWithNestedsController#show as HTML
8605
+ Parameters: {"id"=>"1"}
8606
+ EmployeeWithNested Load (0.1ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" = ? LIMIT 1 [["id", "1"]]
8607
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_edit.html.haml (0.3ms)
8608
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_delete.html.haml (0.3ms)
8609
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (3.1ms)
8610
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (8.3ms)
8611
+ Position Load (0.1ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" = ? ORDER BY "positions"."id" ASC LIMIT 1 [["id", 1]]
8612
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8613
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8614
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" = ? ORDER BY "accounts"."id" ASC LIMIT 1 [["employee_id", 1]]
8615
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
8616
+ Rendered /home/lukas/projects/basepack/app/views/forms/_show.html.haml (10.9ms)
8617
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_show.html.haml (12.9ms)
8618
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/show.html.haml within layouts/application (27.0ms)
8619
+ Rendered layouts/_head.html.haml (12.7ms)
8620
+ Rendered layouts/_navigation.html.erb (6.1ms)
8621
+ Rendered layouts/_header.html.haml (6.6ms)
8622
+ Rendered layouts/_content.html.haml (0.1ms)
8623
+ Rendered layouts/_footer.html.haml (0.1ms)
8624
+ Completed 200 OK in 112ms (Views: 109.0ms | ActiveRecord: 0.7ms)
8625
+
8626
+
8627
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8628
+
8629
+
8630
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8631
+
8632
+
8633
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8634
+
8635
+
8636
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8637
+
8638
+
8639
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8640
+
8641
+
8642
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8643
+
8644
+
8645
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8646
+
8647
+
8648
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8649
+
8650
+
8651
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8652
+
8653
+
8654
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8655
+
8656
+
8657
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8658
+
8659
+
8660
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8661
+
8662
+
8663
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8664
+
8665
+
8666
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8667
+
8668
+
8669
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8670
+
8671
+
8672
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8673
+
8674
+
8675
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8676
+
8677
+
8678
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8679
+
8680
+
8681
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8682
+
8683
+
8684
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8685
+
8686
+
8687
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8688
+
8689
+
8690
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8691
+
8692
+
8693
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8694
+
8695
+
8696
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8697
+
8698
+
8699
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8700
+
8701
+
8702
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8703
+
8704
+
8705
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8706
+
8707
+
8708
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8709
+
8710
+
8711
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8712
+
8713
+
8714
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8715
+
8716
+
8717
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8718
+
8719
+
8720
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8721
+
8722
+
8723
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8724
+
8725
+
8726
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8727
+
8728
+
8729
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8730
+
8731
+
8732
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8733
+
8734
+
8735
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8736
+
8737
+
8738
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8739
+
8740
+
8741
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8742
+
8743
+
8744
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8745
+
8746
+
8747
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8748
+
8749
+
8750
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8751
+
8752
+
8753
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8754
+
8755
+
8756
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:38:58 +0100
8757
+
8758
+
8759
+ Started GET "/employee_with_nesteds/1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8760
+ Processing by EmployeeWithNestedsController#show as HTML
8761
+ Parameters: {"id"=>"1"}
8762
+ EmployeeWithNested Load (0.1ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" = ? LIMIT 1 [["id", "1"]]
8763
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_edit.html.haml (0.2ms)
8764
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_delete.html.haml (0.2ms)
8765
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (2.8ms)
8766
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (7.4ms)
8767
+ Position Load (0.2ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" = ? ORDER BY "positions"."id" ASC LIMIT 1 [["id", 1]]
8768
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8769
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
8770
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" = ? ORDER BY "accounts"."id" ASC LIMIT 1 [["employee_id", 1]]
8771
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
8772
+ Rendered /home/lukas/projects/basepack/app/views/forms/_show.html.haml (10.7ms)
8773
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_show.html.haml (12.7ms)
8774
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/show.html.haml within layouts/application (25.8ms)
8775
+ Rendered layouts/_head.html.haml (12.6ms)
8776
+ Rendered layouts/_navigation.html.erb (6.4ms)
8777
+ Rendered layouts/_header.html.haml (7.0ms)
8778
+ Rendered layouts/_content.html.haml (0.2ms)
8779
+ Rendered layouts/_footer.html.haml (0.1ms)
8780
+ Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.7ms)
8781
+
8782
+
8783
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8784
+
8785
+
8786
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8787
+
8788
+
8789
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8790
+
8791
+
8792
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8793
+
8794
+
8795
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8796
+
8797
+
8798
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8799
+
8800
+
8801
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8802
+
8803
+
8804
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8805
+
8806
+
8807
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8808
+
8809
+
8810
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8811
+
8812
+
8813
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8814
+
8815
+
8816
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8817
+
8818
+
8819
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8820
+
8821
+
8822
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8823
+
8824
+
8825
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8826
+
8827
+
8828
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8829
+
8830
+
8831
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8832
+
8833
+
8834
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8835
+
8836
+
8837
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:02 +0100
8838
+
8839
+
8840
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8841
+
8842
+
8843
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8844
+
8845
+
8846
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8847
+
8848
+
8849
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8850
+
8851
+
8852
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8853
+
8854
+
8855
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8856
+
8857
+
8858
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8859
+
8860
+
8861
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8862
+
8863
+
8864
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8865
+
8866
+
8867
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8868
+
8869
+
8870
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8871
+
8872
+
8873
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8874
+
8875
+
8876
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8877
+
8878
+
8879
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8880
+
8881
+
8882
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8883
+
8884
+
8885
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8886
+
8887
+
8888
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8889
+
8890
+
8891
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8892
+
8893
+
8894
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8895
+
8896
+
8897
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8898
+
8899
+
8900
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8901
+
8902
+
8903
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8904
+
8905
+
8906
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8907
+
8908
+
8909
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8910
+
8911
+
8912
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:03 +0100
8913
+
8914
+
8915
+ Started GET "/accounts" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8916
+ Processing by AccountsController#index as HTML
8917
+  (0.1ms) begin transaction
8918
+  (0.0ms) commit transaction
8919
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_create.html.haml (0.3ms)
8920
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_query.html.haml (0.4ms)
8921
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_export.html.haml (0.2ms)
8922
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_import.html.haml (0.1ms)
8923
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (6.0ms)
8924
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (10.2ms)
8925
+ Account Load (0.2ms) SELECT DISTINCT "accounts".* FROM "accounts" LIMIT 15 OFFSET 0
8926
+ Employee Load (0.1ms) SELECT "employees".* FROM "employees" WHERE "employees"."id" IN (1, 2)
8927
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "accounts"."id") FROM "accounts"
8928
+ Rendered /home/lukas/projects/basepack/app/views/forms/_page_entries_info.html.haml (0.3ms)
8929
+ Rendered /home/lukas/projects/basepack/app/views/forms/_pagination.html.haml (3.6ms)
8930
+ Rendered /home/lukas/projects/basepack/app/views/forms/_list.html.haml (14.4ms)
8931
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_index.html.haml (16.4ms)
8932
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/index.html.haml within layouts/application (33.4ms)
8933
+ Rendered layouts/_head.html.haml (11.1ms)
8934
+ Rendered layouts/_navigation.html.erb (63.4ms)
8935
+ Rendered layouts/_header.html.haml (63.9ms)
8936
+ Rendered layouts/_content.html.haml (0.2ms)
8937
+ Rendered layouts/_footer.html.haml (0.0ms)
8938
+ Completed 200 OK in 124ms (Views: 119.0ms | ActiveRecord: 0.6ms)
8939
+
8940
+
8941
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8942
+
8943
+
8944
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8945
+
8946
+
8947
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8948
+
8949
+
8950
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8951
+
8952
+
8953
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8954
+
8955
+
8956
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8957
+
8958
+
8959
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8960
+
8961
+
8962
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8963
+
8964
+
8965
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8966
+
8967
+
8968
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8969
+
8970
+
8971
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8972
+
8973
+
8974
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8975
+
8976
+
8977
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8978
+
8979
+
8980
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8981
+
8982
+
8983
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8984
+
8985
+
8986
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8987
+
8988
+
8989
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8990
+
8991
+
8992
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8993
+
8994
+
8995
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8996
+
8997
+
8998
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
8999
+
9000
+
9001
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9002
+
9003
+
9004
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9005
+
9006
+
9007
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9008
+
9009
+
9010
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9011
+
9012
+
9013
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9014
+
9015
+
9016
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9017
+
9018
+
9019
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9020
+
9021
+
9022
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:04 +0100
9023
+
9024
+
9025
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9026
+
9027
+
9028
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9029
+
9030
+
9031
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9032
+
9033
+
9034
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9035
+
9036
+
9037
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9038
+
9039
+
9040
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9041
+
9042
+
9043
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9044
+
9045
+
9046
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9047
+
9048
+
9049
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9050
+
9051
+
9052
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9053
+
9054
+
9055
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9056
+
9057
+
9058
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9059
+
9060
+
9061
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9062
+
9063
+
9064
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9065
+
9066
+
9067
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9068
+
9069
+
9070
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:05 +0100
9071
+
9072
+
9073
+ Started GET "/accounts/export" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9074
+ Processing by AccountsController#export as HTML
9075
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_cancel.html.haml (0.3ms)
9076
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (1.8ms)
9077
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (6.5ms)
9078
+  (0.1ms) begin transaction
9079
+  (0.0ms) commit transaction
9080
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "accounts"."id") FROM "accounts"
9081
+ Rendered /home/lukas/projects/basepack/app/views/forms/_export.html.haml (12.7ms)
9082
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_export.html.haml (18.9ms)
9083
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/export.html.haml within layouts/application (31.7ms)
9084
+ Rendered layouts/_head.html.haml (11.0ms)
9085
+ Rendered layouts/_navigation.html.erb (6.6ms)
9086
+ Rendered layouts/_header.html.haml (7.2ms)
9087
+ Rendered layouts/_content.html.haml (0.2ms)
9088
+ Rendered layouts/_footer.html.haml (0.1ms)
9089
+ Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.3ms)
9090
+
9091
+
9092
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9093
+
9094
+
9095
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9096
+
9097
+
9098
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9099
+
9100
+
9101
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9102
+
9103
+
9104
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9105
+
9106
+
9107
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9108
+
9109
+
9110
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9111
+
9112
+
9113
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9114
+
9115
+
9116
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9117
+
9118
+
9119
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9120
+
9121
+
9122
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9123
+
9124
+
9125
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9126
+
9127
+
9128
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9129
+
9130
+
9131
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9132
+
9133
+
9134
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9135
+
9136
+
9137
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9138
+
9139
+
9140
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9141
+
9142
+
9143
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9144
+
9145
+
9146
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9147
+
9148
+
9149
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9150
+
9151
+
9152
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9153
+
9154
+
9155
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9156
+
9157
+
9158
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9159
+
9160
+
9161
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9162
+
9163
+
9164
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9165
+
9166
+
9167
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9168
+
9169
+
9170
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9171
+
9172
+
9173
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9174
+
9175
+
9176
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9177
+
9178
+
9179
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9180
+
9181
+
9182
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9183
+
9184
+
9185
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9186
+
9187
+
9188
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9189
+
9190
+
9191
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9192
+
9193
+
9194
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9195
+
9196
+
9197
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9198
+
9199
+
9200
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9201
+
9202
+
9203
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9204
+
9205
+
9206
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9207
+
9208
+
9209
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9210
+
9211
+
9212
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9213
+
9214
+
9215
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9216
+
9217
+
9218
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9219
+
9220
+
9221
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:39:08 +0100
9222
+
9223
+
9224
+ Started GET "/accounts/import" for 127.0.0.1 at 2013-12-27 21:41:37 +0100
9225
+ Processing by AccountsController#import as HTML
9226
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_cancel.html.haml (0.3ms)
9227
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (1.4ms)
9228
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (5.4ms)
9229
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_import.html.haml (217.8ms)
9230
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/import.html.haml within layouts/application (229.3ms)
9231
+ Completed 500 Internal Server Error in 237ms
9232
+
9233
+ ActionView::Template::Error (undefined local variable or method `import_form' for #<#<Class:0x007f194d6bea50>:0x007f194d660d10>):
9234
+ 1: = form_render import_form
9235
+ /home/lukas/projects/basepack/app/views/basepack/base/_import.html.haml:1:in `__home_lukas_projects_basepack_app_views_basepack_base__import_html_haml___3774585820377591478_69873179320780'
9236
+ actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
9237
+ activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
9238
+ actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
9239
+ actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
9240
+ actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
9241
+ actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
9242
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
9243
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9244
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
9245
+ actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
9246
+ actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:278:in `render'
9247
+ actionpack (4.0.2) lib/action_view/renderer/renderer.rb:47:in `render_partial'
9248
+ actionpack (4.0.2) lib/action_view/helpers/rendering_helper.rb:27:in `render'
9249
+ haml (4.0.4) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
9250
+ haml (4.0.4) lib/haml/helpers.rb:89:in `non_haml'
9251
+ haml (4.0.4) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
9252
+ /home/lukas/projects/basepack/app/views/basepack/base/import.html.haml:2:in `__home_lukas_projects_basepack_app_views_basepack_base_import_html_haml___3701191836040775504_69873324813080'
9253
+ actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
9254
+ activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
9255
+ actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
9256
+ actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
9257
+ actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
9258
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
9259
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9260
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
9261
+ actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
9262
+ actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
9263
+ actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
9264
+ actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
9265
+ actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:17:in `render'
9266
+ actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
9267
+ actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
9268
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
9269
+ actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
9270
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
9271
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
9272
+ actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
9273
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
9274
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
9275
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
9276
+ activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
9277
+ /home/lukas/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
9278
+ activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
9279
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
9280
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
9281
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
9282
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
9283
+ remotipart (1.2.1) lib/remotipart/render_overrides.rb:14:in `render_with_remotipart'
9284
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
9285
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9286
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
9287
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
9288
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9289
+ activesupport (4.0.2) lib/active_support/callbacks.rb:413:in `_run__2090240086594767634__process_action__callbacks'
9290
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
9291
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
9292
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
9293
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
9294
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
9295
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9296
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
9297
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
9298
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
9299
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9300
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
9301
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
9302
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
9303
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
9304
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
9305
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
9306
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
9307
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
9308
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
9309
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
9310
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
9311
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
9312
+ rack-pjax (0.7.0) lib/rack/pjax.rb:12:in `call'
9313
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
9314
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
9315
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
9316
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
9317
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
9318
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
9319
+ remotipart (1.2.1) lib/remotipart/middleware.rb:27:in `call'
9320
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9321
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
9322
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
9323
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
9324
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
9325
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
9326
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
9327
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
9328
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9329
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2530532707878210723__call__callbacks'
9330
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
9331
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9332
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
9333
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
9334
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9335
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9336
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
9337
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
9338
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
9339
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
9340
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
9341
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
9342
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9343
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
9344
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
9345
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
9346
+ dragonfly (1.0.1) lib/dragonfly/cookie_monster.rb:9:in `call'
9347
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9348
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
9349
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
9350
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
9351
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
9352
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9353
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
9354
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
9355
+ /home/lukas/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9356
+ /home/lukas/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9357
+ /home/lukas/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9358
+
9359
+
9360
+ Rendered /home/lukas/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
9361
+ Rendered /home/lukas/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
9362
+ Rendered /home/lukas/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (51.5ms)
9363
+
9364
+
9365
+ Started GET "/accounts/export" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9366
+ Processing by AccountsController#export as HTML
9367
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_cancel.html.haml (0.3ms)
9368
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (1.5ms)
9369
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (5.9ms)
9370
+  (0.1ms) begin transaction
9371
+  (0.1ms) commit transaction
9372
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "accounts"."id") FROM "accounts"
9373
+ Rendered /home/lukas/projects/basepack/app/views/forms/_export.html.haml (5.9ms)
9374
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_export.html.haml (10.1ms)
9375
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/export.html.haml within layouts/application (21.5ms)
9376
+ Rendered layouts/_head.html.haml (10.1ms)
9377
+ Rendered layouts/_navigation.html.erb (5.4ms)
9378
+ Rendered layouts/_header.html.haml (5.9ms)
9379
+ Rendered layouts/_content.html.haml (0.2ms)
9380
+ Rendered layouts/_footer.html.haml (0.0ms)
9381
+ Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.3ms)
9382
+
9383
+
9384
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9385
+
9386
+
9387
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9388
+
9389
+
9390
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9391
+
9392
+
9393
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9394
+
9395
+
9396
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9397
+
9398
+
9399
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9400
+
9401
+
9402
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9403
+
9404
+
9405
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9406
+
9407
+
9408
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9409
+
9410
+
9411
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9412
+
9413
+
9414
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9415
+
9416
+
9417
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9418
+
9419
+
9420
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9421
+
9422
+
9423
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9424
+
9425
+
9426
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9427
+
9428
+
9429
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9430
+
9431
+
9432
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9433
+
9434
+
9435
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9436
+
9437
+
9438
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9439
+
9440
+
9441
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9442
+
9443
+
9444
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9445
+
9446
+
9447
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9448
+
9449
+
9450
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9451
+
9452
+
9453
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9454
+
9455
+
9456
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9457
+
9458
+
9459
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9460
+
9461
+
9462
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:32 +0100
9463
+
9464
+
9465
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9466
+
9467
+
9468
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9469
+
9470
+
9471
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9472
+
9473
+
9474
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9475
+
9476
+
9477
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9478
+
9479
+
9480
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9481
+
9482
+
9483
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9484
+
9485
+
9486
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9487
+
9488
+
9489
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9490
+
9491
+
9492
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9493
+
9494
+
9495
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9496
+
9497
+
9498
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9499
+
9500
+
9501
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9502
+
9503
+
9504
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9505
+
9506
+
9507
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9508
+
9509
+
9510
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9511
+
9512
+
9513
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:33 +0100
9514
+
9515
+
9516
+ Started POST "/accounts/query" for 127.0.0.1 at 2013-12-27 21:57:42 +0100
9517
+ Processing by AccountsController#query as HTML
9518
+  (0.1ms) begin transaction
9519
+  (0.0ms) commit transaction
9520
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_close.html.haml (0.2ms)
9521
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.7ms)
9522
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (10.2ms)
9523
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_cancel.html.haml (0.2ms)
9524
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_refresh.html.haml (0.3ms)
9525
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query.html.haml (46.4ms)
9526
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_query.html.haml (56.2ms)
9527
+ Completed 200 OK in 83ms (Views: 82.0ms | ActiveRecord: 0.1ms)
9528
+
9529
+
9530
+ Started GET "/employees" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9531
+ Processing by EmployeesController#index as HTML
9532
+  (0.1ms) begin transaction
9533
+  (0.0ms) commit transaction
9534
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_create.html.haml (0.3ms)
9535
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_query.html.haml (0.3ms)
9536
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_export.html.haml (0.2ms)
9537
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_import.html.haml (0.2ms)
9538
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_bulk_delete.html.haml (0.4ms)
9539
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_page_actions.html.haml (7.7ms)
9540
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_header.html.haml (11.5ms)
9541
+ Employee Load (0.2ms) SELECT DISTINCT "employees".* FROM "employees" LIMIT 15 OFFSET 0
9542
+ Position Load (0.2ms) SELECT "positions".* FROM "positions" WHERE "positions"."id" IN (1)
9543
+ Account Load (0.1ms) SELECT "accounts".* FROM "accounts" WHERE "accounts"."employee_id" IN (1)
9544
+ Project Load (0.1ms) SELECT "projects".* FROM "projects" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
9545
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" INNER JOIN "projects" ON "tasks"."project_id" = "projects"."id" WHERE "projects"."employee_id" = ? [["employee_id", 1]]
9546
+ Skill Load (0.1ms) SELECT "skills".* FROM "skills" INNER JOIN "employees_skills" ON "skills"."id" = "employees_skills"."skill_id" WHERE "employees_skills"."employee_id" = ? [["employee_id", 1]]
9547
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "employees"."id") FROM "employees"
9548
+ Rendered /home/lukas/projects/basepack/app/views/forms/_page_entries_info.html.haml (0.3ms)
9549
+ Rendered /home/lukas/projects/basepack/app/views/forms/_pagination.html.haml (4.1ms)
9550
+ Rendered /home/lukas/projects/basepack/app/views/forms/_list.html.haml (23.1ms)
9551
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_index.html.haml (25.7ms)
9552
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/index.html.haml within layouts/application (43.0ms)
9553
+ Rendered layouts/_head.html.haml (12.6ms)
9554
+ Rendered layouts/_navigation.html.erb (6.0ms)
9555
+ Rendered layouts/_header.html.haml (6.6ms)
9556
+ Rendered layouts/_content.html.haml (0.2ms)
9557
+ Rendered layouts/_footer.html.haml (0.0ms)
9558
+ Completed 200 OK in 77ms (Views: 71.0ms | ActiveRecord: 1.2ms)
9559
+
9560
+
9561
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9562
+
9563
+
9564
+ Started GET "/assets/basepack_and_overrides.css?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9565
+
9566
+
9567
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9568
+
9569
+
9570
+ Started GET "/assets/basepack.css?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9571
+
9572
+
9573
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9574
+
9575
+
9576
+ Started GET "/assets/jquery.turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9577
+
9578
+
9579
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9580
+
9581
+
9582
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9583
+
9584
+
9585
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9586
+
9587
+
9588
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9589
+
9590
+
9591
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9592
+
9593
+
9594
+ Started GET "/assets/jquery_nested_form.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9595
+
9596
+
9597
+ Started GET "/assets/rails_admin/jquery.ui.timepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9598
+
9599
+
9600
+ Started GET "/assets/rails_admin/ra.datetimepicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9601
+
9602
+
9603
+ Started GET "/assets/rails_admin/jquery.colorpicker.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9604
+
9605
+
9606
+ Started GET "/assets/select2.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9607
+
9608
+
9609
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9610
+
9611
+
9612
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9613
+
9614
+
9615
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9616
+
9617
+
9618
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:58 +0100
9619
+
9620
+
9621
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9622
+
9623
+
9624
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9625
+
9626
+
9627
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9628
+
9629
+
9630
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9631
+
9632
+
9633
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9634
+
9635
+
9636
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9637
+
9638
+
9639
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9640
+
9641
+
9642
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9643
+
9644
+
9645
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9646
+
9647
+
9648
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9649
+
9650
+
9651
+ Started GET "/assets/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9652
+
9653
+
9654
+ Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9655
+
9656
+
9657
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9658
+
9659
+
9660
+ Started GET "/assets/basepack/forms.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9661
+
9662
+
9663
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9664
+
9665
+
9666
+ Started GET "/assets/basepack/forms/query.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9667
+
9668
+
9669
+ Started GET "/assets/basepack/forms/query/date.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9670
+
9671
+
9672
+ Started GET "/assets/basepack/forms/query/filter.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9673
+
9674
+
9675
+ Started GET "/assets/basepack/forms/query/predicate.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9676
+
9677
+
9678
+ Started GET "/assets/basepack/list.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9679
+
9680
+
9681
+ Started GET "/assets/basepack/loading_spinner.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9682
+
9683
+
9684
+ Started GET "/assets/basepack.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9685
+
9686
+
9687
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9688
+
9689
+
9690
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 21:57:59 +0100
9691
+
9692
+
9693
+ Started POST "/employees/query" for 127.0.0.1 at 2013-12-27 21:58:04 +0100
9694
+ Processing by EmployeesController#query as HTML
9695
+  (0.1ms) begin transaction
9696
+  (0.1ms) commit transaction
9697
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_close.html.haml (0.3ms)
9698
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.9ms)
9699
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (1.5ms)
9700
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (2.0ms)
9701
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (2.3ms)
9702
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (60.4ms)
9703
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query_menu.html.haml (111.5ms)
9704
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_modal_cancel.html.haml (0.3ms)
9705
+ Rendered /home/lukas/projects/basepack/app/views/forms/buttons/_refresh.html.haml (0.3ms)
9706
+ Rendered /home/lukas/projects/basepack/app/views/forms/_query.html.haml (149.9ms)
9707
+ Rendered /home/lukas/projects/basepack/app/views/basepack/base/_query.html.haml (159.8ms)
9708
+ Completed 200 OK in 194ms (Views: 192.6ms | ActiveRecord: 0.2ms)