ctl_base_ui 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +32 -0
- data/app/assets/images/ctl_base_ui/ctl_labs_long_color.svg +79 -0
- data/app/assets/images/ctl_base_ui/ctl_labs_run_color.svg +47 -0
- data/app/assets/images/ctl_base_ui/ctl_logo_base.svg +48 -0
- data/app/assets/images/ctl_base_ui/icon_sprite.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_blue.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_green.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_light_blue.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_light_green.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_light_grey.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_red.svg +161 -0
- data/app/assets/images/ctl_base_ui/icon_sprite_white.svg +161 -0
- data/app/assets/javascripts/ctl_base_ui/kitchen_sink.js +2 -0
- data/app/assets/stylesheets/ctl_base_ui/_colors.scss +19 -0
- data/app/assets/stylesheets/ctl_base_ui/_mixins.scss +37 -0
- data/app/assets/stylesheets/ctl_base_ui/_variables.scss +2 -0
- data/app/assets/stylesheets/ctl_base_ui/application.css +21 -0
- data/app/assets/stylesheets/ctl_base_ui/baseline.scss +13 -0
- data/app/assets/stylesheets/ctl_base_ui/buttons.scss +81 -0
- data/app/assets/stylesheets/ctl_base_ui/forms.scss +111 -0
- data/app/assets/stylesheets/ctl_base_ui/icons.scss +131 -0
- data/app/assets/stylesheets/ctl_base_ui/modals.scss +77 -0
- data/app/assets/stylesheets/ctl_base_ui/notices.scss +41 -0
- data/app/assets/stylesheets/ctl_base_ui/reset.scss +48 -0
- data/app/assets/stylesheets/ctl_base_ui/styleguide.scss +437 -0
- data/app/assets/stylesheets/ctl_base_ui/typography.scss +92 -0
- data/app/controllers/ctl_base_ui/application_controller.rb +7 -0
- data/app/controllers/ctl_base_ui/styleguide_controller.rb +8 -0
- data/app/helpers/ctl_base_ui/application_helper.rb +12 -0
- data/app/views/ctl_base_ui/styleguide/_buttons.html.haml +10 -0
- data/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml +3 -0
- data/app/views/ctl_base_ui/styleguide/_colors.html.haml +44 -0
- data/app/views/ctl_base_ui/styleguide/_forms.html.haml +19 -0
- data/app/views/ctl_base_ui/styleguide/_icons.html.haml +11 -0
- data/app/views/ctl_base_ui/styleguide/_modals.html.haml +15 -0
- data/app/views/ctl_base_ui/styleguide/_notices.html.haml +21 -0
- data/app/views/ctl_base_ui/styleguide/_typography.html.haml +30 -0
- data/app/views/ctl_base_ui/styleguide/index.html.haml +57 -0
- data/app/views/layouts/ctl_base_ui/application.html.haml +12 -0
- data/config/routes.rb +3 -0
- data/lib/ctl_base_ui/configuration.rb +25 -0
- data/lib/ctl_base_ui/engine.rb +8 -0
- data/lib/ctl_base_ui/version.rb +3 -0
- data/lib/ctl_base_ui.rb +6 -0
- data/lib/tasks/ctl_base_ui_tasks.rake +4 -0
- data/test/ctl_base_ui_test.rb +7 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +13 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.haml +14 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +28 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +27 -0
- data/test/dummy/config/environments/production.rb +80 -0
- data/test/dummy/config/environments/test.rb +36 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/ctl_base_ui.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +12 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +9 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +3 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/log/development.log +616 -0
- data/test/dummy/public/404.html +58 -0
- data/test/dummy/public/422.html +58 -0
- data/test/dummy/public/500.html +57 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/_colors.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/_mixins.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/_variables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/baseline.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/buttons.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/forms.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/icons.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/modals.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/notices.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/reset.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/styleguide.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8abd77cf1f8106f52f12194ed1fcc1613b5c14c6/typography.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0303b432eb383e61ba34ea5078f66a48 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0733a75c8a2b4eb73f605ea998af15b5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0d1b08b26685a1c2b4b97e1f671a4af3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/179b270ea6a97e5d46ff601500a6846d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/187cf46ce796ff8dcd272c736d459e99 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1e20264e24c10967027560b2869fb1d3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/270aa30dc683f1dd3c2dfaa993e1321a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2c971479f73bafa4a357b3e08e571167 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2cabf41a81ca2c912333d520cd6902bb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2deb642dada5251ae5b3fe9453bef203 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/34e5eaecd93f40aa15f62d46e38d0aec +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3864760eed16c23aabbd3714d39731ab +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/38d0b1e7a58a1fa245500f6cf244ffbe +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3b7e3122ce02b3cc004c88ebd07f159f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3d3580db821c9121cb1fb6bdca57973e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/49dbb80fd198f03d655ef7ea0d3d102a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4bb25d18d10b2678b08bfcafe0c34e26 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/58e530ef4bbbc16c59c12bbc75fdf59e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5e96a4fa7adc21893ef800cb5b4d7b1b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/60e0b9f6bc47b7dd0c638e3d9b89710c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/62b022ed57ae78bbda6088e9224e7f80 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/65d1d5c459b20f2a3e1155ffca39b322 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/68d639a7ec8b865c18b91b405f7d1e6f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6d410574ba327d6b66b019a4564d4a3a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/713251a5497bb66ab924fea15e9b0284 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7ce45cf5080d9abd1b0e837b4ae20b67 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7d16eef429258a61204ec3a6ff31527a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/810fe112337898d76dbdedeb6b1ba9b8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/864adbf04c5ab0d32fa685701ae62f38 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/89606f28c3dfd69b84b4d24946538037 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8c7ada169200de41cc4c79475e29fe0b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/918faf7a66bb2533d7e0dc594d71debb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9190a159a7c37dd97f3a472206575242 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/925baff581c9b50a6419c475485e942b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/95ea9c200445fe8fd20e0d6da242ddbd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/95fa285c1de558eb3c20f169b844f76c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/96b14e59638628abe7a2efb736c23f5e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a0a731c98e68c1444457d754e9093369 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a6bda980439e51cb092fb6d8b7920b49 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a9df84c7eebe716cac74822f5c1db1cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/adee1d66169ed6e8595218f2c42f5f59 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b3396a881ee33e938a6fdb3d9c7593b1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b3a303ba4385b3991be89acba49ca62c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b652de37608b55f2cb1258e1202297a9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b65ea5f591919e176212719cb8170eec +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b6d2153d7c97d1cf2714e14e24fa7d39 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b7114ea3513dfa680adc1909bc20c89b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bf7625999e0a55773e8afa91f8fa2619 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bfe9a98f3b82d40c3b13aed73ba185c7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c08bc7cd26f85ce11741ee6e5efebf91 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c0cbe5c4109d439bca0bdc67f0f13246 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c3a0786a7c4480e9754d0b490b216eac +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c599b6ae6831d05fb0b54aa099afa193 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c635164eabd3a3b87f718b0eb6288fa6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c6b006903d4bab49e7e017e830cbcc03 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ca2920c72c4de8e2c6ca165348f1801e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cbf1e5fb527fc7e1febc8068c0e99292 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ceaa26a5cd606fcda7ffbb9963b86c33 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cf05718545630da575a491be1620f58e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d40c55a44bd87cc334c38165c1badb69 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d5188f154ad181a5c1d97d75180144e2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d896be8cd59389c8d9aa62897e2539aa +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d931b88d566c4c1f7413fb6206bc70b9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/db8d11fa2072f99f9b09158ce432cd73 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dda0d76adf30b8d41364feb544dbc43b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/de15c0d8d02e8bf92eb8e4a476c15a13 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/df073ef92311baf471749246bc63cd9e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dfd377efa43e490bc47ea01a8bc2db63 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e236b528d40f4a291d03a2c07ea4dc45 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e71d9fdfcbb630a0c49ecd9610afe42b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e769263e01360490916801f8cd28c510 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e971944fd6d11922fbfd51283a82fa47 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f2f6c99c1fe4a5298c92950f556aeae1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f482e693e6b20f9a3d2f77ff8a130086 +0 -0
- data/test/integration/navigation_test.rb +9 -0
- data/test/test_helper.rb +15 -0
- metadata +398 -0
@@ -0,0 +1,616 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 10:15:17 -0600
|
4
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
5
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.7ms)
|
6
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (2.3ms)
|
7
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (1.7ms)
|
8
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (1.8ms)
|
9
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (9.5ms)
|
10
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (1.4ms)
|
11
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (1.5ms)
|
12
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (19.6ms)
|
13
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (51.6ms)
|
14
|
+
Completed 200 OK in 2828ms (Views: 2828.2ms)
|
15
|
+
|
16
|
+
|
17
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
18
|
+
|
19
|
+
|
20
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
21
|
+
|
22
|
+
|
23
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
24
|
+
|
25
|
+
|
26
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
27
|
+
|
28
|
+
|
29
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
30
|
+
|
31
|
+
|
32
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
33
|
+
|
34
|
+
|
35
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
36
|
+
|
37
|
+
|
38
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
39
|
+
|
40
|
+
|
41
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
42
|
+
|
43
|
+
|
44
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
45
|
+
|
46
|
+
|
47
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
48
|
+
|
49
|
+
|
50
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
51
|
+
|
52
|
+
|
53
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
54
|
+
|
55
|
+
|
56
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
57
|
+
|
58
|
+
|
59
|
+
Started GET "/assets/ctl_base_ui/ctl_labs_long_color.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
60
|
+
|
61
|
+
|
62
|
+
Started GET "/assets/ctl_base_ui/ctl_logo_base.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
63
|
+
|
64
|
+
|
65
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_white.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
66
|
+
|
67
|
+
|
68
|
+
Started GET "/assets/ctl_base_ui/icon_sprite.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
69
|
+
|
70
|
+
|
71
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_grey.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
72
|
+
|
73
|
+
|
74
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_red.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
75
|
+
|
76
|
+
|
77
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_blue.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
78
|
+
|
79
|
+
|
80
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_blue.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
81
|
+
|
82
|
+
|
83
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_green.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
84
|
+
|
85
|
+
|
86
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_green.svg" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
87
|
+
|
88
|
+
|
89
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 10:15:20 -0600
|
90
|
+
|
91
|
+
|
92
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
93
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
94
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.8ms)
|
95
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (2.3ms)
|
96
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (1.9ms)
|
97
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (1.7ms)
|
98
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (9.3ms)
|
99
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (1.2ms)
|
100
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (17.2ms)
|
101
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (1.6ms)
|
102
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (52.3ms)
|
103
|
+
Completed 200 OK in 166ms (Views: 165.6ms)
|
104
|
+
|
105
|
+
|
106
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
107
|
+
|
108
|
+
|
109
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
110
|
+
|
111
|
+
|
112
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
113
|
+
|
114
|
+
|
115
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
116
|
+
|
117
|
+
|
118
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
119
|
+
|
120
|
+
|
121
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
122
|
+
|
123
|
+
|
124
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
125
|
+
|
126
|
+
|
127
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
128
|
+
|
129
|
+
|
130
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
131
|
+
|
132
|
+
|
133
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
134
|
+
|
135
|
+
|
136
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
137
|
+
|
138
|
+
|
139
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
140
|
+
|
141
|
+
|
142
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
143
|
+
|
144
|
+
|
145
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 10:17:36 -0600
|
146
|
+
|
147
|
+
|
148
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 10:17:37 -0600
|
149
|
+
|
150
|
+
|
151
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
152
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
153
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.1ms)
|
154
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (2.3ms)
|
155
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (0.2ms)
|
156
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (0.0ms)
|
157
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (5.7ms)
|
158
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (0.0ms)
|
159
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (0.1ms)
|
160
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (0.0ms)
|
161
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (16.4ms)
|
162
|
+
Completed 200 OK in 25ms (Views: 24.7ms)
|
163
|
+
|
164
|
+
|
165
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
166
|
+
|
167
|
+
|
168
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
169
|
+
|
170
|
+
|
171
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
172
|
+
|
173
|
+
|
174
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
175
|
+
|
176
|
+
|
177
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
178
|
+
|
179
|
+
|
180
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
181
|
+
|
182
|
+
|
183
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
184
|
+
|
185
|
+
|
186
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
187
|
+
|
188
|
+
|
189
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
190
|
+
|
191
|
+
|
192
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
193
|
+
|
194
|
+
|
195
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
196
|
+
|
197
|
+
|
198
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
199
|
+
|
200
|
+
|
201
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
202
|
+
|
203
|
+
|
204
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
205
|
+
|
206
|
+
|
207
|
+
Started GET "/assets/ctl_base_ui/ctl_labs_long_color.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
208
|
+
|
209
|
+
|
210
|
+
Started GET "/assets/ctl_base_ui/ctl_logo_base.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
211
|
+
|
212
|
+
|
213
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_white.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
214
|
+
|
215
|
+
|
216
|
+
Started GET "/assets/ctl_base_ui/icon_sprite.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
217
|
+
|
218
|
+
|
219
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_blue.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
220
|
+
|
221
|
+
|
222
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_green.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
223
|
+
|
224
|
+
|
225
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_blue.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
226
|
+
|
227
|
+
|
228
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_red.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
229
|
+
|
230
|
+
|
231
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_grey.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
232
|
+
|
233
|
+
|
234
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_green.svg" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
235
|
+
|
236
|
+
|
237
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 10:33:30 -0600
|
238
|
+
|
239
|
+
|
240
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
241
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
242
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.1ms)
|
243
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (2.7ms)
|
244
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (0.2ms)
|
245
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (0.1ms)
|
246
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (5.9ms)
|
247
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (0.1ms)
|
248
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (0.1ms)
|
249
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (0.0ms)
|
250
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (15.7ms)
|
251
|
+
Completed 200 OK in 25ms (Views: 25.1ms)
|
252
|
+
|
253
|
+
|
254
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
255
|
+
|
256
|
+
|
257
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
258
|
+
|
259
|
+
|
260
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
261
|
+
|
262
|
+
|
263
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
264
|
+
|
265
|
+
|
266
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
267
|
+
|
268
|
+
|
269
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
270
|
+
|
271
|
+
|
272
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
273
|
+
|
274
|
+
|
275
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
276
|
+
|
277
|
+
|
278
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
279
|
+
|
280
|
+
|
281
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
282
|
+
|
283
|
+
|
284
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
285
|
+
|
286
|
+
|
287
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
288
|
+
|
289
|
+
|
290
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
291
|
+
|
292
|
+
|
293
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
294
|
+
|
295
|
+
|
296
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 10:34:45 -0600
|
297
|
+
|
298
|
+
|
299
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
300
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
301
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.0ms)
|
302
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (1.2ms)
|
303
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (0.2ms)
|
304
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (0.0ms)
|
305
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (7.0ms)
|
306
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (0.0ms)
|
307
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (0.1ms)
|
308
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (0.0ms)
|
309
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (14.0ms)
|
310
|
+
Completed 200 OK in 22ms (Views: 21.9ms)
|
311
|
+
|
312
|
+
|
313
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
314
|
+
|
315
|
+
|
316
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
317
|
+
|
318
|
+
|
319
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
320
|
+
|
321
|
+
|
322
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
323
|
+
|
324
|
+
|
325
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
326
|
+
|
327
|
+
|
328
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
329
|
+
|
330
|
+
|
331
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
332
|
+
|
333
|
+
|
334
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
335
|
+
|
336
|
+
|
337
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
338
|
+
|
339
|
+
|
340
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
341
|
+
|
342
|
+
|
343
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
344
|
+
|
345
|
+
|
346
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
347
|
+
|
348
|
+
|
349
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
350
|
+
|
351
|
+
|
352
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
353
|
+
|
354
|
+
|
355
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 10:35:26 -0600
|
356
|
+
|
357
|
+
|
358
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 10:35:57 -0600
|
359
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
360
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.1ms)
|
361
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (1.3ms)
|
362
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (0.2ms)
|
363
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (0.0ms)
|
364
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (8.4ms)
|
365
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (0.1ms)
|
366
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (0.1ms)
|
367
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (0.1ms)
|
368
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (15.8ms)
|
369
|
+
Completed 200 OK in 1794ms (Views: 1794.2ms)
|
370
|
+
|
371
|
+
|
372
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
373
|
+
|
374
|
+
|
375
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
376
|
+
|
377
|
+
|
378
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
379
|
+
|
380
|
+
|
381
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
382
|
+
|
383
|
+
|
384
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
385
|
+
|
386
|
+
|
387
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
388
|
+
|
389
|
+
|
390
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
391
|
+
|
392
|
+
|
393
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
394
|
+
|
395
|
+
|
396
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
397
|
+
|
398
|
+
|
399
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
400
|
+
|
401
|
+
|
402
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
403
|
+
|
404
|
+
|
405
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
406
|
+
|
407
|
+
|
408
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
409
|
+
|
410
|
+
|
411
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
412
|
+
|
413
|
+
|
414
|
+
Started GET "/assets/ctl_base_ui/ctl_labs_long_color.svg" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
415
|
+
|
416
|
+
|
417
|
+
Started GET "/assets/ctl_base_ui/ctl_logo_base.svg" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
418
|
+
|
419
|
+
|
420
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_white.svg" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
421
|
+
|
422
|
+
|
423
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_grey.svg" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
424
|
+
|
425
|
+
|
426
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_blue.svg" for 127.0.0.1 at 2014-09-04 10:35:59 -0600
|
427
|
+
|
428
|
+
|
429
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_blue.svg" for 127.0.0.1 at 2014-09-04 10:36:00 -0600
|
430
|
+
|
431
|
+
|
432
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_green.svg" for 127.0.0.1 at 2014-09-04 10:36:00 -0600
|
433
|
+
|
434
|
+
|
435
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_red.svg" for 127.0.0.1 at 2014-09-04 10:36:00 -0600
|
436
|
+
|
437
|
+
|
438
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_green.svg" for 127.0.0.1 at 2014-09-04 10:36:00 -0600
|
439
|
+
|
440
|
+
|
441
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 10:36:00 -0600
|
442
|
+
|
443
|
+
|
444
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 10:36:53 -0600
|
445
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
446
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.0ms)
|
447
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (1.0ms)
|
448
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (0.2ms)
|
449
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (0.0ms)
|
450
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (6.4ms)
|
451
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (0.0ms)
|
452
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (0.1ms)
|
453
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (0.1ms)
|
454
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (13.3ms)
|
455
|
+
Completed 200 OK in 1700ms (Views: 1699.9ms)
|
456
|
+
|
457
|
+
|
458
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
459
|
+
|
460
|
+
|
461
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
462
|
+
|
463
|
+
|
464
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
465
|
+
|
466
|
+
|
467
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
468
|
+
|
469
|
+
|
470
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
471
|
+
|
472
|
+
|
473
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
474
|
+
|
475
|
+
|
476
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
477
|
+
|
478
|
+
|
479
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
480
|
+
|
481
|
+
|
482
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
483
|
+
|
484
|
+
|
485
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
486
|
+
|
487
|
+
|
488
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
489
|
+
|
490
|
+
|
491
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
492
|
+
|
493
|
+
|
494
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
495
|
+
|
496
|
+
|
497
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
498
|
+
|
499
|
+
|
500
|
+
Started GET "/assets/ctl_base_ui/ctl_labs_long_color.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
501
|
+
|
502
|
+
|
503
|
+
Started GET "/assets/ctl_base_ui/ctl_logo_base.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
504
|
+
|
505
|
+
|
506
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_white.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
507
|
+
|
508
|
+
|
509
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_grey.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
510
|
+
|
511
|
+
|
512
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_red.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
513
|
+
|
514
|
+
|
515
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_green.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
516
|
+
|
517
|
+
|
518
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_blue.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
519
|
+
|
520
|
+
|
521
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_green.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
522
|
+
|
523
|
+
|
524
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_blue.svg" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
525
|
+
|
526
|
+
|
527
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 10:36:55 -0600
|
528
|
+
|
529
|
+
|
530
|
+
Started GET "/ctl-base-ui/styleguide" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
531
|
+
Processing by CtlBaseUi::StyleguideController#index as HTML
|
532
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_century_link_identity.html.haml (0.1ms)
|
533
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_buttons.html.haml (1.4ms)
|
534
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_forms.html.haml (0.2ms)
|
535
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_colors.html.haml (0.0ms)
|
536
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_icons.html.haml (8.1ms)
|
537
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_notices.html.haml (0.1ms)
|
538
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_typography.html.haml (0.1ms)
|
539
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/_modals.html.haml (0.1ms)
|
540
|
+
Rendered /Users/alexwelch/workspace/ctl/panamax/ctl-base-ui/app/views/ctl_base_ui/styleguide/index.html.haml within layouts/ctl_base_ui/application (18.8ms)
|
541
|
+
Completed 200 OK in 29ms (Views: 28.8ms)
|
542
|
+
|
543
|
+
|
544
|
+
Started GET "/assets/ctl_base_ui/application.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
545
|
+
|
546
|
+
|
547
|
+
Started GET "/assets/ctl_base_ui/reset.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
548
|
+
|
549
|
+
|
550
|
+
Started GET "/assets/ctl_base_ui/baseline.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
551
|
+
|
552
|
+
|
553
|
+
Started GET "/assets/chosen.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
554
|
+
|
555
|
+
|
556
|
+
Started GET "/assets/ctl_base_ui/typography.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
557
|
+
|
558
|
+
|
559
|
+
Started GET "/assets/ctl_base_ui/buttons.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
560
|
+
|
561
|
+
|
562
|
+
Started GET "/assets/ctl_base_ui/notices.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
563
|
+
|
564
|
+
|
565
|
+
Started GET "/assets/ctl_base_ui/icons.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
566
|
+
|
567
|
+
|
568
|
+
Started GET "/assets/ctl_base_ui/forms.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
569
|
+
|
570
|
+
|
571
|
+
Started GET "/assets/ctl_base_ui/modals.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
572
|
+
|
573
|
+
|
574
|
+
Started GET "/assets/ctl_base_ui/styleguide.css?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
575
|
+
|
576
|
+
|
577
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
578
|
+
|
579
|
+
|
580
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
581
|
+
|
582
|
+
|
583
|
+
Started GET "/assets/ctl_base_ui/kitchen_sink.js?body=1" for 127.0.0.1 at 2014-09-04 13:29:21 -0600
|
584
|
+
|
585
|
+
|
586
|
+
Started GET "/assets/ctl_base_ui/ctl_labs_long_color.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
587
|
+
|
588
|
+
|
589
|
+
Started GET "/assets/ctl_base_ui/ctl_logo_base.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
590
|
+
|
591
|
+
|
592
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_white.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
593
|
+
|
594
|
+
|
595
|
+
Started GET "/assets/ctl_base_ui/icon_sprite.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
596
|
+
|
597
|
+
|
598
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_grey.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
599
|
+
|
600
|
+
|
601
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_red.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
602
|
+
|
603
|
+
|
604
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_blue.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
605
|
+
|
606
|
+
|
607
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_blue.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
608
|
+
|
609
|
+
|
610
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_light_green.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
611
|
+
|
612
|
+
|
613
|
+
Started GET "/assets/ctl_base_ui/icon_sprite_green.svg" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
614
|
+
|
615
|
+
|
616
|
+
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2014-09-04 13:29:22 -0600
|
@@ -0,0 +1,58 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
+
<style>
|
6
|
+
body {
|
7
|
+
background-color: #EFEFEF;
|
8
|
+
color: #2E2F30;
|
9
|
+
text-align: center;
|
10
|
+
font-family: arial, sans-serif;
|
11
|
+
}
|
12
|
+
|
13
|
+
div.dialog {
|
14
|
+
width: 25em;
|
15
|
+
margin: 4em auto 0 auto;
|
16
|
+
border: 1px solid #CCC;
|
17
|
+
border-right-color: #999;
|
18
|
+
border-left-color: #999;
|
19
|
+
border-bottom-color: #BBB;
|
20
|
+
border-top: #B00100 solid 4px;
|
21
|
+
border-top-left-radius: 9px;
|
22
|
+
border-top-right-radius: 9px;
|
23
|
+
background-color: white;
|
24
|
+
padding: 7px 4em 0 4em;
|
25
|
+
}
|
26
|
+
|
27
|
+
h1 {
|
28
|
+
font-size: 100%;
|
29
|
+
color: #730E15;
|
30
|
+
line-height: 1.5em;
|
31
|
+
}
|
32
|
+
|
33
|
+
body > p {
|
34
|
+
width: 33em;
|
35
|
+
margin: 0 auto 1em;
|
36
|
+
padding: 1em 0;
|
37
|
+
background-color: #F7F7F7;
|
38
|
+
border: 1px solid #CCC;
|
39
|
+
border-right-color: #999;
|
40
|
+
border-bottom-color: #999;
|
41
|
+
border-bottom-left-radius: 4px;
|
42
|
+
border-bottom-right-radius: 4px;
|
43
|
+
border-top-color: #DADADA;
|
44
|
+
color: #666;
|
45
|
+
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
|
46
|
+
}
|
47
|
+
</style>
|
48
|
+
</head>
|
49
|
+
|
50
|
+
<body>
|
51
|
+
<!-- This file lives in public/404.html -->
|
52
|
+
<div class="dialog">
|
53
|
+
<h1>The page you were looking for doesn't exist.</h1>
|
54
|
+
<p>You may have mistyped the address or the page may have moved.</p>
|
55
|
+
</div>
|
56
|
+
<p>If you are the application owner check the logs for more information.</p>
|
57
|
+
</body>
|
58
|
+
</html>
|