simple_cms 0.9.1
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.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +16 -0
- data/Rakefile +40 -0
- data/app/assets/javascripts/simple_cms/application.js +50 -0
- data/app/controllers/simple_cms/admin_controller.rb +18 -0
- data/app/controllers/simple_cms/pages_controller.rb +43 -0
- data/app/helpers/simple_cms/application_helper.rb +18 -0
- data/app/models/simple_cms/full_page.rb +5 -0
- data/app/models/simple_cms/page.rb +19 -0
- data/app/views/simple_cms/admin/index.html.haml +21 -0
- data/app/views/simple_cms/pages/new.html.haml +6 -0
- data/app/views/simple_cms/pages/show.html.haml +7 -0
- data/config/routes.rb +11 -0
- data/db/migrate/20121226204342_create_pages.rb +14 -0
- data/db/migrate/20121226204357_create_pages_users.rb +8 -0
- data/lib/simple_cms.rb +17 -0
- data/lib/simple_cms/engine.rb +9 -0
- data/lib/simple_cms/version.rb +3 -0
- data/lib/tasks/simple_cms_tasks.rake +4 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +16 -0
- data/test/dummy/app/assets/javascripts/home.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/home.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +24 -0
- data/test/dummy/app/controllers/home_controller.rb +4 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/home_helper.rb +2 -0
- data/test/dummy/app/models/user.rb +5 -0
- data/test/dummy/app/views/home/index.html.haml +14 -0
- data/test/dummy/app/views/home/testpage1.html.haml +5 -0
- data/test/dummy/app/views/home/testpage2.html.haml +5 -0
- data/test/dummy/app/views/layouts/application.html.haml +11 -0
- data/test/dummy/app/views/layouts/test.html.haml +12 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/ckeditor.rb +1 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +8 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20121226220506_create_users.rb +11 -0
- data/test/dummy/db/migrate/20121231200347_create_pages.simple_cms.rb +15 -0
- data/test/dummy/db/migrate/20121231200348_create_pages_users.simple_cms.rb +9 -0
- data/test/dummy/db/production.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +39 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +2052 -0
- data/test/dummy/log/production.log +1184 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/functional/home_controller_test.rb +9 -0
- data/test/dummy/test/unit/helpers/home_helper_test.rb +4 -0
- data/test/dummy/tmp/cache/assets/CAC/6E0/sprockets%2Fd9a11e276ff2206d920247b45ed42763 +0 -0
- data/test/dummy/tmp/cache/assets/CB6/920/sprockets%2Fee3b731239c06345819f291e886e1a5b +0 -0
- data/test/dummy/tmp/cache/assets/CBE/0C0/sprockets%2Ff204d4240f0115ee613c58a3c2305ab3 +0 -0
- data/test/dummy/tmp/cache/assets/CC0/7C0/sprockets%2F3046142d3807240a88a3cfe0aaa406d0 +0 -0
- data/test/dummy/tmp/cache/assets/CD7/370/sprockets%2F237f12c0c6a74cb4408df6d01745a496 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/380/sprockets%2F8920be2f89cb185140dc36445a08fb46 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/CE4/1D0/sprockets%2F971e9862da7e40cba952e1a338c15376 +0 -0
- data/test/dummy/tmp/cache/assets/CF1/930/sprockets%2F51613088fe21c29ad91c8a979fc07e97 +0 -0
- data/test/dummy/tmp/cache/assets/CF5/B70/sprockets%2Fd960f9c8f584ae433968814d547a6a3b +0 -0
- data/test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683 +0 -0
- data/test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c +0 -0
- data/test/dummy/tmp/cache/assets/D10/E40/sprockets%2F657b7d2ac3d349ba1684c59b18c1177c +0 -0
- data/test/dummy/tmp/cache/assets/D1D/F60/sprockets%2F722bc0df223c1d4c315d11dd6f01e413 +0 -0
- data/test/dummy/tmp/cache/assets/D1F/4F0/sprockets%2F618b393c49c8fd17a89973d35d1ca38a +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/6C0/sprockets%2F2153b85bb6236d94be6db0b3e5896ae0 +0 -0
- data/test/dummy/tmp/cache/assets/D46/380/sprockets%2F7e8f167e2ba71691fdb43e64d25be273 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D58/AD0/sprockets%2Ff86ec467199efcec75ba7044ae993643 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D97/B60/sprockets%2F5f6aa362d7e41f7ed5c61ada501874ac +0 -0
- data/test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0 +0 -0
- data/test/dummy/tmp/cache/assets/DA0/A60/sprockets%2Fde73d6f265c4b7e140d75555d1adeba9 +0 -0
- data/test/dummy/tmp/cache/assets/DA7/590/sprockets%2F8ab7e560d0eecf92a49eb3ed80f16179 +0 -0
- data/test/dummy/tmp/cache/assets/DB4/7E0/sprockets%2F64e4b78befb7674d6af1976b6e33dcb9 +0 -0
- data/test/dummy/tmp/cache/assets/DD7/0C0/sprockets%2F679b9b70a16c95b3b5b4b547aebf8dee +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/990/sprockets%2Fff6e8f1cf1fef1f12833bb837936f3ae +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E7B/EF0/sprockets%2Fd5ad20dca2bab46fbdb434e9edf6cf01 +0 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/simple_cms_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- metadata +270 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
|
2
|
+
|
|
3
|
+
Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
|
|
4
|
+
|
|
5
|
+
# Use the database for sessions instead of the cookie-based default,
|
|
6
|
+
# which shouldn't be used to store highly confidential information
|
|
7
|
+
# (create the session table with "rails generate session_migration")
|
|
8
|
+
# Dummy::Application.config.session_store :active_record_store
|
|
@@ -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]
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
# Disable root element in JSON by default.
|
|
12
|
+
ActiveSupport.on_load(:active_record) do
|
|
13
|
+
self.include_root_in_json = false
|
|
14
|
+
end
|
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# This migration comes from simple_cms (originally 20121226204342)
|
|
2
|
+
class CreatePages < ActiveRecord::Migration
|
|
3
|
+
def change
|
|
4
|
+
create_table :simple_cms_pages do |t|
|
|
5
|
+
t.string :name
|
|
6
|
+
t.string :title
|
|
7
|
+
t.text :content
|
|
8
|
+
t.string :url
|
|
9
|
+
|
|
10
|
+
t.string :type
|
|
11
|
+
|
|
12
|
+
t.timestamps
|
|
13
|
+
end
|
|
14
|
+
end
|
|
15
|
+
end
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# This migration comes from simple_cms (originally 20121226204357)
|
|
2
|
+
class CreatePagesUsers < ActiveRecord::Migration
|
|
3
|
+
def change
|
|
4
|
+
create_table :pages_users, :id => false do |t|
|
|
5
|
+
t.integer :page_id, :null => false
|
|
6
|
+
t.integer :user_id, :null => false
|
|
7
|
+
end
|
|
8
|
+
end
|
|
9
|
+
end
|
|
Binary file
|
|
@@ -0,0 +1,39 @@
|
|
|
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 to check this file into your version control system.
|
|
13
|
+
|
|
14
|
+
ActiveRecord::Schema.define(:version => 20121231200348) do
|
|
15
|
+
|
|
16
|
+
create_table "pages_users", :id => false, :force => true do |t|
|
|
17
|
+
t.integer "page_id", :null => false
|
|
18
|
+
t.integer "user_id", :null => false
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
create_table "simple_cms_pages", :force => true do |t|
|
|
22
|
+
t.string "name"
|
|
23
|
+
t.string "title"
|
|
24
|
+
t.text "content"
|
|
25
|
+
t.string "url"
|
|
26
|
+
t.string "type"
|
|
27
|
+
t.datetime "created_at", :null => false
|
|
28
|
+
t.datetime "updated_at", :null => false
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
create_table "users", :force => true do |t|
|
|
32
|
+
t.string "name"
|
|
33
|
+
t.string "email"
|
|
34
|
+
t.boolean "admin", :default => false, :null => false
|
|
35
|
+
t.datetime "created_at", :null => false
|
|
36
|
+
t.datetime "updated_at", :null => false
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
end
|
|
File without changes
|
|
@@ -0,0 +1,2052 @@
|
|
|
1
|
+
Connecting to database specified by database.yml
|
|
2
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
3
|
+
[1m[35m (2.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
4
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
5
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
6
|
+
Migrating to CreateUsers (20121226220506)
|
|
7
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
8
|
+
[1m[35m (0.5ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "admin" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
|
9
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121226220506')[0m
|
|
10
|
+
[1m[35m (0.6ms)[0m commit transaction
|
|
11
|
+
Migrating to CreatePages (20121231200347)
|
|
12
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
13
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "simple_cms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "title" varchar(255), "content" text, "url" varchar(255), "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
|
14
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121231200347')[0m
|
|
15
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
16
|
+
Migrating to CreatePagesUsers (20121231200348)
|
|
17
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
18
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "pages_users" ("page_id" integer NOT NULL, "user_id" integer NOT NULL)
|
|
19
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121231200348')[0m
|
|
20
|
+
[1m[35m (0.5ms)[0m commit transaction
|
|
21
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
25
|
+
Connecting to database specified by database.yml
|
|
26
|
+
Processing by HomeController#index as HTML
|
|
27
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
28
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
29
|
+
[1m[36mSimpleCms::Page Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
30
|
+
[1m[35mSQL (2.0ms)[0m INSERT INTO "simple_cms_pages" ("content", "created_at", "name", "title", "type", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["name", "home_page_title"], ["title", nil], ["type", nil], ["updated_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["url", ""]]
|
|
31
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
32
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
33
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
34
|
+
[1m[35mSimpleCms::Page Exists (0.1ms)[0m SELECT 1 AS one FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
35
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "simple_cms_pages" ("content", "created_at", "name", "title", "type", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["name", "test1"], ["title", nil], ["type", nil], ["updated_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["url", ""]]
|
|
36
|
+
[1m[35m (0.5ms)[0m commit transaction
|
|
37
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
38
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
39
|
+
[1m[36mSimpleCms::Page Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
40
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "simple_cms_pages" ("content", "created_at", "name", "title", "type", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["name", "test2"], ["title", nil], ["type", nil], ["updated_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["url", ""]]
|
|
41
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
42
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
43
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
44
|
+
[1m[35mSimpleCms::Page Exists (0.1ms)[0m SELECT 1 AS one FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
45
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "simple_cms_pages" ("content", "created_at", "name", "title", "type", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["name", "test3"], ["title", nil], ["type", nil], ["updated_at", Mon, 31 Dec 2012 20:05:34 UTC +00:00], ["url", ""]]
|
|
46
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
47
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
48
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
49
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
50
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
51
|
+
Rendered home/index.html.haml within layouts/application (163.4ms)
|
|
52
|
+
Compiled home.css (0ms) (pid 19048)
|
|
53
|
+
Compiled application.css (30ms) (pid 19048)
|
|
54
|
+
Compiled jquery.js (2ms) (pid 19048)
|
|
55
|
+
Compiled jquery_ujs.js (0ms) (pid 19048)
|
|
56
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 19048)
|
|
57
|
+
Compiled simple_cms/application.js (20ms) (pid 19048)
|
|
58
|
+
Compiled home.js (0ms) (pid 19048)
|
|
59
|
+
Compiled application.js (104ms) (pid 19048)
|
|
60
|
+
Completed 200 OK in 368ms (Views: 356.6ms | ActiveRecord: 10.7ms)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
64
|
+
Served asset /application.css - 200 OK (3ms)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
68
|
+
Served asset /home.css - 304 Not Modified (1ms)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
72
|
+
Served asset /jquery.js - 200 OK (4ms)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
76
|
+
Served asset /simple_cms/application.js - 200 OK (9ms)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
80
|
+
Served asset /jquery_ujs.js - 200 OK (1ms)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
84
|
+
Served asset /ckeditor/ckeditor.js - 200 OK (3ms)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
88
|
+
Served asset /home.js - 304 Not Modified (1ms)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:34 -0500
|
|
92
|
+
Served asset /application.js - 200 OK (34ms)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:05:35 -0500
|
|
96
|
+
Compiled ckeditor/config.js (0ms) (pid 19048)
|
|
97
|
+
Served asset /ckeditor/config.js - 200 OK (11ms)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 15:05:35 -0500
|
|
101
|
+
Compiled ckeditor/skins/moono/editor.css (0ms) (pid 19048)
|
|
102
|
+
Served asset /ckeditor/skins/moono/editor.css - 200 OK (11ms)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:05:35 -0500
|
|
106
|
+
Compiled ckeditor/lang/en.js (0ms) (pid 19048)
|
|
107
|
+
Served asset /ckeditor/lang/en.js - 200 OK (11ms)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:05:35 -0500
|
|
111
|
+
Compiled ckeditor/styles.js (0ms) (pid 19048)
|
|
112
|
+
Served asset /ckeditor/styles.js - 200 OK (10ms)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2012-12-31 15:05:36 -0500
|
|
116
|
+
Served asset /ckeditor/skins/moono/icons.png - 200 OK (6ms)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
Started POST "/ckeditor/2" for 127.0.0.1 at 2012-12-31 15:05:44 -0500
|
|
120
|
+
|
|
121
|
+
ActionController::RoutingError (No route matches [POST] "/ckeditor/2"):
|
|
122
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
123
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
124
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
125
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
126
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
127
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
128
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
129
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
130
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
131
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
132
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
133
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
134
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
135
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
136
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
137
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
138
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
139
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
140
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
141
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
148
|
+
Processing by HomeController#index as HTML
|
|
149
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
150
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
151
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
152
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
153
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
154
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
155
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
156
|
+
[1m[35m (1.6ms)[0m commit transaction
|
|
157
|
+
Rendered home/index.html.haml within layouts/application (37.6ms)
|
|
158
|
+
Completed 200 OK in 44ms (Views: 40.7ms | ActiveRecord: 2.6ms)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
162
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
166
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
170
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
174
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
178
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
182
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
186
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
190
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:05:45 -0500
|
|
194
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
198
|
+
Processing by HomeController#index as HTML
|
|
199
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
200
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
201
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
202
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
203
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
204
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
205
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
206
|
+
[1m[35m (1.9ms)[0m commit transaction
|
|
207
|
+
Rendered home/index.html.haml within layouts/application (9.3ms)
|
|
208
|
+
Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 2.8ms)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
212
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
216
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
220
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
224
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
228
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
232
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
236
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
240
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:05:59 -0500
|
|
244
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
Started POST "/ckeditor/2" for 127.0.0.1 at 2012-12-31 15:06:05 -0500
|
|
248
|
+
|
|
249
|
+
ActionController::RoutingError (No route matches [POST] "/ckeditor/2"):
|
|
250
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
251
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
252
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
253
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
254
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
255
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
256
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
257
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
258
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
259
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
260
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
261
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
262
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
263
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
264
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
265
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
266
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
267
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
268
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
269
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:07:35 -0500
|
|
276
|
+
Processing by HomeController#index as HTML
|
|
277
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
278
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
279
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
280
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
281
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
282
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
283
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
284
|
+
[1m[35m (2.0ms)[0m commit transaction
|
|
285
|
+
Rendered home/index.html.haml within layouts/application (60.1ms)
|
|
286
|
+
Compiled simple_cms/application.js (4ms) (pid 19048)
|
|
287
|
+
Compiled application.js (3ms) (pid 19048)
|
|
288
|
+
Completed 200 OK in 116ms (Views: 110.9ms | ActiveRecord: 4.3ms)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
292
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
296
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
300
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
304
|
+
Served asset /simple_cms/application.js - 200 OK (8ms)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
308
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
312
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
316
|
+
Served asset /application.js - 304 Not Modified (9ms)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:07:36 -0500
|
|
320
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:07:39 -0500
|
|
324
|
+
Processing by HomeController#index as HTML
|
|
325
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
326
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
327
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
328
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
329
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
330
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
331
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
332
|
+
[1m[35m (2.1ms)[0m commit transaction
|
|
333
|
+
Rendered home/index.html.haml within layouts/application (9.2ms)
|
|
334
|
+
Completed 200 OK in 15ms (Views: 11.9ms | ActiveRecord: 2.9ms)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
338
|
+
Served asset /jquery.js - 200 OK (0ms)
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
342
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
346
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
350
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
354
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
358
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
362
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
366
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:07:40 -0500
|
|
370
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
Started POST "/simple_cms/2" for 127.0.0.1 at 2012-12-31 15:07:45 -0500
|
|
374
|
+
|
|
375
|
+
ActionController::RoutingError (uninitialized constant SimpleCms::PagesController::Ckeditor):
|
|
376
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:3:in `<class:PagesController>'
|
|
377
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:1:in `<top (required)>'
|
|
378
|
+
activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize'
|
|
379
|
+
activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each'
|
|
380
|
+
activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize'
|
|
381
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
|
|
382
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller'
|
|
383
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:32:in `call'
|
|
384
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
385
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
386
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
387
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
388
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
389
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
390
|
+
rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
|
|
391
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
392
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
393
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
394
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
395
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
396
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
397
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
398
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
399
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
400
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1992652358630913703__call__2671833050241920116__callbacks'
|
|
401
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
402
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
403
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
404
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
405
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
406
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
407
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
408
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
409
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
410
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
411
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
412
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
413
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
414
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
415
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
416
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
417
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
418
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
419
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
420
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
421
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
422
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
423
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
424
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
425
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
426
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:08:02 -0500
|
|
433
|
+
Connecting to database specified by database.yml
|
|
434
|
+
Processing by HomeController#index as HTML
|
|
435
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
436
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
437
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
438
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
439
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
440
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
441
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
442
|
+
[1m[35m (1.8ms)[0m commit transaction
|
|
443
|
+
Rendered home/index.html.haml within layouts/application (135.6ms)
|
|
444
|
+
Completed 200 OK in 184ms (Views: 177.8ms | ActiveRecord: 5.4ms)
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
448
|
+
Served asset /application.css - 304 Not Modified (8ms)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
452
|
+
Served asset /home.css - 304 Not Modified (4ms)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
456
|
+
Served asset /jquery.js - 304 Not Modified (7ms)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
460
|
+
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
464
|
+
Served asset /simple_cms/application.js - 304 Not Modified (8ms)
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
468
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (3ms)
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
472
|
+
Served asset /home.js - 304 Not Modified (2ms)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
476
|
+
Served asset /application.js - 304 Not Modified (28ms)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:08:03 -0500
|
|
480
|
+
Served asset /ckeditor/config.js - 304 Not Modified (3ms)
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
Started POST "/simple_cms/2" for 127.0.0.1 at 2012-12-31 15:08:08 -0500
|
|
484
|
+
|
|
485
|
+
ActionController::RoutingError (uninitialized constant SimpleCms::PagesController::Ckeditor):
|
|
486
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:3:in `<class:PagesController>'
|
|
487
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:1:in `<top (required)>'
|
|
488
|
+
activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize'
|
|
489
|
+
activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each'
|
|
490
|
+
activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize'
|
|
491
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
|
|
492
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller'
|
|
493
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:32:in `call'
|
|
494
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
495
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
496
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
497
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
498
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
499
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
500
|
+
rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
|
|
501
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
502
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
503
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
504
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
505
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
506
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
507
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
508
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
509
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
510
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2141956693059374802__call__811952313890714078__callbacks'
|
|
511
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
512
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
513
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
514
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
515
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
516
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
517
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
518
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
519
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
520
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
521
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
522
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
523
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
524
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
525
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
526
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
527
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
528
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
529
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
530
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
531
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
532
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
533
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
534
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
535
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
536
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
543
|
+
Processing by HomeController#index as HTML
|
|
544
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
545
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
546
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
547
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
548
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
549
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
550
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
551
|
+
[1m[35m (1.9ms)[0m commit transaction
|
|
552
|
+
Rendered home/index.html.haml within layouts/application (50.7ms)
|
|
553
|
+
Completed 200 OK in 57ms (Views: 53.0ms | ActiveRecord: 3.7ms)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
557
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
561
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
565
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
569
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
573
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
577
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
581
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
585
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:10:11 -0500
|
|
589
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
Started POST "/simple_cms/2" for 127.0.0.1 at 2012-12-31 15:10:16 -0500
|
|
593
|
+
Processing by SimpleCms::PagesController#update as */*
|
|
594
|
+
Parameters: {"page"=>{"content"=>"<p>This text block is blank.How about now?</p>\n"}, "id"=>"2"}
|
|
595
|
+
[1m[36mSimpleCms::Page Load (0.3ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."id" = ? LIMIT 1[0m [["id", "2"]]
|
|
596
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
597
|
+
[1m[36mSimpleCms::Page Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "simple_cms_pages" WHERE ("simple_cms_pages"."name" = 'test1' AND "simple_cms_pages"."id" != 2) LIMIT 1[0m
|
|
598
|
+
[1m[35m (0.2ms)[0m UPDATE "simple_cms_pages" SET "content" = '<p>This text block is blank.How about now?</p>
|
|
599
|
+
', "updated_at" = '2012-12-31 20:10:16.292190' WHERE "simple_cms_pages"."id" = 2
|
|
600
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
|
601
|
+
Completed 200 OK in 13ms (ActiveRecord: 2.5ms)
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
605
|
+
Processing by HomeController#index as HTML
|
|
606
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1
|
|
607
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1[0m
|
|
608
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1
|
|
609
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1[0m
|
|
610
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1
|
|
611
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
612
|
+
[1m[35m (0.2ms)[0m INSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)
|
|
613
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
|
614
|
+
Rendered home/index.html.haml within layouts/application (8.7ms)
|
|
615
|
+
Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 2.4ms)
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
619
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
623
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
627
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
631
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
635
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
639
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
643
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
647
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:10:17 -0500
|
|
651
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
Started POST "/simple_cms/2" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
655
|
+
Processing by SimpleCms::PagesController#update as */*
|
|
656
|
+
Parameters: {"page"=>{"content"=>"<p>This text block is blank. How about now? Needs more cowbell...</p>\n"}, "id"=>"2"}
|
|
657
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."id" = ? LIMIT 1 [["id", "2"]]
|
|
658
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
659
|
+
[1m[35mSimpleCms::Page Exists (0.1ms)[0m SELECT 1 AS one FROM "simple_cms_pages" WHERE ("simple_cms_pages"."name" = 'test1' AND "simple_cms_pages"."id" != 2) LIMIT 1
|
|
660
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "simple_cms_pages" SET "content" = '<p>This text block is blank. How about now? Needs more cowbell...</p>
|
|
661
|
+
', "updated_at" = '2012-12-31 20:10:25.017387' WHERE "simple_cms_pages"."id" = 2[0m
|
|
662
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
663
|
+
Completed 200 OK in 5ms (ActiveRecord: 1.3ms)
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
667
|
+
Processing by HomeController#index as HTML
|
|
668
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
669
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
670
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
671
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
672
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
673
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
674
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
675
|
+
[1m[35m (1.7ms)[0m commit transaction
|
|
676
|
+
Rendered home/index.html.haml within layouts/application (9.5ms)
|
|
677
|
+
Completed 200 OK in 16ms (Views: 12.8ms | ActiveRecord: 2.5ms)
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
681
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
685
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
689
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
693
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
697
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
701
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
705
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
709
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:10:25 -0500
|
|
713
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
Started GET "/foobar" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
717
|
+
Processing by SimpleCms::PagesController#show as HTML
|
|
718
|
+
Parameters: {"name"=>"foobar"}
|
|
719
|
+
[1m[36mSimpleCms::FullPage Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1[0m
|
|
720
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/pages/new.html.haml within layouts/test (3.0ms)
|
|
721
|
+
Completed 200 OK in 42ms (Views: 38.4ms | ActiveRecord: 0.2ms)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
Started GET "/foobar" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
725
|
+
Processing by SimpleCms::PagesController#show as HTML
|
|
726
|
+
Parameters: {"name"=>"foobar"}
|
|
727
|
+
[1m[35mSimpleCms::FullPage Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1
|
|
728
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/pages/new.html.haml within layouts/test (1.2ms)
|
|
729
|
+
Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms)
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
733
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
737
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
741
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
745
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
749
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:31 -0500
|
|
753
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:32 -0500
|
|
757
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:32 -0500
|
|
761
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
Started POST "/simple_cms/create" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
765
|
+
Processing by SimpleCms::PagesController#create as HTML
|
|
766
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"E44E5YeoxzuoCUO3aMST+fvThm3nrHPyVZFp/QStukU=", "name"=>"foobar", "commit"=>"Create Page"}
|
|
767
|
+
[1m[36mSimpleCms::FullPage Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1[0m
|
|
768
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
769
|
+
[1m[36mSimpleCms::Page Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'foobar' LIMIT 1[0m
|
|
770
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "simple_cms_pages" ("content", "created_at", "name", "title", "type", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["content", "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."], ["created_at", Mon, 31 Dec 2012 20:10:33 UTC +00:00], ["name", "foobar"], ["title", "Foobar"], ["type", "SimpleCms::FullPage"], ["updated_at", Mon, 31 Dec 2012 20:10:33 UTC +00:00], ["url", nil]]
|
|
771
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
|
772
|
+
Redirected to http://localhost:3000/foobar
|
|
773
|
+
Completed 302 Found in 20ms (ActiveRecord: 2.6ms)
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
Started GET "/foobar" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
777
|
+
Processing by SimpleCms::PagesController#show as HTML
|
|
778
|
+
Parameters: {"name"=>"foobar"}
|
|
779
|
+
[1m[35mSimpleCms::FullPage Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1
|
|
780
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/pages/show.html.haml within layouts/test (4.1ms)
|
|
781
|
+
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
785
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
789
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
793
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
797
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
801
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
805
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
809
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
813
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:10:33 -0500
|
|
817
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
Started POST "/simple_cms/5" for 127.0.0.1 at 2012-12-31 15:10:39 -0500
|
|
821
|
+
Processing by SimpleCms::PagesController#update as */*
|
|
822
|
+
Parameters: {"page"=>{"title"=>"Looking good..."}, "id"=>"5"}
|
|
823
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."id" = ? LIMIT 1[0m [["id", "5"]]
|
|
824
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
825
|
+
[1m[36mSimpleCms::Page Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "simple_cms_pages" WHERE ("simple_cms_pages"."name" = 'foobar' AND "simple_cms_pages"."id" != 5) LIMIT 1[0m
|
|
826
|
+
[1m[35m (0.3ms)[0m UPDATE "simple_cms_pages" SET "title" = 'Looking good...', "updated_at" = '2012-12-31 20:10:39.667465' WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."id" = 5
|
|
827
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
|
828
|
+
Completed 200 OK in 6ms (ActiveRecord: 1.3ms)
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
Started POST "/simple_cms/5" for 127.0.0.1 at 2012-12-31 15:10:45 -0500
|
|
832
|
+
Processing by SimpleCms::PagesController#update as */*
|
|
833
|
+
Parameters: {"page"=>{"content"=>"<p>I like...</p>\n"}, "id"=>"5"}
|
|
834
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."id" = ? LIMIT 1 [["id", "5"]]
|
|
835
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
836
|
+
[1m[35mSimpleCms::Page Exists (0.1ms)[0m SELECT 1 AS one FROM "simple_cms_pages" WHERE ("simple_cms_pages"."name" = 'foobar' AND "simple_cms_pages"."id" != 5) LIMIT 1
|
|
837
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "simple_cms_pages" SET "content" = '<p>I like...</p>
|
|
838
|
+
', "updated_at" = '2012-12-31 20:10:45.523339' WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."id" = 5[0m
|
|
839
|
+
[1m[35m (1.8ms)[0m commit transaction
|
|
840
|
+
Completed 200 OK in 6ms (ActiveRecord: 2.4ms)
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
Started GET "/foobar" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
844
|
+
Processing by SimpleCms::PagesController#show as HTML
|
|
845
|
+
Parameters: {"name"=>"foobar"}
|
|
846
|
+
[1m[36mSimpleCms::FullPage Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1[0m
|
|
847
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/pages/show.html.haml within layouts/test (1.1ms)
|
|
848
|
+
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms)
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
852
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
856
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
860
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
864
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
868
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
872
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
876
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
880
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:10:46 -0500
|
|
884
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
Started GET "/simple_cms/admin" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
888
|
+
Processing by SimpleCms::AdminController#index as HTML
|
|
889
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IS NULL ORDER BY url, name
|
|
890
|
+
[1m[36mSimpleCms::FullPage Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') ORDER BY name[0m
|
|
891
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/admin/index.html.haml within layouts/application (7.5ms)
|
|
892
|
+
Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.4ms)
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
896
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
900
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
904
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
908
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
912
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
916
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
920
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:10:52 -0500
|
|
924
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
Started DELETE "/simple_cms/5" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
928
|
+
Processing by SimpleCms::PagesController#delete as HTML
|
|
929
|
+
Parameters: {"authenticity_token"=>"E44E5YeoxzuoCUO3aMST+fvThm3nrHPyVZFp/QStukU=", "id"=>"5"}
|
|
930
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."id" = ? LIMIT 1 [["id", "5"]]
|
|
931
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
932
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 5
|
|
933
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."id" = ?[0m [["id", 5]]
|
|
934
|
+
[1m[35m (0.5ms)[0m commit transaction
|
|
935
|
+
Redirected to http://localhost:3000/simple_cms/admin
|
|
936
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
Started GET "/simple_cms/admin" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
940
|
+
Processing by SimpleCms::AdminController#index as HTML
|
|
941
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IS NULL ORDER BY url, name[0m
|
|
942
|
+
[1m[35mSimpleCms::FullPage Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') ORDER BY name
|
|
943
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/admin/index.html.haml within layouts/application (3.3ms)
|
|
944
|
+
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.4ms)
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
948
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
952
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
956
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
960
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
964
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
968
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
972
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:00 -0500
|
|
976
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
Started GET "/foobar" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
980
|
+
Processing by SimpleCms::PagesController#show as HTML
|
|
981
|
+
Parameters: {"name"=>"foobar"}
|
|
982
|
+
[1m[36mSimpleCms::FullPage Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1[0m
|
|
983
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/pages/new.html.haml within layouts/test (1.2ms)
|
|
984
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms)
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
Started GET "/foobar" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
988
|
+
Processing by SimpleCms::PagesController#show as HTML
|
|
989
|
+
Parameters: {"name"=>"foobar"}
|
|
990
|
+
[1m[35mSimpleCms::FullPage Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1
|
|
991
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/pages/new.html.haml within layouts/test (1.2ms)
|
|
992
|
+
Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.2ms)
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
996
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
1000
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
1004
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
1008
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
1012
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
1016
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
1020
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:05 -0500
|
|
1024
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
Started POST "/simple_cms/create" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1028
|
+
Processing by SimpleCms::PagesController#create as HTML
|
|
1029
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"E44E5YeoxzuoCUO3aMST+fvThm3nrHPyVZFp/QStukU=", "name"=>"foobar", "commit"=>"Create Page"}
|
|
1030
|
+
[1m[36mSimpleCms::FullPage Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1[0m
|
|
1031
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1032
|
+
[1m[36mSimpleCms::Page Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'foobar' LIMIT 1[0m
|
|
1033
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "simple_cms_pages" ("content", "created_at", "name", "title", "type", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["content", "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."], ["created_at", Mon, 31 Dec 2012 20:11:07 UTC +00:00], ["name", "foobar"], ["title", "Foobar"], ["type", "SimpleCms::FullPage"], ["updated_at", Mon, 31 Dec 2012 20:11:07 UTC +00:00], ["url", nil]]
|
|
1034
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
|
1035
|
+
Redirected to http://localhost:3000/foobar
|
|
1036
|
+
Completed 302 Found in 25ms (ActiveRecord: 2.6ms)
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
Started GET "/foobar" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1040
|
+
Processing by SimpleCms::PagesController#show as HTML
|
|
1041
|
+
Parameters: {"name"=>"foobar"}
|
|
1042
|
+
[1m[35mSimpleCms::FullPage Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."type" IN ('SimpleCms::FullPage') AND "simple_cms_pages"."name" = 'foobar' LIMIT 1
|
|
1043
|
+
Rendered /Users/jeremie/Work/simple_cms/app/views/simple_cms/pages/show.html.haml within layouts/test (1.2ms)
|
|
1044
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms)
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1048
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1052
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1056
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1060
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1064
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1068
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1072
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1076
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1080
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1084
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1088
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (6ms)
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1092
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (3ms)
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 15:11:07 -0500
|
|
1096
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (3ms)
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 16:43:15 -0500
|
|
1100
|
+
Connecting to database specified by database.yml
|
|
1101
|
+
Processing by HomeController#index as HTML
|
|
1102
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1103
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1104
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1105
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1106
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1107
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1108
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1109
|
+
[1m[35m (3.2ms)[0m commit transaction
|
|
1110
|
+
Rendered home/index.html.haml within layouts/application (150.1ms)
|
|
1111
|
+
Compiled home.css (0ms) (pid 24053)
|
|
1112
|
+
Compiled application.css (8ms) (pid 24053)
|
|
1113
|
+
Compiled jquery.js (25ms) (pid 24053)
|
|
1114
|
+
Compiled jquery_ujs.js (0ms) (pid 24053)
|
|
1115
|
+
Compiled ckeditor/ckeditor.js (29ms) (pid 24053)
|
|
1116
|
+
Compiled simple_cms/application.js (44ms) (pid 24053)
|
|
1117
|
+
Compiled home.js (0ms) (pid 24053)
|
|
1118
|
+
Compiled application.js (112ms) (pid 24053)
|
|
1119
|
+
Completed 200 OK in 341ms (Views: 332.6ms | ActiveRecord: 7.6ms)
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1123
|
+
Served asset /home.css - 304 Not Modified (2ms)
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1127
|
+
Served asset /jquery_ujs.js - 200 OK (1ms)
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1131
|
+
Served asset /jquery.js - 200 OK (7ms)
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1135
|
+
Served asset /ckeditor/ckeditor.js - 200 OK (2ms)
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1139
|
+
Served asset /application.css - 200 OK (3ms)
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1143
|
+
Served asset /simple_cms/application.js - 200 OK (7ms)
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1147
|
+
Served asset /home.js - 304 Not Modified (1ms)
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1151
|
+
Served asset /application.js - 200 OK (8ms)
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1155
|
+
Compiled ckeditor/config.js (0ms) (pid 24053)
|
|
1156
|
+
Served asset /ckeditor/config.js - 200 OK (37ms)
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1160
|
+
Compiled ckeditor/lang/en.js (0ms) (pid 24053)
|
|
1161
|
+
Served asset /ckeditor/lang/en.js - 200 OK (11ms)
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1165
|
+
Compiled ckeditor/skins/moono/editor.css (0ms) (pid 24053)
|
|
1166
|
+
Served asset /ckeditor/skins/moono/editor.css - 200 OK (12ms)
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 16:43:16 -0500
|
|
1170
|
+
Compiled ckeditor/styles.js (0ms) (pid 24053)
|
|
1171
|
+
Served asset /ckeditor/styles.js - 200 OK (11ms)
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2012-12-31 16:43:19 -0500
|
|
1175
|
+
Served asset /ckeditor/skins/moono/icons.png - 200 OK (6ms)
|
|
1176
|
+
Connecting to database specified by database.yml
|
|
1177
|
+
Connecting to database specified by database.yml
|
|
1178
|
+
Connecting to database specified by database.yml
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:32:18 -0500
|
|
1182
|
+
Connecting to database specified by database.yml
|
|
1183
|
+
Processing by HomeController#index as HTML
|
|
1184
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1185
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1186
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1187
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1188
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1189
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1190
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1191
|
+
[1m[35m (3.0ms)[0m commit transaction
|
|
1192
|
+
Rendered home/index.html.haml within layouts/application (114.0ms)
|
|
1193
|
+
Compiled home.css (0ms) (pid 27468)
|
|
1194
|
+
Compiled application.css (29ms) (pid 27468)
|
|
1195
|
+
Compiled jquery.js (2ms) (pid 27468)
|
|
1196
|
+
Compiled jquery_ujs.js (0ms) (pid 27468)
|
|
1197
|
+
Completed 500 Internal Server Error in 241ms
|
|
1198
|
+
|
|
1199
|
+
ActionView::Template::Error (couldn't find file 'self'
|
|
1200
|
+
(in /Users/jeremie/Work/simple_cms/app/assets/javascripts/simple_cms/application.js:15)):
|
|
1201
|
+
3: %head
|
|
1202
|
+
4: %title Dummy
|
|
1203
|
+
5: = stylesheet_link_tag "application", :media => "all"
|
|
1204
|
+
6: = javascript_include_tag "application"
|
|
1205
|
+
7: = csrf_meta_tags
|
|
1206
|
+
8:
|
|
1207
|
+
9: %body
|
|
1208
|
+
app/views/layouts/application.html.haml:6:in `_app_views_layouts_application_html_haml__1371789032832109812_70203960010020'
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
|
1212
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
|
1213
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms)
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1217
|
+
Processing by HomeController#index as HTML
|
|
1218
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1219
|
+
[1m[35mSimpleCms::Page Load (0.2ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1220
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1221
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1222
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1223
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1224
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1225
|
+
[1m[35m (0.5ms)[0m commit transaction
|
|
1226
|
+
Rendered home/index.html.haml within layouts/application (8.4ms)
|
|
1227
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 27468)
|
|
1228
|
+
Compiled simple_cms/application.js (42ms) (pid 27468)
|
|
1229
|
+
Compiled home.js (0ms) (pid 27468)
|
|
1230
|
+
Compiled application.js (63ms) (pid 27468)
|
|
1231
|
+
Completed 200 OK in 115ms (Views: 113.3ms | ActiveRecord: 1.4ms)
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1235
|
+
Served asset /application.css - 304 Not Modified (4ms)
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1239
|
+
Served asset /jquery.js - 304 Not Modified (2ms)
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1243
|
+
Served asset /simple_cms/application.js - 200 OK (7ms)
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1247
|
+
Served asset /home.css - 304 Not Modified (1ms)
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1251
|
+
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1255
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (3ms)
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1259
|
+
Served asset /home.js - 304 Not Modified (1ms)
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:32:42 -0500
|
|
1263
|
+
Served asset /application.js - 304 Not Modified (7ms)
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:32:43 -0500
|
|
1267
|
+
Compiled ckeditor/config.js (0ms) (pid 27468)
|
|
1268
|
+
Served asset /ckeditor/config.js - 304 Not Modified (11ms)
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:32:43 -0500
|
|
1272
|
+
Compiled ckeditor/lang/en.js (0ms) (pid 27468)
|
|
1273
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (11ms)
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:32:43 -0500
|
|
1277
|
+
Compiled ckeditor/skins/moono/editor.css (0ms) (pid 27468)
|
|
1278
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (11ms)
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:32:43 -0500
|
|
1282
|
+
Compiled ckeditor/styles.js (0ms) (pid 27468)
|
|
1283
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (10ms)
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2012-12-31 17:32:44 -0500
|
|
1287
|
+
Served asset /ckeditor/skins/moono/icons.png - 304 Not Modified (6ms)
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1291
|
+
Processing by HomeController#index as HTML
|
|
1292
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1293
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1294
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1295
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1296
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1297
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1298
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1299
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
1300
|
+
Rendered home/index.html.haml within layouts/application (8.0ms)
|
|
1301
|
+
Compiled simple_cms/application.js (4ms) (pid 27468)
|
|
1302
|
+
Compiled application.js (3ms) (pid 27468)
|
|
1303
|
+
Completed 200 OK in 87ms (Views: 84.6ms | ActiveRecord: 1.9ms)
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1307
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1311
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1315
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1319
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1323
|
+
Served asset /simple_cms/application.js - 200 OK (11ms)
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1327
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1331
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1335
|
+
Served asset /application.js - 304 Not Modified (7ms)
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1339
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:16 -0500
|
|
1343
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:17 -0500
|
|
1347
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:17 -0500
|
|
1351
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:17 -0500
|
|
1355
|
+
Processing by HomeController#index as HTML
|
|
1356
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1357
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1358
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1359
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1360
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1361
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1362
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1363
|
+
[1m[35m (1.6ms)[0m commit transaction
|
|
1364
|
+
Rendered home/index.html.haml within layouts/application (9.3ms)
|
|
1365
|
+
Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 2.5ms)
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1369
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1373
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1377
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1381
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1385
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1389
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1393
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1397
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1401
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1405
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:18 -0500
|
|
1409
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1413
|
+
Processing by HomeController#index as HTML
|
|
1414
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1415
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1416
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1417
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1418
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1419
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1420
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1421
|
+
[1m[35m (1.9ms)[0m commit transaction
|
|
1422
|
+
Rendered home/index.html.haml within layouts/application (9.9ms)
|
|
1423
|
+
Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 2.8ms)
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1427
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1431
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1435
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1439
|
+
Served asset /jquery_ujs.js - 200 OK (0ms)
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1443
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1447
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:19 -0500
|
|
1451
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:20 -0500
|
|
1455
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:20 -0500
|
|
1459
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:20 -0500
|
|
1463
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:20 -0500
|
|
1467
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1471
|
+
Processing by HomeController#index as HTML
|
|
1472
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1473
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1474
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1475
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1476
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1477
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1478
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1479
|
+
[1m[35m (1.9ms)[0m commit transaction
|
|
1480
|
+
Rendered home/index.html.haml within layouts/application (9.1ms)
|
|
1481
|
+
Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 2.7ms)
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1485
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1489
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1493
|
+
Served asset /simple_cms/application.js - 200 OK (0ms)
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1497
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1501
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1505
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1506
|
+
|
|
1507
|
+
|
|
1508
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1509
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1513
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1517
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1521
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:21 -0500
|
|
1525
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1529
|
+
Processing by HomeController#index as HTML
|
|
1530
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1531
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1532
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1533
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1534
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1535
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1536
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1537
|
+
[1m[35m (1.9ms)[0m commit transaction
|
|
1538
|
+
Rendered home/index.html.haml within layouts/application (9.7ms)
|
|
1539
|
+
Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 2.7ms)
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1543
|
+
Served asset /jquery.js - 200 OK (0ms)
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1547
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1551
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1555
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1559
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1563
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:22 -0500
|
|
1567
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:23 -0500
|
|
1571
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:23 -0500
|
|
1575
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:23 -0500
|
|
1579
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:23 -0500
|
|
1583
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1587
|
+
Processing by HomeController#index as HTML
|
|
1588
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1589
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1590
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1591
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1592
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1593
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1594
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1595
|
+
[1m[35m (2.1ms)[0m commit transaction
|
|
1596
|
+
Rendered home/index.html.haml within layouts/application (27.5ms)
|
|
1597
|
+
Completed 200 OK in 35ms (Views: 31.8ms | ActiveRecord: 3.1ms)
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1601
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1605
|
+
Served asset /home.css - 200 OK (0ms)
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1609
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1613
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1617
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1621
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1625
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1629
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1633
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1637
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:25 -0500
|
|
1641
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1645
|
+
Processing by HomeController#index as HTML
|
|
1646
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1647
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1648
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1649
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1650
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1651
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1652
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1653
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
1654
|
+
Rendered home/index.html.haml within layouts/application (8.5ms)
|
|
1655
|
+
Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 1.6ms)
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1659
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1663
|
+
Served asset /simple_cms/application.js - 200 OK (0ms)
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1667
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1671
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1675
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1679
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:26 -0500
|
|
1683
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:27 -0500
|
|
1687
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:27 -0500
|
|
1691
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:27 -0500
|
|
1695
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:27 -0500
|
|
1699
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:27 -0500
|
|
1703
|
+
Processing by HomeController#index as HTML
|
|
1704
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1705
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1706
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1707
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1708
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1709
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1710
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1711
|
+
[1m[35m (1.4ms)[0m commit transaction
|
|
1712
|
+
Rendered home/index.html.haml within layouts/application (9.5ms)
|
|
1713
|
+
Completed 200 OK in 16ms (Views: 13.0ms | ActiveRecord: 2.3ms)
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1717
|
+
Served asset /jquery.js - 200 OK (0ms)
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1721
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1725
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1729
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1733
|
+
Served asset /simple_cms/application.js - 304 Not Modified (0ms)
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1737
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1741
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1745
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
Started GET "/assets/ckeditor/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1749
|
+
Served asset /ckeditor/config.js - 304 Not Modified (0ms)
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
Started GET "/assets/ckeditor/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1753
|
+
Served asset /ckeditor/skins/moono/editor.css - 304 Not Modified (0ms)
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
Started GET "/assets/ckeditor/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1757
|
+
Served asset /ckeditor/lang/en.js - 304 Not Modified (0ms)
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
Started GET "/assets/ckeditor/styles.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:28 -0500
|
|
1761
|
+
Served asset /ckeditor/styles.js - 304 Not Modified (0ms)
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:33:43 -0500
|
|
1765
|
+
Processing by HomeController#index as HTML
|
|
1766
|
+
[1m[36mSimpleCms::Page Load (0.2ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'home_page_title' LIMIT 1[0m
|
|
1767
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test1' LIMIT 1
|
|
1768
|
+
[1m[36mSimpleCms::Page Load (0.1ms)[0m [1mSELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test2' LIMIT 1[0m
|
|
1769
|
+
[1m[35mSimpleCms::Page Load (0.1ms)[0m SELECT "simple_cms_pages".* FROM "simple_cms_pages" WHERE "simple_cms_pages"."name" = 'test3' LIMIT 1
|
|
1770
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "pages_users" ON "users"."id" = "pages_users"."user_id" WHERE "pages_users"."page_id" = 4 AND "users"."id" = 1 LIMIT 1[0m
|
|
1771
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1772
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "pages_users" ("page_id", "user_id") VALUES (4, 1)[0m
|
|
1773
|
+
[1m[35m (2.3ms)[0m commit transaction
|
|
1774
|
+
Rendered home/index.html.haml within layouts/application (10.7ms)
|
|
1775
|
+
Compiled simple_cms/application.js (4ms) (pid 27468)
|
|
1776
|
+
Compiled application.js (4ms) (pid 27468)
|
|
1777
|
+
Completed 200 OK in 69ms (Views: 65.9ms | ActiveRecord: 3.1ms)
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:43 -0500
|
|
1781
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-12-31 17:33:43 -0500
|
|
1785
|
+
Served asset /home.css - 304 Not Modified (0ms)
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:43 -0500
|
|
1789
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:43 -0500
|
|
1793
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:43 -0500
|
|
1797
|
+
Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
|
|
1798
|
+
|
|
1799
|
+
|
|
1800
|
+
Started GET "/assets/simple_cms/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:44 -0500
|
|
1801
|
+
Served asset /simple_cms/application.js - 200 OK (5ms)
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:44 -0500
|
|
1805
|
+
Served asset /home.js - 304 Not Modified (0ms)
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-31 17:33:44 -0500
|
|
1809
|
+
Served asset /application.js - 304 Not Modified (8ms)
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
Started GET "/assets/ckeditor/foobar/config.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:44 -0500
|
|
1813
|
+
Served asset /ckeditor/foobar/config.js - 404 Not Found (3ms)
|
|
1814
|
+
Processing by SimpleCms::PagesController#show as JS
|
|
1815
|
+
Parameters: {"t"=>"CAPD", "name"=>"assets/ckeditor/foobar/config"}
|
|
1816
|
+
Completed 404 Not Found in 1ms
|
|
1817
|
+
|
|
1818
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/ckeditor/foobar/config.js")):
|
|
1819
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
1820
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
1821
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
1822
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
1823
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
1824
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__2290556721136914294__process_action__2970091645861600196__callbacks'
|
|
1825
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1826
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
1827
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1828
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
1829
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
1830
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
1831
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
1832
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1833
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
1834
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
1835
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
1836
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
1837
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
1838
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
1839
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
1840
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
1841
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
1842
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
1843
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
1844
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
1845
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
1846
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
1847
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
1848
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
1849
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1850
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
1851
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
1852
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1853
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1854
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1855
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
1856
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
1857
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1858
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
1859
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1860
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1861
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__534172402604011155__call__4149063763599140444__callbacks'
|
|
1862
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1863
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1864
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1865
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1866
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1867
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1868
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1869
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1870
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1871
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1872
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1873
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
1874
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1875
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1876
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1877
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1878
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1879
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
1880
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
1881
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
1882
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1883
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1884
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1885
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1886
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1887
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
Started GET "/assets/ckeditor/foobar/skins/moono/editor.css?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:44 -0500
|
|
1894
|
+
Served asset /ckeditor/foobar/skins/moono/editor.css - 404 Not Found (20ms)
|
|
1895
|
+
Processing by SimpleCms::PagesController#show as CSS
|
|
1896
|
+
Parameters: {"t"=>"CAPD", "name"=>"assets/ckeditor/foobar/skins/moono/editor"}
|
|
1897
|
+
Completed 404 Not Found in 0ms
|
|
1898
|
+
|
|
1899
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/ckeditor/foobar/skins/moono/editor.css")):
|
|
1900
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
1901
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
1902
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
1903
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
1904
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
1905
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__2290556721136914294__process_action__2970091645861600196__callbacks'
|
|
1906
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1907
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
1908
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1909
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
1910
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
1911
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
1912
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
1913
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1914
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
1915
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
1916
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
1917
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
1918
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
1919
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
1920
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
1921
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
1922
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
1923
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
1924
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
1925
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
1926
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
1927
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
1928
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
1929
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
1930
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1931
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
1932
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
1933
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1934
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1935
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1936
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
1937
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
1938
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1939
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
1940
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1941
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1942
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__534172402604011155__call__4149063763599140444__callbacks'
|
|
1943
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1944
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1945
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1946
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1947
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1948
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1949
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1950
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1951
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1952
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1953
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1954
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
1955
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1956
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1957
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1958
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1959
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1960
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
1961
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
1962
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
1963
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1964
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1965
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1966
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1967
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1968
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
Started GET "/assets/ckeditor/foobar/lang/en.js?t=CAPD" for 127.0.0.1 at 2012-12-31 17:33:44 -0500
|
|
1975
|
+
Served asset /ckeditor/foobar/lang/en.js - 404 Not Found (3ms)
|
|
1976
|
+
Processing by SimpleCms::PagesController#show as JS
|
|
1977
|
+
Parameters: {"t"=>"CAPD", "name"=>"assets/ckeditor/foobar/lang/en"}
|
|
1978
|
+
Completed 404 Not Found in 0ms
|
|
1979
|
+
|
|
1980
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/ckeditor/foobar/lang/en.js")):
|
|
1981
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
1982
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
1983
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
1984
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
1985
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
1986
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__2290556721136914294__process_action__2970091645861600196__callbacks'
|
|
1987
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1988
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
1989
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1990
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
1991
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
1992
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
1993
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
1994
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1995
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
1996
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
1997
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
1998
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
1999
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
2000
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
2001
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
2002
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
2003
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
2004
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
2005
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
2006
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
2007
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
2008
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
2009
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
2010
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
2011
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
2012
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
2013
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
2014
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
2015
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
2016
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
2017
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
2018
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
2019
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
2020
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
2021
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
2022
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
2023
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__534172402604011155__call__4149063763599140444__callbacks'
|
|
2024
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
2025
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
2026
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
2027
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
2028
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
2029
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
2030
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
2031
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
2032
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
2033
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
2034
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
2035
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
2036
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
2037
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
2038
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
2039
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
2040
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
2041
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
2042
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
2043
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
2044
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
2045
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
2046
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
2047
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
2048
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
2049
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p194@lta/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|