metova-dummy 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +14 -0
- data/.rspec +1 -0
- data/.travis.yml +14 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +43 -0
- data/Rakefile +8 -0
- data/bin/rspec +16 -0
- data/lib/metova/dummy.rb +2 -0
- data/lib/metova/dummy/Rakefile +6 -0
- data/lib/metova/dummy/app/assets/images/.keep +0 -0
- data/lib/metova/dummy/app/controllers/api/base_controller.rb +5 -0
- data/lib/metova/dummy/app/controllers/api/posts_controller.rb +11 -0
- data/lib/metova/dummy/app/controllers/application_controller.rb +5 -0
- data/lib/metova/dummy/app/controllers/concerns/.keep +0 -0
- data/lib/metova/dummy/app/controllers/posts_controller.rb +7 -0
- data/lib/metova/dummy/app/helpers/api/posts_helper.rb +2 -0
- data/lib/metova/dummy/app/helpers/application_helper.rb +2 -0
- data/lib/metova/dummy/app/mailers/.keep +0 -0
- data/lib/metova/dummy/app/models/.keep +0 -0
- data/lib/metova/dummy/app/models/concerns/.keep +0 -0
- data/lib/metova/dummy/app/models/post.rb +3 -0
- data/lib/metova/dummy/app/models/user.rb +3 -0
- data/lib/metova/dummy/app/views/layouts/application.html.erb +14 -0
- data/lib/metova/dummy/app/views/posts/index.html.erb +1 -0
- data/lib/metova/dummy/bin/bundle +3 -0
- data/lib/metova/dummy/bin/rails +4 -0
- data/lib/metova/dummy/bin/rake +4 -0
- data/lib/metova/dummy/bin/setup +29 -0
- data/lib/metova/dummy/config.ru +4 -0
- data/lib/metova/dummy/config/application.rb +42 -0
- data/lib/metova/dummy/config/boot.rb +5 -0
- data/lib/metova/dummy/config/database.yml +25 -0
- data/lib/metova/dummy/config/environment.rb +5 -0
- data/lib/metova/dummy/config/environments/development.rb +41 -0
- data/lib/metova/dummy/config/environments/production.rb +78 -0
- data/lib/metova/dummy/config/environments/test.rb +42 -0
- data/lib/metova/dummy/config/initializers/assets.rb +11 -0
- data/lib/metova/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/lib/metova/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/lib/metova/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/lib/metova/dummy/config/initializers/inflections.rb +16 -0
- data/lib/metova/dummy/config/initializers/mime_types.rb +4 -0
- data/lib/metova/dummy/config/initializers/session_store.rb +3 -0
- data/lib/metova/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/lib/metova/dummy/config/locales/devise.en.yml +60 -0
- data/lib/metova/dummy/config/locales/en.yml +23 -0
- data/lib/metova/dummy/config/routes.rb +9 -0
- data/lib/metova/dummy/config/secrets.yml +22 -0
- data/lib/metova/dummy/db/development.sqlite3 +0 -0
- data/lib/metova/dummy/db/migrate/20141215045143_create_users.rb +11 -0
- data/lib/metova/dummy/db/migrate/20141215051632_create_posts.rb +12 -0
- data/lib/metova/dummy/db/migrate/20150114203236_add_authentication_token_to_users.rb +5 -0
- data/lib/metova/dummy/db/migrate/20150114204523_add_devise_to_users.rb +47 -0
- data/lib/metova/dummy/db/schema.rb +47 -0
- data/lib/metova/dummy/db/test.sqlite3 +0 -0
- data/lib/metova/dummy/lib/assets/.keep +0 -0
- data/lib/metova/dummy/log/.keep +0 -0
- data/lib/metova/dummy/log/development.log +3666 -0
- data/lib/metova/dummy/log/test.log +5230 -0
- data/lib/metova/dummy/public/404.html +67 -0
- data/lib/metova/dummy/public/422.html +67 -0
- data/lib/metova/dummy/public/500.html +66 -0
- data/lib/metova/dummy/public/favicon.ico +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/21c801a69985d525a5828db584b19c3b +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/2a10a90c3f680c5e48529302e65abd2a +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/3bd96718f1bc7f2c0596c18a9ab123ab +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/3c3c5cd3a5acb564a4df63b6fa0cff91 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/4b8d2c77b633c59cfd0768189bed238c +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/5abe75addfad1e35db392f815313c6f6 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/94113746d81fa9ed59044c097741cdf6 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/af10e6d86ede47104e7bf63edcd7e070 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/b21eae52712ebb62dac88bb3056c48a2 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/bb9f164b546e5b319fe29079e5baa1d6 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/bf50491f3512c72d845b9a7bafb652ca +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/c5b60525d0b3d608f0a72896dfcc95d4 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/d1857eeae1a6800ee133d85891f86f5f +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/d1f6ed05853c36953ac307c9eb0943f0 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/db0e7e6cd1b1f4e585dcbd438d59cfbf +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/e4595638ee32f1fc075472f68fd3a7a8 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/e5f5734855ca1c777616f8f3e6350c33 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/development/sprockets/f7f66a168e0e7976e58f0a88e90a83f4 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/test/sprockets/21c801a69985d525a5828db584b19c3b +0 -0
- data/lib/metova/dummy/tmp/cache/assets/test/sprockets/3bd96718f1bc7f2c0596c18a9ab123ab +0 -0
- data/lib/metova/dummy/tmp/cache/assets/test/sprockets/5abe75addfad1e35db392f815313c6f6 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/test/sprockets/bf50491f3512c72d845b9a7bafb652ca +0 -0
- data/lib/metova/dummy/tmp/cache/assets/test/sprockets/c5b60525d0b3d608f0a72896dfcc95d4 +0 -0
- data/lib/metova/dummy/tmp/cache/assets/test/sprockets/d1f6ed05853c36953ac307c9eb0943f0 +0 -0
- data/lib/metova/dummy/tmp/capybara/capybara-201501151454232553757874.html +24 -0
- data/lib/metova/dummy/tmp/capybara/capybara-201501151454432200953178.html +24 -0
- data/lib/metova/dummy/version.rb +5 -0
- data/metova-dummy.gemspec +29 -0
- data/spec/controllers/api/posts_controller_spec.rb +10 -0
- data/spec/fixtures/users.yml +5 -0
- data/spec/spec_helper.rb +29 -0
- metadata +233 -0
@@ -0,0 +1,42 @@
|
|
1
|
+
Rails.application.configure do
|
2
|
+
# Settings specified here will take precedence over those in config/application.rb.
|
3
|
+
|
4
|
+
# The test environment is used exclusively to run your application's
|
5
|
+
# test suite. You never need to work with it otherwise. Remember that
|
6
|
+
# your test database is "scratch space" for the test suite and is wiped
|
7
|
+
# and recreated between test runs. Don't rely on the data there!
|
8
|
+
config.cache_classes = true
|
9
|
+
|
10
|
+
# Do not eager load code on boot. This avoids loading your whole application
|
11
|
+
# just for the purpose of running a single test. If you are using a tool that
|
12
|
+
# preloads Rails for running tests, you may have to set it to true.
|
13
|
+
config.eager_load = false
|
14
|
+
|
15
|
+
# Configure static asset server for tests with Cache-Control for performance.
|
16
|
+
config.serve_static_assets = true
|
17
|
+
config.static_cache_control = 'public, max-age=3600'
|
18
|
+
|
19
|
+
# Show full error reports and disable caching.
|
20
|
+
config.consider_all_requests_local = true
|
21
|
+
config.action_controller.perform_caching = false
|
22
|
+
|
23
|
+
# Raise exceptions instead of rendering exception templates.
|
24
|
+
config.action_dispatch.show_exceptions = false
|
25
|
+
|
26
|
+
# Disable request forgery protection in test environment.
|
27
|
+
config.action_controller.allow_forgery_protection = false
|
28
|
+
|
29
|
+
# Tell Action Mailer not to deliver emails to the real world.
|
30
|
+
# The :test delivery method accumulates sent emails in the
|
31
|
+
# ActionMailer::Base.deliveries array.
|
32
|
+
config.action_mailer.delivery_method = :test
|
33
|
+
|
34
|
+
# Randomize the order test cases are executed.
|
35
|
+
config.active_support.test_order = :random
|
36
|
+
|
37
|
+
# Print deprecation notices to the stderr.
|
38
|
+
config.active_support.deprecation = :stderr
|
39
|
+
|
40
|
+
# Raises error for missing translations
|
41
|
+
# config.action_view.raise_on_missing_translations = true
|
42
|
+
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# Version of your assets, change this if you want to expire all your assets.
|
4
|
+
Rails.application.config.assets.version = '1.0'
|
5
|
+
|
6
|
+
# Add additional assets to the asset load path
|
7
|
+
# Rails.application.config.assets.paths << Emoji.images_path
|
8
|
+
|
9
|
+
# Precompile additional assets.
|
10
|
+
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
11
|
+
# Rails.application.config.assets.precompile += %w( search.js )
|
@@ -0,0 +1,7 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
4
|
+
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
5
|
+
|
6
|
+
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
|
7
|
+
# Rails.backtrace_cleaner.remove_silencers!
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# Add new inflection rules using the following format. Inflections
|
4
|
+
# are locale specific, and you may define rules for as many different
|
5
|
+
# locales as you wish. All of these examples are active by default:
|
6
|
+
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
7
|
+
# inflect.plural /^(ox)$/i, '\1en'
|
8
|
+
# inflect.singular /^(ox)en/i, '\1'
|
9
|
+
# inflect.irregular 'person', 'people'
|
10
|
+
# inflect.uncountable %w( fish sheep )
|
11
|
+
# end
|
12
|
+
|
13
|
+
# These inflection rules are supported but not enabled by default:
|
14
|
+
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
15
|
+
# inflect.acronym 'RESTful'
|
16
|
+
# end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# This file contains settings for ActionController::ParamsWrapper which
|
4
|
+
# is enabled by default.
|
5
|
+
|
6
|
+
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
7
|
+
ActiveSupport.on_load(:action_controller) do
|
8
|
+
wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
|
9
|
+
end
|
10
|
+
|
11
|
+
# To enable root element in JSON for ActiveRecord objects.
|
12
|
+
# ActiveSupport.on_load(:active_record) do
|
13
|
+
# self.include_root_in_json = true
|
14
|
+
# end
|
@@ -0,0 +1,60 @@
|
|
1
|
+
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
|
2
|
+
|
3
|
+
en:
|
4
|
+
devise:
|
5
|
+
confirmations:
|
6
|
+
confirmed: "Your email address has been successfully confirmed."
|
7
|
+
send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."
|
8
|
+
send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes."
|
9
|
+
failure:
|
10
|
+
already_authenticated: "You are already signed in."
|
11
|
+
inactive: "Your account is not activated yet."
|
12
|
+
invalid: "Invalid %{authentication_keys} or password."
|
13
|
+
locked: "Your account is locked."
|
14
|
+
last_attempt: "You have one more attempt before your account is locked."
|
15
|
+
not_found_in_database: "Invalid %{authentication_keys} or password."
|
16
|
+
timeout: "Your session expired. Please sign in again to continue."
|
17
|
+
unauthenticated: "You need to sign in or sign up before continuing."
|
18
|
+
unconfirmed: "You have to confirm your email address before continuing."
|
19
|
+
mailer:
|
20
|
+
confirmation_instructions:
|
21
|
+
subject: "Confirmation instructions"
|
22
|
+
reset_password_instructions:
|
23
|
+
subject: "Reset password instructions"
|
24
|
+
unlock_instructions:
|
25
|
+
subject: "Unlock instructions"
|
26
|
+
omniauth_callbacks:
|
27
|
+
failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
|
28
|
+
success: "Successfully authenticated from %{kind} account."
|
29
|
+
passwords:
|
30
|
+
no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided."
|
31
|
+
send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes."
|
32
|
+
send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
|
33
|
+
updated: "Your password has been changed successfully. You are now signed in."
|
34
|
+
updated_not_active: "Your password has been changed successfully."
|
35
|
+
registrations:
|
36
|
+
destroyed: "Bye! Your account has been successfully cancelled. We hope to see you again soon."
|
37
|
+
signed_up: "Welcome! You have signed up successfully."
|
38
|
+
signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated."
|
39
|
+
signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked."
|
40
|
+
signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please follow the link to activate your account."
|
41
|
+
update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address."
|
42
|
+
updated: "Your account has been updated successfully."
|
43
|
+
sessions:
|
44
|
+
signed_in: "Signed in successfully."
|
45
|
+
signed_out: "Signed out successfully."
|
46
|
+
already_signed_out: "Signed out successfully."
|
47
|
+
unlocks:
|
48
|
+
send_instructions: "You will receive an email with instructions for how to unlock your account in a few minutes."
|
49
|
+
send_paranoid_instructions: "If your account exists, you will receive an email with instructions for how to unlock it in a few minutes."
|
50
|
+
unlocked: "Your account has been unlocked successfully. Please sign in to continue."
|
51
|
+
errors:
|
52
|
+
messages:
|
53
|
+
already_confirmed: "was already confirmed, please try signing in"
|
54
|
+
confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one"
|
55
|
+
expired: "has expired, please request a new one"
|
56
|
+
not_found: "not found"
|
57
|
+
not_locked: "was not locked"
|
58
|
+
not_saved:
|
59
|
+
one: "1 error prohibited this %{resource} from being saved:"
|
60
|
+
other: "%{count} errors prohibited this %{resource} from being saved:"
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# Files in the config/locales directory are used for internationalization
|
2
|
+
# and are automatically loaded by Rails. If you want to use locales other
|
3
|
+
# than English, add the necessary files in this directory.
|
4
|
+
#
|
5
|
+
# To use the locales, use `I18n.t`:
|
6
|
+
#
|
7
|
+
# I18n.t 'hello'
|
8
|
+
#
|
9
|
+
# In views, this is aliased to just `t`:
|
10
|
+
#
|
11
|
+
# <%= t('hello') %>
|
12
|
+
#
|
13
|
+
# To use a different locale, set it with `I18n.locale`:
|
14
|
+
#
|
15
|
+
# I18n.locale = :es
|
16
|
+
#
|
17
|
+
# This would use the information in config/locales/es.yml.
|
18
|
+
#
|
19
|
+
# To learn more, please read the Rails Internationalization guide
|
20
|
+
# available at http://guides.rubyonrails.org/i18n.html.
|
21
|
+
|
22
|
+
en:
|
23
|
+
hello: "Hello world"
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# Your secret key is used for verifying the integrity of signed cookies.
|
4
|
+
# If you change this key, all old signed cookies will become invalid!
|
5
|
+
|
6
|
+
# Make sure the secret is at least 30 characters and all random,
|
7
|
+
# no regular words or you'll be exposed to dictionary attacks.
|
8
|
+
# You can use `rake secret` to generate a secure secret key.
|
9
|
+
|
10
|
+
# Make sure the secrets in this file are kept private
|
11
|
+
# if you're sharing your code publicly.
|
12
|
+
|
13
|
+
development:
|
14
|
+
secret_key_base: 59cea7ba3e8e8a04ff972a23447de755afeeec44da846595f90d2242f96aeb345c393e67fc4fa1397b757047fa17ac4bd4723ae4f5778533f9e1ab178a1ebc18
|
15
|
+
|
16
|
+
test:
|
17
|
+
secret_key_base: 9b0495324baf4b6b48d5c4ad7506d5cfeac7103c0fb4eca66c2dff7dd31f3d2cecefc6f02e866e15ff4b2b1c753c758da611998cc7becbe5b9ce306f469d0386
|
18
|
+
|
19
|
+
# Do not keep production secrets in the repository,
|
20
|
+
# instead read values from the environment.
|
21
|
+
production:
|
22
|
+
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
Binary file
|
@@ -0,0 +1,47 @@
|
|
1
|
+
class AddDeviseToUsers < ActiveRecord::Migration
|
2
|
+
def self.up
|
3
|
+
change_table(:users) do |t|
|
4
|
+
t.string :encrypted_password, null: false, default: ""
|
5
|
+
|
6
|
+
## Recoverable
|
7
|
+
t.string :reset_password_token
|
8
|
+
t.datetime :reset_password_sent_at
|
9
|
+
|
10
|
+
## Rememberable
|
11
|
+
t.datetime :remember_created_at
|
12
|
+
|
13
|
+
## Trackable
|
14
|
+
t.integer :sign_in_count, default: 0, null: false
|
15
|
+
t.datetime :current_sign_in_at
|
16
|
+
t.datetime :last_sign_in_at
|
17
|
+
t.string :current_sign_in_ip
|
18
|
+
t.string :last_sign_in_ip
|
19
|
+
|
20
|
+
## Confirmable
|
21
|
+
# t.string :confirmation_token
|
22
|
+
# t.datetime :confirmed_at
|
23
|
+
# t.datetime :confirmation_sent_at
|
24
|
+
# t.string :unconfirmed_email # Only if using reconfirmable
|
25
|
+
|
26
|
+
## Lockable
|
27
|
+
# t.integer :failed_attempts, default: 0, null: false # Only if lock strategy is :failed_attempts
|
28
|
+
# t.string :unlock_token # Only if unlock strategy is :email or :both
|
29
|
+
# t.datetime :locked_at
|
30
|
+
|
31
|
+
|
32
|
+
# Uncomment below if timestamps were not included in your original model.
|
33
|
+
# t.timestamps
|
34
|
+
end
|
35
|
+
|
36
|
+
add_index :users, :email, unique: true
|
37
|
+
add_index :users, :reset_password_token, unique: true
|
38
|
+
# add_index :users, :confirmation_token, unique: true
|
39
|
+
# add_index :users, :unlock_token, unique: true
|
40
|
+
end
|
41
|
+
|
42
|
+
def self.down
|
43
|
+
# By default, we don't want to make any assumption about how to roll back a migration when your
|
44
|
+
# model already existed. Please edit below which fields you would like to remove in this migration.
|
45
|
+
raise ActiveRecord::IrreversibleMigration
|
46
|
+
end
|
47
|
+
end
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# encoding: UTF-8
|
2
|
+
# This file is auto-generated from the current state of the database. Instead
|
3
|
+
# of editing this file, please use the migrations feature of Active Record to
|
4
|
+
# incrementally modify your database, and then regenerate this schema definition.
|
5
|
+
#
|
6
|
+
# Note that this schema.rb definition is the authoritative source for your
|
7
|
+
# database schema. If you need to create the application database on another
|
8
|
+
# system, you should be using db:schema:load, not running all the migrations
|
9
|
+
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
|
10
|
+
# you'll amass, the slower it'll run and the greater likelihood for issues).
|
11
|
+
#
|
12
|
+
# It's strongly recommended that you check this file into your version control system.
|
13
|
+
|
14
|
+
ActiveRecord::Schema.define(version: 20150114204523) do
|
15
|
+
|
16
|
+
create_table "posts", force: :cascade do |t|
|
17
|
+
t.integer "user_id"
|
18
|
+
t.string "title"
|
19
|
+
t.string "body"
|
20
|
+
t.datetime "created_at", null: false
|
21
|
+
t.datetime "updated_at", null: false
|
22
|
+
end
|
23
|
+
|
24
|
+
add_index "posts", ["user_id"], name: "index_posts_on_user_id"
|
25
|
+
|
26
|
+
create_table "users", force: :cascade do |t|
|
27
|
+
t.string "username"
|
28
|
+
t.string "email"
|
29
|
+
t.string "password"
|
30
|
+
t.datetime "created_at", null: false
|
31
|
+
t.datetime "updated_at", null: false
|
32
|
+
t.string "authentication_token"
|
33
|
+
t.string "encrypted_password", default: "", null: false
|
34
|
+
t.string "reset_password_token"
|
35
|
+
t.datetime "reset_password_sent_at"
|
36
|
+
t.datetime "remember_created_at"
|
37
|
+
t.integer "sign_in_count", default: 0, null: false
|
38
|
+
t.datetime "current_sign_in_at"
|
39
|
+
t.datetime "last_sign_in_at"
|
40
|
+
t.string "current_sign_in_ip"
|
41
|
+
t.string "last_sign_in_ip"
|
42
|
+
end
|
43
|
+
|
44
|
+
add_index "users", ["email"], name: "index_users_on_email", unique: true
|
45
|
+
add_index "users", ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
|
46
|
+
|
47
|
+
end
|
Binary file
|
File without changes
|
File without changes
|
@@ -0,0 +1,3666 @@
|
|
1
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
2
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
3
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
4
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
5
|
+
Migrating to CreateUsers (20141215045143)
|
6
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7
|
+
[1m[35m (0.5ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar, "email" varchar, "password" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
8
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20141215045143"]]
|
9
|
+
[1m[35m (0.8ms)[0m commit transaction
|
10
|
+
Migrating to CreatePosts (20141215051632)
|
11
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
13
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_posts_on_user_id" ON "posts" ("user_id")[0m
|
14
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141215051632"]]
|
15
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
16
|
+
Migrating to AddAuthenticationTokenToUsers (20150114203236)
|
17
|
+
[1m[35m (0.1ms)[0m begin transaction
|
18
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "users" ADD "authentication_token" varchar[0m
|
19
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150114203236"]]
|
20
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
21
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
22
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
23
|
+
FROM sqlite_master
|
24
|
+
WHERE name='index_posts_on_user_id' AND type='index'
|
25
|
+
UNION ALL
|
26
|
+
SELECT sql
|
27
|
+
FROM sqlite_temp_master
|
28
|
+
WHERE name='index_posts_on_user_id' AND type='index'
|
29
|
+
[0m
|
30
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
31
|
+
Migrating to AddDeviseToUsers (20150114204523)
|
32
|
+
[1m[35m (0.1ms)[0m begin transaction
|
33
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "email" varchar DEFAULT '' NOT NULL[0m
|
34
|
+
SQLite3::SQLException: duplicate column name: email: ALTER TABLE "users" ADD "email" varchar DEFAULT '' NOT NULL
|
35
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
36
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
37
|
+
Migrating to AddDeviseToUsers (20150114204523)
|
38
|
+
[1m[35m (0.1ms)[0m begin transaction
|
39
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "encrypted_password" varchar DEFAULT '' NOT NULL[0m
|
40
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "users" ADD "reset_password_token" varchar
|
41
|
+
[1m[36m (0.1ms)[0m [1mALTER TABLE "users" ADD "reset_password_sent_at" datetime[0m
|
42
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "users" ADD "remember_created_at" datetime
|
43
|
+
[1m[36m (0.1ms)[0m [1mALTER TABLE "users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL[0m
|
44
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "users" ADD "current_sign_in_at" datetime
|
45
|
+
[1m[36m (0.1ms)[0m [1mALTER TABLE "users" ADD "last_sign_in_at" datetime[0m
|
46
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "users" ADD "current_sign_in_ip" varchar
|
47
|
+
[1m[36m (0.1ms)[0m [1mALTER TABLE "users" ADD "last_sign_in_ip" varchar[0m
|
48
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
49
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
50
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
51
|
+
FROM sqlite_master
|
52
|
+
WHERE name='index_users_on_email' AND type='index'
|
53
|
+
UNION ALL
|
54
|
+
SELECT sql
|
55
|
+
FROM sqlite_temp_master
|
56
|
+
WHERE name='index_users_on_email' AND type='index'
|
57
|
+
|
58
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
59
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150114204523"]]
|
60
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
61
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
62
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
63
|
+
FROM sqlite_master
|
64
|
+
WHERE name='index_posts_on_user_id' AND type='index'
|
65
|
+
UNION ALL
|
66
|
+
SELECT sql
|
67
|
+
FROM sqlite_temp_master
|
68
|
+
WHERE name='index_posts_on_user_id' AND type='index'
|
69
|
+
[0m
|
70
|
+
[1m[35m (0.1ms)[0m SELECT sql
|
71
|
+
FROM sqlite_master
|
72
|
+
WHERE name='index_users_on_reset_password_token' AND type='index'
|
73
|
+
UNION ALL
|
74
|
+
SELECT sql
|
75
|
+
FROM sqlite_temp_master
|
76
|
+
WHERE name='index_users_on_reset_password_token' AND type='index'
|
77
|
+
|
78
|
+
[1m[36m (0.1ms)[0m [1m SELECT sql
|
79
|
+
FROM sqlite_master
|
80
|
+
WHERE name='index_users_on_email' AND type='index'
|
81
|
+
UNION ALL
|
82
|
+
SELECT sql
|
83
|
+
FROM sqlite_temp_master
|
84
|
+
WHERE name='index_users_on_email' AND type='index'
|
85
|
+
[0m
|
86
|
+
|
87
|
+
|
88
|
+
Started GET "/" for 127.0.0.1 at 2015-01-14 22:56:36 -0600
|
89
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
90
|
+
Processing by Rails::WelcomeController#index as HTML
|
91
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.3ms)
|
92
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
93
|
+
|
94
|
+
|
95
|
+
Started GET "/posts" for 127.0.0.1 at 2015-01-14 22:58:47 -0600
|
96
|
+
Processing by PostsController#index as HTML
|
97
|
+
Rendered posts/index.html.erb within layouts/application (0.4ms)
|
98
|
+
Completed 200 OK in 57ms (Views: 51.1ms | ActiveRecord: 0.0ms)
|
99
|
+
|
100
|
+
|
101
|
+
Started GET "/assets/api/posts-cd88f31488e05ff408c89482270cd472.css?body=1" for 127.0.0.1 at 2015-01-14 22:58:48 -0600
|
102
|
+
|
103
|
+
|
104
|
+
Started GET "/assets/application-832965ef535b3c17fb91dab53befb3e8.css?body=1" for 127.0.0.1 at 2015-01-14 22:58:48 -0600
|
105
|
+
|
106
|
+
|
107
|
+
Started GET "/assets/api/posts-520f000de9c4179bc5a11504b602dff1.js?body=1" for 127.0.0.1 at 2015-01-14 22:58:48 -0600
|
108
|
+
|
109
|
+
|
110
|
+
Started GET "/assets/application-76dc34890359ce0818f594ca04108c5b.js?body=1" for 127.0.0.1 at 2015-01-14 22:58:48 -0600
|
111
|
+
|
112
|
+
|
113
|
+
Started GET "/feedback/new" for 127.0.0.1 at 2015-01-14 23:02:54 -0600
|
114
|
+
|
115
|
+
ActionController::RoutingError (No route matches [GET] "/feedback/new"):
|
116
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
117
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
118
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
119
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
120
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
121
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
122
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
123
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
124
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
125
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
126
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
127
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
128
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
129
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
130
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
131
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
132
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
133
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
134
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
135
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
136
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
137
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
138
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
139
|
+
|
140
|
+
|
141
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
|
142
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
|
143
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
|
144
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.0ms)
|
145
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
|
146
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.4ms)
|
147
|
+
|
148
|
+
|
149
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:03:21 -0600
|
150
|
+
|
151
|
+
ActionController::RoutingError (uninitialized constant Metova::FeedbacksController):
|
152
|
+
activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get'
|
153
|
+
activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize'
|
154
|
+
activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each'
|
155
|
+
activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject'
|
156
|
+
activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize'
|
157
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
|
158
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller'
|
159
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve'
|
160
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
161
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
162
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
163
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
164
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
165
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
166
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
167
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
168
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
169
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
170
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
171
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
172
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
173
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
174
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
175
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
176
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
177
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
178
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
179
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
180
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
181
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
182
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
183
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
184
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
185
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
186
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
187
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
188
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
189
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
190
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
191
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
192
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
193
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
194
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
195
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
196
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
197
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
198
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
199
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
200
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
201
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
202
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
203
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
204
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
205
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
206
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
207
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
208
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
209
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
210
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
211
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
212
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
213
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
214
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
215
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
216
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
217
|
+
|
218
|
+
|
219
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (61.1ms)
|
220
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms)
|
221
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
|
222
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms)
|
223
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
224
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (101.1ms)
|
225
|
+
|
226
|
+
|
227
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:03:42 -0600
|
228
|
+
Processing by Metova::FeedbacksController#new as HTML
|
229
|
+
Completed 500 Internal Server Error in 1ms
|
230
|
+
|
231
|
+
NameError (uninitialized constant Metova::Feedback):
|
232
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:5:in `new'
|
233
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
234
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
235
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
236
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
237
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
238
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
239
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
240
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
241
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
242
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
243
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
244
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
245
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
246
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
247
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
248
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
249
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
250
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
251
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
252
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
253
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
254
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
255
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
256
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
257
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
258
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
259
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
260
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
261
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
262
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
263
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
264
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
265
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
266
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
267
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
268
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
269
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
270
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
271
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
272
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
273
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
274
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
275
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
276
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
277
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
278
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
279
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
280
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
281
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
282
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
283
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
284
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
285
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
286
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
287
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
288
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
289
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
290
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
291
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
292
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
293
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
294
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
295
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
296
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
297
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
298
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
299
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
300
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
301
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
302
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
303
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
304
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
305
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
306
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
307
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
308
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
309
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
310
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
311
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
312
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
313
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
314
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
315
|
+
|
316
|
+
|
317
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
|
318
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
|
319
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
320
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.2ms)
|
321
|
+
|
322
|
+
|
323
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:04:03 -0600
|
324
|
+
Processing by Metova::FeedbacksController#new as HTML
|
325
|
+
Completed 500 Internal Server Error in 1ms
|
326
|
+
|
327
|
+
NameError (uninitialized constant Metova::Feedback):
|
328
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:5:in `new'
|
329
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
330
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
331
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
332
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
333
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
334
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
335
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
336
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
337
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
338
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
339
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
340
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
341
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
342
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
343
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
344
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
345
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
346
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
347
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
348
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
349
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
350
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
351
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
352
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
353
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
354
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
355
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
356
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
357
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
358
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
359
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
360
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
361
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
362
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
363
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
364
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
365
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
366
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
367
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
368
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
369
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
370
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
371
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
372
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
373
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
374
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
375
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
376
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
377
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
378
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
379
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
380
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
381
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
382
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
383
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
384
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
385
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
386
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
387
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
388
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
389
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
390
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
391
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
392
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
393
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
394
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
395
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
396
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
397
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
398
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
399
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
400
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
401
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
402
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
403
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
404
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
405
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
406
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
407
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
408
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
409
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
410
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
411
|
+
|
412
|
+
|
413
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
|
414
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
|
415
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
416
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.0ms)
|
417
|
+
|
418
|
+
|
419
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:04:13 -0600
|
420
|
+
Processing by Metova::FeedbacksController#new as HTML
|
421
|
+
Completed 500 Internal Server Error in 1ms
|
422
|
+
|
423
|
+
NameError (uninitialized constant Metova::Feedback):
|
424
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:5:in `new'
|
425
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
426
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
427
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
428
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
429
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
430
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
431
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
432
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
433
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
434
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
435
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
436
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
437
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
438
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
439
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
440
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
441
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
442
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
443
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
444
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
445
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
446
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
447
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
448
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
449
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
450
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
451
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
452
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
453
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
454
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
455
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
456
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
457
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
458
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
459
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
460
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
461
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
462
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
463
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
464
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
465
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
466
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
467
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
468
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
469
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
470
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
471
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
472
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
473
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
474
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
475
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
476
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
477
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
478
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
479
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
480
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
481
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
482
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
483
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
484
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
485
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
486
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
487
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
488
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
489
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
490
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
491
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
492
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
493
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
494
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
495
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
496
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
497
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
498
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
499
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
500
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
501
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
502
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
503
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
504
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
505
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
506
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
507
|
+
|
508
|
+
|
509
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
|
510
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
|
511
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
512
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.3ms)
|
513
|
+
|
514
|
+
|
515
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:05:00 -0600
|
516
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
517
|
+
Processing by Metova::FeedbacksController#new as HTML
|
518
|
+
Completed 500 Internal Server Error in 8ms
|
519
|
+
|
520
|
+
ActionView::MissingTemplate (Missing template metova/feedbacks/new, metova/application/new with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
|
521
|
+
* "/workspace/metova-rails/spec/dummy/app/views"
|
522
|
+
* "/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views"
|
523
|
+
* "/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/kaminari-0.16.1/app/views"
|
524
|
+
* "/workspace/metova-rails/app/views"
|
525
|
+
):
|
526
|
+
actionview (4.2.0) lib/action_view/path_set.rb:46:in `find'
|
527
|
+
actionview (4.2.0) lib/action_view/lookup_context.rb:121:in `find'
|
528
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
|
529
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
|
530
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
531
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
532
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
533
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
534
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
535
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
536
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
537
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
538
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
539
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
540
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
541
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
542
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
543
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
544
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
545
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
546
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
547
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
548
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
549
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
550
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
551
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
552
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
553
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
554
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
555
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
556
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
557
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
558
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
559
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
560
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
561
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
562
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
563
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
564
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
565
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
566
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
567
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
568
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
569
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
570
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
571
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
572
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
573
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
574
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
575
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
576
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
577
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
578
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
579
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
580
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
581
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
582
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
583
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
584
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
585
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
586
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
587
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
588
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
589
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
590
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
591
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
592
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
593
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
594
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
595
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
596
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
597
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
598
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
599
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
600
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
601
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
602
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
603
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
604
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
605
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
606
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
607
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
608
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
609
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
610
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
611
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
612
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
613
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
614
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
615
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
616
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
617
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
618
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
619
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
620
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
621
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
622
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
623
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
624
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
625
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
626
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
627
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
628
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
629
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
630
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
631
|
+
|
632
|
+
|
633
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
|
634
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
|
635
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.6ms)
|
636
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (29.5ms)
|
637
|
+
|
638
|
+
|
639
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:05:36 -0600
|
640
|
+
Processing by Metova::FeedbacksController#new as HTML
|
641
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (0.4ms)
|
642
|
+
Completed 200 OK in 19ms (Views: 19.1ms | ActiveRecord: 0.0ms)
|
643
|
+
|
644
|
+
|
645
|
+
Started GET "/assets/metova/application-823e88bf1231c4323ee1d35731d8f1b6.css?body=1" for 127.0.0.1 at 2015-01-14 23:05:36 -0600
|
646
|
+
|
647
|
+
|
648
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:05:36 -0600
|
649
|
+
|
650
|
+
|
651
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:09:13 -0600
|
652
|
+
Processing by Metova::FeedbacksController#new as HTML
|
653
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (9.0ms)
|
654
|
+
Completed 500 Internal Server Error in 12ms
|
655
|
+
|
656
|
+
ActionView::Template::Error (undefined method `feedbacks_path' for #<#<Class:0x007fac6f0933f0>:0x007fac6ee11820>):
|
657
|
+
1: <%= form_for @feedback do |f| %>
|
658
|
+
2: <%= f.text_area :body %>
|
659
|
+
3: <% end %>
|
660
|
+
actionpack (4.2.0) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
|
661
|
+
actionpack (4.2.0) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
|
662
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
|
663
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:434:in `form_for'
|
664
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:1:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189285651060'
|
665
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
666
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
667
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
668
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
669
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
670
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
671
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
672
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
673
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
674
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
675
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
676
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
677
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
678
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
679
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
680
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
681
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
682
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
683
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
684
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
685
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
686
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
687
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
688
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
689
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
690
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
691
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
692
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
693
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
694
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
695
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
696
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
697
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
698
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
699
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
700
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
701
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
702
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
703
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
704
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
705
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
706
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
707
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
708
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
709
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
710
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
711
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
712
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
713
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
714
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
715
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
716
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
717
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
718
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
719
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
720
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
721
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
722
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
723
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
724
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
725
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
726
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
727
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
728
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
729
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
730
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
731
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
732
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
733
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
734
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
735
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
736
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
737
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
738
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
739
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
740
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
741
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
742
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
743
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
744
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
745
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
746
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
747
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
748
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
749
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
750
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
751
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
752
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
753
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
754
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
755
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
756
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
757
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
758
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
759
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
760
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
761
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
762
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
763
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
764
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
765
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
766
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
767
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
768
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
769
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
770
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
771
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
772
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
773
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
774
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
775
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
776
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
777
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
778
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
779
|
+
|
780
|
+
|
781
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (37.7ms)
|
782
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
|
783
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
784
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (50.4ms)
|
785
|
+
|
786
|
+
|
787
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:09:31 -0600
|
788
|
+
Processing by Metova::FeedbacksController#new as HTML
|
789
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (10.1ms)
|
790
|
+
Completed 500 Internal Server Error in 13ms
|
791
|
+
|
792
|
+
ActionView::Template::Error (undefined local variable or method `metova_feedbacks_path' for #<#<Class:0x007fac6f0933f0>:0x007fac74b45690>):
|
793
|
+
1: <%= form_for @feedback, url: metova_feedbacks_path do |f| %>
|
794
|
+
2: <%= f.text_area :body %>
|
795
|
+
3: <% end %>
|
796
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:1:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189334524680'
|
797
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
798
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
799
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
800
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
801
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
802
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
803
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
804
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
805
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
806
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
807
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
808
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
809
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
810
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
811
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
812
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
813
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
814
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
815
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
816
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
817
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
818
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
819
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
820
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
821
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
822
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
823
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
824
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
825
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
826
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
827
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
828
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
829
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
830
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
831
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
832
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
833
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
834
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
835
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
836
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
837
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
838
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
839
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
840
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
841
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
842
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
843
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
844
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
845
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
846
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
847
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
848
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
849
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
850
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
851
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
852
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
853
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
854
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
855
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
856
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
857
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
858
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
859
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
860
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
861
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
862
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
863
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
864
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
865
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
866
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
867
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
868
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
869
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
870
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
871
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
872
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
873
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
874
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
875
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
876
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
877
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
878
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
879
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
880
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
881
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
882
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
883
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
884
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
885
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
886
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
887
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
888
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
889
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
890
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
891
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
892
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
893
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
894
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
895
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
896
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
897
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
898
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
899
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
900
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
901
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
902
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
903
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
904
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
905
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
906
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
907
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
908
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
909
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
910
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
911
|
+
|
912
|
+
|
913
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
|
914
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
|
915
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
|
916
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.2ms)
|
917
|
+
|
918
|
+
|
919
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:09:46 -0600
|
920
|
+
Processing by Metova::FeedbacksController#new as HTML
|
921
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (9.7ms)
|
922
|
+
Completed 500 Internal Server Error in 13ms
|
923
|
+
|
924
|
+
ActionView::Template::Error (undefined local variable or method `metova_feedback_path' for #<#<Class:0x007fac6f0933f0>:0x007fac6c3ce748>):
|
925
|
+
1: <%= form_for @feedback, url: metova_feedback_path do |f| %>
|
926
|
+
2: <%= f.text_area :body %>
|
927
|
+
3: <% end %>
|
928
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:1:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189265681480'
|
929
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
930
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
931
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
932
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
933
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
934
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
935
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
936
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
937
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
938
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
939
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
940
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
941
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
942
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
943
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
944
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
945
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
946
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
947
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
948
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
949
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
950
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
951
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
952
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
953
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
954
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
955
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
956
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
957
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
958
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
959
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
960
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
961
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
962
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
963
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
964
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
965
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
966
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
967
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
968
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
969
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
970
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
971
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
972
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
973
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
974
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
975
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
976
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
977
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
978
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
979
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
980
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
981
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
982
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
983
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
984
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
985
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
986
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
987
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
988
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
989
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
990
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
991
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
992
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
993
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
994
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
995
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
996
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
997
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
998
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
999
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
1000
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
1001
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1002
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1003
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1004
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1005
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1006
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1007
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1008
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1009
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1010
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1011
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1012
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1013
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1014
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1015
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1016
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1017
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1018
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1019
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1020
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1021
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1022
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1023
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1024
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1025
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1026
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1027
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1028
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1029
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1030
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1031
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1032
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1033
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1034
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1035
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1036
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1037
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1038
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
1039
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
1040
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
1041
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
1042
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
1043
|
+
|
1044
|
+
|
1045
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
|
1046
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
|
1047
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
1048
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.3ms)
|
1049
|
+
|
1050
|
+
|
1051
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:09:58 -0600
|
1052
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1053
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (11.2ms)
|
1054
|
+
Completed 500 Internal Server Error in 15ms
|
1055
|
+
|
1056
|
+
ActionView::Template::Error (undefined method `body' for #<Metova::Feedback:0x007fac6d5b3670>):
|
1057
|
+
1: <%= form_for @feedback, url: metova.feedback_path do |f| %>
|
1058
|
+
2: <%= f.text_area :body %>
|
1059
|
+
3: <% end %>
|
1060
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:28:in `public_send'
|
1061
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:28:in `value'
|
1062
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:37:in `value_before_type_cast'
|
1063
|
+
actionview (4.2.0) lib/action_view/helpers/tags/text_area.rb:17:in `block in render'
|
1064
|
+
actionview (4.2.0) lib/action_view/helpers/tags/text_area.rb:17:in `delete'
|
1065
|
+
actionview (4.2.0) lib/action_view/helpers/tags/text_area.rb:17:in `render'
|
1066
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:886:in `text_area'
|
1067
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:1322:in `text_area'
|
1068
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:2:in `block in __workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189272891800'
|
1069
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
1070
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
1071
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
1072
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:444:in `form_for'
|
1073
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:1:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189272891800'
|
1074
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
1075
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
1076
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
1077
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
1078
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
1079
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
1080
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1081
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1082
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1083
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
1084
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
1085
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
1086
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
1087
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
1088
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
1089
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
1090
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
1091
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
1092
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
1093
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
1094
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
1095
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
1096
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
1097
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
1098
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
1099
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
1100
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
1101
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
1102
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
1103
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
1104
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1105
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
1106
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
1107
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
1108
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1109
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
1110
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1111
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1112
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1113
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1114
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1115
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1116
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1117
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1118
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1119
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1120
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1121
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1122
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1123
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1124
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1125
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1126
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1127
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1128
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1129
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1130
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1131
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1132
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1133
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1134
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1135
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1136
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
1137
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
1138
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
1139
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1140
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1141
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1142
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1143
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
1144
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
1145
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
1146
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1147
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1148
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1149
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1150
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1151
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1152
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1153
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1154
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1155
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1156
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1157
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1158
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1159
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1160
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1161
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1162
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1163
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1164
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1165
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1166
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1167
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1168
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1169
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1170
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1171
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1172
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1173
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1174
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1175
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1176
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1177
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1178
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1179
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1180
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1181
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1182
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1183
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
1184
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
1185
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
1186
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
1187
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
1188
|
+
|
1189
|
+
|
1190
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms)
|
1191
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
|
1192
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
1193
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.1ms)
|
1194
|
+
|
1195
|
+
|
1196
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:11:04 -0600
|
1197
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1198
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.7ms)
|
1199
|
+
Completed 500 Internal Server Error in 14ms
|
1200
|
+
|
1201
|
+
LoadError (cannot load such file -- sass
|
1202
|
+
(in /workspace/metova-rails/app/assets/stylesheets/metova/application.scss)):
|
1203
|
+
activesupport (4.2.0) lib/active_support/dependencies.rb:274:in `require'
|
1204
|
+
activesupport (4.2.0) lib/active_support/dependencies.rb:274:in `block in require'
|
1205
|
+
activesupport (4.2.0) lib/active_support/dependencies.rb:240:in `load_dependency'
|
1206
|
+
activesupport (4.2.0) lib/active_support/dependencies.rb:274:in `require'
|
1207
|
+
tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library'
|
1208
|
+
sprockets (2.12.3) lib/sprockets/sass_template.rb:20:in `initialize_engine'
|
1209
|
+
tilt (1.4.1) lib/tilt/template.rb:56:in `initialize'
|
1210
|
+
sprockets (2.12.3) lib/sprockets/context.rb:196:in `new'
|
1211
|
+
sprockets (2.12.3) lib/sprockets/context.rb:196:in `block in evaluate'
|
1212
|
+
sprockets (2.12.3) lib/sprockets/context.rb:194:in `each'
|
1213
|
+
sprockets (2.12.3) lib/sprockets/context.rb:194:in `evaluate'
|
1214
|
+
sprockets (2.12.3) lib/sprockets/processed_asset.rb:12:in `initialize'
|
1215
|
+
sprockets (2.12.3) lib/sprockets/base.rb:374:in `new'
|
1216
|
+
sprockets (2.12.3) lib/sprockets/base.rb:374:in `block in build_asset'
|
1217
|
+
sprockets (2.12.3) lib/sprockets/base.rb:395:in `circular_call_protection'
|
1218
|
+
sprockets (2.12.3) lib/sprockets/base.rb:373:in `build_asset'
|
1219
|
+
sprockets (2.12.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
1220
|
+
sprockets (2.12.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
1221
|
+
sprockets (2.12.3) lib/sprockets/index.rb:93:in `build_asset'
|
1222
|
+
sprockets (2.12.3) lib/sprockets/base.rb:287:in `find_asset'
|
1223
|
+
sprockets (2.12.3) lib/sprockets/index.rb:61:in `find_asset'
|
1224
|
+
sprockets (2.12.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
|
1225
|
+
sprockets (2.12.3) lib/sprockets/base.rb:377:in `new'
|
1226
|
+
sprockets (2.12.3) lib/sprockets/base.rb:377:in `build_asset'
|
1227
|
+
sprockets (2.12.3) lib/sprockets/index.rb:94:in `block in build_asset'
|
1228
|
+
sprockets (2.12.3) lib/sprockets/caching.rb:58:in `cache_asset'
|
1229
|
+
sprockets (2.12.3) lib/sprockets/index.rb:93:in `build_asset'
|
1230
|
+
sprockets (2.12.3) lib/sprockets/base.rb:287:in `find_asset'
|
1231
|
+
sprockets (2.12.3) lib/sprockets/index.rb:61:in `find_asset'
|
1232
|
+
sprockets (2.12.3) lib/sprockets/environment.rb:75:in `find_asset'
|
1233
|
+
sprockets (2.12.3) lib/sprockets/base.rb:295:in `[]'
|
1234
|
+
sprockets-rails (2.2.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path'
|
1235
|
+
sprockets-rails (2.2.2) lib/sprockets/rails/helper.rb:190:in `check_errors_for'
|
1236
|
+
sprockets-rails (2.2.2) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag'
|
1237
|
+
sprockets-rails (2.2.2) lib/sprockets/rails/helper.rb:158:in `map'
|
1238
|
+
sprockets-rails (2.2.2) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag'
|
1239
|
+
/workspace/metova-rails/app/views/layouts/metova/application.html.erb:5:in `__workspace_metova_rails_app_views_layouts_metova_application_html_erb___3705283862917990863_70189306771020'
|
1240
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
1241
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
1242
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
1243
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
1244
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
1245
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
1246
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
1247
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
1248
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
1249
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
1250
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
1251
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
1252
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
1253
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
1254
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
1255
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
1256
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
1257
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
1258
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
1259
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
1260
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
1261
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
1262
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
1263
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1264
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
1265
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
1266
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
1267
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1268
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
1269
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1270
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1271
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1272
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1273
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1274
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1275
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1276
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1277
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1278
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1279
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1280
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1281
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1282
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1283
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1284
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1285
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1286
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1287
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1288
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1289
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1290
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1291
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1292
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1293
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1294
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1295
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
1296
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
1297
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
1298
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1299
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1300
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1301
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1302
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
1303
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
1304
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
1305
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1306
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1307
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1308
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1309
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1310
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1311
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1312
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1313
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1314
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1315
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1316
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1317
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1318
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1319
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1320
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1321
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1322
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1323
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1324
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1325
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1326
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1327
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1328
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1329
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1330
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1331
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1332
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1333
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1334
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1335
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1336
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1337
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1338
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1339
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1340
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1341
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1342
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
1343
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
1344
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
1345
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
1346
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
1347
|
+
|
1348
|
+
|
1349
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.4ms)
|
1350
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
|
1351
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
1352
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (24.7ms)
|
1353
|
+
|
1354
|
+
|
1355
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:12:14 -0600
|
1356
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1357
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
1358
|
+
Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
1359
|
+
|
1360
|
+
|
1361
|
+
Started GET "/assets/metova/application-e1bddfbb8122503ce9baeb1173d28ff9.css?body=1" for 127.0.0.1 at 2015-01-14 23:12:14 -0600
|
1362
|
+
|
1363
|
+
|
1364
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:12:14 -0600
|
1365
|
+
|
1366
|
+
|
1367
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:13:50 -0600
|
1368
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1369
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms)
|
1370
|
+
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)
|
1371
|
+
|
1372
|
+
|
1373
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:13:50 -0600
|
1374
|
+
|
1375
|
+
|
1376
|
+
Started GET "/assets/metova/application-fc0f55850e3b3caa1e0680ba1587340c.css?body=1" for 127.0.0.1 at 2015-01-14 23:13:50 -0600
|
1377
|
+
|
1378
|
+
|
1379
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:13:50 -0600
|
1380
|
+
|
1381
|
+
|
1382
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:21:43 -0600
|
1383
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1384
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
1385
|
+
Completed 200 OK in 21ms (Views: 21.1ms | ActiveRecord: 0.0ms)
|
1386
|
+
|
1387
|
+
|
1388
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:21:43 -0600
|
1389
|
+
|
1390
|
+
|
1391
|
+
Started GET "/assets/metova/application-5100eacb47828255dfdbdd213354dd99.css?body=1" for 127.0.0.1 at 2015-01-14 23:21:43 -0600
|
1392
|
+
|
1393
|
+
|
1394
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:21:43 -0600
|
1395
|
+
|
1396
|
+
|
1397
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:21:51 -0600
|
1398
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1399
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
1400
|
+
Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms)
|
1401
|
+
|
1402
|
+
|
1403
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:21:51 -0600
|
1404
|
+
|
1405
|
+
|
1406
|
+
Started GET "/assets/metova/application-5d876b308079ee3760b6affec479c493.css?body=1" for 127.0.0.1 at 2015-01-14 23:21:51 -0600
|
1407
|
+
|
1408
|
+
|
1409
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:21:51 -0600
|
1410
|
+
|
1411
|
+
|
1412
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:21:59 -0600
|
1413
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1414
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.8ms)
|
1415
|
+
Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)
|
1416
|
+
|
1417
|
+
|
1418
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:21:59 -0600
|
1419
|
+
|
1420
|
+
|
1421
|
+
Started GET "/assets/metova/application-bfcb5b541a9c525cd3c76ae6aa64826c.css?body=1" for 127.0.0.1 at 2015-01-14 23:21:59 -0600
|
1422
|
+
|
1423
|
+
|
1424
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:21:59 -0600
|
1425
|
+
|
1426
|
+
|
1427
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:22:54 -0600
|
1428
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1429
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.0ms)
|
1430
|
+
Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)
|
1431
|
+
|
1432
|
+
|
1433
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:22:54 -0600
|
1434
|
+
|
1435
|
+
|
1436
|
+
Started GET "/assets/metova/application-b58dd08a222d27d0f3be9a8578dd1386.css?body=1" for 127.0.0.1 at 2015-01-14 23:22:54 -0600
|
1437
|
+
|
1438
|
+
|
1439
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:22:54 -0600
|
1440
|
+
|
1441
|
+
|
1442
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:23:25 -0600
|
1443
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1444
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.3ms)
|
1445
|
+
Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)
|
1446
|
+
|
1447
|
+
|
1448
|
+
Started GET "/assets/metova/feedbacks-32f98dbfb9a7be6e62f37e9e4cc6e9da.css?body=1" for 127.0.0.1 at 2015-01-14 23:23:25 -0600
|
1449
|
+
|
1450
|
+
|
1451
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:23:25 -0600
|
1452
|
+
|
1453
|
+
|
1454
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:23:25 -0600
|
1455
|
+
|
1456
|
+
|
1457
|
+
Started GET "/assets/metova/application-15c474192f2161212bb26ce85654cc46.css?body=1" for 127.0.0.1 at 2015-01-14 23:23:25 -0600
|
1458
|
+
|
1459
|
+
|
1460
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:24:07 -0600
|
1461
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1462
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
1463
|
+
Completed 200 OK in 28ms (Views: 27.8ms | ActiveRecord: 0.0ms)
|
1464
|
+
|
1465
|
+
|
1466
|
+
Started GET "/assets/metova/feedbacks-c4443374330ab6bcfcfaa5355476bcf5.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:07 -0600
|
1467
|
+
|
1468
|
+
|
1469
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:07 -0600
|
1470
|
+
|
1471
|
+
|
1472
|
+
Started GET "/assets/metova/application-8704621a3e6ad329e0a1b043354482e0.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:07 -0600
|
1473
|
+
|
1474
|
+
|
1475
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:24:07 -0600
|
1476
|
+
|
1477
|
+
|
1478
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:24:19 -0600
|
1479
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1480
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.2ms)
|
1481
|
+
Completed 200 OK in 27ms (Views: 26.8ms | ActiveRecord: 0.0ms)
|
1482
|
+
|
1483
|
+
|
1484
|
+
Started GET "/assets/metova/feedbacks-c76ac134f16a7d47dae510e8b0b32614.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:19 -0600
|
1485
|
+
|
1486
|
+
|
1487
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:19 -0600
|
1488
|
+
|
1489
|
+
|
1490
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:24:19 -0600
|
1491
|
+
|
1492
|
+
|
1493
|
+
Started GET "/assets/metova/application-43ec0f97064c3674d3b353bb9655e9db.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:19 -0600
|
1494
|
+
|
1495
|
+
|
1496
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:24:34 -0600
|
1497
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1498
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
1499
|
+
Completed 200 OK in 33ms (Views: 33.0ms | ActiveRecord: 0.0ms)
|
1500
|
+
|
1501
|
+
|
1502
|
+
Started GET "/assets/metova/feedbacks-8e8e2a4a57bc421d87d1157c160f3180.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:34 -0600
|
1503
|
+
|
1504
|
+
|
1505
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:34 -0600
|
1506
|
+
|
1507
|
+
|
1508
|
+
Started GET "/assets/metova/application-28a39aae43d871e1bb63f009d031fd4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:24:34 -0600
|
1509
|
+
|
1510
|
+
|
1511
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:24:34 -0600
|
1512
|
+
|
1513
|
+
|
1514
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:25:26 -0600
|
1515
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1516
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
1517
|
+
Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)
|
1518
|
+
|
1519
|
+
|
1520
|
+
Started GET "/assets/metova/feedbacks-8e8e2a4a57bc421d87d1157c160f3180.css?body=1" for 127.0.0.1 at 2015-01-14 23:25:26 -0600
|
1521
|
+
|
1522
|
+
|
1523
|
+
Started GET "/assets/metova/application-28a39aae43d871e1bb63f009d031fd4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:25:26 -0600
|
1524
|
+
|
1525
|
+
|
1526
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:25:26 -0600
|
1527
|
+
|
1528
|
+
|
1529
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:25:26 -0600
|
1530
|
+
|
1531
|
+
|
1532
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:26:12 -0600
|
1533
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1534
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms)
|
1535
|
+
Completed 200 OK in 27ms (Views: 27.2ms | ActiveRecord: 0.0ms)
|
1536
|
+
|
1537
|
+
|
1538
|
+
Started GET "/assets/metova/feedbacks-e5c92910077427f6e5bedca86d869311.css?body=1" for 127.0.0.1 at 2015-01-14 23:26:12 -0600
|
1539
|
+
|
1540
|
+
|
1541
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:26:12 -0600
|
1542
|
+
|
1543
|
+
|
1544
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:26:12 -0600
|
1545
|
+
|
1546
|
+
|
1547
|
+
Started GET "/assets/metova/application-8be36350090ecab3e7569ca7c0511021.css?body=1" for 127.0.0.1 at 2015-01-14 23:26:12 -0600
|
1548
|
+
|
1549
|
+
|
1550
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:26:53 -0600
|
1551
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1552
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.7ms)
|
1553
|
+
Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.0ms)
|
1554
|
+
|
1555
|
+
|
1556
|
+
Started GET "/assets/metova/feedbacks-78d5aa24b925fea1efacfd0c0368b6e6.css?body=1" for 127.0.0.1 at 2015-01-14 23:26:53 -0600
|
1557
|
+
|
1558
|
+
|
1559
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:26:53 -0600
|
1560
|
+
|
1561
|
+
|
1562
|
+
Started GET "/assets/metova/application-8e476fce4a7a16909b66b196babe707f.css?body=1" for 127.0.0.1 at 2015-01-14 23:26:53 -0600
|
1563
|
+
|
1564
|
+
|
1565
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:26:53 -0600
|
1566
|
+
|
1567
|
+
|
1568
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:28:13 -0600
|
1569
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1570
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.0ms)
|
1571
|
+
Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.0ms)
|
1572
|
+
|
1573
|
+
|
1574
|
+
Started GET "/assets/metova/feedbacks-54bd454fa1079f43adce2952d6979983.css?body=1" for 127.0.0.1 at 2015-01-14 23:28:13 -0600
|
1575
|
+
|
1576
|
+
|
1577
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:28:13 -0600
|
1578
|
+
|
1579
|
+
|
1580
|
+
Started GET "/assets/metova/application-f98b1ac8c7176065eaa83f38e7476cda.css?body=1" for 127.0.0.1 at 2015-01-14 23:28:13 -0600
|
1581
|
+
|
1582
|
+
|
1583
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:28:13 -0600
|
1584
|
+
|
1585
|
+
|
1586
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:28:21 -0600
|
1587
|
+
|
1588
|
+
|
1589
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:29:25 -0600
|
1590
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1591
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.8ms)
|
1592
|
+
Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)
|
1593
|
+
|
1594
|
+
|
1595
|
+
Started GET "/assets/metova/feedbacks-54bd454fa1079f43adce2952d6979983.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:25 -0600
|
1596
|
+
|
1597
|
+
|
1598
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:25 -0600
|
1599
|
+
|
1600
|
+
|
1601
|
+
Started GET "/assets/metova/application-91902e2990eb6c1ed0d60405a23908a7.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:25 -0600
|
1602
|
+
|
1603
|
+
|
1604
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:29:25 -0600
|
1605
|
+
|
1606
|
+
|
1607
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:29:36 -0600
|
1608
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1609
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms)
|
1610
|
+
Completed 200 OK in 28ms (Views: 27.8ms | ActiveRecord: 0.0ms)
|
1611
|
+
|
1612
|
+
|
1613
|
+
Started GET "/assets/metova/feedbacks-52ae9ed18f5404a6f5376d5430326ca0.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:36 -0600
|
1614
|
+
|
1615
|
+
|
1616
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:36 -0600
|
1617
|
+
|
1618
|
+
|
1619
|
+
Started GET "/assets/metova/application-50dacfcc0998dcce0e294895acbba608.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:36 -0600
|
1620
|
+
|
1621
|
+
|
1622
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:29:36 -0600
|
1623
|
+
|
1624
|
+
|
1625
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:29:46 -0600
|
1626
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1627
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
1628
|
+
Completed 200 OK in 28ms (Views: 28.2ms | ActiveRecord: 0.0ms)
|
1629
|
+
|
1630
|
+
|
1631
|
+
Started GET "/assets/metova/feedbacks-584da2d02c6d09afb40531d512342380.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:46 -0600
|
1632
|
+
|
1633
|
+
|
1634
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:47 -0600
|
1635
|
+
|
1636
|
+
|
1637
|
+
Started GET "/assets/metova/application-91a06373319768ba71eaa44dfd910e7c.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:47 -0600
|
1638
|
+
|
1639
|
+
|
1640
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:29:47 -0600
|
1641
|
+
|
1642
|
+
|
1643
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:29:53 -0600
|
1644
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1645
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
1646
|
+
Completed 200 OK in 29ms (Views: 29.0ms | ActiveRecord: 0.0ms)
|
1647
|
+
|
1648
|
+
|
1649
|
+
Started GET "/assets/metova/feedbacks-0e3adceeec397d8578e01cb4d97f2d83.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:53 -0600
|
1650
|
+
|
1651
|
+
|
1652
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:53 -0600
|
1653
|
+
|
1654
|
+
|
1655
|
+
Started GET "/assets/metova/application-35a59e4d90a5795bf2a383de9b393111.css?body=1" for 127.0.0.1 at 2015-01-14 23:29:53 -0600
|
1656
|
+
|
1657
|
+
|
1658
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:29:53 -0600
|
1659
|
+
|
1660
|
+
|
1661
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-14 23:30:19 -0600
|
1662
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1663
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
1664
|
+
Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms)
|
1665
|
+
|
1666
|
+
|
1667
|
+
Started GET "/assets/metova/feedbacks-131028bd4337ae603e12e258003ead71.css?body=1" for 127.0.0.1 at 2015-01-14 23:30:19 -0600
|
1668
|
+
|
1669
|
+
|
1670
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-14 23:30:19 -0600
|
1671
|
+
|
1672
|
+
|
1673
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-14 23:30:19 -0600
|
1674
|
+
|
1675
|
+
|
1676
|
+
Started GET "/assets/metova/application-c9915fa84e71da12e14aefe23617a38f.css?body=1" for 127.0.0.1 at 2015-01-14 23:30:19 -0600
|
1677
|
+
|
1678
|
+
|
1679
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:15:50 -0600
|
1680
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1681
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (6.6ms)
|
1682
|
+
Completed 500 Internal Server Error in 14ms
|
1683
|
+
|
1684
|
+
ActionView::Template::Error (undefined method `type' for #<Metova::Feedback:0x007fac6c5784e0>):
|
1685
|
+
1: <%= form_for @feedback, url: metova.feedback_path do |f| %>
|
1686
|
+
2: <h1 class="helvetica">Submit Feedback</h1>
|
1687
|
+
3: <%= f.select :type, ['Bug report', 'Feature request'] %>
|
1688
|
+
4: <%= f.text_area :body %>
|
1689
|
+
5: <%= f.submit 'Submit', class: 'helvetica' %>
|
1690
|
+
6: <% end %>
|
1691
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:28:in `public_send'
|
1692
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:28:in `value'
|
1693
|
+
actionview (4.2.0) lib/action_view/helpers/tags/select.rb:16:in `block in render'
|
1694
|
+
actionview (4.2.0) lib/action_view/helpers/tags/select.rb:16:in `fetch'
|
1695
|
+
actionview (4.2.0) lib/action_view/helpers/tags/select.rb:16:in `render'
|
1696
|
+
actionview (4.2.0) lib/action_view/helpers/form_options_helper.rb:163:in `select'
|
1697
|
+
actionview (4.2.0) lib/action_view/helpers/form_options_helper.rb:777:in `select'
|
1698
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:3:in `block in __workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189285820440'
|
1699
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
1700
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
1701
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
1702
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:444:in `form_for'
|
1703
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:1:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189285820440'
|
1704
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
1705
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
1706
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
1707
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
1708
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
1709
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
1710
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1711
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1712
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1713
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
1714
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
1715
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
1716
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
1717
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
1718
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
1719
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
1720
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
1721
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
1722
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
1723
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
1724
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
1725
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
1726
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
1727
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
1728
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
1729
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
1730
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
1731
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
1732
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
1733
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
1734
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1735
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
1736
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
1737
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
1738
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1739
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
1740
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1741
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1742
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1743
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1744
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1745
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1746
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1747
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1748
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1749
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1750
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1751
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1752
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1753
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1754
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1755
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1756
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1757
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1758
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1759
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1760
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1761
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1762
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1763
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1764
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1765
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1766
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
1767
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
1768
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
1769
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1770
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1771
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1772
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1773
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
1774
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
1775
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
1776
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1777
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1778
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1779
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1780
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1781
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1782
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1783
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1784
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1785
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1786
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1787
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1788
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1789
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1790
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1791
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1792
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1793
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1794
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1795
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1796
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1797
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1798
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1799
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1800
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1801
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1802
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1803
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1804
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1805
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1806
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1807
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1808
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1809
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1810
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1811
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1812
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1813
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
1814
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
1815
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
1816
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
1817
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
1818
|
+
|
1819
|
+
|
1820
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms)
|
1821
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
|
1822
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
|
1823
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (42.0ms)
|
1824
|
+
|
1825
|
+
|
1826
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:16:15 -0600
|
1827
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1828
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.8ms)
|
1829
|
+
Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.0ms)
|
1830
|
+
|
1831
|
+
|
1832
|
+
Started GET "/assets/metova/feedbacks-131028bd4337ae603e12e258003ead71.css?body=1" for 127.0.0.1 at 2015-01-15 10:16:15 -0600
|
1833
|
+
|
1834
|
+
|
1835
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:16:15 -0600
|
1836
|
+
|
1837
|
+
|
1838
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:16:15 -0600
|
1839
|
+
|
1840
|
+
|
1841
|
+
Started GET "/assets/metova/application-c9915fa84e71da12e14aefe23617a38f.css?body=1" for 127.0.0.1 at 2015-01-15 10:16:15 -0600
|
1842
|
+
|
1843
|
+
|
1844
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:16:44 -0600
|
1845
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1846
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.2ms)
|
1847
|
+
Completed 200 OK in 17ms (Views: 17.3ms | ActiveRecord: 0.0ms)
|
1848
|
+
|
1849
|
+
|
1850
|
+
Started GET "/assets/metova/feedbacks-131028bd4337ae603e12e258003ead71.css?body=1" for 127.0.0.1 at 2015-01-15 10:16:44 -0600
|
1851
|
+
|
1852
|
+
|
1853
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:16:44 -0600
|
1854
|
+
|
1855
|
+
|
1856
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:16:44 -0600
|
1857
|
+
|
1858
|
+
|
1859
|
+
Started GET "/assets/metova/application-c9915fa84e71da12e14aefe23617a38f.css?body=1" for 127.0.0.1 at 2015-01-15 10:16:44 -0600
|
1860
|
+
|
1861
|
+
|
1862
|
+
Started GET "/assets/metova/feedbacks-131028bd4337ae603e12e258003ead71.css?body=1" for 127.0.0.1 at 2015-01-15 10:17:38 -0600
|
1863
|
+
|
1864
|
+
|
1865
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:17:38 -0600
|
1866
|
+
|
1867
|
+
|
1868
|
+
Started GET "/assets/metova/application-c9915fa84e71da12e14aefe23617a38f.css?body=1" for 127.0.0.1 at 2015-01-15 10:17:38 -0600
|
1869
|
+
|
1870
|
+
|
1871
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:19:19 -0600
|
1872
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1873
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms)
|
1874
|
+
Completed 200 OK in 35ms (Views: 34.9ms | ActiveRecord: 0.0ms)
|
1875
|
+
|
1876
|
+
|
1877
|
+
Started GET "/assets/metova/feedbacks-f3775ef0a17738a1c85211a8bb989700.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:19 -0600
|
1878
|
+
|
1879
|
+
|
1880
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:19 -0600
|
1881
|
+
|
1882
|
+
|
1883
|
+
Started GET "/assets/metova/application-63ba4c112062bac51f998b4b43aa8842.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:19 -0600
|
1884
|
+
|
1885
|
+
|
1886
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:19:19 -0600
|
1887
|
+
|
1888
|
+
|
1889
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:19:29 -0600
|
1890
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1891
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
1892
|
+
Completed 200 OK in 27ms (Views: 27.1ms | ActiveRecord: 0.0ms)
|
1893
|
+
|
1894
|
+
|
1895
|
+
Started GET "/assets/metova/feedbacks-bcf470c88b1434ab549ccabb5e0e8668.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:29 -0600
|
1896
|
+
|
1897
|
+
|
1898
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:29 -0600
|
1899
|
+
|
1900
|
+
|
1901
|
+
Started GET "/assets/metova/application-bf5a0c0fe3c03866dcb8369728604522.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:29 -0600
|
1902
|
+
|
1903
|
+
|
1904
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:19:29 -0600
|
1905
|
+
|
1906
|
+
|
1907
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:19:37 -0600
|
1908
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1909
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.8ms)
|
1910
|
+
Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.0ms)
|
1911
|
+
|
1912
|
+
|
1913
|
+
Started GET "/assets/metova/feedbacks-64f2ca2dc59164df1e77b43917d3d037.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:37 -0600
|
1914
|
+
|
1915
|
+
|
1916
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:37 -0600
|
1917
|
+
|
1918
|
+
|
1919
|
+
Started GET "/assets/metova/application-fb4a2fd4464b73d9eff993cd9402f1f7.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:37 -0600
|
1920
|
+
|
1921
|
+
|
1922
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:19:37 -0600
|
1923
|
+
|
1924
|
+
|
1925
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:19:45 -0600
|
1926
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1927
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
1928
|
+
Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)
|
1929
|
+
|
1930
|
+
|
1931
|
+
Started GET "/assets/metova/feedbacks-04a109f78a75111d6c16afa275d26787.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:45 -0600
|
1932
|
+
|
1933
|
+
|
1934
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:45 -0600
|
1935
|
+
|
1936
|
+
|
1937
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:19:45 -0600
|
1938
|
+
|
1939
|
+
|
1940
|
+
Started GET "/assets/metova/application-c63a5893811ddb151d0225bba3be9782.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:45 -0600
|
1941
|
+
|
1942
|
+
|
1943
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:19:57 -0600
|
1944
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1945
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.5ms)
|
1946
|
+
Completed 200 OK in 27ms (Views: 26.9ms | ActiveRecord: 0.0ms)
|
1947
|
+
|
1948
|
+
|
1949
|
+
Started GET "/assets/metova/feedbacks-91a968b1a6f20f5d78c8c4c83f56c4e7.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:57 -0600
|
1950
|
+
|
1951
|
+
|
1952
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:57 -0600
|
1953
|
+
|
1954
|
+
|
1955
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:19:57 -0600
|
1956
|
+
|
1957
|
+
|
1958
|
+
Started GET "/assets/metova/application-d388c883d1e88c54e28dda740dab294f.css?body=1" for 127.0.0.1 at 2015-01-15 10:19:57 -0600
|
1959
|
+
|
1960
|
+
|
1961
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:20:15 -0600
|
1962
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1963
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
1964
|
+
Completed 200 OK in 27ms (Views: 26.8ms | ActiveRecord: 0.0ms)
|
1965
|
+
|
1966
|
+
|
1967
|
+
Started GET "/assets/metova/feedbacks-5f196fe5f0610ce445890fc9dea65d1b.css?body=1" for 127.0.0.1 at 2015-01-15 10:20:15 -0600
|
1968
|
+
|
1969
|
+
|
1970
|
+
Started GET "/assets/metova/normalize-9c33bd1e61a480be599860ef1e249d4c.css?body=1" for 127.0.0.1 at 2015-01-15 10:20:15 -0600
|
1971
|
+
|
1972
|
+
|
1973
|
+
Started GET "/assets/metova/application-da9a294414b20e47f0343d6a3f463a04.css?body=1" for 127.0.0.1 at 2015-01-15 10:20:15 -0600
|
1974
|
+
|
1975
|
+
|
1976
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:20:15 -0600
|
1977
|
+
|
1978
|
+
|
1979
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:20:56 -0600
|
1980
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1981
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.3ms)
|
1982
|
+
Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
1983
|
+
|
1984
|
+
|
1985
|
+
Started GET "/assets/metova/application-07ea9d4a0d15b73aa3e0cec26c64bae2.css?body=1" for 127.0.0.1 at 2015-01-15 10:20:56 -0600
|
1986
|
+
|
1987
|
+
|
1988
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:20:56 -0600
|
1989
|
+
|
1990
|
+
|
1991
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 10:20:56 -0600
|
1992
|
+
|
1993
|
+
|
1994
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 10:20:56 -0600
|
1995
|
+
|
1996
|
+
|
1997
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 10:25:03 -0600
|
1998
|
+
Processing by Metova::FeedbacksController#new as HTML
|
1999
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
2000
|
+
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
2001
|
+
|
2002
|
+
|
2003
|
+
Started GET "/assets/metova/application-07ea9d4a0d15b73aa3e0cec26c64bae2.css?body=1" for 127.0.0.1 at 2015-01-15 10:25:04 -0600
|
2004
|
+
|
2005
|
+
|
2006
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 10:25:04 -0600
|
2007
|
+
|
2008
|
+
|
2009
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 10:25:04 -0600
|
2010
|
+
|
2011
|
+
|
2012
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 10:25:04 -0600
|
2013
|
+
|
2014
|
+
|
2015
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:13:45 -0600
|
2016
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2017
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.3ms)
|
2018
|
+
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
2019
|
+
|
2020
|
+
|
2021
|
+
Started GET "/assets/metova/application-07ea9d4a0d15b73aa3e0cec26c64bae2.css?body=1" for 127.0.0.1 at 2015-01-15 14:13:45 -0600
|
2022
|
+
|
2023
|
+
|
2024
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:13:45 -0600
|
2025
|
+
|
2026
|
+
|
2027
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:13:45 -0600
|
2028
|
+
|
2029
|
+
|
2030
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:13:45 -0600
|
2031
|
+
|
2032
|
+
|
2033
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:14:01 -0600
|
2034
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2035
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.6ms)
|
2036
|
+
Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
2037
|
+
|
2038
|
+
|
2039
|
+
Started GET "/assets/metova/application-07ea9d4a0d15b73aa3e0cec26c64bae2.css?body=1" for 127.0.0.1 at 2015-01-15 14:14:01 -0600
|
2040
|
+
|
2041
|
+
|
2042
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:14:01 -0600
|
2043
|
+
|
2044
|
+
|
2045
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:14:01 -0600
|
2046
|
+
|
2047
|
+
|
2048
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:14:01 -0600
|
2049
|
+
|
2050
|
+
|
2051
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:14:06 -0600
|
2052
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2053
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.6ms)
|
2054
|
+
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
2055
|
+
|
2056
|
+
|
2057
|
+
Started GET "/assets/metova/application-07ea9d4a0d15b73aa3e0cec26c64bae2.css?body=1" for 127.0.0.1 at 2015-01-15 14:14:06 -0600
|
2058
|
+
|
2059
|
+
|
2060
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:14:06 -0600
|
2061
|
+
|
2062
|
+
|
2063
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:14:06 -0600
|
2064
|
+
|
2065
|
+
|
2066
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:14:06 -0600
|
2067
|
+
|
2068
|
+
|
2069
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:14:40 -0600
|
2070
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2071
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.8ms)
|
2072
|
+
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
2073
|
+
|
2074
|
+
|
2075
|
+
Started GET "/assets/metova/application-07ea9d4a0d15b73aa3e0cec26c64bae2.css?body=1" for 127.0.0.1 at 2015-01-15 14:14:40 -0600
|
2076
|
+
|
2077
|
+
|
2078
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:14:40 -0600
|
2079
|
+
|
2080
|
+
|
2081
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:14:40 -0600
|
2082
|
+
|
2083
|
+
|
2084
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:14:40 -0600
|
2085
|
+
|
2086
|
+
|
2087
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:16:20 -0600
|
2088
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2089
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.0ms)
|
2090
|
+
Completed 200 OK in 19ms (Views: 18.8ms | ActiveRecord: 0.0ms)
|
2091
|
+
|
2092
|
+
|
2093
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:16:20 -0600
|
2094
|
+
|
2095
|
+
|
2096
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:16:20 -0600
|
2097
|
+
|
2098
|
+
|
2099
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:16:20 -0600
|
2100
|
+
|
2101
|
+
|
2102
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:16:20 -0600
|
2103
|
+
|
2104
|
+
|
2105
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:16:36 -0600
|
2106
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2107
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
2108
|
+
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
|
2109
|
+
|
2110
|
+
|
2111
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:16:36 -0600
|
2112
|
+
|
2113
|
+
|
2114
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:16:36 -0600
|
2115
|
+
|
2116
|
+
|
2117
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:16:36 -0600
|
2118
|
+
|
2119
|
+
|
2120
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:16:36 -0600
|
2121
|
+
|
2122
|
+
|
2123
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:17:51 -0600
|
2124
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2125
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.3ms)
|
2126
|
+
Completed 200 OK in 11ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
2127
|
+
|
2128
|
+
|
2129
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:17:51 -0600
|
2130
|
+
|
2131
|
+
|
2132
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:17:51 -0600
|
2133
|
+
|
2134
|
+
|
2135
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:17:51 -0600
|
2136
|
+
|
2137
|
+
|
2138
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:17:51 -0600
|
2139
|
+
|
2140
|
+
|
2141
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:18:05 -0600
|
2142
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2143
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.0ms)
|
2144
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
2145
|
+
|
2146
|
+
|
2147
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:18:05 -0600
|
2148
|
+
|
2149
|
+
|
2150
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:18:05 -0600
|
2151
|
+
|
2152
|
+
|
2153
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:18:05 -0600
|
2154
|
+
|
2155
|
+
|
2156
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:18:05 -0600
|
2157
|
+
|
2158
|
+
|
2159
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:18:14 -0600
|
2160
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2161
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
2162
|
+
Completed 200 OK in 11ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
2163
|
+
|
2164
|
+
|
2165
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:18:14 -0600
|
2166
|
+
|
2167
|
+
|
2168
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:18:14 -0600
|
2169
|
+
|
2170
|
+
|
2171
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:18:15 -0600
|
2172
|
+
|
2173
|
+
|
2174
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:18:15 -0600
|
2175
|
+
|
2176
|
+
|
2177
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:18:21 -0600
|
2178
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2179
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.6ms)
|
2180
|
+
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
2181
|
+
|
2182
|
+
|
2183
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:18:21 -0600
|
2184
|
+
|
2185
|
+
|
2186
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:18:21 -0600
|
2187
|
+
|
2188
|
+
|
2189
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:18:21 -0600
|
2190
|
+
|
2191
|
+
|
2192
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:18:21 -0600
|
2193
|
+
|
2194
|
+
|
2195
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:18:25 -0600
|
2196
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2197
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
2198
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
2199
|
+
|
2200
|
+
|
2201
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:18:25 -0600
|
2202
|
+
|
2203
|
+
|
2204
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:18:25 -0600
|
2205
|
+
|
2206
|
+
|
2207
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:18:25 -0600
|
2208
|
+
|
2209
|
+
|
2210
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:18:25 -0600
|
2211
|
+
|
2212
|
+
|
2213
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:18:33 -0600
|
2214
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2215
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.0ms)
|
2216
|
+
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
2217
|
+
|
2218
|
+
|
2219
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:18:33 -0600
|
2220
|
+
|
2221
|
+
|
2222
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:18:33 -0600
|
2223
|
+
|
2224
|
+
|
2225
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:18:33 -0600
|
2226
|
+
|
2227
|
+
|
2228
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:18:33 -0600
|
2229
|
+
|
2230
|
+
|
2231
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:18:44 -0600
|
2232
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2233
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
2234
|
+
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
2235
|
+
|
2236
|
+
|
2237
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:18:44 -0600
|
2238
|
+
|
2239
|
+
|
2240
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:18:44 -0600
|
2241
|
+
|
2242
|
+
|
2243
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:18:44 -0600
|
2244
|
+
|
2245
|
+
|
2246
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:18:44 -0600
|
2247
|
+
|
2248
|
+
|
2249
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:20:40 -0600
|
2250
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2251
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
2252
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
2253
|
+
|
2254
|
+
|
2255
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:20:40 -0600
|
2256
|
+
|
2257
|
+
|
2258
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:20:40 -0600
|
2259
|
+
|
2260
|
+
|
2261
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:20:40 -0600
|
2262
|
+
|
2263
|
+
|
2264
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:20:40 -0600
|
2265
|
+
|
2266
|
+
|
2267
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:21:01 -0600
|
2268
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2269
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.0ms)
|
2270
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
2271
|
+
|
2272
|
+
|
2273
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:21:01 -0600
|
2274
|
+
|
2275
|
+
|
2276
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:21:01 -0600
|
2277
|
+
|
2278
|
+
|
2279
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:21:01 -0600
|
2280
|
+
|
2281
|
+
|
2282
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:21:01 -0600
|
2283
|
+
|
2284
|
+
|
2285
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:21:07 -0600
|
2286
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2287
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
2288
|
+
Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
2289
|
+
|
2290
|
+
|
2291
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:21:07 -0600
|
2292
|
+
|
2293
|
+
|
2294
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:21:07 -0600
|
2295
|
+
|
2296
|
+
|
2297
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:21:07 -0600
|
2298
|
+
|
2299
|
+
|
2300
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:21:07 -0600
|
2301
|
+
|
2302
|
+
|
2303
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:21:23 -0600
|
2304
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2305
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms)
|
2306
|
+
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
2307
|
+
|
2308
|
+
|
2309
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:21:23 -0600
|
2310
|
+
|
2311
|
+
|
2312
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:21:23 -0600
|
2313
|
+
|
2314
|
+
|
2315
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:21:24 -0600
|
2316
|
+
|
2317
|
+
|
2318
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:21:24 -0600
|
2319
|
+
|
2320
|
+
|
2321
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:21:28 -0600
|
2322
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2323
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms)
|
2324
|
+
Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
|
2325
|
+
|
2326
|
+
|
2327
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:21:28 -0600
|
2328
|
+
|
2329
|
+
|
2330
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:21:28 -0600
|
2331
|
+
|
2332
|
+
|
2333
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:21:28 -0600
|
2334
|
+
|
2335
|
+
|
2336
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:21:28 -0600
|
2337
|
+
|
2338
|
+
|
2339
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:21:49 -0600
|
2340
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2341
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.8ms)
|
2342
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
2343
|
+
|
2344
|
+
|
2345
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:21:49 -0600
|
2346
|
+
|
2347
|
+
|
2348
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:21:49 -0600
|
2349
|
+
|
2350
|
+
|
2351
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:21:49 -0600
|
2352
|
+
|
2353
|
+
|
2354
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:21:49 -0600
|
2355
|
+
|
2356
|
+
|
2357
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:21:56 -0600
|
2358
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2359
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.9ms)
|
2360
|
+
Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
2361
|
+
|
2362
|
+
|
2363
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 14:21:56 -0600
|
2364
|
+
|
2365
|
+
|
2366
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 14:21:56 -0600
|
2367
|
+
|
2368
|
+
|
2369
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 14:21:56 -0600
|
2370
|
+
|
2371
|
+
|
2372
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 14:21:56 -0600
|
2373
|
+
|
2374
|
+
|
2375
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 14:59:51 -0600
|
2376
|
+
Processing by Metova::FeedbacksController#create as HTML
|
2377
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gcCeTmTdsHKEPUpAaID59FEm+tAWVJzcj+nm4z+5wQh9NidkWY+KdFg/aH/KO2I5y+uQmBJnDBiFAoyvld2ntw==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
2378
|
+
Completed 500 Internal Server Error in 2ms
|
2379
|
+
|
2380
|
+
NoMethodError (undefined method `valid?' for nil:NilClass):
|
2381
|
+
/workspace/metova-rails/app/models/metova/feedback.rb:18:in `submit!'
|
2382
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:12:in `create'
|
2383
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2384
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
2385
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2386
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2387
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2388
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2389
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
2390
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2391
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2392
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2393
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2394
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
2395
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2396
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
2397
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2398
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2399
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2400
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
2401
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
2402
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
2403
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2404
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
2405
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
2406
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
2407
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
2408
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2409
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2410
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2411
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2412
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2413
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
2414
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
2415
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
2416
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2417
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2418
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2419
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2420
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2421
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2422
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2423
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
2424
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
2425
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
2426
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2427
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
2428
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
2429
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
2430
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2431
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
2432
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
2433
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
2434
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2435
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2436
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2437
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
2438
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2439
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2440
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2441
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
2442
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2443
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2444
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2445
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2446
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2447
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2448
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2449
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2450
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2451
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2452
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2453
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2454
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2455
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2456
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2457
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2458
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2459
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2460
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
2461
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
2462
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
2463
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
2464
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
2465
|
+
|
2466
|
+
|
2467
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
|
2468
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
|
2469
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
|
2470
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (24.2ms)
|
2471
|
+
|
2472
|
+
|
2473
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:00:03 -0600
|
2474
|
+
Processing by Metova::FeedbacksController#create as HTML
|
2475
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gcCeTmTdsHKEPUpAaID59FEm+tAWVJzcj+nm4z+5wQh9NidkWY+KdFg/aH/KO2I5y+uQmBJnDBiFAoyvld2ntw==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
2476
|
+
Completed 500 Internal Server Error in 2ms
|
2477
|
+
|
2478
|
+
RuntimeError (In order to use respond_with, first you need to declare the formats your controller responds to in the class level.):
|
2479
|
+
responders (2.0.2) lib/action_controller/respond_with.rb:190:in `respond_with'
|
2480
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:13:in `create'
|
2481
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2482
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
2483
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2484
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2485
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2486
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2487
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
2488
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2489
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2490
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2491
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2492
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
2493
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2494
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
2495
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2496
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2497
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2498
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
2499
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
2500
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
2501
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2502
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
2503
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
2504
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
2505
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
2506
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2507
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2508
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2509
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2510
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2511
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
2512
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
2513
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
2514
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2515
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2516
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2517
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2518
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2519
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2520
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2521
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
2522
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
2523
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
2524
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2525
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
2526
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
2527
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
2528
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2529
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
2530
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
2531
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
2532
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2533
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2534
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2535
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
2536
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2537
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2538
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2539
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
2540
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2541
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2542
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2543
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2544
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2545
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2546
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2547
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2548
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2549
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2550
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2551
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2552
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2553
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2554
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2555
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2556
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2557
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2558
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
2559
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
2560
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
2561
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
2562
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
2563
|
+
|
2564
|
+
|
2565
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
|
2566
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
|
2567
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
2568
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (18.2ms)
|
2569
|
+
|
2570
|
+
|
2571
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:00:15 -0600
|
2572
|
+
Processing by Metova::FeedbacksController#create as HTML
|
2573
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gcCeTmTdsHKEPUpAaID59FEm+tAWVJzcj+nm4z+5wQh9NidkWY+KdFg/aH/KO2I5y+uQmBJnDBiFAoyvld2ntw==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
2574
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.0ms)
|
2575
|
+
Completed 200 OK in 16ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
2576
|
+
|
2577
|
+
|
2578
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 15:00:15 -0600
|
2579
|
+
|
2580
|
+
|
2581
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:00:15 -0600
|
2582
|
+
|
2583
|
+
|
2584
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:00:15 -0600
|
2585
|
+
|
2586
|
+
|
2587
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:00:15 -0600
|
2588
|
+
|
2589
|
+
|
2590
|
+
Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:03:31 -0600
|
2591
|
+
Processing by Metova::FeedbacksController#new as HTML
|
2592
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
2593
|
+
Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.0ms)
|
2594
|
+
|
2595
|
+
|
2596
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 15:03:31 -0600
|
2597
|
+
|
2598
|
+
|
2599
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:03:31 -0600
|
2600
|
+
|
2601
|
+
|
2602
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:03:31 -0600
|
2603
|
+
|
2604
|
+
|
2605
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:03:31 -0600
|
2606
|
+
|
2607
|
+
|
2608
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:03:39 -0600
|
2609
|
+
Processing by Metova::FeedbacksController#create as HTML
|
2610
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
2611
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.8ms)
|
2612
|
+
Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
2613
|
+
|
2614
|
+
|
2615
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 15:03:39 -0600
|
2616
|
+
|
2617
|
+
|
2618
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:03:39 -0600
|
2619
|
+
|
2620
|
+
|
2621
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:03:39 -0600
|
2622
|
+
|
2623
|
+
|
2624
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:03:39 -0600
|
2625
|
+
|
2626
|
+
|
2627
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:04:15 -0600
|
2628
|
+
Processing by Metova::FeedbacksController#create as HTML
|
2629
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
2630
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.9ms)
|
2631
|
+
Completed 500 Internal Server Error in 20ms
|
2632
|
+
|
2633
|
+
ActionView::Template::Error (undefined method `error_messages' for #<ActionView::Helpers::FormBuilder:0x007fac716a6470>):
|
2634
|
+
1: <div id="feedback">
|
2635
|
+
2: <%= form_for @feedback, url: metova.feedback_path do |f| %>
|
2636
|
+
3: <h1 class="raleway">Submit Feedback</h1>
|
2637
|
+
4: <%= f.error_messages %>
|
2638
|
+
5: <%= f.select :type, @feedback.types.to_a %>
|
2639
|
+
6: <%= f.text_area :body %>
|
2640
|
+
7: <%= f.submit 'Submit', class: 'raleway' %>
|
2641
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:4:in `block in __workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189288551860'
|
2642
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
2643
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
2644
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
2645
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:444:in `form_for'
|
2646
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:2:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189288551860'
|
2647
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
2648
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
2649
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
2650
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
2651
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
2652
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
2653
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
2654
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2655
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
2656
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
2657
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
2658
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
2659
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
2660
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
2661
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
2662
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
2663
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
2664
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
2665
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
2666
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
2667
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
2668
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
2669
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
2670
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
2671
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
2672
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
2673
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
2674
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
2675
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
2676
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
2677
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
2678
|
+
responders (2.0.2) lib/action_controller/responder.rb:145:in `render'
|
2679
|
+
responders (2.0.2) lib/action_controller/responder.rb:201:in `navigation_behavior'
|
2680
|
+
responders (2.0.2) lib/action_controller/responder.rb:172:in `rescue in to_html'
|
2681
|
+
responders (2.0.2) lib/action_controller/responder.rb:170:in `to_html'
|
2682
|
+
responders (2.0.2) lib/action_controller/responder.rb:163:in `respond'
|
2683
|
+
responders (2.0.2) lib/action_controller/responder.rb:156:in `call'
|
2684
|
+
responders (2.0.2) lib/action_controller/respond_with.rb:203:in `respond_with'
|
2685
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:15:in `create'
|
2686
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2687
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
2688
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2689
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2690
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2691
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2692
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
2693
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2694
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2695
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2696
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2697
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
2698
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2699
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
2700
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2701
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2702
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2703
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
2704
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
2705
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
2706
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2707
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
2708
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
2709
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
2710
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
2711
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2712
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2713
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2714
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2715
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2716
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
2717
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
2718
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
2719
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2720
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2721
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2722
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2723
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2724
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2725
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2726
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
2727
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
2728
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
2729
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2730
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
2731
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
2732
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
2733
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2734
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
2735
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
2736
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
2737
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2738
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2739
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2740
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
2741
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2742
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2743
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2744
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
2745
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2746
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2747
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2748
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2749
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2750
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2751
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2752
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2753
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2754
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2755
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2756
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2757
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2758
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2759
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2760
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2761
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2762
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2763
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
2764
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
2765
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
2766
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
2767
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
2768
|
+
|
2769
|
+
|
2770
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms)
|
2771
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
|
2772
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
2773
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.8ms)
|
2774
|
+
|
2775
|
+
|
2776
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:06:19 -0600
|
2777
|
+
Processing by Metova::FeedbacksController#create as HTML
|
2778
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
2779
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.9ms)
|
2780
|
+
Completed 500 Internal Server Error in 19ms
|
2781
|
+
|
2782
|
+
ActionView::Template::Error (undefined method `errors' for #<ActionView::Helpers::FormBuilder:0x007fac759b0d60>):
|
2783
|
+
1: <div id="feedback">
|
2784
|
+
2: <%= form_for @feedback, url: metova.feedback_path do |f| %>
|
2785
|
+
3: <h1 class="raleway">Submit Feedback</h1>
|
2786
|
+
4: <%= render 'shared/errors', errors: f.errors.full_messages %>
|
2787
|
+
5: <%= f.select :type, @feedback.types.to_a %>
|
2788
|
+
6: <%= f.text_area :body %>
|
2789
|
+
7: <%= f.submit 'Submit', class: 'raleway' %>
|
2790
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:4:in `block in __workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189333829920'
|
2791
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
2792
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
2793
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
2794
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:444:in `form_for'
|
2795
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:2:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189333829920'
|
2796
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
2797
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
2798
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
2799
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
2800
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
2801
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
2802
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
2803
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2804
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
2805
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
2806
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
2807
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
2808
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
2809
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
2810
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
2811
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
2812
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
2813
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
2814
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
2815
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
2816
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
2817
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
2818
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
2819
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
2820
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
2821
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
2822
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
2823
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
2824
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
2825
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
2826
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
2827
|
+
responders (2.0.2) lib/action_controller/responder.rb:145:in `render'
|
2828
|
+
responders (2.0.2) lib/action_controller/responder.rb:201:in `navigation_behavior'
|
2829
|
+
responders (2.0.2) lib/action_controller/responder.rb:172:in `rescue in to_html'
|
2830
|
+
responders (2.0.2) lib/action_controller/responder.rb:170:in `to_html'
|
2831
|
+
responders (2.0.2) lib/action_controller/responder.rb:163:in `respond'
|
2832
|
+
responders (2.0.2) lib/action_controller/responder.rb:156:in `call'
|
2833
|
+
responders (2.0.2) lib/action_controller/respond_with.rb:203:in `respond_with'
|
2834
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:15:in `create'
|
2835
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2836
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
2837
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2838
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2839
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2840
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2841
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
2842
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2843
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2844
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2845
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2846
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
2847
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2848
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
2849
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2850
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2851
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2852
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
2853
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
2854
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
2855
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2856
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
2857
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
2858
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
2859
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
2860
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2861
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2862
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2863
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2864
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2865
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
2866
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
2867
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
2868
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2869
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
2870
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2871
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
2872
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2873
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2874
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2875
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
2876
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
2877
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
2878
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2879
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
2880
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
2881
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
2882
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2883
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
2884
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
2885
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
2886
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2887
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
2888
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2889
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
2890
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2891
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2892
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2893
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
2894
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2895
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2896
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2897
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2898
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2899
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2900
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2901
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2902
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2903
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2904
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2905
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2906
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2907
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2908
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2909
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2910
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2911
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2912
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
2913
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
2914
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
2915
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
2916
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
2917
|
+
|
2918
|
+
|
2919
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms)
|
2920
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
|
2921
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
2922
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.2ms)
|
2923
|
+
|
2924
|
+
|
2925
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:06:31 -0600
|
2926
|
+
Processing by Metova::FeedbacksController#create as HTML
|
2927
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
2928
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (7.3ms)
|
2929
|
+
Completed 500 Internal Server Error in 13ms
|
2930
|
+
|
2931
|
+
ActionView::Template::Error (Missing partial shared/_errors with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
|
2932
|
+
* "/workspace/metova-rails/spec/dummy/app/views"
|
2933
|
+
* "/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views"
|
2934
|
+
* "/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/kaminari-0.16.1/app/views"
|
2935
|
+
* "/workspace/metova-rails/app/views"
|
2936
|
+
):
|
2937
|
+
1: <div id="feedback">
|
2938
|
+
2: <%= form_for @feedback, url: metova.feedback_path do |f| %>
|
2939
|
+
3: <h1 class="raleway">Submit Feedback</h1>
|
2940
|
+
4: <%= render 'shared/errors', errors: f.object.errors.full_messages %>
|
2941
|
+
5: <%= f.select :type, @feedback.types.to_a %>
|
2942
|
+
6: <%= f.text_area :body %>
|
2943
|
+
7: <%= f.submit 'Submit', class: 'raleway' %>
|
2944
|
+
actionview (4.2.0) lib/action_view/path_set.rb:46:in `find'
|
2945
|
+
actionview (4.2.0) lib/action_view/lookup_context.rb:121:in `find'
|
2946
|
+
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:418:in `find_template'
|
2947
|
+
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial'
|
2948
|
+
actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:294:in `render'
|
2949
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
2950
|
+
actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:35:in `render'
|
2951
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:4:in `block in __workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189270488220'
|
2952
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
2953
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
2954
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
2955
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:444:in `form_for'
|
2956
|
+
/workspace/metova-rails/app/views/metova/feedbacks/new.html.erb:2:in `__workspace_metova_rails_app_views_metova_feedbacks_new_html_erb__14614765569985714_70189270488220'
|
2957
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
2958
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
2959
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
2960
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
2961
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
2962
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
2963
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
2964
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2965
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
2966
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
2967
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
2968
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
2969
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
2970
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
2971
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
2972
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
2973
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
2974
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
2975
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
2976
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
2977
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
2978
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
2979
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
2980
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
2981
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
2982
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
2983
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
2984
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
2985
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
2986
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
2987
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
2988
|
+
responders (2.0.2) lib/action_controller/responder.rb:145:in `render'
|
2989
|
+
responders (2.0.2) lib/action_controller/responder.rb:201:in `navigation_behavior'
|
2990
|
+
responders (2.0.2) lib/action_controller/responder.rb:172:in `rescue in to_html'
|
2991
|
+
responders (2.0.2) lib/action_controller/responder.rb:170:in `to_html'
|
2992
|
+
responders (2.0.2) lib/action_controller/responder.rb:163:in `respond'
|
2993
|
+
responders (2.0.2) lib/action_controller/responder.rb:156:in `call'
|
2994
|
+
responders (2.0.2) lib/action_controller/respond_with.rb:203:in `respond_with'
|
2995
|
+
/workspace/metova-rails/app/controllers/metova/feedbacks_controller.rb:15:in `create'
|
2996
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2997
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
2998
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2999
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
3000
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
3001
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
3002
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
3003
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
3004
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
3005
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
3006
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
3007
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
3008
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
3009
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
3010
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
3011
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
3012
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
3013
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
3014
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
3015
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
3016
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
3017
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
3018
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
3019
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
3020
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
3021
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
3022
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
3023
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
3024
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
3025
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
3026
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
3027
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
3028
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
3029
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
3030
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
3031
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
3032
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
3033
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
3034
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
3035
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
3036
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
3037
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
3038
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
3039
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
3040
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
3041
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
3042
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
3043
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
3044
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
3045
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
3046
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
3047
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3048
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
3049
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
3050
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
3051
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
3052
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3053
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
3054
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
3055
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3056
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3057
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3058
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3059
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3060
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3061
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3062
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
3063
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3064
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
3065
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
3066
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
3067
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3068
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
3069
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
3070
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
3071
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
3072
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3073
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
3074
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
3075
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
3076
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
3077
|
+
/Users/lserman/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
3078
|
+
|
3079
|
+
|
3080
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms)
|
3081
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
|
3082
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
3083
|
+
Rendered /Users/lserman/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.1ms)
|
3084
|
+
|
3085
|
+
|
3086
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:06:44 -0600
|
3087
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3088
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3089
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms)
|
3090
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.8ms)
|
3091
|
+
Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.0ms)
|
3092
|
+
|
3093
|
+
|
3094
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 15:06:44 -0600
|
3095
|
+
|
3096
|
+
|
3097
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:06:44 -0600
|
3098
|
+
|
3099
|
+
|
3100
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:06:44 -0600
|
3101
|
+
|
3102
|
+
|
3103
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:06:44 -0600
|
3104
|
+
|
3105
|
+
|
3106
|
+
Started GET "/assets/metova/application-1d9cfcaab1f0ac8f30808bc9a80cd8c5.css?body=1" for 127.0.0.1 at 2015-01-15 15:06:55 -0600
|
3107
|
+
|
3108
|
+
|
3109
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:06:55 -0600
|
3110
|
+
|
3111
|
+
|
3112
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:06:55 -0600
|
3113
|
+
|
3114
|
+
|
3115
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:07:14 -0600
|
3116
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3117
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3118
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3119
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.7ms)
|
3120
|
+
Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.0ms)
|
3121
|
+
|
3122
|
+
|
3123
|
+
Started GET "/assets/metova/application-78f1a655713a23791eb3211aea8cd9d7.css?body=1" for 127.0.0.1 at 2015-01-15 15:07:14 -0600
|
3124
|
+
|
3125
|
+
|
3126
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:07:14 -0600
|
3127
|
+
|
3128
|
+
|
3129
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:07:14 -0600
|
3130
|
+
|
3131
|
+
|
3132
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:07:14 -0600
|
3133
|
+
|
3134
|
+
|
3135
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:07:25 -0600
|
3136
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3137
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3138
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3139
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.7ms)
|
3140
|
+
Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.0ms)
|
3141
|
+
|
3142
|
+
|
3143
|
+
Started GET "/assets/metova/application-1baafa50c4e4be2571e9490af3e758a3.css?body=1" for 127.0.0.1 at 2015-01-15 15:07:25 -0600
|
3144
|
+
|
3145
|
+
|
3146
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:07:25 -0600
|
3147
|
+
|
3148
|
+
|
3149
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:07:25 -0600
|
3150
|
+
|
3151
|
+
|
3152
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:07:25 -0600
|
3153
|
+
|
3154
|
+
|
3155
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:07:33 -0600
|
3156
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3157
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3158
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3159
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
3160
|
+
Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.0ms)
|
3161
|
+
|
3162
|
+
|
3163
|
+
Started GET "/assets/metova/application-51d52c6eb3f9d1b28c9ec7702a2373a7.css?body=1" for 127.0.0.1 at 2015-01-15 15:07:34 -0600
|
3164
|
+
|
3165
|
+
|
3166
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:07:34 -0600
|
3167
|
+
|
3168
|
+
|
3169
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:07:34 -0600
|
3170
|
+
|
3171
|
+
|
3172
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:07:34 -0600
|
3173
|
+
|
3174
|
+
|
3175
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:07:48 -0600
|
3176
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3177
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3178
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3179
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.7ms)
|
3180
|
+
Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.0ms)
|
3181
|
+
|
3182
|
+
|
3183
|
+
Started GET "/assets/metova/application-2c2fac7545eb429d55c134ae6ba3be43.css?body=1" for 127.0.0.1 at 2015-01-15 15:07:48 -0600
|
3184
|
+
|
3185
|
+
|
3186
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:07:48 -0600
|
3187
|
+
|
3188
|
+
|
3189
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:07:48 -0600
|
3190
|
+
|
3191
|
+
|
3192
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:07:48 -0600
|
3193
|
+
|
3194
|
+
|
3195
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:07:56 -0600
|
3196
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3197
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3198
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3199
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.0ms)
|
3200
|
+
Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.0ms)
|
3201
|
+
|
3202
|
+
|
3203
|
+
Started GET "/assets/metova/application-1be75efcacdadb79d71e60043f81c55a.css?body=1" for 127.0.0.1 at 2015-01-15 15:07:56 -0600
|
3204
|
+
|
3205
|
+
|
3206
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:07:56 -0600
|
3207
|
+
|
3208
|
+
|
3209
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:07:56 -0600
|
3210
|
+
|
3211
|
+
|
3212
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:07:56 -0600
|
3213
|
+
|
3214
|
+
|
3215
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:08:05 -0600
|
3216
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3217
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3218
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3219
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.7ms)
|
3220
|
+
Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.0ms)
|
3221
|
+
|
3222
|
+
|
3223
|
+
Started GET "/assets/metova/application-e868dcd020ef8e7d127e90d00f317e00.css?body=1" for 127.0.0.1 at 2015-01-15 15:08:05 -0600
|
3224
|
+
|
3225
|
+
|
3226
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:08:05 -0600
|
3227
|
+
|
3228
|
+
|
3229
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:08:05 -0600
|
3230
|
+
|
3231
|
+
|
3232
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:08:05 -0600
|
3233
|
+
|
3234
|
+
|
3235
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:08:33 -0600
|
3236
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3237
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"20GPEAT+BMZoGOkzyTIRGvB/FyQd4wZuWvd08b39EmontzY6Oaw+wLQaywxriYrXarJ9bBnQlqpQHB69F5l01Q==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3238
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3239
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
3240
|
+
Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
3241
|
+
|
3242
|
+
|
3243
|
+
Started GET "/assets/metova/application-d32bb31f2a071bfa9a4dd8cfe01e8986.css?body=1" for 127.0.0.1 at 2015-01-15 15:08:33 -0600
|
3244
|
+
|
3245
|
+
|
3246
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:08:33 -0600
|
3247
|
+
|
3248
|
+
|
3249
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:08:33 -0600
|
3250
|
+
|
3251
|
+
|
3252
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:08:33 -0600
|
3253
|
+
|
3254
|
+
|
3255
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:29:38 -0600
|
3256
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3257
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"c0wprVNicdpaFSYVKoiGoDc2rR+/nW0uq0RbTSBpy/OPupCHbjBL3IYXBCqIMx1trfvHV7uu/eqhrzEBig2tTA==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3258
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3259
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.8ms)
|
3260
|
+
Completed 200 OK in 28ms (Views: 21.1ms | ActiveRecord: 0.0ms)
|
3261
|
+
|
3262
|
+
|
3263
|
+
Started GET "/assets/metova/application-d32bb31f2a071bfa9a4dd8cfe01e8986.css?body=1" for 127.0.0.1 at 2015-01-15 15:29:38 -0600
|
3264
|
+
|
3265
|
+
|
3266
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:29:38 -0600
|
3267
|
+
|
3268
|
+
|
3269
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:29:38 -0600
|
3270
|
+
|
3271
|
+
|
3272
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:29:38 -0600
|
3273
|
+
|
3274
|
+
|
3275
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:30:38 -0600
|
3276
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3277
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"c0wprVNicdpaFSYVKoiGoDc2rR+/nW0uq0RbTSBpy/OPupCHbjBL3IYXBCqIMx1trfvHV7uu/eqhrzEBig2tTA==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3278
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3279
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
3280
|
+
Completed 200 OK in 16ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
3281
|
+
|
3282
|
+
|
3283
|
+
Started GET "/assets/metova/application-d32bb31f2a071bfa9a4dd8cfe01e8986.css?body=1" for 127.0.0.1 at 2015-01-15 15:30:38 -0600
|
3284
|
+
|
3285
|
+
|
3286
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:30:38 -0600
|
3287
|
+
|
3288
|
+
|
3289
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:30:38 -0600
|
3290
|
+
|
3291
|
+
|
3292
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:30:38 -0600
|
3293
|
+
|
3294
|
+
|
3295
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:30:40 -0600
|
3296
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3297
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3UoxYFifaLEImE4N7QBtf+t17bGMI+6E2uN/yuhPM5khvIhKZc1St9SabDJPu/aycbiH+YgQfkDQCBWGQitVJg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3298
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3299
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms)
|
3300
|
+
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.0ms)
|
3301
|
+
|
3302
|
+
|
3303
|
+
Started GET "/assets/metova/application-d32bb31f2a071bfa9a4dd8cfe01e8986.css?body=1" for 127.0.0.1 at 2015-01-15 15:30:40 -0600
|
3304
|
+
|
3305
|
+
|
3306
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:30:40 -0600
|
3307
|
+
|
3308
|
+
|
3309
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:30:40 -0600
|
3310
|
+
|
3311
|
+
|
3312
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:30:40 -0600
|
3313
|
+
|
3314
|
+
|
3315
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:34:17 -0600
|
3316
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3317
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SMGcecxd5W3VlJiVYVixJ4B1cluA23r2brwiDCbCude0NyVT8Q/fawmWuqrD4yrqGrgYE4To6jJkV0hAjKbfaA==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3318
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3319
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
3320
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.5ms)
|
3321
|
+
Completed 200 OK in 20ms (Views: 14.2ms | ActiveRecord: 0.0ms)
|
3322
|
+
|
3323
|
+
|
3324
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:34:17 -0600
|
3325
|
+
|
3326
|
+
|
3327
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:37:02 -0600
|
3328
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3329
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+CAJ0zx+e2PggbDOBWK5pesUzOeZZZ7o49Box4vCnuIE1rD5ASxBZTyDkvGn2SJocdmmr51WDizpOwKLIab4XQ==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3330
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3331
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
3332
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3333
|
+
Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 0.0ms)
|
3334
|
+
|
3335
|
+
|
3336
|
+
Started GET "/assets/metova/application-7ed9e1e8fcbbdea119a299599200ca6b.css?body=1" for 127.0.0.1 at 2015-01-15 15:37:02 -0600
|
3337
|
+
|
3338
|
+
|
3339
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:37:02 -0600
|
3340
|
+
|
3341
|
+
|
3342
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:37:14 -0600
|
3343
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3344
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zEtdXCpHtV9U9Ro5loPLfZ+T9Prl8rjvWLSY6eMf+3gwveR2FxWPWYj3OAY0OFCwBV6esuHBKCtSX/KlSXudxw==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3345
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.2ms)
|
3346
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.7ms)
|
3347
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3348
|
+
Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.0ms)
|
3349
|
+
|
3350
|
+
|
3351
|
+
Started GET "/assets/metova/application-6663f8bb71cbc024db357ba6c4b3f888.css?body=1" for 127.0.0.1 at 2015-01-15 15:37:14 -0600
|
3352
|
+
|
3353
|
+
|
3354
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:37:14 -0600
|
3355
|
+
|
3356
|
+
|
3357
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:37:54 -0600
|
3358
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3359
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zEtdXCpHtV9U9Ro5loPLfZ+T9Prl8rjvWLSY6eMf+3gwveR2FxWPWYj3OAY0OFCwBV6esuHBKCtSX/KlSXudxw==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3360
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms)
|
3361
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.2ms)
|
3362
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3363
|
+
Completed 200 OK in 21ms (Views: 17.8ms | ActiveRecord: 0.0ms)
|
3364
|
+
|
3365
|
+
|
3366
|
+
Started GET "/assets/metova/application-025be760fb5ef0934916f69994f3ece6.css?body=1" for 127.0.0.1 at 2015-01-15 15:37:54 -0600
|
3367
|
+
|
3368
|
+
|
3369
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:37:54 -0600
|
3370
|
+
|
3371
|
+
|
3372
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:37:54 -0600
|
3373
|
+
|
3374
|
+
|
3375
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:37:54 -0600
|
3376
|
+
|
3377
|
+
|
3378
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:38:01 -0600
|
3379
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3380
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Zx6c/wIopc65CSi8GTVPDEWKcbuQBc484on7QU50h5ub6CXVP3qfyGULCoO7jtTB30cb85Q2XvjoYpEN5BDhJA==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3381
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3382
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
3383
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3384
|
+
Completed 200 OK in 21ms (Views: 17.7ms | ActiveRecord: 0.0ms)
|
3385
|
+
|
3386
|
+
|
3387
|
+
Started GET "/assets/metova/application-dea1704e4b79c013afa01004e67c4dd3.css?body=1" for 127.0.0.1 at 2015-01-15 15:38:01 -0600
|
3388
|
+
|
3389
|
+
|
3390
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:38:01 -0600
|
3391
|
+
|
3392
|
+
|
3393
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:38:01 -0600
|
3394
|
+
|
3395
|
+
|
3396
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:38:01 -0600
|
3397
|
+
|
3398
|
+
|
3399
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:38:19 -0600
|
3400
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3401
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qkI/wAmRtZOujAlAu1/T2EqHoH2AMZ3Tj+VCrv4vnXlWtIbqNMOPlXKOK38Z5EgV0ErKNYQCDReFDijiVEv7xg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3402
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3403
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.5ms)
|
3404
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3405
|
+
Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 0.0ms)
|
3406
|
+
|
3407
|
+
|
3408
|
+
Started GET "/assets/metova/application-c51c8b133e5d1d99864c9a0b107ab1c1.css?body=1" for 127.0.0.1 at 2015-01-15 15:38:19 -0600
|
3409
|
+
|
3410
|
+
|
3411
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:38:19 -0600
|
3412
|
+
|
3413
|
+
|
3414
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:38:19 -0600
|
3415
|
+
|
3416
|
+
|
3417
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:38:19 -0600
|
3418
|
+
|
3419
|
+
|
3420
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:38:23 -0600
|
3421
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3422
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3423
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3424
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
3425
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3426
|
+
Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.0ms)
|
3427
|
+
|
3428
|
+
|
3429
|
+
Started GET "/assets/metova/application-fbd1962a77f5f20241fada7710a71872.css?body=1" for 127.0.0.1 at 2015-01-15 15:38:23 -0600
|
3430
|
+
|
3431
|
+
|
3432
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:38:23 -0600
|
3433
|
+
|
3434
|
+
|
3435
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:38:23 -0600
|
3436
|
+
|
3437
|
+
|
3438
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:38:23 -0600
|
3439
|
+
|
3440
|
+
|
3441
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:38:30 -0600
|
3442
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3443
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3444
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3445
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
3446
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3447
|
+
Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.0ms)
|
3448
|
+
|
3449
|
+
|
3450
|
+
Started GET "/assets/metova/application-aa4a8d07f3da4e8468df6800bc1631cc.css?body=1" for 127.0.0.1 at 2015-01-15 15:38:30 -0600
|
3451
|
+
|
3452
|
+
|
3453
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:38:30 -0600
|
3454
|
+
|
3455
|
+
|
3456
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:38:30 -0600
|
3457
|
+
|
3458
|
+
|
3459
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:38:30 -0600
|
3460
|
+
|
3461
|
+
|
3462
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:38:35 -0600
|
3463
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3464
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3465
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3466
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
3467
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3468
|
+
Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.0ms)
|
3469
|
+
|
3470
|
+
|
3471
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:38:35 -0600
|
3472
|
+
|
3473
|
+
|
3474
|
+
Started GET "/assets/metova/application-fb2846e73bfdacb1c4b5781fced7da7b.css?body=1" for 127.0.0.1 at 2015-01-15 15:38:35 -0600
|
3475
|
+
|
3476
|
+
|
3477
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:38:35 -0600
|
3478
|
+
|
3479
|
+
|
3480
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:38:35 -0600
|
3481
|
+
|
3482
|
+
|
3483
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:38:41 -0600
|
3484
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3485
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3486
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3487
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.2ms)
|
3488
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3489
|
+
Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.0ms)
|
3490
|
+
|
3491
|
+
|
3492
|
+
Started GET "/assets/metova/application-87bf7d8c728d21ca94272e1d63712bb5.css?body=1" for 127.0.0.1 at 2015-01-15 15:38:41 -0600
|
3493
|
+
|
3494
|
+
|
3495
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:38:41 -0600
|
3496
|
+
|
3497
|
+
|
3498
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:38:41 -0600
|
3499
|
+
|
3500
|
+
|
3501
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:38:42 -0600
|
3502
|
+
|
3503
|
+
|
3504
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:38:59 -0600
|
3505
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3506
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3507
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms)
|
3508
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.2ms)
|
3509
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3510
|
+
Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.0ms)
|
3511
|
+
|
3512
|
+
|
3513
|
+
Started GET "/assets/metova/application-2fc2518088133e8aec84926d693873dc.css?body=1" for 127.0.0.1 at 2015-01-15 15:38:59 -0600
|
3514
|
+
|
3515
|
+
|
3516
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:38:59 -0600
|
3517
|
+
|
3518
|
+
|
3519
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:38:59 -0600
|
3520
|
+
|
3521
|
+
|
3522
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:38:59 -0600
|
3523
|
+
|
3524
|
+
|
3525
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:39:04 -0600
|
3526
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3527
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3528
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3529
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
3530
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3531
|
+
Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.0ms)
|
3532
|
+
|
3533
|
+
|
3534
|
+
Started GET "/assets/metova/application-4ec94489b4680bcb1192698c70498162.css?body=1" for 127.0.0.1 at 2015-01-15 15:39:04 -0600
|
3535
|
+
|
3536
|
+
|
3537
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:39:04 -0600
|
3538
|
+
|
3539
|
+
|
3540
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:39:04 -0600
|
3541
|
+
|
3542
|
+
|
3543
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:39:04 -0600
|
3544
|
+
|
3545
|
+
|
3546
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:39:12 -0600
|
3547
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3548
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3549
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3550
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.7ms)
|
3551
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3552
|
+
Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.0ms)
|
3553
|
+
|
3554
|
+
|
3555
|
+
Started GET "/assets/metova/application-826ccc1e5f26bae4078a33cbc31ac3ae.css?body=1" for 127.0.0.1 at 2015-01-15 15:39:12 -0600
|
3556
|
+
|
3557
|
+
|
3558
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:39:12 -0600
|
3559
|
+
|
3560
|
+
|
3561
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:39:12 -0600
|
3562
|
+
|
3563
|
+
|
3564
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:39:12 -0600
|
3565
|
+
|
3566
|
+
|
3567
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:39:22 -0600
|
3568
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3569
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3570
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3571
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.5ms)
|
3572
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3573
|
+
Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.0ms)
|
3574
|
+
|
3575
|
+
|
3576
|
+
Started GET "/assets/metova/application-fa5714bda30bc85a39ef95d6c13a5929.css?body=1" for 127.0.0.1 at 2015-01-15 15:39:22 -0600
|
3577
|
+
|
3578
|
+
|
3579
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:39:22 -0600
|
3580
|
+
|
3581
|
+
|
3582
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:39:22 -0600
|
3583
|
+
|
3584
|
+
|
3585
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:39:22 -0600
|
3586
|
+
|
3587
|
+
|
3588
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:39:34 -0600
|
3589
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3590
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3591
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3592
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.6ms)
|
3593
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3594
|
+
Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.0ms)
|
3595
|
+
|
3596
|
+
|
3597
|
+
Started GET "/assets/metova/application-946d3a2b2e6d5913d9173266bf851f96.css?body=1" for 127.0.0.1 at 2015-01-15 15:39:34 -0600
|
3598
|
+
|
3599
|
+
|
3600
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:39:34 -0600
|
3601
|
+
|
3602
|
+
|
3603
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:39:34 -0600
|
3604
|
+
|
3605
|
+
|
3606
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:39:34 -0600
|
3607
|
+
|
3608
|
+
|
3609
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:39:39 -0600
|
3610
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3611
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3612
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3613
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.3ms)
|
3614
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3615
|
+
Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.0ms)
|
3616
|
+
|
3617
|
+
|
3618
|
+
Started GET "/assets/metova/application-65bea2e1f8302fdec04f6caed3f3c7a7.css?body=1" for 127.0.0.1 at 2015-01-15 15:39:39 -0600
|
3619
|
+
|
3620
|
+
|
3621
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:39:39 -0600
|
3622
|
+
|
3623
|
+
|
3624
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:39:39 -0600
|
3625
|
+
|
3626
|
+
|
3627
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:39:39 -0600
|
3628
|
+
|
3629
|
+
|
3630
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:39:51 -0600
|
3631
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3632
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"49kB3uiPg3AOArPUkFS0yyrxdtY1+3Yaq16IX9vjin0fL7j01d25dtIAkesy7y8GsDwcnjHI5t6hteITcYfswg==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3633
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms)
|
3634
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.4ms)
|
3635
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3636
|
+
Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.0ms)
|
3637
|
+
|
3638
|
+
|
3639
|
+
Started GET "/assets/metova/application-98d522320ef2c4d9076592f4c70a6d88.css?body=1" for 127.0.0.1 at 2015-01-15 15:39:51 -0600
|
3640
|
+
|
3641
|
+
|
3642
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:39:51 -0600
|
3643
|
+
|
3644
|
+
|
3645
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:39:51 -0600
|
3646
|
+
|
3647
|
+
|
3648
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:39:51 -0600
|
3649
|
+
|
3650
|
+
|
3651
|
+
Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:40:02 -0600
|
3652
|
+
Processing by Metova::FeedbacksController#create as HTML
|
3653
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4+ue2auGvrf8gtvICAqBAO/Bwrvd4ETe2ovrtivEkXcfHSfzltSEsSCA+feqsRrNdQyo89nT1BrQYIH6gaD3yA==", "feedback"=>{"type"=>"0", "body"=>""}, "commit"=>"Submit"}
|
3654
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms)
|
3655
|
+
Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.3ms)
|
3656
|
+
Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms)
|
3657
|
+
Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 0.0ms)
|
3658
|
+
|
3659
|
+
|
3660
|
+
Started GET "/assets/metova/feedbacks" for 127.0.0.1 at 2015-01-15 15:40:02 -0600
|
3661
|
+
|
3662
|
+
|
3663
|
+
Started GET "/assets/metova/normalize" for 127.0.0.1 at 2015-01-15 15:40:02 -0600
|
3664
|
+
|
3665
|
+
|
3666
|
+
Started GET "/assets/metova/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for 127.0.0.1 at 2015-01-15 15:40:02 -0600
|