headhunter 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +28 -3
- data/lib/headhunter.rb +11 -5
- data/lib/headhunter/css_hunter.rb +4 -3
- data/lib/headhunter/css_validator.rb +21 -15
- data/lib/headhunter/engine.rb +11 -0
- data/lib/headhunter/html_validator.rb +8 -6
- data/lib/headhunter/rails.rb +10 -12
- data/lib/headhunter/runner.rb +1 -1
- data/lib/headhunter/version.rb +1 -1
- data/lib/tasks/headhunter_tasks.rake +4 -0
- data/lib/tidy/{tidy → tidy2} +0 -0
- data/spec/dummy/Gemfile +9 -0
- data/spec/dummy/Gemfile.lock +178 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +13 -0
- data/spec/dummy/app/assets/javascripts/application.js +13 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/assets/stylesheets/scaffold.css +56 -0
- data/spec/dummy/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/app/controllers/posts_controller.rb +5 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/posts/index.html.erb +21 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +26 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +26 -0
- data/spec/dummy/config/environments/production.rb +80 -0
- data/spec/dummy/config/environments/test.rb +36 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +12 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/routes.rb +58 -0
- data/spec/dummy/log/development.log +247 -0
- data/spec/dummy/log/test.log +452 -0
- data/spec/dummy/public/404.html +58 -0
- data/spec/dummy/public/422.html +58 -0
- data/spec/dummy/public/500.html +57 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/spec/features/bla_spec.rb +9 -0
- data/spec/dummy/spec/spec_helper.rb +16 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/416150dc3ac35079c94273cc46e90aa6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/5384ad85f52d3272dbc64d46ef3876a4 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/files/css_hunter/valid.html +15 -0
- data/spec/files/css_validator/invalid.css +42 -0
- data/spec/files/css_validator/invalid_response.xml +40 -0
- data/spec/files/css_validator/valid.css +39 -0
- data/spec/files/css_validator/valid_response.xml +23 -0
- data/spec/files/html_validator/invalid.html +15 -0
- data/spec/files/html_validator/invalid_response.txt +1 -0
- data/spec/files/html_validator/valid.html +15 -0
- data/spec/files/html_validator/valid_response.txt +0 -0
- data/spec/files/html_with_srcset.html +14 -0
- data/spec/files/html_without_srcset.html +14 -0
- data/spec/files/invalid2.html +16 -0
- data/spec/files/valid-1.css +31 -0
- data/spec/files/valid-2.css +42 -0
- data/spec/files/valid-3.css +48 -0
- data/spec/files/valid.html5 +14 -0
- data/spec/files/valid_with_cache_busters.html +16 -0
- data/spec/files/valid_without_cache_busters.html +16 -0
- data/spec/lib/headhunter/css_hunter_spec.rb +83 -0
- data/spec/lib/headhunter/css_validator_spec.rb +196 -0
- data/spec/lib/headhunter/html_validator_spec.rb +143 -0
- data/spec/spec_helper.rb +25 -0
- metadata +193 -86
- data/Gemfile +0 -4
- data/Gemfile.lock +0 -78
- data/README.md +0 -78
- data/docs/headhunter.png +0 -0
- data/docs/money.png +0 -0
- data/docs/screenshot.png +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
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 your secret_key_base is kept private
|
|
11
|
+
# if you're sharing your code publicly.
|
|
12
|
+
Dummy::Application.config.secret_key_base = '880a92009a37a92348e0dedda6aeaeb48dd70f425cdd17aae945f6791cca882da48a913af31e918a59ff712753858617c44e4e531164c439ffda821cb460c682'
|
|
@@ -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,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,58 @@
|
|
|
1
|
+
Rails.application.routes.draw do
|
|
2
|
+
resources :posts, only: :index
|
|
3
|
+
|
|
4
|
+
# The priority is based upon order of creation: first created -> highest priority.
|
|
5
|
+
# See how all your routes lay out with "rake routes".
|
|
6
|
+
|
|
7
|
+
# You can have the root of your site routed with "root"
|
|
8
|
+
# root 'welcome#index'
|
|
9
|
+
|
|
10
|
+
# Example of regular route:
|
|
11
|
+
# get 'products/:id' => 'catalog#view'
|
|
12
|
+
|
|
13
|
+
# Example of named route that can be invoked with purchase_url(id: product.id)
|
|
14
|
+
# get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
|
|
15
|
+
|
|
16
|
+
# Example resource route (maps HTTP verbs to controller actions automatically):
|
|
17
|
+
# resources :products
|
|
18
|
+
|
|
19
|
+
# Example resource route with options:
|
|
20
|
+
# resources :products do
|
|
21
|
+
# member do
|
|
22
|
+
# get 'short'
|
|
23
|
+
# post 'toggle'
|
|
24
|
+
# end
|
|
25
|
+
#
|
|
26
|
+
# collection do
|
|
27
|
+
# get 'sold'
|
|
28
|
+
# end
|
|
29
|
+
# end
|
|
30
|
+
|
|
31
|
+
# Example resource route with sub-resources:
|
|
32
|
+
# resources :products do
|
|
33
|
+
# resources :comments, :sales
|
|
34
|
+
# resource :seller
|
|
35
|
+
# end
|
|
36
|
+
|
|
37
|
+
# Example resource route with more complex sub-resources:
|
|
38
|
+
# resources :products do
|
|
39
|
+
# resources :comments
|
|
40
|
+
# resources :sales do
|
|
41
|
+
# get 'recent', on: :collection
|
|
42
|
+
# end
|
|
43
|
+
# end
|
|
44
|
+
|
|
45
|
+
# Example resource route with concerns:
|
|
46
|
+
# concern :toggleable do
|
|
47
|
+
# post 'toggle'
|
|
48
|
+
# end
|
|
49
|
+
# resources :posts, concerns: :toggleable
|
|
50
|
+
# resources :photos, concerns: :toggleable
|
|
51
|
+
|
|
52
|
+
# Example resource route within a namespace:
|
|
53
|
+
# namespace :admin do
|
|
54
|
+
# # Directs /admin/products/* to Admin::ProductsController
|
|
55
|
+
# # (app/controllers/admin/products_controller.rb)
|
|
56
|
+
# resources :products
|
|
57
|
+
# end
|
|
58
|
+
end
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
2
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
3
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
4
|
+
[1m[36m (2.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
5
|
+
[1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
6
|
+
[1m[36m (0.7ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
7
|
+
[1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
8
|
+
[1m[36m (2.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
9
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10
|
+
[1m[36m (0.7ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
11
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
12
|
+
[1m[36m (2.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
13
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
14
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
15
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
16
|
+
[1m[36m (2.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
17
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
18
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
19
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
Started GET "/" for 127.0.0.1 at 2014-02-20 23:42:20 +0100
|
|
23
|
+
|
|
24
|
+
ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.):
|
|
25
|
+
activerecord (4.0.3) lib/active_record/migration.rb:379:in `check_pending!'
|
|
26
|
+
activerecord (4.0.3) lib/active_record/migration.rb:366:in `call'
|
|
27
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
28
|
+
activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3815378425354529923__call__callbacks'
|
|
29
|
+
activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
|
30
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
31
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
|
32
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
|
33
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
34
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
35
|
+
railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
|
|
36
|
+
railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
|
|
37
|
+
activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
|
38
|
+
activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
|
|
39
|
+
activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
|
|
40
|
+
railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
|
|
41
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
42
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
43
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
44
|
+
activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
|
45
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
46
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
47
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
48
|
+
railties (4.0.3) lib/rails/engine.rb:511:in `call'
|
|
49
|
+
railties (4.0.3) lib/rails/application.rb:97:in `call'
|
|
50
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
51
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
|
52
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
|
53
|
+
/Users/josh/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
|
54
|
+
/Users/josh/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
|
55
|
+
/Users/josh/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
|
59
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
|
60
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
|
61
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.5ms)
|
|
62
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
63
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
64
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
65
|
+
Migrating to CreatePosts (20140220224122)
|
|
66
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
67
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "published" boolean, "created_at" datetime, "updated_at" datetime) [0m
|
|
68
|
+
[1m[35m (0.1ms)[0m CREATE INDEX "index_posts_on_published" ON "posts" ("published")
|
|
69
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140220224122"]]
|
|
70
|
+
[1m[35m (1.1ms)[0m commit transaction
|
|
71
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
Started GET "/" for 127.0.0.1 at 2014-02-20 23:42:57 +0100
|
|
75
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
76
|
+
Processing by Rails::WelcomeController#index as HTML
|
|
77
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/railties-4.0.3/lib/rails/templates/rails/welcome/index.html.erb (1.1ms)
|
|
78
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:43:00 +0100
|
|
82
|
+
Processing by PostsController#index as HTML
|
|
83
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
|
|
84
|
+
Rendered posts/index.html.erb within layouts/application (1.3ms)
|
|
85
|
+
Completed 200 OK in 55ms (Views: 52.7ms | ActiveRecord: 0.1ms)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-20 23:43:01 +0100
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-02-20 23:43:01 +0100
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-20 23:43:01 +0100
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-20 23:43:01 +0100
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-02-20 23:43:01 +0100
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:49:23 +0100
|
|
104
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
105
|
+
Processing by PostsController#index as HTML
|
|
106
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
|
|
107
|
+
Rendered posts/index.html.erb within layouts/application (2.0ms)
|
|
108
|
+
Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.1ms)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-20 23:49:23 +0100
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-02-20 23:49:23 +0100
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-02-20 23:49:23 +0100
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-20 23:49:24 +0100
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-20 23:49:24 +0100
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:49:25 +0100
|
|
127
|
+
Processing by PostsController#index as HTML
|
|
128
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts"[0m
|
|
129
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
130
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-20 23:49:25 +0100
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-02-20 23:49:25 +0100
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-20 23:49:25 +0100
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-20 23:49:25 +0100
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-02-20 23:49:25 +0100
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:50:28 +0100
|
|
149
|
+
Processing by PostsController#index as HTML
|
|
150
|
+
Rendered posts/index.html.erb within layouts/application (1.5ms)
|
|
151
|
+
Completed 500 Internal Server Error in 3ms
|
|
152
|
+
|
|
153
|
+
ActionView::Template::Error (undefined method `each' for nil:NilClass):
|
|
154
|
+
12: </thead>
|
|
155
|
+
13:
|
|
156
|
+
14: <tbody>
|
|
157
|
+
15: <% @posts.each do |post| %>
|
|
158
|
+
16: <tr>
|
|
159
|
+
17: <td><%= post.title %></td>
|
|
160
|
+
18: <td><%= post.published %></td>
|
|
161
|
+
app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb__1296372901846294677_2191384300'
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
|
165
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
|
166
|
+
Rendered /Users/josh/.rvm/gems/ruby-2.0.0-p247@tests/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:52:06 +0100
|
|
170
|
+
Processing by PostsController#index as HTML
|
|
171
|
+
Rendered posts/index.html.erb within layouts/application (0.4ms)
|
|
172
|
+
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-20 23:52:07 +0100
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-20 23:52:07 +0100
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-02-20 23:52:07 +0100
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-02-20 23:52:07 +0100
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-20 23:52:07 +0100
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:53:52 +0100
|
|
191
|
+
Processing by PostsController#index as HTML
|
|
192
|
+
Rendered posts/index.html.erb within layouts/application (0.1ms)
|
|
193
|
+
Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-20 23:53:53 +0100
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-20 23:53:53 +0100
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-20 23:53:53 +0100
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:53:53 +0100
|
|
206
|
+
Processing by PostsController#index as HTML
|
|
207
|
+
Rendered posts/index.html.erb within layouts/application (0.0ms)
|
|
208
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-20 23:53:54 +0100
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-20 23:53:54 +0100
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-20 23:53:54 +0100
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:43:07 +0100
|
|
221
|
+
Processing by PostsController#index as HTML
|
|
222
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
223
|
+
Completed 200 OK in 77ms (Views: 76.9ms)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-21 13:43:08 +0100
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-21 13:43:08 +0100
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-21 13:43:08 +0100
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:43:09 +0100
|
|
236
|
+
Processing by PostsController#index as HTML
|
|
237
|
+
Rendered posts/index.html.erb within layouts/application (0.0ms)
|
|
238
|
+
Completed 200 OK in 3ms (Views: 3.3ms)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-21 13:43:09 +0100
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-21 13:43:09 +0100
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-21 13:43:09 +0100
|
|
@@ -0,0 +1,452 @@
|
|
|
1
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
2
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
3
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
5
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
7
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
8
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
9
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
12
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
13
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
14
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
15
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
16
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
17
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
18
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
19
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
20
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
21
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
22
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
23
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
24
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
25
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
26
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
27
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
28
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
29
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
30
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
32
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
33
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
34
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
35
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
36
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
37
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
38
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
39
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
40
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
41
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
42
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
43
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
44
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
46
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
47
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
48
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
49
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
50
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
51
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
52
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
53
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
54
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
55
|
+
Processing by PostsController#create as HTML
|
|
56
|
+
Parameters: {"post"=>{"title"=>"MyString"}}
|
|
57
|
+
Completed 500 Internal Server Error in 2ms
|
|
58
|
+
Processing by PostsController#create as HTML
|
|
59
|
+
Parameters: {"post"=>{"title"=>"MyString"}}
|
|
60
|
+
Completed 500 Internal Server Error in 1ms
|
|
61
|
+
Processing by PostsController#create as HTML
|
|
62
|
+
Parameters: {"post"=>{"title"=>"invalid value"}}
|
|
63
|
+
Completed 500 Internal Server Error in 1ms
|
|
64
|
+
Processing by PostsController#create as HTML
|
|
65
|
+
Parameters: {"post"=>{"title"=>"invalid value"}}
|
|
66
|
+
Completed 500 Internal Server Error in 0ms
|
|
67
|
+
Processing by PostsController#new as HTML
|
|
68
|
+
Completed 500 Internal Server Error in 0ms
|
|
69
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:43:35 +0100
|
|
70
|
+
Processing by PostsController#index as HTML
|
|
71
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT "posts".* FROM "posts"[0m
|
|
72
|
+
SQLite3::SQLException: no such table: posts: SELECT "posts".* FROM "posts"
|
|
73
|
+
Completed 500 Internal Server Error in 30ms
|
|
74
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:43:35 +0100
|
|
75
|
+
Processing by PostsController#index as HTML
|
|
76
|
+
[1m[35mPost Load (0.3ms)[0m SELECT "posts".* FROM "posts"
|
|
77
|
+
SQLite3::SQLException: no such table: posts: SELECT "posts".* FROM "posts"
|
|
78
|
+
Completed 500 Internal Server Error in 3ms
|
|
79
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:47:23 +0100
|
|
80
|
+
Processing by PostsController#index as HTML
|
|
81
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT "posts".* FROM "posts"[0m
|
|
82
|
+
SQLite3::SQLException: no such table: posts: SELECT "posts".* FROM "posts"
|
|
83
|
+
Completed 500 Internal Server Error in 6ms
|
|
84
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:47:23 +0100
|
|
85
|
+
Processing by PostsController#index as HTML
|
|
86
|
+
[1m[35mPost Load (0.3ms)[0m SELECT "posts".* FROM "posts"
|
|
87
|
+
SQLite3::SQLException: no such table: posts: SELECT "posts".* FROM "posts"
|
|
88
|
+
Completed 500 Internal Server Error in 2ms
|
|
89
|
+
Processing by PostsController#create as HTML
|
|
90
|
+
Parameters: {"post"=>{"title"=>"MyString"}}
|
|
91
|
+
Completed 500 Internal Server Error in 0ms
|
|
92
|
+
Processing by PostsController#create as HTML
|
|
93
|
+
Parameters: {"post"=>{"title"=>"MyString"}}
|
|
94
|
+
Completed 500 Internal Server Error in 0ms
|
|
95
|
+
Processing by PostsController#create as HTML
|
|
96
|
+
Parameters: {"post"=>{"title"=>"invalid value"}}
|
|
97
|
+
Completed 500 Internal Server Error in 0ms
|
|
98
|
+
Processing by PostsController#create as HTML
|
|
99
|
+
Parameters: {"post"=>{"title"=>"invalid value"}}
|
|
100
|
+
Completed 500 Internal Server Error in 1ms
|
|
101
|
+
Processing by PostsController#new as HTML
|
|
102
|
+
Completed 500 Internal Server Error in 0ms
|
|
103
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:48:59 +0100
|
|
104
|
+
Processing by PostsController#index as HTML
|
|
105
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT "posts".* FROM "posts"[0m
|
|
106
|
+
SQLite3::SQLException: no such table: posts: SELECT "posts".* FROM "posts"
|
|
107
|
+
Rendered posts/index.html.erb within layouts/application (2.9ms)
|
|
108
|
+
Completed 500 Internal Server Error in 8ms
|
|
109
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:52:14 +0100
|
|
110
|
+
Processing by PostsController#index as HTML
|
|
111
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
112
|
+
Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)
|
|
113
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:53:59 +0100
|
|
114
|
+
Processing by PostsController#index as HTML
|
|
115
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
116
|
+
Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
|
117
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:54:59 +0100
|
|
118
|
+
Processing by PostsController#index as HTML
|
|
119
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
120
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
121
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:55:04 +0100
|
|
122
|
+
Processing by PostsController#index as HTML
|
|
123
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
124
|
+
Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
|
125
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:55:09 +0100
|
|
126
|
+
Processing by PostsController#index as HTML
|
|
127
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
128
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
|
129
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:55:25 +0100
|
|
130
|
+
Processing by PostsController#index as HTML
|
|
131
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
132
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
|
133
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:55:46 +0100
|
|
134
|
+
Processing by PostsController#index as HTML
|
|
135
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
136
|
+
Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
|
|
137
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:56:57 +0100
|
|
138
|
+
Processing by PostsController#index as HTML
|
|
139
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
140
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
141
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:59:07 +0100
|
|
142
|
+
Processing by PostsController#index as HTML
|
|
143
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
144
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
|
145
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-20 23:59:24 +0100
|
|
146
|
+
Processing by PostsController#index as HTML
|
|
147
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
148
|
+
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
|
|
149
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:08:03 +0100
|
|
150
|
+
Processing by PostsController#index as HTML
|
|
151
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
152
|
+
Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
|
|
153
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:14:10 +0100
|
|
154
|
+
Processing by PostsController#index as HTML
|
|
155
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
156
|
+
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
|
157
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:14:58 +0100
|
|
158
|
+
Processing by PostsController#index as HTML
|
|
159
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
160
|
+
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
|
|
161
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:19:39 +0100
|
|
162
|
+
Processing by PostsController#index as HTML
|
|
163
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
164
|
+
Completed 200 OK in 35ms (Views: 34.9ms | ActiveRecord: 0.0ms)
|
|
165
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:21:50 +0100
|
|
166
|
+
Processing by PostsController#index as HTML
|
|
167
|
+
Rendered posts/index.html.erb within layouts/application (1.2ms)
|
|
168
|
+
Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
|
|
169
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:22:22 +0100
|
|
170
|
+
Processing by PostsController#index as HTML
|
|
171
|
+
Rendered posts/index.html.erb within layouts/application (1.2ms)
|
|
172
|
+
Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
|
|
173
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:22:58 +0100
|
|
174
|
+
Processing by PostsController#index as HTML
|
|
175
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
176
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
|
177
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:24:05 +0100
|
|
178
|
+
Processing by PostsController#index as HTML
|
|
179
|
+
Rendered posts/index.html.erb within layouts/application (1.1ms)
|
|
180
|
+
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)
|
|
181
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:24:40 +0100
|
|
182
|
+
Processing by PostsController#index as HTML
|
|
183
|
+
Rendered posts/index.html.erb within layouts/application (1.0ms)
|
|
184
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
|
185
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:25:02 +0100
|
|
186
|
+
Processing by PostsController#index as HTML
|
|
187
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
188
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
|
189
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:27:59 +0100
|
|
190
|
+
Processing by PostsController#index as HTML
|
|
191
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
192
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
|
193
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:29:10 +0100
|
|
194
|
+
Processing by PostsController#index as HTML
|
|
195
|
+
Rendered posts/index.html.erb within layouts/application (1.1ms)
|
|
196
|
+
Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)
|
|
197
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:29:33 +0100
|
|
198
|
+
Processing by PostsController#index as HTML
|
|
199
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
200
|
+
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms)
|
|
201
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:34:19 +0100
|
|
202
|
+
Processing by PostsController#index as HTML
|
|
203
|
+
Rendered posts/index.html.erb within layouts/application (1.1ms)
|
|
204
|
+
Completed 200 OK in 17ms (Views: 16.6ms)
|
|
205
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:36:02 +0100
|
|
206
|
+
Processing by PostsController#index as HTML
|
|
207
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
208
|
+
Completed 200 OK in 11ms (Views: 11.2ms)
|
|
209
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:36:18 +0100
|
|
210
|
+
Processing by PostsController#index as HTML
|
|
211
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
212
|
+
Completed 200 OK in 12ms (Views: 11.4ms)
|
|
213
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:37:43 +0100
|
|
214
|
+
Processing by PostsController#index as HTML
|
|
215
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
216
|
+
Completed 200 OK in 12ms (Views: 11.3ms)
|
|
217
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:39:21 +0100
|
|
218
|
+
Processing by PostsController#index as HTML
|
|
219
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
220
|
+
Completed 200 OK in 12ms (Views: 11.6ms)
|
|
221
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:39:54 +0100
|
|
222
|
+
Processing by PostsController#index as HTML
|
|
223
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
224
|
+
Completed 200 OK in 11ms (Views: 10.8ms)
|
|
225
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:40:44 +0100
|
|
226
|
+
Processing by PostsController#index as HTML
|
|
227
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
228
|
+
Completed 200 OK in 11ms (Views: 11.1ms)
|
|
229
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:40:54 +0100
|
|
230
|
+
Processing by PostsController#index as HTML
|
|
231
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
232
|
+
Completed 200 OK in 11ms (Views: 11.2ms)
|
|
233
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:44:06 +0100
|
|
234
|
+
Processing by PostsController#index as HTML
|
|
235
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
236
|
+
Completed 200 OK in 11ms (Views: 10.9ms)
|
|
237
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:45:46 +0100
|
|
238
|
+
Processing by PostsController#index as HTML
|
|
239
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
240
|
+
Completed 200 OK in 11ms (Views: 11.1ms)
|
|
241
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:48:40 +0100
|
|
242
|
+
Processing by PostsController#index as HTML
|
|
243
|
+
Rendered posts/index.html.erb within layouts/application (1.1ms)
|
|
244
|
+
Completed 200 OK in 18ms (Views: 17.4ms)
|
|
245
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:49:13 +0100
|
|
246
|
+
Processing by PostsController#index as HTML
|
|
247
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
248
|
+
Completed 200 OK in 13ms (Views: 12.4ms)
|
|
249
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:50:16 +0100
|
|
250
|
+
Processing by PostsController#index as HTML
|
|
251
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
252
|
+
Completed 200 OK in 11ms (Views: 10.9ms)
|
|
253
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 00:58:03 +0100
|
|
254
|
+
Processing by PostsController#index as HTML
|
|
255
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
256
|
+
Completed 200 OK in 13ms (Views: 12.8ms)
|
|
257
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:29:58 +0100
|
|
258
|
+
Processing by PostsController#index as HTML
|
|
259
|
+
Rendered posts/index.html.erb within layouts/application (1.6ms)
|
|
260
|
+
Completed 200 OK in 45ms (Views: 44.3ms)
|
|
261
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:31:41 +0100
|
|
262
|
+
Processing by PostsController#index as HTML
|
|
263
|
+
Rendered posts/index.html.erb within layouts/application (1.4ms)
|
|
264
|
+
Completed 200 OK in 20ms (Views: 19.3ms)
|
|
265
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:35:46 +0100
|
|
266
|
+
Processing by PostsController#index as HTML
|
|
267
|
+
Rendered posts/index.html.erb within layouts/application (1.4ms)
|
|
268
|
+
Completed 200 OK in 18ms (Views: 17.6ms)
|
|
269
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:38:05 +0100
|
|
270
|
+
Processing by PostsController#index as HTML
|
|
271
|
+
Rendered posts/index.html.erb within layouts/application (1.4ms)
|
|
272
|
+
Completed 200 OK in 18ms (Views: 17.4ms)
|
|
273
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:39:52 +0100
|
|
274
|
+
Processing by PostsController#index as HTML
|
|
275
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
276
|
+
Completed 200 OK in 12ms (Views: 11.9ms)
|
|
277
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:48:06 +0100
|
|
278
|
+
Processing by PostsController#index as HTML
|
|
279
|
+
Rendered posts/index.html.erb within layouts/application (1.3ms)
|
|
280
|
+
Completed 200 OK in 16ms (Views: 16.3ms)
|
|
281
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:49:33 +0100
|
|
282
|
+
Processing by PostsController#index as HTML
|
|
283
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
284
|
+
Completed 200 OK in 12ms (Views: 12.0ms)
|
|
285
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:49:34 +0100
|
|
286
|
+
Processing by PostsController#index as HTML
|
|
287
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
288
|
+
Completed 200 OK in 11ms (Views: 11.2ms)
|
|
289
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:50:05 +0100
|
|
290
|
+
Processing by PostsController#index as HTML
|
|
291
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
292
|
+
Completed 200 OK in 13ms (Views: 13.2ms)
|
|
293
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 13:50:06 +0100
|
|
294
|
+
Processing by PostsController#index as HTML
|
|
295
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
296
|
+
Completed 200 OK in 12ms (Views: 12.1ms)
|
|
297
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:00:04 +0100
|
|
298
|
+
Processing by PostsController#index as HTML
|
|
299
|
+
Rendered posts/index.html.erb within layouts/application (1.3ms)
|
|
300
|
+
Completed 200 OK in 11ms (Views: 10.2ms)
|
|
301
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:00:09 +0100
|
|
302
|
+
Processing by PostsController#index as HTML
|
|
303
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
304
|
+
Completed 200 OK in 7ms (Views: 6.3ms)
|
|
305
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:00:46 +0100
|
|
306
|
+
Processing by PostsController#index as HTML
|
|
307
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
308
|
+
Completed 200 OK in 13ms (Views: 12.8ms)
|
|
309
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:05:20 +0100
|
|
310
|
+
Processing by PostsController#index as HTML
|
|
311
|
+
Rendered posts/index.html.erb within layouts/application (1.3ms)
|
|
312
|
+
Completed 200 OK in 19ms (Views: 18.5ms)
|
|
313
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:10:48 +0100
|
|
314
|
+
Processing by PostsController#index as HTML
|
|
315
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
316
|
+
Completed 200 OK in 6ms (Views: 5.5ms)
|
|
317
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:10:52 +0100
|
|
318
|
+
Processing by PostsController#index as HTML
|
|
319
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
320
|
+
Completed 200 OK in 5ms (Views: 5.2ms)
|
|
321
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:10:59 +0100
|
|
322
|
+
Processing by PostsController#index as HTML
|
|
323
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
324
|
+
Completed 200 OK in 12ms (Views: 11.4ms)
|
|
325
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:11:00 +0100
|
|
326
|
+
Processing by PostsController#index as HTML
|
|
327
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
328
|
+
Completed 200 OK in 12ms (Views: 11.6ms)
|
|
329
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:12:57 +0100
|
|
330
|
+
Processing by PostsController#index as HTML
|
|
331
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
332
|
+
Completed 200 OK in 11ms (Views: 11.1ms)
|
|
333
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:16:54 +0100
|
|
334
|
+
Processing by PostsController#index as HTML
|
|
335
|
+
Rendered posts/index.html.erb within layouts/application (1.2ms)
|
|
336
|
+
Completed 200 OK in 17ms (Views: 16.9ms)
|
|
337
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:17:00 +0100
|
|
338
|
+
Processing by PostsController#index as HTML
|
|
339
|
+
Rendered posts/index.html.erb within layouts/application (0.7ms)
|
|
340
|
+
Completed 200 OK in 12ms (Views: 11.4ms)
|
|
341
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:19:03 +0100
|
|
342
|
+
Processing by PostsController#index as HTML
|
|
343
|
+
Rendered posts/index.html.erb within layouts/application (1.2ms)
|
|
344
|
+
Completed 200 OK in 9ms (Views: 8.5ms)
|
|
345
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:19:16 +0100
|
|
346
|
+
Processing by PostsController#index as HTML
|
|
347
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
348
|
+
Completed 200 OK in 13ms (Views: 12.4ms)
|
|
349
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:20:01 +0100
|
|
350
|
+
Processing by PostsController#index as HTML
|
|
351
|
+
Rendered posts/index.html.erb within layouts/application (1.0ms)
|
|
352
|
+
Completed 200 OK in 14ms (Views: 14.1ms)
|
|
353
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:22:06 +0100
|
|
354
|
+
Processing by PostsController#index as HTML
|
|
355
|
+
Rendered posts/index.html.erb within layouts/application (0.8ms)
|
|
356
|
+
Completed 200 OK in 12ms (Views: 12.1ms)
|
|
357
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 14:22:15 +0100
|
|
358
|
+
Processing by PostsController#index as HTML
|
|
359
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
360
|
+
Completed 200 OK in 13ms (Views: 12.6ms)
|
|
361
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:09:49 +0100
|
|
362
|
+
Processing by PostsController#index as HTML
|
|
363
|
+
Rendered posts/index.html.erb within layouts/application (1.2ms)
|
|
364
|
+
Completed 200 OK in 23ms (Views: 22.1ms)
|
|
365
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:14:14 +0100
|
|
366
|
+
Processing by PostsController#index as HTML
|
|
367
|
+
Rendered posts/index.html.erb within layouts/application (1.4ms)
|
|
368
|
+
Completed 200 OK in 18ms (Views: 17.8ms)
|
|
369
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:16:24 +0100
|
|
370
|
+
Processing by PostsController#index as HTML
|
|
371
|
+
Rendered posts/index.html.erb within layouts/application (1.1ms)
|
|
372
|
+
Completed 200 OK in 8ms (Views: 7.9ms)
|
|
373
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:16:51 +0100
|
|
374
|
+
Processing by PostsController#index as HTML
|
|
375
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
376
|
+
Completed 200 OK in 6ms (Views: 6.1ms)
|
|
377
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:18:34 +0100
|
|
378
|
+
Processing by PostsController#index as HTML
|
|
379
|
+
Rendered posts/index.html.erb within layouts/application (1.6ms)
|
|
380
|
+
Completed 200 OK in 9ms (Views: 8.5ms)
|
|
381
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:19:17 +0100
|
|
382
|
+
Processing by PostsController#index as HTML
|
|
383
|
+
Rendered posts/index.html.erb within layouts/application (1.1ms)
|
|
384
|
+
Completed 200 OK in 10ms (Views: 9.3ms)
|
|
385
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:19:49 +0100
|
|
386
|
+
Processing by PostsController#index as HTML
|
|
387
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
388
|
+
Completed 200 OK in 6ms (Views: 6.2ms)
|
|
389
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:20:57 +0100
|
|
390
|
+
Processing by PostsController#index as HTML
|
|
391
|
+
Rendered posts/index.html.erb within layouts/application (1.4ms)
|
|
392
|
+
Completed 200 OK in 9ms (Views: 9.2ms)
|
|
393
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:21:49 +0100
|
|
394
|
+
Processing by PostsController#index as HTML
|
|
395
|
+
Rendered posts/index.html.erb within layouts/application (1.4ms)
|
|
396
|
+
Completed 200 OK in 9ms (Views: 8.8ms)
|
|
397
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:22:41 +0100
|
|
398
|
+
Processing by PostsController#index as HTML
|
|
399
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
400
|
+
Completed 200 OK in 6ms (Views: 6.0ms)
|
|
401
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:23:34 +0100
|
|
402
|
+
Processing by PostsController#index as HTML
|
|
403
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
404
|
+
Completed 200 OK in 6ms (Views: 6.0ms)
|
|
405
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:23:36 +0100
|
|
406
|
+
Processing by PostsController#index as HTML
|
|
407
|
+
Rendered posts/index.html.erb within layouts/application (0.1ms)
|
|
408
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
|
409
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:23:37 +0100
|
|
410
|
+
Processing by PostsController#index as HTML
|
|
411
|
+
Rendered posts/index.html.erb within layouts/application (0.1ms)
|
|
412
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
|
413
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:34:21 +0100
|
|
414
|
+
Processing by PostsController#index as HTML
|
|
415
|
+
Rendered posts/index.html.erb within layouts/application (1.5ms)
|
|
416
|
+
Completed 200 OK in 10ms (Views: 9.6ms)
|
|
417
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:34:24 +0100
|
|
418
|
+
Processing by PostsController#index as HTML
|
|
419
|
+
Rendered posts/index.html.erb within layouts/application (0.1ms)
|
|
420
|
+
Completed 200 OK in 1ms (Views: 0.9ms)
|
|
421
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:34:24 +0100
|
|
422
|
+
Processing by PostsController#index as HTML
|
|
423
|
+
Rendered posts/index.html.erb within layouts/application (0.1ms)
|
|
424
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
|
425
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-21 17:39:38 +0100
|
|
426
|
+
Processing by PostsController#index as HTML
|
|
427
|
+
Rendered posts/index.html.erb within layouts/application (0.9ms)
|
|
428
|
+
Completed 200 OK in 6ms (Views: 6.0ms)
|
|
429
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-22 22:04:33 +0100
|
|
430
|
+
Processing by PostsController#index as HTML
|
|
431
|
+
Rendered posts/index.html.erb within layouts/application (4.5ms)
|
|
432
|
+
Completed 200 OK in 27ms (Views: 25.4ms)
|
|
433
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-23 12:29:29 +0100
|
|
434
|
+
Processing by PostsController#index as HTML
|
|
435
|
+
Rendered posts/index.html.erb within layouts/application (1.4ms)
|
|
436
|
+
Completed 200 OK in 23ms (Views: 22.8ms)
|
|
437
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-23 12:30:42 +0100
|
|
438
|
+
Processing by PostsController#index as HTML
|
|
439
|
+
Rendered posts/index.html.erb within layouts/application (1.0ms)
|
|
440
|
+
Completed 200 OK in 69ms (Views: 68.4ms)
|
|
441
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-23 12:31:26 +0100
|
|
442
|
+
Processing by PostsController#index as HTML
|
|
443
|
+
Rendered posts/index.html.erb within layouts/application (1.0ms)
|
|
444
|
+
Completed 200 OK in 7ms (Views: 6.4ms)
|
|
445
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-23 12:32:52 +0100
|
|
446
|
+
Processing by PostsController#index as HTML
|
|
447
|
+
Rendered posts/index.html.erb within layouts/application (1.0ms)
|
|
448
|
+
Completed 200 OK in 7ms (Views: 6.7ms)
|
|
449
|
+
Started GET "/posts" for 127.0.0.1 at 2014-02-23 12:33:48 +0100
|
|
450
|
+
Processing by PostsController#index as HTML
|
|
451
|
+
Rendered posts/index.html.erb within layouts/application (1.2ms)
|
|
452
|
+
Completed 200 OK in 8ms (Views: 8.2ms)
|