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,1184 @@
|
|
|
1
|
+
Compiled jquery.js (2ms) (pid 23599)
|
|
2
|
+
Compiled jquery_ujs.js (0ms) (pid 23599)
|
|
3
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 23599)
|
|
4
|
+
Compiled simple_cms/application.js (36ms) (pid 23599)
|
|
5
|
+
Compiled home.js (0ms) (pid 23599)
|
|
6
|
+
Compiled application.js (71ms) (pid 23599)
|
|
7
|
+
Compiled jquery.js (2ms) (pid 23621)
|
|
8
|
+
Compiled jquery_ujs.js (0ms) (pid 23621)
|
|
9
|
+
Compiled ckeditor/ckeditor.js (24ms) (pid 23621)
|
|
10
|
+
Compiled simple_cms/application.js (35ms) (pid 23621)
|
|
11
|
+
Compiled home.js (0ms) (pid 23621)
|
|
12
|
+
Compiled application.js (65ms) (pid 23621)
|
|
13
|
+
Compiled home.css (0ms) (pid 23621)
|
|
14
|
+
Compiled application.css (7ms) (pid 23621)
|
|
15
|
+
Compiled jquery.js (2ms) (pid 23621)
|
|
16
|
+
Compiled jquery_ujs.js (0ms) (pid 23621)
|
|
17
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 23621)
|
|
18
|
+
Compiled simple_cms/application.js (17ms) (pid 23621)
|
|
19
|
+
Compiled home.js (0ms) (pid 23621)
|
|
20
|
+
Compiled application.js (61ms) (pid 23621)
|
|
21
|
+
Compiled home.css (0ms) (pid 23621)
|
|
22
|
+
Compiled application.css (6ms) (pid 23621)
|
|
23
|
+
Compiled jquery.js (2ms) (pid 23735)
|
|
24
|
+
Compiled jquery_ujs.js (0ms) (pid 23735)
|
|
25
|
+
Compiled ckeditor/ckeditor.js (25ms) (pid 23735)
|
|
26
|
+
Compiled simple_cms/application.js (37ms) (pid 23735)
|
|
27
|
+
Compiled home.js (0ms) (pid 23735)
|
|
28
|
+
Compiled application.js (69ms) (pid 23735)
|
|
29
|
+
Compiled home.css (0ms) (pid 23735)
|
|
30
|
+
Compiled application.css (6ms) (pid 23735)
|
|
31
|
+
Compiled jquery.js (2ms) (pid 23735)
|
|
32
|
+
Compiled jquery_ujs.js (0ms) (pid 23735)
|
|
33
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 23735)
|
|
34
|
+
Compiled simple_cms/application.js (17ms) (pid 23735)
|
|
35
|
+
Compiled home.js (0ms) (pid 23735)
|
|
36
|
+
Compiled application.js (60ms) (pid 23735)
|
|
37
|
+
Compiled home.css (0ms) (pid 23735)
|
|
38
|
+
Compiled application.css (6ms) (pid 23735)
|
|
39
|
+
Compiled jquery.js (2ms) (pid 25173)
|
|
40
|
+
Compiled jquery_ujs.js (0ms) (pid 25173)
|
|
41
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 25173)
|
|
42
|
+
Compiled simple_cms/application.js (19ms) (pid 25173)
|
|
43
|
+
Compiled home.js (0ms) (pid 25173)
|
|
44
|
+
Compiled application.js (65ms) (pid 25173)
|
|
45
|
+
Compiled home.css (0ms) (pid 25173)
|
|
46
|
+
Compiled application.css (7ms) (pid 25173)
|
|
47
|
+
Compiled jquery.js (2ms) (pid 25173)
|
|
48
|
+
Compiled jquery_ujs.js (0ms) (pid 25173)
|
|
49
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 25173)
|
|
50
|
+
Compiled simple_cms/application.js (17ms) (pid 25173)
|
|
51
|
+
Compiled home.js (0ms) (pid 25173)
|
|
52
|
+
Compiled application.js (59ms) (pid 25173)
|
|
53
|
+
Compiled home.css (0ms) (pid 25173)
|
|
54
|
+
Compiled application.css (6ms) (pid 25173)
|
|
55
|
+
Compiled jquery.js (2ms) (pid 25343)
|
|
56
|
+
Compiled jquery_ujs.js (0ms) (pid 25343)
|
|
57
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 25343)
|
|
58
|
+
Compiled simple_cms/application.js (19ms) (pid 25343)
|
|
59
|
+
Compiled home.js (0ms) (pid 25343)
|
|
60
|
+
Compiled application.js (69ms) (pid 25343)
|
|
61
|
+
Compiled home.css (0ms) (pid 25343)
|
|
62
|
+
Compiled application.css (6ms) (pid 25343)
|
|
63
|
+
Compiled jquery.js (2ms) (pid 25343)
|
|
64
|
+
Compiled jquery_ujs.js (0ms) (pid 25343)
|
|
65
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 25343)
|
|
66
|
+
Compiled simple_cms/application.js (18ms) (pid 25343)
|
|
67
|
+
Compiled home.js (0ms) (pid 25343)
|
|
68
|
+
Compiled application.js (62ms) (pid 25343)
|
|
69
|
+
Compiled home.css (0ms) (pid 25343)
|
|
70
|
+
Compiled application.css (6ms) (pid 25343)
|
|
71
|
+
Compiled jquery.js (2ms) (pid 25512)
|
|
72
|
+
Compiled jquery_ujs.js (0ms) (pid 25512)
|
|
73
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 25512)
|
|
74
|
+
Compiled simple_cms/application.js (18ms) (pid 25512)
|
|
75
|
+
Compiled home.js (0ms) (pid 25512)
|
|
76
|
+
Compiled application.js (83ms) (pid 25512)
|
|
77
|
+
Compiled home.css (0ms) (pid 25512)
|
|
78
|
+
Compiled application.css (6ms) (pid 25512)
|
|
79
|
+
Compiled ckeditor/build-config.js (0ms) (pid 25512)
|
|
80
|
+
Compiled ckeditor/config.js (0ms) (pid 25512)
|
|
81
|
+
Compiled ckeditor/contents.css (0ms) (pid 25512)
|
|
82
|
+
Compiled ckeditor/lang/af.js (0ms) (pid 25512)
|
|
83
|
+
Compiled ckeditor/lang/ar.js (1ms) (pid 25512)
|
|
84
|
+
Compiled ckeditor/lang/bg.js (0ms) (pid 25512)
|
|
85
|
+
Compiled ckeditor/lang/bn.js (0ms) (pid 25512)
|
|
86
|
+
Compiled ckeditor/lang/bs.js (0ms) (pid 25512)
|
|
87
|
+
Compiled ckeditor/lang/ca.js (0ms) (pid 25512)
|
|
88
|
+
Compiled ckeditor/lang/cs.js (0ms) (pid 25512)
|
|
89
|
+
Compiled ckeditor/lang/cy.js (0ms) (pid 25512)
|
|
90
|
+
Compiled ckeditor/lang/da.js (0ms) (pid 25512)
|
|
91
|
+
Compiled ckeditor/lang/de.js (0ms) (pid 25512)
|
|
92
|
+
Compiled ckeditor/lang/el.js (1ms) (pid 25512)
|
|
93
|
+
Compiled ckeditor/lang/en-au.js (0ms) (pid 25512)
|
|
94
|
+
Compiled ckeditor/lang/en-ca.js (0ms) (pid 25512)
|
|
95
|
+
Compiled ckeditor/lang/en-gb.js (0ms) (pid 25512)
|
|
96
|
+
Compiled ckeditor/lang/en.js (0ms) (pid 25512)
|
|
97
|
+
Compiled ckeditor/lang/eo.js (0ms) (pid 25512)
|
|
98
|
+
Compiled ckeditor/lang/es.js (0ms) (pid 25512)
|
|
99
|
+
Compiled ckeditor/lang/et.js (1ms) (pid 25512)
|
|
100
|
+
Compiled ckeditor/lang/eu.js (0ms) (pid 25512)
|
|
101
|
+
Compiled ckeditor/lang/fa.js (1ms) (pid 25512)
|
|
102
|
+
Compiled ckeditor/lang/fi.js (0ms) (pid 25512)
|
|
103
|
+
Compiled ckeditor/lang/fo.js (0ms) (pid 25512)
|
|
104
|
+
Compiled ckeditor/lang/fr-ca.js (0ms) (pid 25512)
|
|
105
|
+
Compiled ckeditor/lang/fr.js (0ms) (pid 25512)
|
|
106
|
+
Compiled ckeditor/lang/gl.js (0ms) (pid 25512)
|
|
107
|
+
Compiled ckeditor/lang/gu.js (1ms) (pid 25512)
|
|
108
|
+
Compiled ckeditor/lang/he.js (1ms) (pid 25512)
|
|
109
|
+
Compiled ckeditor/lang/hi.js (0ms) (pid 25512)
|
|
110
|
+
Compiled ckeditor/lang/hr.js (0ms) (pid 25512)
|
|
111
|
+
Compiled ckeditor/lang/hu.js (0ms) (pid 25512)
|
|
112
|
+
Compiled ckeditor/lang/is.js (0ms) (pid 25512)
|
|
113
|
+
Compiled ckeditor/lang/it.js (0ms) (pid 25512)
|
|
114
|
+
Compiled ckeditor/lang/ja.js (1ms) (pid 25512)
|
|
115
|
+
Compiled ckeditor/lang/ka.js (1ms) (pid 25512)
|
|
116
|
+
Compiled ckeditor/lang/km.js (1ms) (pid 25512)
|
|
117
|
+
Compiled ckeditor/lang/ko.js (0ms) (pid 25512)
|
|
118
|
+
Compiled ckeditor/lang/ku.js (1ms) (pid 25512)
|
|
119
|
+
Compiled ckeditor/lang/lt.js (0ms) (pid 25512)
|
|
120
|
+
Compiled ckeditor/lang/lv.js (0ms) (pid 25512)
|
|
121
|
+
Compiled ckeditor/lang/mk.js (0ms) (pid 25512)
|
|
122
|
+
Compiled ckeditor/lang/mn.js (0ms) (pid 25512)
|
|
123
|
+
Compiled ckeditor/lang/ms.js (0ms) (pid 25512)
|
|
124
|
+
Compiled ckeditor/lang/nb.js (0ms) (pid 25512)
|
|
125
|
+
Compiled ckeditor/lang/nl.js (0ms) (pid 25512)
|
|
126
|
+
Compiled ckeditor/lang/no.js (0ms) (pid 25512)
|
|
127
|
+
Compiled ckeditor/lang/pl.js (0ms) (pid 25512)
|
|
128
|
+
Compiled ckeditor/lang/pt-br.js (0ms) (pid 25512)
|
|
129
|
+
Compiled ckeditor/lang/pt.js (0ms) (pid 25512)
|
|
130
|
+
Compiled ckeditor/lang/ro.js (0ms) (pid 25512)
|
|
131
|
+
Compiled ckeditor/lang/ru.js (1ms) (pid 25512)
|
|
132
|
+
Compiled ckeditor/lang/sk.js (0ms) (pid 25512)
|
|
133
|
+
Compiled ckeditor/lang/sl.js (0ms) (pid 25512)
|
|
134
|
+
Compiled ckeditor/lang/sr-latn.js (0ms) (pid 25512)
|
|
135
|
+
Compiled ckeditor/lang/sr.js (0ms) (pid 25512)
|
|
136
|
+
Compiled ckeditor/lang/sv.js (0ms) (pid 25512)
|
|
137
|
+
Compiled ckeditor/lang/th.js (1ms) (pid 25512)
|
|
138
|
+
Compiled ckeditor/lang/tr.js (0ms) (pid 25512)
|
|
139
|
+
Compiled ckeditor/lang/ug.js (1ms) (pid 25512)
|
|
140
|
+
Compiled ckeditor/lang/uk.js (1ms) (pid 25512)
|
|
141
|
+
Compiled ckeditor/lang/vi.js (0ms) (pid 25512)
|
|
142
|
+
Compiled ckeditor/lang/zh-cn.js (0ms) (pid 25512)
|
|
143
|
+
Compiled ckeditor/lang/zh.js (0ms) (pid 25512)
|
|
144
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js (0ms) (pid 25512)
|
|
145
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ar.js (0ms) (pid 25512)
|
|
146
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/bg.js (0ms) (pid 25512)
|
|
147
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ca.js (0ms) (pid 25512)
|
|
148
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/cs.js (0ms) (pid 25512)
|
|
149
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/cy.js (0ms) (pid 25512)
|
|
150
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/da.js (0ms) (pid 25512)
|
|
151
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/de.js (0ms) (pid 25512)
|
|
152
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/el.js (0ms) (pid 25512)
|
|
153
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/en.js (0ms) (pid 25512)
|
|
154
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/eo.js (0ms) (pid 25512)
|
|
155
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/et.js (0ms) (pid 25512)
|
|
156
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/fa.js (0ms) (pid 25512)
|
|
157
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/fi.js (0ms) (pid 25512)
|
|
158
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/fr.js (0ms) (pid 25512)
|
|
159
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/gu.js (0ms) (pid 25512)
|
|
160
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/he.js (0ms) (pid 25512)
|
|
161
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/hi.js (0ms) (pid 25512)
|
|
162
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/hr.js (0ms) (pid 25512)
|
|
163
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/hu.js (0ms) (pid 25512)
|
|
164
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/it.js (0ms) (pid 25512)
|
|
165
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ku.js (0ms) (pid 25512)
|
|
166
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/lt.js (0ms) (pid 25512)
|
|
167
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/lv.js (1ms) (pid 25512)
|
|
168
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/mk.js (1ms) (pid 25512)
|
|
169
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/mn.js (0ms) (pid 25512)
|
|
170
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/nb.js (0ms) (pid 25512)
|
|
171
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/nl.js (0ms) (pid 25512)
|
|
172
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/no.js (0ms) (pid 25512)
|
|
173
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/pl.js (0ms) (pid 25512)
|
|
174
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js (0ms) (pid 25512)
|
|
175
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/pt.js (0ms) (pid 25512)
|
|
176
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ro.js (0ms) (pid 25512)
|
|
177
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ru.js (0ms) (pid 25512)
|
|
178
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/sk.js (0ms) (pid 25512)
|
|
179
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/sl.js (0ms) (pid 25512)
|
|
180
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/tr.js (0ms) (pid 25512)
|
|
181
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ug.js (0ms) (pid 25512)
|
|
182
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/uk.js (0ms) (pid 25512)
|
|
183
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/vi.js (0ms) (pid 25512)
|
|
184
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js (0ms) (pid 25512)
|
|
185
|
+
Compiled ckeditor/plugins/about/dialogs/about.js (0ms) (pid 25512)
|
|
186
|
+
Compiled ckeditor/plugins/clipboard/dialogs/paste.js (0ms) (pid 25512)
|
|
187
|
+
Compiled ckeditor/plugins/dialog/dialogDefinition.js (0ms) (pid 25512)
|
|
188
|
+
Compiled ckeditor/plugins/image/dialogs/image.js (1ms) (pid 25512)
|
|
189
|
+
Compiled ckeditor/plugins/link/dialogs/anchor.js (0ms) (pid 25512)
|
|
190
|
+
Compiled ckeditor/plugins/link/dialogs/link.js (0ms) (pid 25512)
|
|
191
|
+
Compiled ckeditor/plugins/pastefromword/filter/default.js (0ms) (pid 25512)
|
|
192
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/ca.js (0ms) (pid 25512)
|
|
193
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/cs.js (1ms) (pid 25512)
|
|
194
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/cy.js (0ms) (pid 25512)
|
|
195
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/de.js (0ms) (pid 25512)
|
|
196
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/el.js (0ms) (pid 25512)
|
|
197
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/en.js (0ms) (pid 25512)
|
|
198
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/eo.js (0ms) (pid 25512)
|
|
199
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/et.js (0ms) (pid 25512)
|
|
200
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/fa.js (0ms) (pid 25512)
|
|
201
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/fi.js (0ms) (pid 25512)
|
|
202
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/fr.js (0ms) (pid 25512)
|
|
203
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/he.js (0ms) (pid 25512)
|
|
204
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/hr.js (0ms) (pid 25512)
|
|
205
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/it.js (0ms) (pid 25512)
|
|
206
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/ku.js (1ms) (pid 25512)
|
|
207
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/lv.js (0ms) (pid 25512)
|
|
208
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/nb.js (0ms) (pid 25512)
|
|
209
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/nl.js (1ms) (pid 25512)
|
|
210
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/no.js (0ms) (pid 25512)
|
|
211
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/pt-br.js (0ms) (pid 25512)
|
|
212
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/sk.js (0ms) (pid 25512)
|
|
213
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/tr.js (0ms) (pid 25512)
|
|
214
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/ug.js (0ms) (pid 25512)
|
|
215
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js (0ms) (pid 25512)
|
|
216
|
+
Compiled ckeditor/plugins/specialchar/dialogs/specialchar.js (0ms) (pid 25512)
|
|
217
|
+
Compiled ckeditor/plugins/table/dialogs/table.js (0ms) (pid 25512)
|
|
218
|
+
Compiled ckeditor/plugins/tabletools/dialogs/tableCell.js (0ms) (pid 25512)
|
|
219
|
+
Compiled ckeditor/samples/assets/outputxhtml/outputxhtml.css (0ms) (pid 25512)
|
|
220
|
+
Compiled ckeditor/samples/assets/sample.css (0ms) (pid 25512)
|
|
221
|
+
Compiled ckeditor/samples/assets/uilanguages/languages.js (0ms) (pid 25512)
|
|
222
|
+
Compiled ckeditor/samples/plugins/dialog/assets/my_dialog.js (0ms) (pid 25512)
|
|
223
|
+
Compiled ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js (0ms) (pid 25512)
|
|
224
|
+
Compiled ckeditor/samples/sample.css (0ms) (pid 25512)
|
|
225
|
+
Compiled ckeditor/samples/sample.js (0ms) (pid 25512)
|
|
226
|
+
Compiled ckeditor/skins/moono/dialog.css (0ms) (pid 25512)
|
|
227
|
+
Compiled ckeditor/skins/moono/dialog_ie.css (0ms) (pid 25512)
|
|
228
|
+
Compiled ckeditor/skins/moono/dialog_ie7.css (0ms) (pid 25512)
|
|
229
|
+
Compiled ckeditor/skins/moono/dialog_ie8.css (0ms) (pid 25512)
|
|
230
|
+
Compiled ckeditor/skins/moono/dialog_opera.css (0ms) (pid 25512)
|
|
231
|
+
Compiled ckeditor/skins/moono/editor.css (0ms) (pid 25512)
|
|
232
|
+
Compiled ckeditor/skins/moono/editor_gecko.css (0ms) (pid 25512)
|
|
233
|
+
Compiled ckeditor/skins/moono/editor_ie.css (0ms) (pid 25512)
|
|
234
|
+
Compiled ckeditor/skins/moono/editor_ie7.css (0ms) (pid 25512)
|
|
235
|
+
Compiled ckeditor/skins/moono/editor_ie8.css (0ms) (pid 25512)
|
|
236
|
+
Compiled ckeditor/styles.js (0ms) (pid 25512)
|
|
237
|
+
Compiled jquery.js (2ms) (pid 25512)
|
|
238
|
+
Compiled jquery_ujs.js (0ms) (pid 25512)
|
|
239
|
+
Compiled ckeditor/ckeditor.js (7ms) (pid 25512)
|
|
240
|
+
Compiled simple_cms/application.js (17ms) (pid 25512)
|
|
241
|
+
Compiled home.js (0ms) (pid 25512)
|
|
242
|
+
Compiled application.js (63ms) (pid 25512)
|
|
243
|
+
Compiled home.css (0ms) (pid 25512)
|
|
244
|
+
Compiled application.css (6ms) (pid 25512)
|
|
245
|
+
Compiled ckeditor/build-config.js (0ms) (pid 25512)
|
|
246
|
+
Compiled ckeditor/config.js (0ms) (pid 25512)
|
|
247
|
+
Compiled ckeditor/contents.css (0ms) (pid 25512)
|
|
248
|
+
Compiled ckeditor/lang/af.js (0ms) (pid 25512)
|
|
249
|
+
Compiled ckeditor/lang/ar.js (1ms) (pid 25512)
|
|
250
|
+
Compiled ckeditor/lang/bg.js (1ms) (pid 25512)
|
|
251
|
+
Compiled ckeditor/lang/bn.js (1ms) (pid 25512)
|
|
252
|
+
Compiled ckeditor/lang/bs.js (0ms) (pid 25512)
|
|
253
|
+
Compiled ckeditor/lang/ca.js (0ms) (pid 25512)
|
|
254
|
+
Compiled ckeditor/lang/cs.js (0ms) (pid 25512)
|
|
255
|
+
Compiled ckeditor/lang/cy.js (0ms) (pid 25512)
|
|
256
|
+
Compiled ckeditor/lang/da.js (0ms) (pid 25512)
|
|
257
|
+
Compiled ckeditor/lang/de.js (0ms) (pid 25512)
|
|
258
|
+
Compiled ckeditor/lang/el.js (1ms) (pid 25512)
|
|
259
|
+
Compiled ckeditor/lang/en-au.js (17ms) (pid 25512)
|
|
260
|
+
Compiled ckeditor/lang/en-ca.js (0ms) (pid 25512)
|
|
261
|
+
Compiled ckeditor/lang/en-gb.js (0ms) (pid 25512)
|
|
262
|
+
Compiled ckeditor/lang/en.js (0ms) (pid 25512)
|
|
263
|
+
Compiled ckeditor/lang/eo.js (0ms) (pid 25512)
|
|
264
|
+
Compiled ckeditor/lang/es.js (0ms) (pid 25512)
|
|
265
|
+
Compiled ckeditor/lang/et.js (0ms) (pid 25512)
|
|
266
|
+
Compiled ckeditor/lang/eu.js (0ms) (pid 25512)
|
|
267
|
+
Compiled ckeditor/lang/fa.js (1ms) (pid 25512)
|
|
268
|
+
Compiled ckeditor/lang/fi.js (0ms) (pid 25512)
|
|
269
|
+
Compiled ckeditor/lang/fo.js (0ms) (pid 25512)
|
|
270
|
+
Compiled ckeditor/lang/fr-ca.js (0ms) (pid 25512)
|
|
271
|
+
Compiled ckeditor/lang/fr.js (0ms) (pid 25512)
|
|
272
|
+
Compiled ckeditor/lang/gl.js (0ms) (pid 25512)
|
|
273
|
+
Compiled ckeditor/lang/gu.js (1ms) (pid 25512)
|
|
274
|
+
Compiled ckeditor/lang/he.js (1ms) (pid 25512)
|
|
275
|
+
Compiled ckeditor/lang/hi.js (0ms) (pid 25512)
|
|
276
|
+
Compiled ckeditor/lang/hr.js (0ms) (pid 25512)
|
|
277
|
+
Compiled ckeditor/lang/hu.js (0ms) (pid 25512)
|
|
278
|
+
Compiled ckeditor/lang/is.js (0ms) (pid 25512)
|
|
279
|
+
Compiled ckeditor/lang/it.js (0ms) (pid 25512)
|
|
280
|
+
Compiled ckeditor/lang/ja.js (1ms) (pid 25512)
|
|
281
|
+
Compiled ckeditor/lang/ka.js (1ms) (pid 25512)
|
|
282
|
+
Compiled ckeditor/lang/km.js (0ms) (pid 25512)
|
|
283
|
+
Compiled ckeditor/lang/ko.js (0ms) (pid 25512)
|
|
284
|
+
Compiled ckeditor/lang/ku.js (1ms) (pid 25512)
|
|
285
|
+
Compiled ckeditor/lang/lt.js (0ms) (pid 25512)
|
|
286
|
+
Compiled ckeditor/lang/lv.js (0ms) (pid 25512)
|
|
287
|
+
Compiled ckeditor/lang/mk.js (0ms) (pid 25512)
|
|
288
|
+
Compiled ckeditor/lang/mn.js (0ms) (pid 25512)
|
|
289
|
+
Compiled ckeditor/lang/ms.js (0ms) (pid 25512)
|
|
290
|
+
Compiled ckeditor/lang/nb.js (0ms) (pid 25512)
|
|
291
|
+
Compiled ckeditor/lang/nl.js (0ms) (pid 25512)
|
|
292
|
+
Compiled ckeditor/lang/no.js (0ms) (pid 25512)
|
|
293
|
+
Compiled ckeditor/lang/pl.js (0ms) (pid 25512)
|
|
294
|
+
Compiled ckeditor/lang/pt-br.js (1ms) (pid 25512)
|
|
295
|
+
Compiled ckeditor/lang/pt.js (0ms) (pid 25512)
|
|
296
|
+
Compiled ckeditor/lang/ro.js (0ms) (pid 25512)
|
|
297
|
+
Compiled ckeditor/lang/ru.js (1ms) (pid 25512)
|
|
298
|
+
Compiled ckeditor/lang/sk.js (0ms) (pid 25512)
|
|
299
|
+
Compiled ckeditor/lang/sl.js (0ms) (pid 25512)
|
|
300
|
+
Compiled ckeditor/lang/sr-latn.js (0ms) (pid 25512)
|
|
301
|
+
Compiled ckeditor/lang/sr.js (0ms) (pid 25512)
|
|
302
|
+
Compiled ckeditor/lang/sv.js (0ms) (pid 25512)
|
|
303
|
+
Compiled ckeditor/lang/th.js (0ms) (pid 25512)
|
|
304
|
+
Compiled ckeditor/lang/tr.js (0ms) (pid 25512)
|
|
305
|
+
Compiled ckeditor/lang/ug.js (0ms) (pid 25512)
|
|
306
|
+
Compiled ckeditor/lang/uk.js (1ms) (pid 25512)
|
|
307
|
+
Compiled ckeditor/lang/vi.js (0ms) (pid 25512)
|
|
308
|
+
Compiled ckeditor/lang/zh-cn.js (0ms) (pid 25512)
|
|
309
|
+
Compiled ckeditor/lang/zh.js (0ms) (pid 25512)
|
|
310
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js (0ms) (pid 25512)
|
|
311
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ar.js (0ms) (pid 25512)
|
|
312
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/bg.js (0ms) (pid 25512)
|
|
313
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ca.js (0ms) (pid 25512)
|
|
314
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/cs.js (0ms) (pid 25512)
|
|
315
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/cy.js (0ms) (pid 25512)
|
|
316
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/da.js (0ms) (pid 25512)
|
|
317
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/de.js (0ms) (pid 25512)
|
|
318
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/el.js (0ms) (pid 25512)
|
|
319
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/en.js (0ms) (pid 25512)
|
|
320
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/eo.js (0ms) (pid 25512)
|
|
321
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/et.js (0ms) (pid 25512)
|
|
322
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/fa.js (0ms) (pid 25512)
|
|
323
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/fi.js (0ms) (pid 25512)
|
|
324
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/fr.js (0ms) (pid 25512)
|
|
325
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/gu.js (0ms) (pid 25512)
|
|
326
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/he.js (0ms) (pid 25512)
|
|
327
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/hi.js (0ms) (pid 25512)
|
|
328
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/hr.js (0ms) (pid 25512)
|
|
329
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/hu.js (0ms) (pid 25512)
|
|
330
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/it.js (0ms) (pid 25512)
|
|
331
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ku.js (0ms) (pid 25512)
|
|
332
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/lt.js (0ms) (pid 25512)
|
|
333
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/lv.js (0ms) (pid 25512)
|
|
334
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/mk.js (0ms) (pid 25512)
|
|
335
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/mn.js (0ms) (pid 25512)
|
|
336
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/nb.js (0ms) (pid 25512)
|
|
337
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/nl.js (0ms) (pid 25512)
|
|
338
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/no.js (0ms) (pid 25512)
|
|
339
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/pl.js (0ms) (pid 25512)
|
|
340
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js (0ms) (pid 25512)
|
|
341
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/pt.js (0ms) (pid 25512)
|
|
342
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ro.js (0ms) (pid 25512)
|
|
343
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ru.js (0ms) (pid 25512)
|
|
344
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/sk.js (0ms) (pid 25512)
|
|
345
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/sl.js (0ms) (pid 25512)
|
|
346
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/tr.js (0ms) (pid 25512)
|
|
347
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/ug.js (0ms) (pid 25512)
|
|
348
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/uk.js (0ms) (pid 25512)
|
|
349
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/vi.js (0ms) (pid 25512)
|
|
350
|
+
Compiled ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js (0ms) (pid 25512)
|
|
351
|
+
Compiled ckeditor/plugins/about/dialogs/about.js (0ms) (pid 25512)
|
|
352
|
+
Compiled ckeditor/plugins/clipboard/dialogs/paste.js (0ms) (pid 25512)
|
|
353
|
+
Compiled ckeditor/plugins/dialog/dialogDefinition.js (0ms) (pid 25512)
|
|
354
|
+
Compiled ckeditor/plugins/image/dialogs/image.js (0ms) (pid 25512)
|
|
355
|
+
Compiled ckeditor/plugins/link/dialogs/anchor.js (0ms) (pid 25512)
|
|
356
|
+
Compiled ckeditor/plugins/link/dialogs/link.js (0ms) (pid 25512)
|
|
357
|
+
Compiled ckeditor/plugins/pastefromword/filter/default.js (0ms) (pid 25512)
|
|
358
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/ca.js (0ms) (pid 25512)
|
|
359
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/cs.js (0ms) (pid 25512)
|
|
360
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/cy.js (0ms) (pid 25512)
|
|
361
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/de.js (0ms) (pid 25512)
|
|
362
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/el.js (0ms) (pid 25512)
|
|
363
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/en.js (0ms) (pid 25512)
|
|
364
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/eo.js (0ms) (pid 25512)
|
|
365
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/et.js (0ms) (pid 25512)
|
|
366
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/fa.js (1ms) (pid 25512)
|
|
367
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/fi.js (0ms) (pid 25512)
|
|
368
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/fr.js (0ms) (pid 25512)
|
|
369
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/he.js (1ms) (pid 25512)
|
|
370
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/hr.js (0ms) (pid 25512)
|
|
371
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/it.js (0ms) (pid 25512)
|
|
372
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/ku.js (0ms) (pid 25512)
|
|
373
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/lv.js (0ms) (pid 25512)
|
|
374
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/nb.js (0ms) (pid 25512)
|
|
375
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/nl.js (0ms) (pid 25512)
|
|
376
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/no.js (0ms) (pid 25512)
|
|
377
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/pt-br.js (0ms) (pid 25512)
|
|
378
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/sk.js (0ms) (pid 25512)
|
|
379
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/tr.js (0ms) (pid 25512)
|
|
380
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/ug.js (0ms) (pid 25512)
|
|
381
|
+
Compiled ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js (0ms) (pid 25512)
|
|
382
|
+
Compiled ckeditor/plugins/specialchar/dialogs/specialchar.js (0ms) (pid 25512)
|
|
383
|
+
Compiled ckeditor/plugins/table/dialogs/table.js (0ms) (pid 25512)
|
|
384
|
+
Compiled ckeditor/plugins/tabletools/dialogs/tableCell.js (0ms) (pid 25512)
|
|
385
|
+
Compiled ckeditor/samples/assets/outputxhtml/outputxhtml.css (0ms) (pid 25512)
|
|
386
|
+
Compiled ckeditor/samples/assets/sample.css (0ms) (pid 25512)
|
|
387
|
+
Compiled ckeditor/samples/assets/uilanguages/languages.js (0ms) (pid 25512)
|
|
388
|
+
Compiled ckeditor/samples/plugins/dialog/assets/my_dialog.js (1ms) (pid 25512)
|
|
389
|
+
Compiled ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js (0ms) (pid 25512)
|
|
390
|
+
Compiled ckeditor/samples/sample.css (0ms) (pid 25512)
|
|
391
|
+
Compiled ckeditor/samples/sample.js (0ms) (pid 25512)
|
|
392
|
+
Compiled ckeditor/skins/moono/dialog.css (0ms) (pid 25512)
|
|
393
|
+
Compiled ckeditor/skins/moono/dialog_ie.css (0ms) (pid 25512)
|
|
394
|
+
Compiled ckeditor/skins/moono/dialog_ie7.css (0ms) (pid 25512)
|
|
395
|
+
Compiled ckeditor/skins/moono/dialog_ie8.css (0ms) (pid 25512)
|
|
396
|
+
Compiled ckeditor/skins/moono/dialog_opera.css (0ms) (pid 25512)
|
|
397
|
+
Compiled ckeditor/skins/moono/editor.css (0ms) (pid 25512)
|
|
398
|
+
Compiled ckeditor/skins/moono/editor_gecko.css (0ms) (pid 25512)
|
|
399
|
+
Compiled ckeditor/skins/moono/editor_ie.css (0ms) (pid 25512)
|
|
400
|
+
Compiled ckeditor/skins/moono/editor_ie7.css (0ms) (pid 25512)
|
|
401
|
+
Compiled ckeditor/skins/moono/editor_ie8.css (0ms) (pid 25512)
|
|
402
|
+
Compiled ckeditor/styles.js (0ms) (pid 25512)
|
|
403
|
+
Connecting to database specified by database.yml
|
|
404
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:08:54 -0500
|
|
405
|
+
Processing by HomeController#index as HTML
|
|
406
|
+
Rendered home/index.html.haml within layouts/application (4.8ms)
|
|
407
|
+
Completed 500 Internal Server Error in 17ms
|
|
408
|
+
|
|
409
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
410
|
+
1: - content_for :page_title do
|
|
411
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
412
|
+
3:
|
|
413
|
+
4: %p Editable textarea 1:
|
|
414
|
+
5: = page_fragment "test1"
|
|
415
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
416
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:08:59 -0500
|
|
420
|
+
Processing by HomeController#index as HTML
|
|
421
|
+
Rendered home/index.html.haml within layouts/application (1.1ms)
|
|
422
|
+
Completed 500 Internal Server Error in 2ms
|
|
423
|
+
|
|
424
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
425
|
+
1: - content_for :page_title do
|
|
426
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
427
|
+
3:
|
|
428
|
+
4: %p Editable textarea 1:
|
|
429
|
+
5: = page_fragment "test1"
|
|
430
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
431
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
Connecting to database specified by database.yml
|
|
435
|
+
Connecting to database specified by database.yml
|
|
436
|
+
Migrating to CreateUsers (20121226220506)
|
|
437
|
+
Migrating to CreatePages (20121231200347)
|
|
438
|
+
Migrating to CreatePagesUsers (20121231200348)
|
|
439
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:27 -0500
|
|
440
|
+
Processing by HomeController#index as HTML
|
|
441
|
+
Rendered home/index.html.haml within layouts/application (1.2ms)
|
|
442
|
+
Completed 500 Internal Server Error in 2ms
|
|
443
|
+
|
|
444
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
445
|
+
1: - content_for :page_title do
|
|
446
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
447
|
+
3:
|
|
448
|
+
4: %p Editable textarea 1:
|
|
449
|
+
5: = page_fragment "test1"
|
|
450
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
451
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:28 -0500
|
|
455
|
+
Processing by HomeController#index as HTML
|
|
456
|
+
Rendered home/index.html.haml within layouts/application (1.2ms)
|
|
457
|
+
Completed 500 Internal Server Error in 2ms
|
|
458
|
+
|
|
459
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
460
|
+
1: - content_for :page_title do
|
|
461
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
462
|
+
3:
|
|
463
|
+
4: %p Editable textarea 1:
|
|
464
|
+
5: = page_fragment "test1"
|
|
465
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
466
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:29 -0500
|
|
470
|
+
Processing by HomeController#index as HTML
|
|
471
|
+
Rendered home/index.html.haml within layouts/application (1.2ms)
|
|
472
|
+
Completed 500 Internal Server Error in 2ms
|
|
473
|
+
|
|
474
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
475
|
+
1: - content_for :page_title do
|
|
476
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
477
|
+
3:
|
|
478
|
+
4: %p Editable textarea 1:
|
|
479
|
+
5: = page_fragment "test1"
|
|
480
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
481
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:30 -0500
|
|
485
|
+
Processing by HomeController#index as HTML
|
|
486
|
+
Rendered home/index.html.haml within layouts/application (1.3ms)
|
|
487
|
+
Completed 500 Internal Server Error in 2ms
|
|
488
|
+
|
|
489
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
490
|
+
1: - content_for :page_title do
|
|
491
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
492
|
+
3:
|
|
493
|
+
4: %p Editable textarea 1:
|
|
494
|
+
5: = page_fragment "test1"
|
|
495
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
496
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:30 -0500
|
|
500
|
+
Processing by HomeController#index as HTML
|
|
501
|
+
Rendered home/index.html.haml within layouts/application (1.2ms)
|
|
502
|
+
Completed 500 Internal Server Error in 2ms
|
|
503
|
+
|
|
504
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
505
|
+
1: - content_for :page_title do
|
|
506
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
507
|
+
3:
|
|
508
|
+
4: %p Editable textarea 1:
|
|
509
|
+
5: = page_fragment "test1"
|
|
510
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
511
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:31 -0500
|
|
515
|
+
Processing by HomeController#index as HTML
|
|
516
|
+
Rendered home/index.html.haml within layouts/application (1.2ms)
|
|
517
|
+
Completed 500 Internal Server Error in 2ms
|
|
518
|
+
|
|
519
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
520
|
+
1: - content_for :page_title do
|
|
521
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
522
|
+
3:
|
|
523
|
+
4: %p Editable textarea 1:
|
|
524
|
+
5: = page_fragment "test1"
|
|
525
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
526
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:31 -0500
|
|
530
|
+
Processing by HomeController#index as HTML
|
|
531
|
+
Rendered home/index.html.haml within layouts/application (1.2ms)
|
|
532
|
+
Completed 500 Internal Server Error in 2ms
|
|
533
|
+
|
|
534
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
535
|
+
1: - content_for :page_title do
|
|
536
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
537
|
+
3:
|
|
538
|
+
4: %p Editable textarea 1:
|
|
539
|
+
5: = page_fragment "test1"
|
|
540
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
541
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:32 -0500
|
|
545
|
+
Processing by HomeController#index as HTML
|
|
546
|
+
Rendered home/index.html.haml within layouts/application (1.3ms)
|
|
547
|
+
Completed 500 Internal Server Error in 2ms
|
|
548
|
+
|
|
549
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
550
|
+
1: - content_for :page_title do
|
|
551
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
552
|
+
3:
|
|
553
|
+
4: %p Editable textarea 1:
|
|
554
|
+
5: = page_fragment "test1"
|
|
555
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
556
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:33 -0500
|
|
560
|
+
Processing by HomeController#index as HTML
|
|
561
|
+
Rendered home/index.html.haml within layouts/application (23.5ms)
|
|
562
|
+
Completed 500 Internal Server Error in 24ms
|
|
563
|
+
|
|
564
|
+
ActionView::Template::Error (Could not find table 'simple_cms_pages'):
|
|
565
|
+
1: - content_for :page_title do
|
|
566
|
+
2: = page_fragment "home_page_title", nil, :h1, "Home"
|
|
567
|
+
3:
|
|
568
|
+
4: %p Editable textarea 1:
|
|
569
|
+
5: = page_fragment "test1"
|
|
570
|
+
app/views/home/index.html.haml:2:in `block in _app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
571
|
+
app/views/home/index.html.haml:1:in `_app_views_home_index_html_haml__2793633411931202421_70157518430720'
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
Connecting to database specified by database.yml
|
|
575
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:11:51 -0500
|
|
576
|
+
Processing by HomeController#index as HTML
|
|
577
|
+
Rendered home/index.html.haml within layouts/application (109.9ms)
|
|
578
|
+
Completed 200 OK in 142ms (Views: 130.3ms | ActiveRecord: 11.0ms)
|
|
579
|
+
Started GET "/assets/application-e81825ec43815ea90434550fb54f8a23.css" for 127.0.0.1 at 2012-12-31 17:11:51 -0500
|
|
580
|
+
Processing by SimpleCms::PagesController#show as CSS
|
|
581
|
+
Parameters: {"name"=>"assets/application-e81825ec43815ea90434550fb54f8a23"}
|
|
582
|
+
Completed 404 Not Found in 1ms
|
|
583
|
+
|
|
584
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/application-e81825ec43815ea90434550fb54f8a23.css")):
|
|
585
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
586
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
587
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
588
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
589
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
590
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__3614920168249718267__process_action__2905485964045305870__callbacks'
|
|
591
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
592
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
593
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
594
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
595
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
596
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
597
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
598
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
599
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
600
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
601
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
602
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
603
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
604
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
605
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
606
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
607
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
608
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
609
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
610
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
611
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
612
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
613
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
614
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
615
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
616
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
617
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
618
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
619
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
620
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
621
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
622
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
623
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
624
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
625
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
626
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
627
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2882573301507577852__call__3444919169219053608__callbacks'
|
|
628
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
629
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
630
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
631
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
632
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
633
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
634
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
635
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
636
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
637
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
638
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
639
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
640
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
641
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
642
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
643
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
644
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
645
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
646
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
647
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
648
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
649
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
650
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
651
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
652
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
653
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
654
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
655
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
656
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
Started GET "/assets/application-d55500a0d621e73e2cb50532c92fc680.js" for 127.0.0.1 at 2012-12-31 17:11:51 -0500
|
|
660
|
+
Processing by SimpleCms::PagesController#show as JS
|
|
661
|
+
Parameters: {"name"=>"assets/application-d55500a0d621e73e2cb50532c92fc680"}
|
|
662
|
+
Completed 404 Not Found in 0ms
|
|
663
|
+
|
|
664
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/application-d55500a0d621e73e2cb50532c92fc680.js")):
|
|
665
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
666
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
667
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
668
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
669
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
670
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__3614920168249718267__process_action__2905485964045305870__callbacks'
|
|
671
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
672
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
673
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
674
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
675
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
676
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
677
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
678
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
679
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
680
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
681
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
682
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
683
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
684
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
685
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
686
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
687
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
688
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
689
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
690
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
691
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
692
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
693
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
694
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
695
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
696
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
697
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
698
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
699
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
700
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
701
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
702
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
703
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
704
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
705
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
706
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
707
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2882573301507577852__call__3444919169219053608__callbacks'
|
|
708
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
709
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
710
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
711
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
712
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
713
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
714
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
715
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
716
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
717
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
718
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
719
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
720
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
721
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
722
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
723
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
724
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
725
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
726
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
727
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
728
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
729
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
730
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
731
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
732
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
733
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
734
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
735
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
736
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
Started GET "/assets/application-d55500a0d621e73e2cb50532c92fc680.js" for 127.0.0.1 at 2012-12-31 17:13:50 -0500
|
|
740
|
+
Processing by SimpleCms::PagesController#show as JS
|
|
741
|
+
Parameters: {"name"=>"assets/application-d55500a0d621e73e2cb50532c92fc680"}
|
|
742
|
+
Completed 404 Not Found in 0ms
|
|
743
|
+
|
|
744
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/application-d55500a0d621e73e2cb50532c92fc680.js")):
|
|
745
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
746
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
747
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
748
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
749
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
750
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__3614920168249718267__process_action__2905485964045305870__callbacks'
|
|
751
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
752
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
753
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
754
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
755
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
756
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
757
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
758
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
759
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
760
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
761
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
762
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
763
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
764
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
765
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
766
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
767
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
768
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
769
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
770
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
771
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
772
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
773
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
774
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
775
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
776
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
777
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
778
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
779
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
780
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
781
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
782
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
783
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
784
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
785
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
786
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
787
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2882573301507577852__call__3444919169219053608__callbacks'
|
|
788
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
789
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
790
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
791
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
792
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
793
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
794
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
795
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
796
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
797
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
798
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
799
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
800
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
801
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
802
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
803
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
804
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
805
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
806
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
807
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
808
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
809
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
810
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
811
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
812
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
813
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
814
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
815
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
816
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
Started GET "/assets/application-d55500a0d621e73e2cb50532c92fc680.js" for 127.0.0.1 at 2012-12-31 17:17:42 -0500
|
|
820
|
+
Processing by SimpleCms::PagesController#show as JS
|
|
821
|
+
Parameters: {"name"=>"assets/application-d55500a0d621e73e2cb50532c92fc680"}
|
|
822
|
+
Completed 404 Not Found in 0ms
|
|
823
|
+
|
|
824
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/application-d55500a0d621e73e2cb50532c92fc680.js")):
|
|
825
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
826
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
827
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
828
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
829
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
830
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__3614920168249718267__process_action__2905485964045305870__callbacks'
|
|
831
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
832
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
833
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
834
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
835
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
836
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
837
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
838
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
839
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
840
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
841
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
842
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
843
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
844
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
845
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
846
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
847
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
848
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
849
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
850
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
851
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
852
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
853
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
854
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
855
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
856
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
857
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
858
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
859
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
860
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
861
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
862
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
863
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
864
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
865
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
866
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
867
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2882573301507577852__call__3444919169219053608__callbacks'
|
|
868
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
869
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
870
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
871
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
872
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
873
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
874
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
875
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
876
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
877
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
878
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
879
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
880
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
881
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
882
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
883
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
884
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
885
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
886
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
887
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
888
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
889
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
890
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
891
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
892
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
893
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
894
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
895
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
896
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:17:48 -0500
|
|
900
|
+
Processing by HomeController#index as HTML
|
|
901
|
+
Rendered home/index.html.haml within layouts/application (9.5ms)
|
|
902
|
+
Completed 200 OK in 12ms (Views: 8.6ms | ActiveRecord: 2.8ms)
|
|
903
|
+
Started GET "/assets/application-d55500a0d621e73e2cb50532c92fc680.js" for 127.0.0.1 at 2012-12-31 17:17:48 -0500
|
|
904
|
+
Processing by SimpleCms::PagesController#show as JS
|
|
905
|
+
Parameters: {"name"=>"assets/application-d55500a0d621e73e2cb50532c92fc680"}
|
|
906
|
+
Completed 404 Not Found in 0ms
|
|
907
|
+
|
|
908
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/application-d55500a0d621e73e2cb50532c92fc680.js")):
|
|
909
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
910
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
911
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
912
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
913
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
914
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__3614920168249718267__process_action__2905485964045305870__callbacks'
|
|
915
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
916
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
917
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
918
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
919
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
920
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
921
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
922
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
923
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
924
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
925
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
926
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
927
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
928
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
929
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
930
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
931
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
932
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
933
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
934
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
935
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
936
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
937
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
938
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
939
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
940
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
941
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
942
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
943
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
944
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
945
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
946
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
947
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
948
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
949
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
950
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
951
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2882573301507577852__call__3444919169219053608__callbacks'
|
|
952
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
953
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
954
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
955
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
956
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
957
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
958
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
959
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
960
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
961
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
962
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
963
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
964
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
965
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
966
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
967
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
968
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
969
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
970
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
971
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
972
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
973
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
974
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
975
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
976
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
977
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
978
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
979
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
980
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
Started GET "/assets/application-e81825ec43815ea90434550fb54f8a23.css" for 127.0.0.1 at 2012-12-31 17:17:48 -0500
|
|
984
|
+
Processing by SimpleCms::PagesController#show as CSS
|
|
985
|
+
Parameters: {"name"=>"assets/application-e81825ec43815ea90434550fb54f8a23"}
|
|
986
|
+
Completed 404 Not Found in 0ms
|
|
987
|
+
|
|
988
|
+
ActionController::RoutingError ((No route matches [GET] "/assets/application-e81825ec43815ea90434550fb54f8a23.css")):
|
|
989
|
+
/Users/jeremie/Work/simple_cms/app/controllers/simple_cms/pages_controller.rb:12:in `show'
|
|
990
|
+
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
991
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
|
|
992
|
+
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
993
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
|
994
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:425:in `_run__3614920168249718267__process_action__2905485964045305870__callbacks'
|
|
995
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
996
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
|
997
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
998
|
+
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
|
999
|
+
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
1000
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
|
1001
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
|
|
1002
|
+
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1003
|
+
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
|
|
1004
|
+
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
|
1005
|
+
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
|
1006
|
+
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
1007
|
+
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
|
|
1008
|
+
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
|
|
1009
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
|
|
1010
|
+
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
|
1011
|
+
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
|
|
1012
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
|
1013
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
|
1014
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
|
1015
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
|
1016
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
|
1017
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
|
1018
|
+
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
|
1019
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1020
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
|
1021
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
|
1022
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1023
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1024
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1025
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
|
1026
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
|
1027
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1028
|
+
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
|
|
1029
|
+
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1030
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1031
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2882573301507577852__call__3444919169219053608__callbacks'
|
|
1032
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1033
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1034
|
+
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1035
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1036
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1037
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1038
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1039
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1040
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1041
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1042
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
1043
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1044
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1045
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1046
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1047
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1048
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
1049
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
1050
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
1051
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
1052
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
1053
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
1054
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
1055
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1056
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1057
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1058
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1059
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1060
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
Connecting to database specified by database.yml
|
|
1064
|
+
Connecting to database specified by database.yml
|
|
1065
|
+
Started GET "/" for 127.0.0.1 at 2012-12-31 17:20:31 -0500
|
|
1066
|
+
Processing by HomeController#index as HTML
|
|
1067
|
+
Rendered home/index.html.haml within layouts/application (83.6ms)
|
|
1068
|
+
Completed 200 OK in 97ms (Views: 92.5ms | ActiveRecord: 4.4ms)
|
|
1069
|
+
Started GET "/assets/application-e81825ec43815ea90434550fb54f8a23.css" for 127.0.0.1 at 2012-12-31 17:20:31 -0500
|
|
1070
|
+
|
|
1071
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application-e81825ec43815ea90434550fb54f8a23.css"):
|
|
1072
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1073
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1074
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1075
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1076
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1077
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
1078
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1079
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1080
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1081
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1082
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1083
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
1084
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
1085
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
1086
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
1087
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
1088
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
1089
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
1090
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1091
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1092
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1093
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1094
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1095
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
Started GET "/assets/application-d55500a0d621e73e2cb50532c92fc680.js" for 127.0.0.1 at 2012-12-31 17:20:31 -0500
|
|
1099
|
+
|
|
1100
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application-d55500a0d621e73e2cb50532c92fc680.js"):
|
|
1101
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1102
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1103
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1104
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1105
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1106
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
1107
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1108
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1109
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1110
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1111
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1112
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
1113
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
1114
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
1115
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
1116
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
1117
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
1118
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
1119
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1120
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1121
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1122
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1123
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1124
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
Started GET "/assets/application-d55500a0d621e73e2cb50532c92fc680.js" for 127.0.0.1 at 2012-12-31 17:20:36 -0500
|
|
1128
|
+
|
|
1129
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application-d55500a0d621e73e2cb50532c92fc680.js"):
|
|
1130
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1131
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1132
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1133
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1134
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1135
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
1136
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1137
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1138
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1139
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1140
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1141
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
1142
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
1143
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
1144
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
1145
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
1146
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
1147
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
1148
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1149
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1150
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1151
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1152
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1153
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
Started GET "/assets/application-d55500a0d621e73e2cb50532c92fc680.js" for 127.0.0.1 at 2012-12-31 17:20:38 -0500
|
|
1157
|
+
|
|
1158
|
+
ActionController::RoutingError (No route matches [GET] "/assets/application-d55500a0d621e73e2cb50532c92fc680.js"):
|
|
1159
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1160
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1161
|
+
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1162
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1163
|
+
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1164
|
+
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
|
|
1165
|
+
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1166
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
1167
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
1168
|
+
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1169
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
1170
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
|
1171
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
|
1172
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
|
1173
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
|
1174
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
|
1175
|
+
railties (3.2.9) lib/rails/engine.rb:479:in `call'
|
|
1176
|
+
railties (3.2.9) lib/rails/application.rb:223:in `call'
|
|
1177
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
1178
|
+
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1179
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
1180
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1181
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1182
|
+
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1183
|
+
|
|
1184
|
+
|