optimacms 0.1.19 → 0.1.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/optimacms/version.rb +1 -1
- data/test/dummy/config/routes.rb +1 -2
- data/test/dummy/log/development.log +578 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0dedf3d2ea22e07a9673c2cf0227e1466d53d2ed
|
4
|
+
data.tar.gz: 498ad6b7e5922515d949b17ca0695e1a22fde16a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 452749ce8ad6404b3bb655d8dd06ec58d103019864af89234686ee15b7571784f7df8480f9f2607a4d706d64de8694810bf86f34894d28ea4e8d942428d3a2e5
|
7
|
+
data.tar.gz: 40c428c607b0912c5fa54ebcefbd653aa352e828e0ada67fc7003b5eb4c3b886668cf432d5375d8bd050384b6187038bc396d2cfb4ec4e54d83179032981c171
|
data/lib/optimacms/version.rb
CHANGED
data/test/dummy/config/routes.rb
CHANGED
@@ -2048,3 +2048,581 @@ Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 1
|
|
2048
2048
|
|
2049
2049
|
|
2050
2050
|
Started GET "/assets/application-f1b81d202be5de5ae3a1ccd5a34ce92e.js?body=1" for 127.0.0.1 at 2015-05-14 20:58:54 +0300
|
2051
|
+
|
2052
|
+
|
2053
|
+
Started GET "/cmsadmin/pages/44/edit" for 127.0.0.1 at 2015-05-14 22:08:22 +0300
|
2054
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
2055
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
2056
|
+
Parameters: {"id"=>"44"}
|
2057
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
2058
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
2059
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 44 LIMIT 1
|
2060
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc[0m
|
2061
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
|
2062
|
+
[1m[36mOptimacms::PageTranslation Load (1.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 44[0m
|
2063
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (63.0ms)
|
2064
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 24 LIMIT 1
|
2065
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0[0m
|
2066
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 123 LIMIT 1
|
2067
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 44[0m [["item_id", 44]]
|
2068
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (607.0ms)
|
2069
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (25.0ms)
|
2070
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (53.0ms)
|
2071
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (62.0ms)
|
2072
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (10097.6ms)
|
2073
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (10174.6ms)
|
2074
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (50.0ms)
|
2075
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (58.0ms)
|
2076
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (13.0ms)
|
2077
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (18.0ms)
|
2078
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (5.0ms)
|
2079
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (22.0ms)
|
2080
|
+
Completed 200 OK in 12426ms (Views: 11547.7ms | ActiveRecord: 69.0ms)
|
2081
|
+
|
2082
|
+
|
2083
|
+
Started GET "/about.html" for 127.0.0.1 at 2015-05-14 22:08:35 +0300
|
2084
|
+
Processing by Optimacms::PagesController#show as HTML
|
2085
|
+
Parameters: {"url"=>"about.html"}
|
2086
|
+
[1m[35m (9.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url)
|
2087
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
2088
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 123 LIMIT 1
|
2089
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1[0m
|
2090
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 44 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
|
2091
|
+
Rendered pages/about.html.erb within layouts/main (5.0ms)
|
2092
|
+
Completed 200 OK in 931ms (Views: 800.0ms | ActiveRecord: 12.0ms)
|
2093
|
+
|
2094
|
+
|
2095
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2096
|
+
|
2097
|
+
|
2098
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2099
|
+
|
2100
|
+
|
2101
|
+
Started GET "/assets/optimacms/admin-5660a40f04929efdc8e9d5d5de362cb5.css?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2102
|
+
|
2103
|
+
|
2104
|
+
Started GET "/assets/optimacms/admin_tpl-98e1a3d5347153bf6028fe42ecd9d980.css?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2105
|
+
|
2106
|
+
|
2107
|
+
Started GET "/assets/optimacms/application-f3310b2f82b7d77d8fed25b3ce9b645f.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2108
|
+
|
2109
|
+
|
2110
|
+
Started GET "/assets/jquery2-e8c714946b114c8c2255318fee69a51d.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2111
|
+
|
2112
|
+
|
2113
|
+
Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2114
|
+
|
2115
|
+
|
2116
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2117
|
+
|
2118
|
+
|
2119
|
+
Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2120
|
+
|
2121
|
+
|
2122
|
+
Started GET "/assets/application-90301e30872e4a0c196399426708e00f.css?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2123
|
+
|
2124
|
+
|
2125
|
+
Started GET "/assets/tpl-52159b0ce9417b4a01bdf6d0a6b2d417.css?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2126
|
+
|
2127
|
+
|
2128
|
+
Started GET "/assets/jquery-b55ce73fa241d3305f217fb9c3f49faf.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2129
|
+
|
2130
|
+
|
2131
|
+
Started GET "/assets/application-f1b81d202be5de5ae3a1ccd5a34ce92e.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2132
|
+
|
2133
|
+
|
2134
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:37 +0300
|
2135
|
+
|
2136
|
+
|
2137
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:38 +0300
|
2138
|
+
|
2139
|
+
|
2140
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-14 22:08:40 +0300
|
2141
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
2142
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
2143
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
2144
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (179.0ms)
|
2145
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
|
2146
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_fields.html.haml (215.0ms)
|
2147
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear.html.haml (7.0ms)
|
2148
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (22.0ms)
|
2149
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form_inline.html.haml (268.0ms)
|
2150
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form.html.haml (284.0ms)
|
2151
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND title LIKE '%ab%' ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
2152
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND title LIKE '%ab%' )
|
2153
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (489.0ms)
|
2154
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
2155
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
|
2156
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
2157
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
2158
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
2159
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
|
2160
|
+
Completed 200 OK in 1157ms (Views: 1131.1ms | ActiveRecord: 4.0ms)
|
2161
|
+
|
2162
|
+
|
2163
|
+
Started GET "/assets/optimacms/admin-5660a40f04929efdc8e9d5d5de362cb5.css?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2164
|
+
|
2165
|
+
|
2166
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2167
|
+
|
2168
|
+
|
2169
|
+
Started GET "/assets/jquery2-e8c714946b114c8c2255318fee69a51d.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2170
|
+
|
2171
|
+
|
2172
|
+
Started GET "/assets/optimacms/application-f3310b2f82b7d77d8fed25b3ce9b645f.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2173
|
+
|
2174
|
+
|
2175
|
+
Started GET "/assets/optimacms/admin_tpl-98e1a3d5347153bf6028fe42ecd9d980.css?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2176
|
+
|
2177
|
+
|
2178
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2179
|
+
|
2180
|
+
|
2181
|
+
Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2182
|
+
|
2183
|
+
|
2184
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2185
|
+
|
2186
|
+
|
2187
|
+
Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:41 +0300
|
2188
|
+
|
2189
|
+
|
2190
|
+
Started GET "/cmsadmin/pages/new?parent_id=0" for 127.0.0.1 at 2015-05-14 22:08:42 +0300
|
2191
|
+
Processing by Optimacms::Admin::PagesController#new as HTML
|
2192
|
+
Parameters: {"parent_id"=>"0"}
|
2193
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
2194
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
|
2195
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc[0m
|
2196
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
2197
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
|
2198
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (624.0ms)
|
2199
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
|
2200
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (10.0ms)
|
2201
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
|
2202
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (854.0ms)
|
2203
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (869.1ms)
|
2204
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
2205
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
|
2206
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
2207
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
2208
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
2209
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
|
2210
|
+
Completed 200 OK in 1682ms (Views: 1581.1ms | ActiveRecord: 2.0ms)
|
2211
|
+
|
2212
|
+
|
2213
|
+
Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:44 +0300
|
2214
|
+
|
2215
|
+
|
2216
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:44 +0300
|
2217
|
+
|
2218
|
+
|
2219
|
+
Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:44 +0300
|
2220
|
+
|
2221
|
+
|
2222
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:44 +0300
|
2223
|
+
|
2224
|
+
|
2225
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:08:44 +0300
|
2226
|
+
|
2227
|
+
|
2228
|
+
Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-14 22:08:46 +0300
|
2229
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
2230
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
2231
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
|
2232
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (42.0ms)
|
2233
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
|
2234
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_fields.html.haml (60.0ms)
|
2235
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
|
2236
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
|
2237
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form_inline.html.haml (80.0ms)
|
2238
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form.html.haml (86.0ms)
|
2239
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0[0m
|
2240
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_templates` WHERE (1=1 )
|
2241
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (481.0ms)
|
2242
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
2243
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (19.0ms)
|
2244
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
2245
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
2246
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
2247
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
|
2248
|
+
Completed 200 OK in 1206ms (Views: 1181.1ms | ActiveRecord: 3.0ms)
|
2249
|
+
|
2250
|
+
|
2251
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-14 22:20:44 +0300
|
2252
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
2253
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
2254
|
+
Completed 401 Unauthorized in 33ms (ActiveRecord: 0.0ms)
|
2255
|
+
|
2256
|
+
|
2257
|
+
Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-05-14 22:20:51 +0300
|
2258
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
2259
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (8.0ms)
|
2260
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (135.0ms)
|
2261
|
+
Completed 200 OK in 576ms (Views: 452.0ms | ActiveRecord: 15.0ms)
|
2262
|
+
|
2263
|
+
|
2264
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-14 22:20:52 +0300
|
2265
|
+
Processing by Optimacms::PagesController#show as HTML
|
2266
|
+
Parameters: {"url"=>"stylesheets/optimacms/application.css"}
|
2267
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages`
|
2268
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)[0m
|
2269
|
+
Completed 404 Not Found in 187ms (ActiveRecord: 28.0ms)
|
2270
|
+
|
2271
|
+
ActionController::RoutingError (Not Found):
|
2272
|
+
W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
2273
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
|
2274
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2275
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
2276
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2277
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2278
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
2279
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
2280
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
2281
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
2282
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
2283
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
2284
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
2285
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2286
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2287
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2288
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
2289
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
2290
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2291
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
2292
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2293
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2294
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2295
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
2296
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
2297
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
2298
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2299
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
2300
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
2301
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
2302
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
2303
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2304
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
2305
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2306
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
2307
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
2308
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
2309
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
2310
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
2311
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
2312
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
2313
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
2314
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
2315
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2316
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2317
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2318
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
2319
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
2320
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
2321
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2322
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
2323
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
2324
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
2325
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2326
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
2327
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
2328
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
2329
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2330
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
2331
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
2332
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
2333
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
2334
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2335
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2336
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
2337
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2338
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2339
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
2340
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
2341
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2342
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2343
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2344
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
2345
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2346
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2347
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2348
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2349
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2350
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2351
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2352
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
2353
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
2354
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2355
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
2356
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
2357
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
2358
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
2359
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
2360
|
+
|
2361
|
+
|
2362
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (40.0ms)
|
2363
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (30.0ms)
|
2364
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (41.0ms)
|
2365
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.0ms)
|
2366
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.0ms)
|
2367
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1122.1ms)
|
2368
|
+
|
2369
|
+
|
2370
|
+
Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-14 22:20:56 +0300
|
2371
|
+
Processing by Optimacms::Devise::SessionsController#create as HTML
|
2372
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d4qUnuixEYV2NYcQINn99NA1MgonRIUN8jofpLTP4ZfgmsPmukiFEr729yRNpmohtWAYcWY4t0SphisWCE2haA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
2373
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1
|
2374
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2375
|
+
[1m[35mSQL (1.0ms)[0m UPDATE `cms_users` SET `current_sign_in_at` = '2015-05-14 19:20:56', `sign_in_count` = 2, `updated_at` = '2015-05-14 19:20:56' WHERE `cms_users`.`id` = 3
|
2376
|
+
[1m[36m (19.0ms)[0m [1mCOMMIT[0m
|
2377
|
+
Redirected to http://localhost:3001/cmsadmin/pages
|
2378
|
+
Completed 302 Found in 263ms (ActiveRecord: 21.0ms)
|
2379
|
+
|
2380
|
+
|
2381
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-14 22:20:56 +0300
|
2382
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
2383
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
2384
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1[0m
|
2385
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (55.0ms)
|
2386
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
|
2387
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_fields.html.haml (85.0ms)
|
2388
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear.html.haml (5.0ms)
|
2389
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (15.0ms)
|
2390
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form_inline.html.haml (123.0ms)
|
2391
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form.html.haml (136.0ms)
|
2392
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
2393
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 )[0m
|
2394
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (465.0ms)
|
2395
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (55.0ms)
|
2396
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (60.0ms)
|
2397
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (15.0ms)
|
2398
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (21.0ms)
|
2399
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (6.0ms)
|
2400
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (24.0ms)
|
2401
|
+
Completed 200 OK in 1694ms (Views: 1647.1ms | ActiveRecord: 3.0ms)
|
2402
|
+
|
2403
|
+
|
2404
|
+
Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-14 22:20:59 +0300
|
2405
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
2406
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
2407
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1[0m
|
2408
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (33.0ms)
|
2409
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
|
2410
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_fields.html.haml (50.0ms)
|
2411
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
|
2412
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
|
2413
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form_inline.html.haml (68.0ms)
|
2414
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form.html.haml (73.0ms)
|
2415
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
2416
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE (1=1 )[0m
|
2417
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (349.0ms)
|
2418
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
2419
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
|
2420
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
2421
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
2422
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
2423
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
|
2424
|
+
Completed 200 OK in 1088ms (Views: 1023.1ms | ActiveRecord: 13.0ms)
|
2425
|
+
|
2426
|
+
|
2427
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-14 22:21:02 +0300
|
2428
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
2429
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
2430
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1[0m
|
2431
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
|
2432
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_field_simple_form.html.haml (10.0ms)
|
2433
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_fields.html.haml (51.0ms)
|
2434
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
|
2435
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
|
2436
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form_inline.html.haml (72.0ms)
|
2437
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.3/app/views/simple_search_filter/_form.html.haml (77.0ms)
|
2438
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
2439
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 )[0m
|
2440
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (245.0ms)
|
2441
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
2442
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
|
2443
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
2444
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
2445
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
2446
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
|
2447
|
+
Completed 200 OK in 1125ms (Views: 1103.1ms | ActiveRecord: 3.0ms)
|
2448
|
+
|
2449
|
+
|
2450
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-14 22:24:57 +0300
|
2451
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
2452
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
2453
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
2454
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
2455
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
2456
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_field_simple_form.html.haml (7029.4ms)
|
2457
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
|
2458
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_fields.html.haml (7057.4ms)
|
2459
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_buttons_apply_clear.html.haml (5.0ms)
|
2460
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (14.0ms)
|
2461
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_form_inline.html.haml (7091.4ms)
|
2462
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_form.html.haml (7102.4ms)
|
2463
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
2464
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 )
|
2465
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (7389.4ms)
|
2466
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (55.0ms)
|
2467
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (56.0ms)
|
2468
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (15.0ms)
|
2469
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (22.0ms)
|
2470
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (5.0ms)
|
2471
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (26.0ms)
|
2472
|
+
Completed 200 OK in 8813ms (Views: 8591.5ms | ActiveRecord: 29.0ms)
|
2473
|
+
|
2474
|
+
|
2475
|
+
Started GET "/assets/optimacms/admin_tpl-98e1a3d5347153bf6028fe42ecd9d980.css?body=1" for 127.0.0.1 at 2015-05-14 22:25:06 +0300
|
2476
|
+
|
2477
|
+
|
2478
|
+
Started GET "/assets/optimacms/application-f3310b2f82b7d77d8fed25b3ce9b645f.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:06 +0300
|
2479
|
+
|
2480
|
+
|
2481
|
+
Started GET "/assets/jquery2-e8c714946b114c8c2255318fee69a51d.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:06 +0300
|
2482
|
+
|
2483
|
+
|
2484
|
+
Started GET "/assets/optimacms/admin-5660a40f04929efdc8e9d5d5de362cb5.css?body=1" for 127.0.0.1 at 2015-05-14 22:25:06 +0300
|
2485
|
+
|
2486
|
+
|
2487
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:07 +0300
|
2488
|
+
|
2489
|
+
|
2490
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:07 +0300
|
2491
|
+
|
2492
|
+
|
2493
|
+
Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:07 +0300
|
2494
|
+
|
2495
|
+
|
2496
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:07 +0300
|
2497
|
+
|
2498
|
+
|
2499
|
+
Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:07 +0300
|
2500
|
+
|
2501
|
+
|
2502
|
+
Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-14 22:25:16 +0300
|
2503
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
2504
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
2505
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
|
2506
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
|
2507
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
|
2508
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_fields.html.haml (48.0ms)
|
2509
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
|
2510
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
|
2511
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_form_inline.html.haml (67.0ms)
|
2512
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_form.html.haml (72.0ms)
|
2513
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0[0m
|
2514
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_templates` WHERE (1=1 )
|
2515
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (334.0ms)
|
2516
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
2517
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
|
2518
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
2519
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
2520
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
2521
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
|
2522
|
+
Completed 200 OK in 1123ms (Views: 1054.1ms | ActiveRecord: 10.0ms)
|
2523
|
+
|
2524
|
+
|
2525
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:17 +0300
|
2526
|
+
|
2527
|
+
|
2528
|
+
Started GET "/assets/optimacms/admin_tpl-98e1a3d5347153bf6028fe42ecd9d980.css?body=1" for 127.0.0.1 at 2015-05-14 22:25:17 +0300
|
2529
|
+
|
2530
|
+
|
2531
|
+
Started GET "/assets/jquery2-e8c714946b114c8c2255318fee69a51d.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:18 +0300
|
2532
|
+
|
2533
|
+
|
2534
|
+
Started GET "/assets/optimacms/application-f3310b2f82b7d77d8fed25b3ce9b645f.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:18 +0300
|
2535
|
+
|
2536
|
+
|
2537
|
+
Started GET "/assets/optimacms/admin-5660a40f04929efdc8e9d5d5de362cb5.css?body=1" for 127.0.0.1 at 2015-05-14 22:25:18 +0300
|
2538
|
+
|
2539
|
+
|
2540
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:18 +0300
|
2541
|
+
|
2542
|
+
|
2543
|
+
Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:18 +0300
|
2544
|
+
|
2545
|
+
|
2546
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:18 +0300
|
2547
|
+
|
2548
|
+
|
2549
|
+
Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:18 +0300
|
2550
|
+
|
2551
|
+
|
2552
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-14 22:25:23 +0300
|
2553
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
2554
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
2555
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
2556
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
|
2557
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
|
2558
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_fields.html.haml (49.0ms)
|
2559
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
|
2560
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
|
2561
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_form_inline.html.haml (67.0ms)
|
2562
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.4/app/views/simple_search_filter/_form.html.haml (72.0ms)
|
2563
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
2564
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 )
|
2565
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (221.0ms)
|
2566
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
2567
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
|
2568
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
2569
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
2570
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
2571
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
|
2572
|
+
Completed 200 OK in 883ms (Views: 862.0ms | ActiveRecord: 1.0ms)
|
2573
|
+
|
2574
|
+
|
2575
|
+
Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:24 +0300
|
2576
|
+
|
2577
|
+
|
2578
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:24 +0300
|
2579
|
+
|
2580
|
+
|
2581
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:24 +0300
|
2582
|
+
|
2583
|
+
|
2584
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:24 +0300
|
2585
|
+
|
2586
|
+
|
2587
|
+
Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:24 +0300
|
2588
|
+
|
2589
|
+
|
2590
|
+
Started GET "/assets/optimacms/admin-5660a40f04929efdc8e9d5d5de362cb5.css?body=1" for 127.0.0.1 at 2015-05-14 22:25:24 +0300
|
2591
|
+
|
2592
|
+
|
2593
|
+
Started GET "/cmsadmin/pages/new?parent_id=0" for 127.0.0.1 at 2015-05-14 22:25:26 +0300
|
2594
|
+
Processing by Optimacms::Admin::PagesController#new as HTML
|
2595
|
+
Parameters: {"parent_id"=>"0"}
|
2596
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
2597
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
|
2598
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc[0m
|
2599
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (17.0ms)
|
2600
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
|
2601
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (522.0ms)
|
2602
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (21.0ms)
|
2603
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (44.0ms)
|
2604
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (63.0ms)
|
2605
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1547.1ms)
|
2606
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (1559.1ms)
|
2607
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
2608
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
|
2609
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
2610
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
|
2611
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
2612
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
|
2613
|
+
Completed 200 OK in 2451ms (Views: 2311.1ms | ActiveRecord: 10.0ms)
|
2614
|
+
|
2615
|
+
|
2616
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:28 +0300
|
2617
|
+
|
2618
|
+
|
2619
|
+
Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:28 +0300
|
2620
|
+
|
2621
|
+
|
2622
|
+
Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:28 +0300
|
2623
|
+
|
2624
|
+
|
2625
|
+
Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:28 +0300
|
2626
|
+
|
2627
|
+
|
2628
|
+
Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-14 22:25:28 +0300
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: optimacms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Ivak
|
@@ -212,14 +212,14 @@ dependencies:
|
|
212
212
|
requirements:
|
213
213
|
- - '='
|
214
214
|
- !ruby/object:Gem::Version
|
215
|
-
version: 0.0.
|
215
|
+
version: 0.0.4
|
216
216
|
type: :runtime
|
217
217
|
prerelease: false
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
219
219
|
requirements:
|
220
220
|
- - '='
|
221
221
|
- !ruby/object:Gem::Version
|
222
|
-
version: 0.0.
|
222
|
+
version: 0.0.4
|
223
223
|
description: CMS on Ruby on Rails
|
224
224
|
email:
|
225
225
|
- maxivak@gmail.com
|