kilt-cms 0.9.2 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/kilt/application.css +13 -0
  3. data/app/assets/stylesheets/kilt/{stylesheets/screen.css → screen.css} +0 -0
  4. data/app/views/layouts/kilt/cms.html.erb +1 -1
  5. data/lib/generators/kilt/templates/frontend/application.html.erb +1 -1
  6. data/lib/generators/kilt/templates/frontend/assets/stylesheets/application.css +13 -0
  7. data/lib/generators/kilt/templates/frontend/assets/stylesheets/{stylesheets/screen.css → screen.css} +0 -0
  8. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  9. data/test/dummy/app/views/layouts/application.html.erb +1 -1
  10. data/test/dummy/log/development.log +789 -0
  11. data/test/dummy/{app/assets/stylesheets/stylesheets/screen.css → tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705} +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sprockets/23733156ea27da67211ba7ff763d76f0 +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/32ab48c63ad3bb6ddc1f419e51adb5db +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/7035e5c60f5da3b7fc12c472677483d0 +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/91021bdb7ebb3d4f6fdf4e49909d4c07 +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/9f2c00a36b5b8c713a797b508c778a65 +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/e3a4ad3549e1e57d03698a36daeff406 +0 -0
  20. data/test/dummy/tmp/data/meta_request/270c06b6-1be2-4172-b8f8-f9190bde2775.json +1 -0
  21. data/test/dummy/tmp/data/meta_request/40a8c69a-09c7-4661-aa3d-c29828c9c8a0.json +1 -0
  22. data/test/dummy/tmp/data/meta_request/6c8c0a77-faf3-4492-838a-23fbcb19eb05.json +1 -0
  23. data/test/dummy/tmp/data/meta_request/77f05341-ca67-41f2-99f4-278b7aaee7fa.json +1 -0
  24. data/test/dummy/tmp/data/meta_request/7f86e717-beca-431a-87ba-db4d29df2941.json +1 -0
  25. data/test/dummy/tmp/data/meta_request/bd76eaa7-d10b-403c-9b17-a7b871e82056.json +1 -0
  26. data/test/dummy/tmp/data/meta_request/be19482f-cedc-45b2-9a24-f76fde53354a.json +1 -0
  27. data/test/dummy/tmp/data/meta_request/d13bda5a-d4fd-42de-838d-7db1589aa91e.json +1 -0
  28. data/test/dummy/tmp/data/meta_request/f243c710-5403-4c9d-aefd-87bd8b03c3cd.json +1 -0
  29. data/test/dummy/tmp/data/meta_request/fc7e86ef-8a52-406e-8ce6-1aa3efba9a9a.json +1 -0
  30. data/test/dummy/tmp/pids/server.pid +1 -1
  31. metadata +45 -86
  32. data/app/assets/stylesheets/kilt/config.rb +0 -10
  33. data/app/assets/stylesheets/kilt/sass/_base.scss +0 -25
  34. data/app/assets/stylesheets/kilt/sass/_buttons.scss +0 -58
  35. data/app/assets/stylesheets/kilt/sass/_form.scss +0 -73
  36. data/app/assets/stylesheets/kilt/sass/_layout.scss +0 -85
  37. data/app/assets/stylesheets/kilt/sass/_mixins.scss +0 -6
  38. data/app/assets/stylesheets/kilt/sass/_tables.scss +0 -65
  39. data/app/assets/stylesheets/kilt/sass/_typography.scss +0 -79
  40. data/app/assets/stylesheets/kilt/sass/modules/_codemirror.scss +0 -262
  41. data/app/assets/stylesheets/kilt/sass/modules/_jquery_ui.scss +0 -659
  42. data/app/assets/stylesheets/kilt/sass/screen.scss +0 -1
  43. data/app/assets/stylesheets/kilt/stylesheets/modules/codemirror.css +0 -1
  44. data/app/assets/stylesheets/kilt/stylesheets/modules/jquery-ui.css +0 -5
  45. data/app/assets/stylesheets/kilt/stylesheets/print.css +0 -0
  46. data/lib/generators/kilt/templates/frontend/assets/stylesheets/_base.scss +0 -0
  47. data/lib/generators/kilt/templates/frontend/assets/stylesheets/config.rb +0 -24
  48. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_mixins.scss +0 -81
  49. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_reset_custom.scss +0 -31
  50. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_typography.scss +0 -35
  51. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/screen.scss +0 -13
  52. data/lib/generators/kilt/templates/frontend/assets/stylesheets/sass/views/_layout.scss +0 -7
  53. data/test/dummy/app/assets/stylesheets/config.rb +0 -24
  54. data/test/dummy/app/assets/stylesheets/sass/modules/_mixins.scss +0 -81
  55. data/test/dummy/app/assets/stylesheets/sass/modules/_reset_custom.scss +0 -31
  56. data/test/dummy/app/assets/stylesheets/sass/modules/_typography.scss +0 -35
  57. data/test/dummy/app/assets/stylesheets/sass/screen.scss +0 -13
  58. data/test/dummy/app/assets/stylesheets/sass/views/_layout.scss +0 -7
  59. data/test/dummy/tmp/data/meta_request/42ebc354-ba4d-48b3-a04e-b2158cbbc4b5.json +0 -1
  60. data/test/dummy/tmp/data/meta_request/65873a03-1c19-4f8c-8d87-2025cb3a22f2.json +0 -1
  61. data/test/dummy/tmp/data/meta_request/66758927-1ef8-45bd-ae74-9584f553722f.json +0 -1
  62. data/test/dummy/tmp/data/meta_request/76813561-8352-4294-afcf-0e634536871e.json +0 -1
  63. data/test/dummy/tmp/data/meta_request/768b2838-f3ca-4693-8328-d70a81a6c363.json +0 -1
  64. data/test/dummy/tmp/data/meta_request/81c5fb2d-d5db-4d34-9443-a00cefa1c9de.json +0 -1
  65. data/test/dummy/tmp/data/meta_request/b7db8c95-6b8b-40d8-b106-a31563d3c7cf.json +0 -1
  66. data/test/dummy/tmp/data/meta_request/c6b72e66-878d-4489-8d89-1d4d3286113d.json +0 -1
  67. data/test/dummy/tmp/data/meta_request/e716dd9f-328e-4712-bd99-fcb3a2af40aa.json +0 -1
  68. data/test/dummy/tmp/data/meta_request/f76987d9-b598-4458-a496-729086af0589.json +0 -1
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb","layout":"layouts/kilt/cms"},"time":"2014-01-10T10:54:40-05:00","transaction_id":"7235d8adedc48b655a4f","end":"2014-01-10T10:54:40-05:00","children":[],"duration":0.853},{"name":"render_partial.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb"},"time":"2014-01-10T10:54:40-05:00","transaction_id":"7235d8adedc48b655a4f","end":"2014-01-10T10:54:40-05:00","children":[],"duration":0.507},{"name":"process_action.action_controller","payload":{"controller":"Kilt::KiltController","action":"index","params":{"controller":"kilt/kilt","action":"index"},"format":"html","method":"GET","path":"/admin/","status":200,"view_runtime":8.022},"time":"2014-01-10T10:54:40-05:00","transaction_id":"7235d8adedc48b655a4f","end":"2014-01-10T10:54:40-05:00","children":[],"duration":9.322000000000001}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/kilt/kilt/list.html.erb","layout":"layouts/kilt/cms"},"time":"2014-01-10T11:02:44-05:00","transaction_id":"d21c03d2edd23403e3dd","end":"2014-01-10T11:02:44-05:00","children":[],"duration":4.484},{"name":"render_partial.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb"},"time":"2014-01-10T11:02:44-05:00","transaction_id":"d21c03d2edd23403e3dd","end":"2014-01-10T11:02:44-05:00","children":[],"duration":0.736},{"name":"process_action.action_controller","payload":{"controller":"Kilt::KiltController","action":"list","params":{"controller":"kilt/kilt","action":"list","types":"bagpipes"},"format":"html","method":"GET","path":"/admin/bagpipes","status":200,"view_runtime":36.458},"time":"2014-01-10T11:02:43-05:00","transaction_id":"d21c03d2edd23403e3dd","end":"2014-01-10T11:02:44-05:00","children":[],"duration":575.507}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/test/dummy/app/views/dummy/index.html.erb","layout":"layouts/application"},"time":"2014-01-10T10:54:44-05:00","transaction_id":"7235d8adedc48b655a4f","end":"2014-01-10T10:54:44-05:00","children":[],"duration":0.784},{"name":"process_action.action_controller","payload":{"controller":"DummyController","action":"index","params":{"controller":"dummy","action":"index"},"format":"html","method":"GET","path":"/","status":200,"view_runtime":14.699},"time":"2014-01-10T10:54:44-05:00","transaction_id":"7235d8adedc48b655a4f","end":"2014-01-10T10:54:44-05:00","children":[],"duration":16.089}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb","layout":"layouts/kilt/cms"},"time":"2014-01-10T11:02:42-05:00","transaction_id":"40d434cd52435a69da06","end":"2014-01-10T11:02:42-05:00","children":[],"duration":0.45899999999999996},{"name":"render_partial.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb"},"time":"2014-01-10T11:02:42-05:00","transaction_id":"40d434cd52435a69da06","end":"2014-01-10T11:02:42-05:00","children":[],"duration":0.519},{"name":"process_action.action_controller","payload":{"controller":"Kilt::KiltController","action":"index","params":{"controller":"kilt/kilt","action":"index"},"format":"html","method":"GET","path":"/admin/","status":200,"view_runtime":7.812},"time":"2014-01-10T11:02:42-05:00","transaction_id":"40d434cd52435a69da06","end":"2014-01-10T11:02:42-05:00","children":[],"duration":9.318}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/test/dummy/app/views/dummy/index.html.erb","layout":"layouts/application"},"time":"2014-01-10T11:02:41-05:00","transaction_id":"40d434cd52435a69da06","end":"2014-01-10T11:02:41-05:00","children":[],"duration":0.864},{"name":"process_action.action_controller","payload":{"controller":"DummyController","action":"index","params":{"controller":"dummy","action":"index"},"format":"html","method":"GET","path":"/","status":200,"view_runtime":38.807},"time":"2014-01-10T11:02:41-05:00","transaction_id":"40d434cd52435a69da06","end":"2014-01-10T11:02:41-05:00","children":[],"duration":40.461}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/test/dummy/app/views/dummy/index.html.erb","layout":"layouts/application"},"time":"2014-01-10T11:02:00-05:00","transaction_id":"d21c03d2edd23403e3dd","end":"2014-01-10T11:02:00-05:00","children":[],"duration":0.514},{"name":"process_action.action_controller","payload":{"controller":"DummyController","action":"index","params":{"controller":"dummy","action":"index"},"format":"html","method":"GET","path":"/","status":200,"view_runtime":9.235999999999999},"time":"2014-01-10T11:02:00-05:00","transaction_id":"d21c03d2edd23403e3dd","end":"2014-01-10T11:02:00-05:00","children":[],"duration":10.768}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb","layout":"layouts/kilt/cms"},"time":"2014-01-10T10:54:41-05:00","transaction_id":"588230e6db8652590257","end":"2014-01-10T10:54:41-05:00","children":[],"duration":0.465},{"name":"render_partial.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb"},"time":"2014-01-10T10:54:41-05:00","transaction_id":"588230e6db8652590257","end":"2014-01-10T10:54:41-05:00","children":[],"duration":0.43600000000000005},{"name":"process_action.action_controller","payload":{"controller":"Kilt::KiltController","action":"index","params":{"controller":"kilt/kilt","action":"index"},"format":"html","method":"GET","path":"/admin/","status":200,"view_runtime":7.2540000000000004},"time":"2014-01-10T10:54:41-05:00","transaction_id":"588230e6db8652590257","end":"2014-01-10T10:54:41-05:00","children":[],"duration":8.549}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/test/dummy/app/views/dummy/index.html.erb","layout":"layouts/application"},"time":"2014-01-10T11:02:01-05:00","transaction_id":"07e1737c1d187079c2c4","end":"2014-01-10T11:02:01-05:00","children":[],"duration":0.509},{"name":"process_action.action_controller","payload":{"controller":"DummyController","action":"index","params":{"controller":"dummy","action":"index"},"format":"html","method":"GET","path":"/","status":200,"view_runtime":9.431000000000001},"time":"2014-01-10T11:02:01-05:00","transaction_id":"07e1737c1d187079c2c4","end":"2014-01-10T11:02:01-05:00","children":[],"duration":10.991000000000001}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/test/dummy/app/views/dummy/index.html.erb","layout":"layouts/application"},"time":"2014-01-10T11:02:20-05:00","transaction_id":"d21c03d2edd23403e3dd","end":"2014-01-10T11:02:20-05:00","children":[],"duration":0.477},{"name":"process_action.action_controller","payload":{"controller":"DummyController","action":"index","params":{"controller":"dummy","action":"index"},"format":"html","method":"GET","path":"/","status":200,"view_runtime":7.711},"time":"2014-01-10T11:02:20-05:00","transaction_id":"d21c03d2edd23403e3dd","end":"2014-01-10T11:02:20-05:00","children":[],"duration":9.02}]
@@ -0,0 +1 @@
1
+ [{"name":"render_template.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/kilt/kilt/index.html.erb","layout":"layouts/kilt/cms"},"time":"2014-01-10T11:02:45-05:00","transaction_id":"07e1737c1d187079c2c4","end":"2014-01-10T11:02:45-05:00","children":[],"duration":0.5950000000000001},{"name":"render_partial.action_view","payload":{"identifier":"/Users/tim/Sites/Kilt/app/views/layouts/kilt/cms/_menu.html.erb"},"time":"2014-01-10T11:02:45-05:00","transaction_id":"07e1737c1d187079c2c4","end":"2014-01-10T11:02:45-05:00","children":[],"duration":0.504},{"name":"process_action.action_controller","payload":{"controller":"Kilt::KiltController","action":"index","params":{"controller":"kilt/kilt","action":"index"},"format":"html","method":"GET","path":"/admin/","status":200,"view_runtime":8.211},"time":"2014-01-10T11:02:45-05:00","transaction_id":"07e1737c1d187079c2c4","end":"2014-01-10T11:02:45-05:00","children":[],"duration":9.710999999999999}]
@@ -1 +1 @@
1
- 35528
1
+ 36020
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kilt-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashe Avenue
@@ -80,34 +80,6 @@ dependencies:
80
80
  - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: sass-rails
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - '>='
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - '>='
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
- - !ruby/object:Gem::Dependency
98
- name: compass-rails
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - '>='
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :runtime
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - '>='
109
- - !ruby/object:Gem::Version
110
- version: '0'
111
83
  - !ruby/object:Gem::Dependency
112
84
  name: uglifier
113
85
  requirement: !ruby/object:Gem::Requirement
@@ -225,21 +197,8 @@ files:
225
197
  - app/assets/images/kilt/ui-icons_e74c3c_256x240.png
226
198
  - app/assets/javascripts/kilt/application.js
227
199
  - app/assets/javascripts/kilt/kilt.js
228
- - app/assets/stylesheets/kilt/config.rb
229
- - app/assets/stylesheets/kilt/sass/_base.scss
230
- - app/assets/stylesheets/kilt/sass/_buttons.scss
231
- - app/assets/stylesheets/kilt/sass/_form.scss
232
- - app/assets/stylesheets/kilt/sass/_layout.scss
233
- - app/assets/stylesheets/kilt/sass/_mixins.scss
234
- - app/assets/stylesheets/kilt/sass/_tables.scss
235
- - app/assets/stylesheets/kilt/sass/_typography.scss
236
- - app/assets/stylesheets/kilt/sass/modules/_codemirror.scss
237
- - app/assets/stylesheets/kilt/sass/modules/_jquery_ui.scss
238
- - app/assets/stylesheets/kilt/sass/screen.scss
239
- - app/assets/stylesheets/kilt/stylesheets/modules/codemirror.css
240
- - app/assets/stylesheets/kilt/stylesheets/modules/jquery-ui.css
241
- - app/assets/stylesheets/kilt/stylesheets/print.css
242
- - app/assets/stylesheets/kilt/stylesheets/screen.css
200
+ - app/assets/stylesheets/kilt/application.css
201
+ - app/assets/stylesheets/kilt/screen.css
243
202
  - app/controllers/kilt/kilt_controller.rb
244
203
  - app/views/kilt/form/_default.html.erb
245
204
  - app/views/kilt/form/boolean.html.erb
@@ -273,14 +232,8 @@ files:
273
232
  - lib/generators/kilt/templates/frontend/assets/javascripts/application.js
274
233
  - lib/generators/kilt/templates/frontend/assets/javascripts/html5shiv.js
275
234
  - lib/generators/kilt/templates/frontend/assets/javascripts/mediaqueries.js
276
- - lib/generators/kilt/templates/frontend/assets/stylesheets/_base.scss
277
- - lib/generators/kilt/templates/frontend/assets/stylesheets/config.rb
278
- - lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_mixins.scss
279
- - lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_reset_custom.scss
280
- - lib/generators/kilt/templates/frontend/assets/stylesheets/sass/modules/_typography.scss
281
- - lib/generators/kilt/templates/frontend/assets/stylesheets/sass/screen.scss
282
- - lib/generators/kilt/templates/frontend/assets/stylesheets/sass/views/_layout.scss
283
- - lib/generators/kilt/templates/frontend/assets/stylesheets/stylesheets/screen.css
235
+ - lib/generators/kilt/templates/frontend/assets/stylesheets/application.css
236
+ - lib/generators/kilt/templates/frontend/assets/stylesheets/screen.css
284
237
  - lib/generators/kilt/templates/frontend/dummy.js.erb
285
238
  - lib/generators/kilt/templates/frontend/home_controller.rb.erb
286
239
  - lib/generators/kilt/templates/frontend/index.html.erb
@@ -302,14 +255,8 @@ files:
302
255
  - test/dummy/app/assets/javascripts/dummy.js
303
256
  - test/dummy/app/assets/javascripts/html5shiv.js
304
257
  - test/dummy/app/assets/javascripts/mediaqueries.js
305
- - test/dummy/app/assets/stylesheets/config.rb
306
- - test/dummy/app/assets/stylesheets/sass/modules/_mixins.scss
307
- - test/dummy/app/assets/stylesheets/sass/modules/_reset_custom.scss
308
- - test/dummy/app/assets/stylesheets/sass/modules/_typography.scss
309
- - test/dummy/app/assets/stylesheets/sass/screen.scss
310
- - test/dummy/app/assets/stylesheets/sass/views/_layout.scss
258
+ - test/dummy/app/assets/stylesheets/application.css
311
259
  - test/dummy/app/assets/stylesheets/screen.css
312
- - test/dummy/app/assets/stylesheets/stylesheets/screen.css
313
260
  - test/dummy/app/controllers/application_controller.rb
314
261
  - test/dummy/app/controllers/dummy_controller.rb
315
262
  - test/dummy/app/views/dummy/index.html.erb
@@ -341,10 +288,14 @@ files:
341
288
  - test/dummy/tmp/cache/assets/development/sprockets/03cdc43618f8bef3dfc725a1886c40ed
342
289
  - test/dummy/tmp/cache/assets/development/sprockets/0d8e5c7178ebdb79e5b9cc4ef439eae8
343
290
  - test/dummy/tmp/cache/assets/development/sprockets/13a3d23d13c1459a86283c4fe577a775
291
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
344
292
  - test/dummy/tmp/cache/assets/development/sprockets/18837248cb3274df9b7c6b0a5dcd56a5
345
293
  - test/dummy/tmp/cache/assets/development/sprockets/1c198a7e1d4ae808a6adf4c4809061eb
294
+ - test/dummy/tmp/cache/assets/development/sprockets/23733156ea27da67211ba7ff763d76f0
346
295
  - test/dummy/tmp/cache/assets/development/sprockets/2e57def2c82ce30227eefea2360d5f50
347
296
  - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
297
+ - test/dummy/tmp/cache/assets/development/sprockets/32ab48c63ad3bb6ddc1f419e51adb5db
298
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
348
299
  - test/dummy/tmp/cache/assets/development/sprockets/36f9a7f6f43adb582ac6eec43b58eb30
349
300
  - test/dummy/tmp/cache/assets/development/sprockets/36fff19076c588427464432f563a8d2d
350
301
  - test/dummy/tmp/cache/assets/development/sprockets/3878e0f19bbd21176b1bcc46160a3df3
@@ -367,10 +318,13 @@ files:
367
318
  - test/dummy/tmp/cache/assets/development/sprockets/6c2ddc22c04321c269de383e37cb519b
368
319
  - test/dummy/tmp/cache/assets/development/sprockets/6caab0d3b759107ab41492546763aaf0
369
320
  - test/dummy/tmp/cache/assets/development/sprockets/6d83c6efd2bf1080ba1dead9fcfdd0db
321
+ - test/dummy/tmp/cache/assets/development/sprockets/7035e5c60f5da3b7fc12c472677483d0
370
322
  - test/dummy/tmp/cache/assets/development/sprockets/70d4b3b9e59d0e01e90eebf94dbc2c47
371
323
  - test/dummy/tmp/cache/assets/development/sprockets/8127282074e6ffd457b72c228a69f0c0
372
324
  - test/dummy/tmp/cache/assets/development/sprockets/8ffacb4ba6e6ca3da12ac1100f664b30
325
+ - test/dummy/tmp/cache/assets/development/sprockets/91021bdb7ebb3d4f6fdf4e49909d4c07
373
326
  - test/dummy/tmp/cache/assets/development/sprockets/9dd98bca318fb820a8451cafce020588
327
+ - test/dummy/tmp/cache/assets/development/sprockets/9f2c00a36b5b8c713a797b508c778a65
374
328
  - test/dummy/tmp/cache/assets/development/sprockets/a88ab4e49bb7203b8e0586c38efdd2b0
375
329
  - test/dummy/tmp/cache/assets/development/sprockets/b259805c84c81064f20700498328f109
376
330
  - test/dummy/tmp/cache/assets/development/sprockets/b7e1f059a53a1e79df01a336fb1f50f0
@@ -378,25 +332,27 @@ files:
378
332
  - test/dummy/tmp/cache/assets/development/sprockets/c1006115f345f87cc152b851154e9e34
379
333
  - test/dummy/tmp/cache/assets/development/sprockets/cf0d5ad037fbf541c6b982abf73b9938
380
334
  - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
335
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
381
336
  - test/dummy/tmp/cache/assets/development/sprockets/da31523b2e8cf32dd8db9f304d5b7395
382
337
  - test/dummy/tmp/cache/assets/development/sprockets/dc676330961fd22be77c48cb77ec065f
383
338
  - test/dummy/tmp/cache/assets/development/sprockets/ddc29f2c13cd99d017fd526b61dcb951
384
339
  - test/dummy/tmp/cache/assets/development/sprockets/de45247cb814cafe20e9e46c79e470fe
385
340
  - test/dummy/tmp/cache/assets/development/sprockets/e22d705d0c889ec4837f183a9beec0f3
341
+ - test/dummy/tmp/cache/assets/development/sprockets/e3a4ad3549e1e57d03698a36daeff406
386
342
  - test/dummy/tmp/cache/assets/development/sprockets/e7ba95a61b1b9381906a88610dceb6dd
387
343
  - test/dummy/tmp/cache/assets/development/sprockets/ef7c8ce46dfc9e9087ce84dbdfdd0011
388
344
  - test/dummy/tmp/cache/assets/development/sprockets/f3e1a8ba304f70dccefd77356c900ebc
389
345
  - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
390
- - test/dummy/tmp/data/meta_request/42ebc354-ba4d-48b3-a04e-b2158cbbc4b5.json
391
- - test/dummy/tmp/data/meta_request/65873a03-1c19-4f8c-8d87-2025cb3a22f2.json
392
- - test/dummy/tmp/data/meta_request/66758927-1ef8-45bd-ae74-9584f553722f.json
393
- - test/dummy/tmp/data/meta_request/76813561-8352-4294-afcf-0e634536871e.json
394
- - test/dummy/tmp/data/meta_request/768b2838-f3ca-4693-8328-d70a81a6c363.json
395
- - test/dummy/tmp/data/meta_request/81c5fb2d-d5db-4d34-9443-a00cefa1c9de.json
396
- - test/dummy/tmp/data/meta_request/b7db8c95-6b8b-40d8-b106-a31563d3c7cf.json
397
- - test/dummy/tmp/data/meta_request/c6b72e66-878d-4489-8d89-1d4d3286113d.json
398
- - test/dummy/tmp/data/meta_request/e716dd9f-328e-4712-bd99-fcb3a2af40aa.json
399
- - test/dummy/tmp/data/meta_request/f76987d9-b598-4458-a496-729086af0589.json
346
+ - test/dummy/tmp/data/meta_request/270c06b6-1be2-4172-b8f8-f9190bde2775.json
347
+ - test/dummy/tmp/data/meta_request/40a8c69a-09c7-4661-aa3d-c29828c9c8a0.json
348
+ - test/dummy/tmp/data/meta_request/6c8c0a77-faf3-4492-838a-23fbcb19eb05.json
349
+ - test/dummy/tmp/data/meta_request/77f05341-ca67-41f2-99f4-278b7aaee7fa.json
350
+ - test/dummy/tmp/data/meta_request/7f86e717-beca-431a-87ba-db4d29df2941.json
351
+ - test/dummy/tmp/data/meta_request/bd76eaa7-d10b-403c-9b17-a7b871e82056.json
352
+ - test/dummy/tmp/data/meta_request/be19482f-cedc-45b2-9a24-f76fde53354a.json
353
+ - test/dummy/tmp/data/meta_request/d13bda5a-d4fd-42de-838d-7db1589aa91e.json
354
+ - test/dummy/tmp/data/meta_request/f243c710-5403-4c9d-aefd-87bd8b03c3cd.json
355
+ - test/dummy/tmp/data/meta_request/fc7e86ef-8a52-406e-8ce6-1aa3efba9a9a.json
400
356
  - test/dummy/tmp/pids/server.pid
401
357
  - test/kilt/form_spec.rb
402
358
  - test/minitest_helper.rb
@@ -431,14 +387,8 @@ test_files:
431
387
  - test/dummy/app/assets/javascripts/dummy.js
432
388
  - test/dummy/app/assets/javascripts/html5shiv.js
433
389
  - test/dummy/app/assets/javascripts/mediaqueries.js
434
- - test/dummy/app/assets/stylesheets/config.rb
435
- - test/dummy/app/assets/stylesheets/sass/modules/_mixins.scss
436
- - test/dummy/app/assets/stylesheets/sass/modules/_reset_custom.scss
437
- - test/dummy/app/assets/stylesheets/sass/modules/_typography.scss
438
- - test/dummy/app/assets/stylesheets/sass/screen.scss
439
- - test/dummy/app/assets/stylesheets/sass/views/_layout.scss
390
+ - test/dummy/app/assets/stylesheets/application.css
440
391
  - test/dummy/app/assets/stylesheets/screen.css
441
- - test/dummy/app/assets/stylesheets/stylesheets/screen.css
442
392
  - test/dummy/app/controllers/application_controller.rb
443
393
  - test/dummy/app/controllers/dummy_controller.rb
444
394
  - test/dummy/app/views/dummy/index.html.erb
@@ -470,10 +420,14 @@ test_files:
470
420
  - test/dummy/tmp/cache/assets/development/sprockets/03cdc43618f8bef3dfc725a1886c40ed
471
421
  - test/dummy/tmp/cache/assets/development/sprockets/0d8e5c7178ebdb79e5b9cc4ef439eae8
472
422
  - test/dummy/tmp/cache/assets/development/sprockets/13a3d23d13c1459a86283c4fe577a775
423
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
473
424
  - test/dummy/tmp/cache/assets/development/sprockets/18837248cb3274df9b7c6b0a5dcd56a5
474
425
  - test/dummy/tmp/cache/assets/development/sprockets/1c198a7e1d4ae808a6adf4c4809061eb
426
+ - test/dummy/tmp/cache/assets/development/sprockets/23733156ea27da67211ba7ff763d76f0
475
427
  - test/dummy/tmp/cache/assets/development/sprockets/2e57def2c82ce30227eefea2360d5f50
476
428
  - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
429
+ - test/dummy/tmp/cache/assets/development/sprockets/32ab48c63ad3bb6ddc1f419e51adb5db
430
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
477
431
  - test/dummy/tmp/cache/assets/development/sprockets/36f9a7f6f43adb582ac6eec43b58eb30
478
432
  - test/dummy/tmp/cache/assets/development/sprockets/36fff19076c588427464432f563a8d2d
479
433
  - test/dummy/tmp/cache/assets/development/sprockets/3878e0f19bbd21176b1bcc46160a3df3
@@ -496,10 +450,13 @@ test_files:
496
450
  - test/dummy/tmp/cache/assets/development/sprockets/6c2ddc22c04321c269de383e37cb519b
497
451
  - test/dummy/tmp/cache/assets/development/sprockets/6caab0d3b759107ab41492546763aaf0
498
452
  - test/dummy/tmp/cache/assets/development/sprockets/6d83c6efd2bf1080ba1dead9fcfdd0db
453
+ - test/dummy/tmp/cache/assets/development/sprockets/7035e5c60f5da3b7fc12c472677483d0
499
454
  - test/dummy/tmp/cache/assets/development/sprockets/70d4b3b9e59d0e01e90eebf94dbc2c47
500
455
  - test/dummy/tmp/cache/assets/development/sprockets/8127282074e6ffd457b72c228a69f0c0
501
456
  - test/dummy/tmp/cache/assets/development/sprockets/8ffacb4ba6e6ca3da12ac1100f664b30
457
+ - test/dummy/tmp/cache/assets/development/sprockets/91021bdb7ebb3d4f6fdf4e49909d4c07
502
458
  - test/dummy/tmp/cache/assets/development/sprockets/9dd98bca318fb820a8451cafce020588
459
+ - test/dummy/tmp/cache/assets/development/sprockets/9f2c00a36b5b8c713a797b508c778a65
503
460
  - test/dummy/tmp/cache/assets/development/sprockets/a88ab4e49bb7203b8e0586c38efdd2b0
504
461
  - test/dummy/tmp/cache/assets/development/sprockets/b259805c84c81064f20700498328f109
505
462
  - test/dummy/tmp/cache/assets/development/sprockets/b7e1f059a53a1e79df01a336fb1f50f0
@@ -507,25 +464,27 @@ test_files:
507
464
  - test/dummy/tmp/cache/assets/development/sprockets/c1006115f345f87cc152b851154e9e34
508
465
  - test/dummy/tmp/cache/assets/development/sprockets/cf0d5ad037fbf541c6b982abf73b9938
509
466
  - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
467
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
510
468
  - test/dummy/tmp/cache/assets/development/sprockets/da31523b2e8cf32dd8db9f304d5b7395
511
469
  - test/dummy/tmp/cache/assets/development/sprockets/dc676330961fd22be77c48cb77ec065f
512
470
  - test/dummy/tmp/cache/assets/development/sprockets/ddc29f2c13cd99d017fd526b61dcb951
513
471
  - test/dummy/tmp/cache/assets/development/sprockets/de45247cb814cafe20e9e46c79e470fe
514
472
  - test/dummy/tmp/cache/assets/development/sprockets/e22d705d0c889ec4837f183a9beec0f3
473
+ - test/dummy/tmp/cache/assets/development/sprockets/e3a4ad3549e1e57d03698a36daeff406
515
474
  - test/dummy/tmp/cache/assets/development/sprockets/e7ba95a61b1b9381906a88610dceb6dd
516
475
  - test/dummy/tmp/cache/assets/development/sprockets/ef7c8ce46dfc9e9087ce84dbdfdd0011
517
476
  - test/dummy/tmp/cache/assets/development/sprockets/f3e1a8ba304f70dccefd77356c900ebc
518
477
  - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
519
- - test/dummy/tmp/data/meta_request/42ebc354-ba4d-48b3-a04e-b2158cbbc4b5.json
520
- - test/dummy/tmp/data/meta_request/65873a03-1c19-4f8c-8d87-2025cb3a22f2.json
521
- - test/dummy/tmp/data/meta_request/66758927-1ef8-45bd-ae74-9584f553722f.json
522
- - test/dummy/tmp/data/meta_request/76813561-8352-4294-afcf-0e634536871e.json
523
- - test/dummy/tmp/data/meta_request/768b2838-f3ca-4693-8328-d70a81a6c363.json
524
- - test/dummy/tmp/data/meta_request/81c5fb2d-d5db-4d34-9443-a00cefa1c9de.json
525
- - test/dummy/tmp/data/meta_request/b7db8c95-6b8b-40d8-b106-a31563d3c7cf.json
526
- - test/dummy/tmp/data/meta_request/c6b72e66-878d-4489-8d89-1d4d3286113d.json
527
- - test/dummy/tmp/data/meta_request/e716dd9f-328e-4712-bd99-fcb3a2af40aa.json
528
- - test/dummy/tmp/data/meta_request/f76987d9-b598-4458-a496-729086af0589.json
478
+ - test/dummy/tmp/data/meta_request/270c06b6-1be2-4172-b8f8-f9190bde2775.json
479
+ - test/dummy/tmp/data/meta_request/40a8c69a-09c7-4661-aa3d-c29828c9c8a0.json
480
+ - test/dummy/tmp/data/meta_request/6c8c0a77-faf3-4492-838a-23fbcb19eb05.json
481
+ - test/dummy/tmp/data/meta_request/77f05341-ca67-41f2-99f4-278b7aaee7fa.json
482
+ - test/dummy/tmp/data/meta_request/7f86e717-beca-431a-87ba-db4d29df2941.json
483
+ - test/dummy/tmp/data/meta_request/bd76eaa7-d10b-403c-9b17-a7b871e82056.json
484
+ - test/dummy/tmp/data/meta_request/be19482f-cedc-45b2-9a24-f76fde53354a.json
485
+ - test/dummy/tmp/data/meta_request/d13bda5a-d4fd-42de-838d-7db1589aa91e.json
486
+ - test/dummy/tmp/data/meta_request/f243c710-5403-4c9d-aefd-87bd8b03c3cd.json
487
+ - test/dummy/tmp/data/meta_request/fc7e86ef-8a52-406e-8ce6-1aa3efba9a9a.json
529
488
  - test/dummy/tmp/pids/server.pid
530
489
  - test/kilt/form_spec.rb
531
490
  - test/minitest_helper.rb
@@ -1,10 +0,0 @@
1
- http_path = "/"
2
- css_dir = "stylesheets"
3
- sass_dir = "sass"
4
- images_dir = "/assets/kilt/images"
5
- javascripts_dir = "/assets/kilt/javascripts"
6
-
7
- output_style = :compressed
8
-
9
- relative_assets = true
10
- line_comments = false
@@ -1,25 +0,0 @@
1
- @import "compass/reset";
2
- @import "compass/css3";
3
- @import "compass/utilities/sprites/base";
4
-
5
- /* colors */
6
- $purple : #b344f3;
7
- $dark_grey : #404040;
8
- $med_grey : #dbe0e2;
9
- $light_grey : #ecf0f1;
10
- $black : #000;
11
- $red : #e74c3c;
12
- $green : #1abc9c;
13
-
14
- /* transition variables */
15
- $speed : .1s;
16
- $ease : ease-out;
17
-
18
- @import "_mixins";
19
- @import "_typography";
20
- @import "_layout";
21
- @import "_buttons";
22
- @import "_tables";
23
- @import "_form";
24
- @import "modules/_jquery_ui";
25
- @import "modules/_codemirror";
@@ -1,58 +0,0 @@
1
- .button {
2
- @include border-radius(3px);
3
- @include transition(background $speed $ease, color $speed $ease);
4
- background: $purple;
5
- color: #fff;
6
- display: inline-block;
7
- font-weight: normal;
8
- text-decoration: none;
9
- margin: 0 7px 0 0;
10
- padding: 0 10px;
11
-
12
- &:hover {
13
- background: #fff;
14
- color: $purple;
15
- }
16
- }
17
-
18
- .button.small {
19
- font-size: 14px;
20
- }
21
-
22
- .button.edit {
23
- background: $purple;
24
-
25
- &:hover {
26
- background: #fff;
27
- color: $purple;
28
- }
29
- }
30
-
31
- .button.back {
32
- background: $med_grey;
33
- color: $dark_grey;
34
-
35
- &:hover {
36
- background: #fff;
37
- color: $purple;
38
- };
39
- }
40
-
41
- .button.delete {
42
- background: #fff;
43
- color: $red;
44
-
45
- &:hover {
46
- background: $red;
47
- color: #fff;
48
- }
49
- }
50
-
51
- .nav .button {
52
- background: rgba(255,255,255,.15);
53
-
54
- &:hover {
55
- background: rgba(255,255,255,.33);
56
- color: #fff;
57
- }
58
- }
@@ -1,73 +0,0 @@
1
- label {
2
- display: block;
3
- font-size: 13px;
4
- margin: 0 0 10px;
5
- }
6
-
7
- .form-input {
8
- background: #fff;
9
- border: 1px solid #dddddd;
10
- display: block;
11
- margin: -1px 0 0;
12
- padding: 20px;
13
- }
14
-
15
- .form-input.boolean {
16
- label {
17
- display: inline-block;
18
- margin: 0 20px 0 0;
19
- }
20
- }
21
-
22
- .form-input.text input,
23
- .form-input.number input,
24
- .form-input.longtext textarea,
25
- .form-input.datetime input,
26
- .form-input.actions input {
27
- @include transition(border $speed $ease);
28
- border: 0;
29
- display: block;
30
- padding: 0;
31
- font-size: 18px;
32
- line-height: 1.5;
33
- width: 100%;
34
- }
35
-
36
- .form-input.longtext textarea {
37
- height: 170px;
38
- resize: vertical;
39
- max-width: 100%;
40
- min-width: 100%;
41
- width: 100%;
42
- }
43
-
44
- .form-input.actions input {
45
- @include transition(background $speed $ease);
46
- background: $purple;
47
- color: #fff;
48
- cursor: pointer;
49
- display: inline-block;
50
- margin: 0 20px 0 0;
51
- padding: 10px 80px;
52
- width: auto;
53
-
54
- &:hover {
55
- background: $dark_grey;
56
- }
57
-
58
- &.delete {
59
- background: #fff;
60
- color: $red;
61
-
62
- &:hover {
63
- background: $red;
64
- color: #fff;
65
- }
66
- }
67
- }
68
-
69
- .form-input .tip {
70
- font-size: 11px;
71
- line-height: 20px;
72
- font-style: italic;
73
- }
@@ -1,85 +0,0 @@
1
- body {
2
- padding-top: 36px;
3
- }
4
-
5
- .wr {
6
- padding: 0 30px;
7
- position: relative;
8
- margin: 0 auto;
9
- width: 100%;
10
- }
11
- .hd .wr,
12
- .nav .wr {
13
- max-width: 100%;
14
- }
15
-
16
- .hd {
17
- background: $purple;
18
- color: #fff;
19
- font-weight: normal;
20
- position: fixed;
21
- top: 0;
22
- left: 0;
23
- width: 100%;
24
- z-index: 999;
25
-
26
- h6 {
27
- display: inline-block;
28
- font-weight: 800;
29
- margin: 0 10px 0 0;
30
-
31
- a {
32
- color: #fff;
33
- }
34
- }
35
-
36
- .button.dashboard {
37
- position: relative;
38
- top: -3px;
39
- }
40
-
41
- .user {
42
- right: 30px;
43
- position: absolute;
44
- top: 4px;
45
-
46
- .greeting {
47
- display: inline-block;
48
- font-size: 14px;
49
- line-height: 30px;
50
- margin: 0 10px 0 0;
51
- }
52
- }
53
- }
54
-
55
- .nav {
56
- background: $dark_grey;
57
- font-size: 14px;
58
- font-weight: normal;
59
- padding: 3px 0;
60
- }
61
-
62
- .page-actions {
63
- margin: 0 0 30px;
64
- }
65
-
66
- .object-list {
67
- font-size: 60px;
68
- font-weight: 400;
69
- }
70
-
71
- p.notice,
72
- p.error {
73
- @include border-radius(3px);
74
- border: 1px solid $purple;
75
- color: #fff;
76
- font-weight: normal;
77
- color: $purple;
78
- padding: 10px 30px;
79
- text-align: center;
80
- }
81
-
82
- p.error {
83
- border-color: $red;
84
- color: $red;
85
- }
@@ -1,6 +0,0 @@
1
- @mixin transition($transitions...) {
2
- -webkit-transition: $transitions;
3
- -moz-transition: $transitions;
4
- -o-transition: $transitions;
5
- transition: $transitions;
6
- }