wheels 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. data/VERSION +1 -1
  2. data/app/controllers/blogs_controller.rb +17 -0
  3. data/app/controllers/galleries_controller.rb +60 -0
  4. data/app/controllers/images_controller.rb +30 -0
  5. data/app/controllers/profiles_controller.rb +16 -0
  6. data/app/controllers/users_controller.rb +4 -0
  7. data/app/models/ability.rb +23 -0
  8. data/app/models/blog.rb +8 -0
  9. data/app/models/gallery.rb +5 -0
  10. data/app/models/image.rb +8 -0
  11. data/app/models/profile.rb +11 -0
  12. data/app/models/role.rb +8 -0
  13. data/app/models/user.rb +43 -0
  14. data/app/views/blogs/_form.html.haml +28 -0
  15. data/app/views/blogs/edit.html.haml +8 -0
  16. data/app/views/blogs/index.html.haml +19 -0
  17. data/app/views/blogs/index.xml.builder +27 -0
  18. data/app/views/blogs/new.html.haml +6 -0
  19. data/app/views/blogs/show.html.haml +10 -0
  20. data/app/views/galleries/_form.html.haml +29 -0
  21. data/app/views/galleries/_show.html.haml +21 -0
  22. data/app/views/galleries/edit.html.haml +7 -0
  23. data/app/views/galleries/index.html.haml +15 -0
  24. data/app/views/galleries/new.html.haml +5 -0
  25. data/app/views/galleries/show.html.haml +4 -0
  26. data/app/views/images/_form.html.haml +10 -0
  27. data/app/views/images/create.js.haml +3 -0
  28. data/app/views/images/destroy.js.haml +3 -0
  29. data/app/views/images/edit.html.haml +7 -0
  30. data/app/views/images/edit.js.haml +3 -0
  31. data/app/views/images/index.html.haml +17 -0
  32. data/app/views/images/index.js.haml +3 -0
  33. data/app/views/images/new.html.haml +5 -0
  34. data/app/views/images/new.js.haml +3 -0
  35. data/app/views/images/show.html.haml +5 -0
  36. data/app/views/images/show.js.haml +3 -0
  37. data/app/views/images/update.js.haml +3 -0
  38. data/app/views/layouts/image_dialog.html.haml +18 -0
  39. data/app/views/profiles/_form.html.haml +26 -0
  40. data/app/views/profiles/edit.html.haml +7 -0
  41. data/app/views/profiles/index.html.haml +25 -0
  42. data/app/views/profiles/new.html.haml +5 -0
  43. data/app/views/profiles/show.html.haml +21 -0
  44. data/app/views/users/index.html.haml +19 -0
  45. data/config/amazon_s3.yml +15 -0
  46. data/db/migrate/add_fields_to_users.rb +28 -0
  47. data/db/migrate/create_blogs.rb +16 -0
  48. data/db/migrate/create_galleries.rb +15 -0
  49. data/db/migrate/create_images.rb +17 -0
  50. data/db/migrate/create_profiles.rb +24 -0
  51. data/db/migrate/create_roles.rb +16 -0
  52. data/lib/generators/wheels/recipes/wheels.rb +0 -1
  53. data/lib/generators/wheels/wheels_generator.rb +1 -1
  54. data/lib/wheels.rb +1 -0
  55. data/public/404.html +26 -0
  56. data/public/422.html +26 -0
  57. data/public/500.html +26 -0
  58. data/public/favicon.ico +0 -0
  59. data/public/images/dreamy/Thumbs.db +0 -0
  60. data/public/images/dreamy/bg-ad-top.png +0 -0
  61. data/public/images/dreamy/bg-body.png +0 -0
  62. data/public/images/dreamy/bg-feed.gif +0 -0
  63. data/public/images/dreamy/bg-footer.jpg +0 -0
  64. data/public/images/dreamy/bg-header.jpg +0 -0
  65. data/public/images/dreamy/bg-menu-hover.png +0 -0
  66. data/public/images/dreamy/bg-menu.png +0 -0
  67. data/public/images/dreamy/bg-sidebar-bottom.gif +0 -0
  68. data/public/images/dreamy/button-feed.png +0 -0
  69. data/public/images/dreamy/icon-comment.png +0 -0
  70. data/public/images/growl/error.png +0 -0
  71. data/public/images/growl/growl_bottom.png +0 -0
  72. data/public/images/growl/growl_repeat.png +0 -0
  73. data/public/images/growl/growl_top.png +0 -0
  74. data/public/images/growl/info.png +0 -0
  75. data/public/images/menu/item-pointer-mover.gif +0 -0
  76. data/public/images/menu/item-pointer.gif +0 -0
  77. data/public/images/menu/lava.gif +0 -0
  78. data/public/images/menu/lava.png +0 -0
  79. data/public/images/menu/main-bg.png +0 -0
  80. data/public/images/menu/main-delimiter.png +0 -0
  81. data/public/javascripts/jquery.growl.js +143 -0
  82. data/public/javascripts/loadbehind.js +0 -0
  83. data/public/javascripts/menu.js +247 -0
  84. data/public/stylesheets/.gitkeep +0 -0
  85. data/public/stylesheets/dreamy.css +181 -0
  86. data/public/stylesheets/menu.css +101 -0
  87. data/public/stylesheets/sass/dreamy.sass +195 -0
  88. data/public/stylesheets/sass/menu.sass +105 -0
  89. data/public/stylesheets/scaffold.css +56 -0
  90. data/public/stylesheets/ui-lightness/images/ui-anim_basic_16x16.gif +0 -0
  91. data/public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  92. data/public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  93. data/public/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  94. data/public/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  95. data/public/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  96. data/public/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  97. data/public/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  98. data/public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  99. data/public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  100. data/public/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  101. data/public/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  102. data/public/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  103. data/public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  104. data/public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  105. data/public/stylesheets/ui-lightness/jquery-ui-1.8.2.custom.css +359 -0
  106. data/wheels.gemspec +102 -1
  107. metadata +104 -3
@@ -0,0 +1,359 @@
1
+ /*
2
+ * jQuery UI CSS Framework
3
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
4
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5
+ */
6
+
7
+ /* Layout helpers
8
+ ----------------------------------*/
9
+ .ui-helper-hidden { display: none; }
10
+ .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
11
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
12
+ .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
13
+ .ui-helper-clearfix { display: inline-block; }
14
+ /* required comment for clearfix to work in Opera \*/
15
+ * html .ui-helper-clearfix { height:1%; }
16
+ .ui-helper-clearfix { display:block; }
17
+ /* end clearfix */
18
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
19
+
20
+
21
+ /* Interaction Cues
22
+ ----------------------------------*/
23
+ .ui-state-disabled { cursor: default !important; }
24
+
25
+
26
+ /* Icons
27
+ ----------------------------------*/
28
+
29
+ /* states and images */
30
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
31
+
32
+
33
+ /* Misc visuals
34
+ ----------------------------------*/
35
+
36
+ /* Overlays */
37
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
38
+
39
+
40
+ /*
41
+ * jQuery UI CSS Framework
42
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
43
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
44
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
45
+ */
46
+
47
+
48
+ /* Component containers
49
+ ----------------------------------*/
50
+ .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
51
+ .ui-widget .ui-widget { font-size: 1em; }
52
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
53
+ .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
54
+ .ui-widget-content a { color: #333333; }
55
+ .ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
56
+ .ui-widget-header a { color: #ffffff; }
57
+
58
+ /* Interaction states
59
+ ----------------------------------*/
60
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
61
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
62
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
63
+ .ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
64
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
65
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
66
+ .ui-widget :active { outline: none; }
67
+
68
+ /* Interaction Cues
69
+ ----------------------------------*/
70
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
71
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
72
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
73
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
74
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
75
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
76
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
77
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
78
+
79
+ /* Icons
80
+ ----------------------------------*/
81
+
82
+ /* states and images */
83
+ .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
84
+ .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
85
+ .ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
86
+ .ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
87
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
88
+ .ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
89
+ .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
90
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }
91
+
92
+ /* positioning */
93
+ .ui-icon-carat-1-n { background-position: 0 0; }
94
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
95
+ .ui-icon-carat-1-e { background-position: -32px 0; }
96
+ .ui-icon-carat-1-se { background-position: -48px 0; }
97
+ .ui-icon-carat-1-s { background-position: -64px 0; }
98
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
99
+ .ui-icon-carat-1-w { background-position: -96px 0; }
100
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
101
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
102
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
103
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
104
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
105
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
106
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
107
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
108
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
109
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
110
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
111
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
112
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
113
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
114
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
115
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
116
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
117
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
118
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
119
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
120
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
121
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
122
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
123
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
124
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
125
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
126
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
127
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
128
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
129
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
130
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
131
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
132
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
133
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
134
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
135
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
136
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
137
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
138
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
139
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
140
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
141
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
142
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
143
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
144
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
145
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
146
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
147
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
148
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
149
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
150
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
151
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
152
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
153
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
154
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
155
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
156
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
157
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
158
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
159
+ .ui-icon-extlink { background-position: -32px -80px; }
160
+ .ui-icon-newwin { background-position: -48px -80px; }
161
+ .ui-icon-refresh { background-position: -64px -80px; }
162
+ .ui-icon-shuffle { background-position: -80px -80px; }
163
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
164
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
165
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
166
+ .ui-icon-folder-open { background-position: -16px -96px; }
167
+ .ui-icon-document { background-position: -32px -96px; }
168
+ .ui-icon-document-b { background-position: -48px -96px; }
169
+ .ui-icon-note { background-position: -64px -96px; }
170
+ .ui-icon-mail-closed { background-position: -80px -96px; }
171
+ .ui-icon-mail-open { background-position: -96px -96px; }
172
+ .ui-icon-suitcase { background-position: -112px -96px; }
173
+ .ui-icon-comment { background-position: -128px -96px; }
174
+ .ui-icon-person { background-position: -144px -96px; }
175
+ .ui-icon-print { background-position: -160px -96px; }
176
+ .ui-icon-trash { background-position: -176px -96px; }
177
+ .ui-icon-locked { background-position: -192px -96px; }
178
+ .ui-icon-unlocked { background-position: -208px -96px; }
179
+ .ui-icon-bookmark { background-position: -224px -96px; }
180
+ .ui-icon-tag { background-position: -240px -96px; }
181
+ .ui-icon-home { background-position: 0 -112px; }
182
+ .ui-icon-flag { background-position: -16px -112px; }
183
+ .ui-icon-calendar { background-position: -32px -112px; }
184
+ .ui-icon-cart { background-position: -48px -112px; }
185
+ .ui-icon-pencil { background-position: -64px -112px; }
186
+ .ui-icon-clock { background-position: -80px -112px; }
187
+ .ui-icon-disk { background-position: -96px -112px; }
188
+ .ui-icon-calculator { background-position: -112px -112px; }
189
+ .ui-icon-zoomin { background-position: -128px -112px; }
190
+ .ui-icon-zoomout { background-position: -144px -112px; }
191
+ .ui-icon-search { background-position: -160px -112px; }
192
+ .ui-icon-wrench { background-position: -176px -112px; }
193
+ .ui-icon-gear { background-position: -192px -112px; }
194
+ .ui-icon-heart { background-position: -208px -112px; }
195
+ .ui-icon-star { background-position: -224px -112px; }
196
+ .ui-icon-link { background-position: -240px -112px; }
197
+ .ui-icon-cancel { background-position: 0 -128px; }
198
+ .ui-icon-plus { background-position: -16px -128px; }
199
+ .ui-icon-plusthick { background-position: -32px -128px; }
200
+ .ui-icon-minus { background-position: -48px -128px; }
201
+ .ui-icon-minusthick { background-position: -64px -128px; }
202
+ .ui-icon-close { background-position: -80px -128px; }
203
+ .ui-icon-closethick { background-position: -96px -128px; }
204
+ .ui-icon-key { background-position: -112px -128px; }
205
+ .ui-icon-lightbulb { background-position: -128px -128px; }
206
+ .ui-icon-scissors { background-position: -144px -128px; }
207
+ .ui-icon-clipboard { background-position: -160px -128px; }
208
+ .ui-icon-copy { background-position: -176px -128px; }
209
+ .ui-icon-contact { background-position: -192px -128px; }
210
+ .ui-icon-image { background-position: -208px -128px; }
211
+ .ui-icon-video { background-position: -224px -128px; }
212
+ .ui-icon-script { background-position: -240px -128px; }
213
+ .ui-icon-alert { background-position: 0 -144px; }
214
+ .ui-icon-info { background-position: -16px -144px; }
215
+ .ui-icon-notice { background-position: -32px -144px; }
216
+ .ui-icon-help { background-position: -48px -144px; }
217
+ .ui-icon-check { background-position: -64px -144px; }
218
+ .ui-icon-bullet { background-position: -80px -144px; }
219
+ .ui-icon-radio-off { background-position: -96px -144px; }
220
+ .ui-icon-radio-on { background-position: -112px -144px; }
221
+ .ui-icon-pin-w { background-position: -128px -144px; }
222
+ .ui-icon-pin-s { background-position: -144px -144px; }
223
+ .ui-icon-play { background-position: 0 -160px; }
224
+ .ui-icon-pause { background-position: -16px -160px; }
225
+ .ui-icon-seek-next { background-position: -32px -160px; }
226
+ .ui-icon-seek-prev { background-position: -48px -160px; }
227
+ .ui-icon-seek-end { background-position: -64px -160px; }
228
+ .ui-icon-seek-start { background-position: -80px -160px; }
229
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
230
+ .ui-icon-seek-first { background-position: -80px -160px; }
231
+ .ui-icon-stop { background-position: -96px -160px; }
232
+ .ui-icon-eject { background-position: -112px -160px; }
233
+ .ui-icon-volume-off { background-position: -128px -160px; }
234
+ .ui-icon-volume-on { background-position: -144px -160px; }
235
+ .ui-icon-power { background-position: 0 -176px; }
236
+ .ui-icon-signal-diag { background-position: -16px -176px; }
237
+ .ui-icon-signal { background-position: -32px -176px; }
238
+ .ui-icon-battery-0 { background-position: -48px -176px; }
239
+ .ui-icon-battery-1 { background-position: -64px -176px; }
240
+ .ui-icon-battery-2 { background-position: -80px -176px; }
241
+ .ui-icon-battery-3 { background-position: -96px -176px; }
242
+ .ui-icon-circle-plus { background-position: 0 -192px; }
243
+ .ui-icon-circle-minus { background-position: -16px -192px; }
244
+ .ui-icon-circle-close { background-position: -32px -192px; }
245
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
246
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
247
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
248
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
249
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
250
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
251
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
252
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
253
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
254
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
255
+ .ui-icon-circle-check { background-position: -208px -192px; }
256
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
257
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
258
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
259
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
260
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
261
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
262
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
263
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
264
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
265
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
266
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
267
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
268
+
269
+
270
+ /* Misc visuals
271
+ ----------------------------------*/
272
+
273
+ /* Corner radius */
274
+ .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
275
+ .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
276
+ .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
277
+ .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
278
+ .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
279
+ .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
280
+ .ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
281
+ .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
282
+ .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
283
+
284
+ /* Overlays */
285
+ .ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
286
+ .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Accordion
287
+ ----------------------------------*/
288
+ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
289
+ .ui-accordion .ui-accordion-li-fix { display: inline; }
290
+ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
291
+ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
292
+ /* IE7-/Win - Fix extra vertical space in lists */
293
+ .ui-accordion a { zoom: 1; }
294
+ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
295
+ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
296
+ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
297
+ .ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
298
+ ----------------------------------*/
299
+ .ui-autocomplete { position: absolute; cursor: default; }
300
+ .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
301
+
302
+ /* workarounds */
303
+ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
304
+
305
+ /* Menu
306
+ ----------------------------------*/
307
+ .ui-menu {
308
+ list-style:none;
309
+ padding: 2px;
310
+ margin: 0;
311
+ display:block;
312
+ }
313
+ .ui-menu .ui-menu {
314
+ margin-top: -3px;
315
+ }
316
+ .ui-menu .ui-menu-item {
317
+ margin:0;
318
+ padding: 0;
319
+ zoom: 1;
320
+ float: left;
321
+ clear: left;
322
+ width: 100%;
323
+ }
324
+ .ui-menu .ui-menu-item a {
325
+ text-decoration:none;
326
+ display:block;
327
+ padding:.2em .4em;
328
+ line-height:1.5;
329
+ zoom:1;
330
+ }
331
+ .ui-menu .ui-menu-item a.ui-state-hover,
332
+ .ui-menu .ui-menu-item a.ui-state-active {
333
+ font-weight: normal;
334
+ margin: -1px;
335
+ }
336
+ /* Dialog
337
+ ----------------------------------*/
338
+ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
339
+ .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
340
+ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
341
+ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
342
+ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
343
+ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
344
+ .ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
345
+ .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
346
+ .ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
347
+ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
348
+ .ui-draggable .ui-dialog-titlebar { cursor: move; }
349
+ /* Tabs
350
+ ----------------------------------*/
351
+ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
352
+ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
353
+ .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
354
+ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
355
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
356
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
357
+ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
358
+ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
359
+ .ui-tabs .ui-tabs-hide { display: none !important; }
data/wheels.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wheels}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tyler Gannon"]
@@ -23,6 +23,56 @@ Gem::Specification.new do |s|
23
23
  "README.rdoc",
24
24
  "Rakefile",
25
25
  "VERSION",
26
+ "app/controllers/blogs_controller.rb",
27
+ "app/controllers/galleries_controller.rb",
28
+ "app/controllers/images_controller.rb",
29
+ "app/controllers/profiles_controller.rb",
30
+ "app/controllers/users_controller.rb",
31
+ "app/models/ability.rb",
32
+ "app/models/blog.rb",
33
+ "app/models/gallery.rb",
34
+ "app/models/image.rb",
35
+ "app/models/profile.rb",
36
+ "app/models/role.rb",
37
+ "app/models/user.rb",
38
+ "app/views/blogs/_form.html.haml",
39
+ "app/views/blogs/edit.html.haml",
40
+ "app/views/blogs/index.html.haml",
41
+ "app/views/blogs/index.xml.builder",
42
+ "app/views/blogs/new.html.haml",
43
+ "app/views/blogs/show.html.haml",
44
+ "app/views/galleries/_form.html.haml",
45
+ "app/views/galleries/_show.html.haml",
46
+ "app/views/galleries/edit.html.haml",
47
+ "app/views/galleries/index.html.haml",
48
+ "app/views/galleries/new.html.haml",
49
+ "app/views/galleries/show.html.haml",
50
+ "app/views/images/_form.html.haml",
51
+ "app/views/images/create.js.haml",
52
+ "app/views/images/destroy.js.haml",
53
+ "app/views/images/edit.html.haml",
54
+ "app/views/images/edit.js.haml",
55
+ "app/views/images/index.html.haml",
56
+ "app/views/images/index.js.haml",
57
+ "app/views/images/new.html.haml",
58
+ "app/views/images/new.js.haml",
59
+ "app/views/images/show.html.haml",
60
+ "app/views/images/show.js.haml",
61
+ "app/views/images/update.js.haml",
62
+ "app/views/layouts/image_dialog.html.haml",
63
+ "app/views/profiles/_form.html.haml",
64
+ "app/views/profiles/edit.html.haml",
65
+ "app/views/profiles/index.html.haml",
66
+ "app/views/profiles/new.html.haml",
67
+ "app/views/profiles/show.html.haml",
68
+ "app/views/users/index.html.haml",
69
+ "config/amazon_s3.yml",
70
+ "db/migrate/add_fields_to_users.rb",
71
+ "db/migrate/create_blogs.rb",
72
+ "db/migrate/create_galleries.rb",
73
+ "db/migrate/create_images.rb",
74
+ "db/migrate/create_profiles.rb",
75
+ "db/migrate/create_roles.rb",
26
76
  "init.rb",
27
77
  "lib/generators/wheels/LICENCE",
28
78
  "lib/generators/wheels/USAGE",
@@ -52,6 +102,57 @@ Gem::Specification.new do |s|
52
102
  "lib/generators/wheels/wheels_generator.rb",
53
103
  "lib/wheels.rb",
54
104
  "lib/wheels/routes.rb",
105
+ "public/404.html",
106
+ "public/422.html",
107
+ "public/500.html",
108
+ "public/favicon.ico",
109
+ "public/images/dreamy/Thumbs.db",
110
+ "public/images/dreamy/bg-ad-top.png",
111
+ "public/images/dreamy/bg-body.png",
112
+ "public/images/dreamy/bg-feed.gif",
113
+ "public/images/dreamy/bg-footer.jpg",
114
+ "public/images/dreamy/bg-header.jpg",
115
+ "public/images/dreamy/bg-menu-hover.png",
116
+ "public/images/dreamy/bg-menu.png",
117
+ "public/images/dreamy/bg-sidebar-bottom.gif",
118
+ "public/images/dreamy/button-feed.png",
119
+ "public/images/dreamy/icon-comment.png",
120
+ "public/images/growl/error.png",
121
+ "public/images/growl/growl_bottom.png",
122
+ "public/images/growl/growl_repeat.png",
123
+ "public/images/growl/growl_top.png",
124
+ "public/images/growl/info.png",
125
+ "public/images/menu/item-pointer-mover.gif",
126
+ "public/images/menu/item-pointer.gif",
127
+ "public/images/menu/lava.gif",
128
+ "public/images/menu/lava.png",
129
+ "public/images/menu/main-bg.png",
130
+ "public/images/menu/main-delimiter.png",
131
+ "public/javascripts/jquery.growl.js",
132
+ "public/javascripts/loadbehind.js",
133
+ "public/javascripts/menu.js",
134
+ "public/stylesheets/.gitkeep",
135
+ "public/stylesheets/dreamy.css",
136
+ "public/stylesheets/menu.css",
137
+ "public/stylesheets/sass/dreamy.sass",
138
+ "public/stylesheets/sass/menu.sass",
139
+ "public/stylesheets/scaffold.css",
140
+ "public/stylesheets/ui-lightness/images/ui-anim_basic_16x16.gif",
141
+ "public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png",
142
+ "public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png",
143
+ "public/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png",
144
+ "public/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png",
145
+ "public/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png",
146
+ "public/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png",
147
+ "public/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png",
148
+ "public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png",
149
+ "public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png",
150
+ "public/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png",
151
+ "public/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png",
152
+ "public/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png",
153
+ "public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png",
154
+ "public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png",
155
+ "public/stylesheets/ui-lightness/jquery-ui-1.8.2.custom.css",
55
156
  "send_new_version",
56
157
  "test/helper.rb",
57
158
  "test/test_wheels.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wheels
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler Gannon
@@ -48,6 +48,56 @@ files:
48
48
  - README.rdoc
49
49
  - Rakefile
50
50
  - VERSION
51
+ - app/controllers/blogs_controller.rb
52
+ - app/controllers/galleries_controller.rb
53
+ - app/controllers/images_controller.rb
54
+ - app/controllers/profiles_controller.rb
55
+ - app/controllers/users_controller.rb
56
+ - app/models/ability.rb
57
+ - app/models/blog.rb
58
+ - app/models/gallery.rb
59
+ - app/models/image.rb
60
+ - app/models/profile.rb
61
+ - app/models/role.rb
62
+ - app/models/user.rb
63
+ - app/views/blogs/_form.html.haml
64
+ - app/views/blogs/edit.html.haml
65
+ - app/views/blogs/index.html.haml
66
+ - app/views/blogs/index.xml.builder
67
+ - app/views/blogs/new.html.haml
68
+ - app/views/blogs/show.html.haml
69
+ - app/views/galleries/_form.html.haml
70
+ - app/views/galleries/_show.html.haml
71
+ - app/views/galleries/edit.html.haml
72
+ - app/views/galleries/index.html.haml
73
+ - app/views/galleries/new.html.haml
74
+ - app/views/galleries/show.html.haml
75
+ - app/views/images/_form.html.haml
76
+ - app/views/images/create.js.haml
77
+ - app/views/images/destroy.js.haml
78
+ - app/views/images/edit.html.haml
79
+ - app/views/images/edit.js.haml
80
+ - app/views/images/index.html.haml
81
+ - app/views/images/index.js.haml
82
+ - app/views/images/new.html.haml
83
+ - app/views/images/new.js.haml
84
+ - app/views/images/show.html.haml
85
+ - app/views/images/show.js.haml
86
+ - app/views/images/update.js.haml
87
+ - app/views/layouts/image_dialog.html.haml
88
+ - app/views/profiles/_form.html.haml
89
+ - app/views/profiles/edit.html.haml
90
+ - app/views/profiles/index.html.haml
91
+ - app/views/profiles/new.html.haml
92
+ - app/views/profiles/show.html.haml
93
+ - app/views/users/index.html.haml
94
+ - config/amazon_s3.yml
95
+ - db/migrate/add_fields_to_users.rb
96
+ - db/migrate/create_blogs.rb
97
+ - db/migrate/create_galleries.rb
98
+ - db/migrate/create_images.rb
99
+ - db/migrate/create_profiles.rb
100
+ - db/migrate/create_roles.rb
51
101
  - init.rb
52
102
  - lib/generators/wheels/LICENCE
53
103
  - lib/generators/wheels/USAGE
@@ -77,6 +127,57 @@ files:
77
127
  - lib/generators/wheels/wheels_generator.rb
78
128
  - lib/wheels.rb
79
129
  - lib/wheels/routes.rb
130
+ - public/404.html
131
+ - public/422.html
132
+ - public/500.html
133
+ - public/favicon.ico
134
+ - public/images/dreamy/Thumbs.db
135
+ - public/images/dreamy/bg-ad-top.png
136
+ - public/images/dreamy/bg-body.png
137
+ - public/images/dreamy/bg-feed.gif
138
+ - public/images/dreamy/bg-footer.jpg
139
+ - public/images/dreamy/bg-header.jpg
140
+ - public/images/dreamy/bg-menu-hover.png
141
+ - public/images/dreamy/bg-menu.png
142
+ - public/images/dreamy/bg-sidebar-bottom.gif
143
+ - public/images/dreamy/button-feed.png
144
+ - public/images/dreamy/icon-comment.png
145
+ - public/images/growl/error.png
146
+ - public/images/growl/growl_bottom.png
147
+ - public/images/growl/growl_repeat.png
148
+ - public/images/growl/growl_top.png
149
+ - public/images/growl/info.png
150
+ - public/images/menu/item-pointer-mover.gif
151
+ - public/images/menu/item-pointer.gif
152
+ - public/images/menu/lava.gif
153
+ - public/images/menu/lava.png
154
+ - public/images/menu/main-bg.png
155
+ - public/images/menu/main-delimiter.png
156
+ - public/javascripts/jquery.growl.js
157
+ - public/javascripts/loadbehind.js
158
+ - public/javascripts/menu.js
159
+ - public/stylesheets/.gitkeep
160
+ - public/stylesheets/dreamy.css
161
+ - public/stylesheets/menu.css
162
+ - public/stylesheets/sass/dreamy.sass
163
+ - public/stylesheets/sass/menu.sass
164
+ - public/stylesheets/scaffold.css
165
+ - public/stylesheets/ui-lightness/images/ui-anim_basic_16x16.gif
166
+ - public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
167
+ - public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
168
+ - public/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
169
+ - public/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
170
+ - public/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
171
+ - public/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
172
+ - public/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
173
+ - public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
174
+ - public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
175
+ - public/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png
176
+ - public/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png
177
+ - public/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png
178
+ - public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png
179
+ - public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png
180
+ - public/stylesheets/ui-lightness/jquery-ui-1.8.2.custom.css
80
181
  - send_new_version
81
182
  - test/helper.rb
82
183
  - test/test_wheels.rb