rails_dash 0.0.6 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +5 -3
- data/app/assets/images/rails_dash/{tip.png → shadow.png} +0 -0
- data/app/assets/stylesheets/rails_dash/content.scss +5 -0
- data/app/assets/stylesheets/rails_dash/flash.scss +24 -0
- data/app/assets/stylesheets/rails_dash/footer.scss +16 -0
- data/app/assets/stylesheets/rails_dash/forms.scss +79 -0
- data/app/assets/stylesheets/rails_dash/grid.scss +65 -0
- data/app/assets/stylesheets/rails_dash/header.scss +19 -0
- data/app/assets/stylesheets/rails_dash/index.css +3 -0
- data/app/assets/stylesheets/rails_dash/navigation.scss +35 -0
- data/app/assets/stylesheets/rails_dash/page.scss +9 -0
- data/app/assets/stylesheets/rails_dash/pager.scss +36 -0
- data/app/assets/stylesheets/rails_dash/style.scss +53 -0
- data/app/helpers/rails_dash/application_helper.rb +2 -6
- data/app/views/rails_dash/_header.html.erb +8 -0
- data/config/locales/en.yml +4 -9
- data/config/locales/es.yml +4 -9
- data/lib/generators/dash/install_generator.rb +2 -4
- data/lib/generators/dash/resource_generator.rb +10 -19
- data/lib/generators/dash/templates/dash.html.erb +49 -0
- data/lib/generators/dash/templates/dash_controller.rb +11 -0
- data/lib/generators/dash/templates/form.html.erb +7 -0
- data/lib/generators/dash/templates/index.html.erb +19 -0
- data/lib/generators/dash/templates/resource_controller.rb +49 -0
- data/lib/rails_dash/version.rb +1 -1
- data/test/dummy/app/controllers/dash/photos_controller.rb +42 -4
- data/test/dummy/app/controllers/dash_controller.rb +2 -1
- data/test/dummy/app/models/photo.rb +1 -1
- data/test/dummy/app/views/dash/photos/form.html.erb +11 -0
- data/test/dummy/app/views/dash/photos/index.html.erb +19 -0
- data/test/dummy/app/views/layouts/dash.html.erb +49 -0
- data/test/dummy/config/application.rb +2 -3
- data/test/dummy/config/routes.rb +1 -3
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +9951 -0
- data/test/dummy/tmp/cache/assets/C4B/BD0/sprockets%2F94eaaa522916020d13dd607587191496 +0 -0
- data/test/dummy/tmp/cache/assets/C73/810/sprockets%2F001b4e4880284b42e41d1a6e65628f23 +0 -0
- data/test/dummy/tmp/cache/assets/CAC/DF0/sprockets%2F68591a55b098a6a551a059f2f8a007c2 +0 -0
- data/test/dummy/tmp/cache/assets/CB3/790/sprockets%2F95d10b82ed3c32813ae86305967ac495 +0 -0
- data/test/dummy/tmp/cache/assets/CBC/060/sprockets%2Fe48229a61b685914cd5bd763728f35c3 +0 -0
- data/test/dummy/tmp/cache/assets/CC5/330/sprockets%2F822e9659e8ca6a7b8fd06735768a1309 +0 -0
- data/test/dummy/tmp/cache/assets/CC6/480/sprockets%2Fc269551493a16482fab7596f973d8cd5 +0 -0
- data/test/dummy/tmp/cache/assets/CD9/9F0/sprockets%2F35b50387099edf09e230a9a06e93a22a +0 -0
- data/test/dummy/tmp/cache/assets/CF2/AE0/sprockets%2F6484cd7d52962c9097ecb92ae30d8826 +0 -0
- data/test/dummy/tmp/cache/assets/D12/550/sprockets%2F2feb384c6935a8dc50503c8d6d1c4772 +0 -0
- data/test/dummy/tmp/cache/assets/D1A/8C0/sprockets%2Ff52bc139a9583db6445e577f9a5c614a +0 -0
- data/test/dummy/tmp/cache/assets/D1C/F20/sprockets%2F86ca1d7c73ec19f06bd7f1693d602795 +0 -0
- data/test/dummy/tmp/cache/assets/D1F/C40/sprockets%2F6c48d64b48f391e8cd9bf71508b6147a +0 -0
- data/test/dummy/tmp/cache/assets/D29/0B0/sprockets%2F606c351a2b9c0b15a5dbc5bf073e0377 +0 -0
- data/test/dummy/tmp/cache/assets/D41/CA0/sprockets%2F2fd6911b1d88afa5d82480545bd95aa6 +0 -0
- data/test/dummy/tmp/cache/assets/D4B/300/sprockets%2F21c96e74b485df5c493d1b6df0d4e791 +0 -0
- data/test/dummy/tmp/cache/assets/D78/AA0/sprockets%2F451a5e76762fe84ce5f63dbc40f08ee3 +0 -0
- data/test/dummy/tmp/cache/assets/D95/470/sprockets%2F59f10d12bccbc7645c63fbb322c277ee +0 -0
- data/test/dummy/tmp/cache/assets/D9D/390/sprockets%2F612e4dfda3799cc2e6ea2b7197ca142d +0 -0
- data/test/dummy/tmp/cache/assets/DA3/120/sprockets%2Fb5fcb985221ac8754fb55d74faa4e1b9 +0 -0
- data/test/dummy/tmp/cache/assets/DA4/4A0/sprockets%2Fb0eaf551806a0469f07288ea4ffdcc9e +0 -0
- data/test/dummy/tmp/cache/assets/DAB/320/sprockets%2F59831ac1cca50d82e29e49d7fbee91f7 +0 -0
- data/test/dummy/tmp/cache/assets/E3C/BA0/sprockets%2Fc0f6779a15cd28aef5c6da4cf8adf96d +0 -0
- metadata +72 -53
- data/app/assets/images/rails_dash/grid.png +0 -0
- data/app/assets/images/rails_dash/shadow.gif +0 -0
- data/app/assets/stylesheets/rails_dash/application.css +0 -13
- data/app/assets/stylesheets/rails_dash/autocomplete.sass +0 -24
- data/app/assets/stylesheets/rails_dash/content.sass +0 -3
- data/app/assets/stylesheets/rails_dash/flash.sass +0 -19
- data/app/assets/stylesheets/rails_dash/footer.sass +0 -14
- data/app/assets/stylesheets/rails_dash/forms.sass +0 -65
- data/app/assets/stylesheets/rails_dash/grid.sass +0 -53
- data/app/assets/stylesheets/rails_dash/header.sass +0 -15
- data/app/assets/stylesheets/rails_dash/navigation.sass +0 -27
- data/app/assets/stylesheets/rails_dash/page.sass +0 -6
- data/app/assets/stylesheets/rails_dash/pager.sass +0 -27
- data/app/assets/stylesheets/rails_dash/style.sass +0 -42
- data/app/controllers/rails_dash/base_controller.rb +0 -7
- data/app/controllers/rails_dash/crud_controller.rb +0 -76
- data/app/controllers/rails_dash/statics_controller.rb +0 -8
- data/app/views/rails_dash/shared/_options.html.haml +0 -6
- data/app/views/rails_dash/shared/_pager.html.haml +0 -26
- data/app/views/rails_dash/statics/home.html.haml +0 -0
- data/config/routes.rb +0 -5
- data/lib/generators/dash/templates/dash.erb +0 -10
- data/lib/generators/dash/templates/form.erb +0 -4
- data/lib/generators/dash/templates/index.erb +0 -21
- data/lib/generators/dash/templates/layout.erb +0 -40
- data/lib/generators/dash/templates/resource.erb +0 -5
- data/test/dummy/app/controllers/statics_controller.rb +0 -6
- data/test/dummy/app/views/dash/photos/form.html.haml +0 -6
- data/test/dummy/app/views/dash/photos/index.html.haml +0 -25
- data/test/dummy/app/views/layouts/dash.html.haml +0 -43
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_dash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -91,22 +91,6 @@ dependencies:
|
|
91
91
|
- - ! '>='
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '0'
|
94
|
-
- !ruby/object:Gem::Dependency
|
95
|
-
name: haml
|
96
|
-
requirement: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
|
-
requirements:
|
99
|
-
- - ! '>='
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
version: '0'
|
102
|
-
type: :runtime
|
103
|
-
prerelease: false
|
104
|
-
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
|
-
requirements:
|
107
|
-
- - ! '>='
|
108
|
-
- !ruby/object:Gem::Version
|
109
|
-
version: '0'
|
110
94
|
- !ruby/object:Gem::Dependency
|
111
95
|
name: sqlite3
|
112
96
|
requirement: !ruby/object:Gem::Requirement
|
@@ -131,38 +115,29 @@ extensions: []
|
|
131
115
|
extra_rdoc_files: []
|
132
116
|
files:
|
133
117
|
- app/assets/images/rails_dash/filter.png
|
134
|
-
- app/assets/images/rails_dash/
|
135
|
-
- app/assets/
|
136
|
-
- app/assets/
|
137
|
-
- app/assets/stylesheets/rails_dash/
|
138
|
-
- app/assets/stylesheets/rails_dash/
|
139
|
-
- app/assets/stylesheets/rails_dash/
|
140
|
-
- app/assets/stylesheets/rails_dash/
|
141
|
-
- app/assets/stylesheets/rails_dash/
|
142
|
-
- app/assets/stylesheets/rails_dash/
|
143
|
-
- app/assets/stylesheets/rails_dash/
|
144
|
-
- app/assets/stylesheets/rails_dash/
|
145
|
-
- app/assets/stylesheets/rails_dash/
|
146
|
-
- app/assets/stylesheets/rails_dash/page.sass
|
147
|
-
- app/assets/stylesheets/rails_dash/pager.sass
|
148
|
-
- app/assets/stylesheets/rails_dash/style.sass
|
149
|
-
- app/controllers/rails_dash/base_controller.rb
|
150
|
-
- app/controllers/rails_dash/crud_controller.rb
|
151
|
-
- app/controllers/rails_dash/statics_controller.rb
|
118
|
+
- app/assets/images/rails_dash/shadow.png
|
119
|
+
- app/assets/stylesheets/rails_dash/content.scss
|
120
|
+
- app/assets/stylesheets/rails_dash/flash.scss
|
121
|
+
- app/assets/stylesheets/rails_dash/footer.scss
|
122
|
+
- app/assets/stylesheets/rails_dash/forms.scss
|
123
|
+
- app/assets/stylesheets/rails_dash/grid.scss
|
124
|
+
- app/assets/stylesheets/rails_dash/header.scss
|
125
|
+
- app/assets/stylesheets/rails_dash/index.css
|
126
|
+
- app/assets/stylesheets/rails_dash/navigation.scss
|
127
|
+
- app/assets/stylesheets/rails_dash/page.scss
|
128
|
+
- app/assets/stylesheets/rails_dash/pager.scss
|
129
|
+
- app/assets/stylesheets/rails_dash/style.scss
|
152
130
|
- app/helpers/rails_dash/application_helper.rb
|
153
|
-
- app/views/rails_dash/
|
154
|
-
- app/views/rails_dash/shared/_pager.html.haml
|
155
|
-
- app/views/rails_dash/statics/home.html.haml
|
131
|
+
- app/views/rails_dash/_header.html.erb
|
156
132
|
- config/locales/en.yml
|
157
133
|
- config/locales/es.yml
|
158
|
-
- config/routes.rb
|
159
134
|
- lib/generators/dash/install_generator.rb
|
160
135
|
- lib/generators/dash/resource_generator.rb
|
161
|
-
- lib/generators/dash/templates/dash.erb
|
162
|
-
- lib/generators/dash/templates/
|
163
|
-
- lib/generators/dash/templates/
|
164
|
-
- lib/generators/dash/templates/
|
165
|
-
- lib/generators/dash/templates/
|
136
|
+
- lib/generators/dash/templates/dash.html.erb
|
137
|
+
- lib/generators/dash/templates/dash_controller.rb
|
138
|
+
- lib/generators/dash/templates/form.html.erb
|
139
|
+
- lib/generators/dash/templates/index.html.erb
|
140
|
+
- lib/generators/dash/templates/resource_controller.rb
|
166
141
|
- lib/rails_dash/engine.rb
|
167
142
|
- lib/rails_dash/version.rb
|
168
143
|
- lib/rails_dash.rb
|
@@ -174,13 +149,12 @@ files:
|
|
174
149
|
- test/dummy/app/controllers/application_controller.rb
|
175
150
|
- test/dummy/app/controllers/dash/photos_controller.rb
|
176
151
|
- test/dummy/app/controllers/dash_controller.rb
|
177
|
-
- test/dummy/app/controllers/statics_controller.rb
|
178
152
|
- test/dummy/app/helpers/application_helper.rb
|
179
153
|
- test/dummy/app/models/photo.rb
|
180
|
-
- test/dummy/app/views/dash/photos/form.html.
|
181
|
-
- test/dummy/app/views/dash/photos/index.html.
|
154
|
+
- test/dummy/app/views/dash/photos/form.html.erb
|
155
|
+
- test/dummy/app/views/dash/photos/index.html.erb
|
182
156
|
- test/dummy/app/views/layouts/application.html.erb
|
183
|
-
- test/dummy/app/views/layouts/dash.html.
|
157
|
+
- test/dummy/app/views/layouts/dash.html.erb
|
184
158
|
- test/dummy/app/views/statics/home.html.haml
|
185
159
|
- test/dummy/app/views/statics/other.html.haml
|
186
160
|
- test/dummy/config/application.rb
|
@@ -211,32 +185,54 @@ files:
|
|
211
185
|
- test/dummy/README.rdoc
|
212
186
|
- test/dummy/script/rails
|
213
187
|
- test/dummy/tmp/cache/assets/BFB/7E0/sprockets%2F9320085d33b800555194fe929982762b
|
188
|
+
- test/dummy/tmp/cache/assets/C4B/BD0/sprockets%2F94eaaa522916020d13dd607587191496
|
189
|
+
- test/dummy/tmp/cache/assets/C73/810/sprockets%2F001b4e4880284b42e41d1a6e65628f23
|
214
190
|
- test/dummy/tmp/cache/assets/C8B/270/sprockets%2F7a0602acfe998896b0d470e151625588
|
215
191
|
- test/dummy/tmp/cache/assets/C99/E60/sprockets%2F064aac0041190c605c1728b86db5e660
|
216
192
|
- test/dummy/tmp/cache/assets/C9D/5C0/sprockets%2Fa3870a84599f2900e899d917239fee70
|
217
193
|
- test/dummy/tmp/cache/assets/CA3/D40/sprockets%2Fd0c463ae779d0510a7d2a39201475f80
|
194
|
+
- test/dummy/tmp/cache/assets/CAC/DF0/sprockets%2F68591a55b098a6a551a059f2f8a007c2
|
218
195
|
- test/dummy/tmp/cache/assets/CB0/680/sprockets%2Fa545b40f4926503219dee13976ba83c7
|
219
196
|
- test/dummy/tmp/cache/assets/CB0/DB0/sprockets%2F3b03d1b258e45bf0488808687a3c019f
|
197
|
+
- test/dummy/tmp/cache/assets/CB3/790/sprockets%2F95d10b82ed3c32813ae86305967ac495
|
198
|
+
- test/dummy/tmp/cache/assets/CBC/060/sprockets%2Fe48229a61b685914cd5bd763728f35c3
|
199
|
+
- test/dummy/tmp/cache/assets/CC5/330/sprockets%2F822e9659e8ca6a7b8fd06735768a1309
|
200
|
+
- test/dummy/tmp/cache/assets/CC6/480/sprockets%2Fc269551493a16482fab7596f973d8cd5
|
220
201
|
- test/dummy/tmp/cache/assets/CCB/C40/sprockets%2F6c2c30b00feda0096c1523c4721e8647
|
221
202
|
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
203
|
+
- test/dummy/tmp/cache/assets/CD9/9F0/sprockets%2F35b50387099edf09e230a9a06e93a22a
|
222
204
|
- test/dummy/tmp/cache/assets/CE0/1D0/sprockets%2F95cf9361ed4c73f7736bb1065003c27d
|
223
205
|
- test/dummy/tmp/cache/assets/CE5/C90/sprockets%2F0e2f9731d66610f311f7d93ee472be92
|
206
|
+
- test/dummy/tmp/cache/assets/CF2/AE0/sprockets%2F6484cd7d52962c9097ecb92ae30d8826
|
224
207
|
- test/dummy/tmp/cache/assets/CF8/E40/sprockets%2F97e76837bd2bd4d792b34582df74a747
|
225
208
|
- test/dummy/tmp/cache/assets/CFD/B30/sprockets%2F0e7126250acecd256a22173a6c69f33c
|
226
209
|
- test/dummy/tmp/cache/assets/D03/FF0/sprockets%2F6159334a6b4a6011f9e4aca85713deb2
|
227
210
|
- test/dummy/tmp/cache/assets/D0C/6D0/sprockets%2F066b73503006b11fe0ca9cf979818bcf
|
228
211
|
- test/dummy/tmp/cache/assets/D0C/D50/sprockets%2F1e1fb266cbd216d68ad5f460542f8507
|
212
|
+
- test/dummy/tmp/cache/assets/D12/550/sprockets%2F2feb384c6935a8dc50503c8d6d1c4772
|
229
213
|
- test/dummy/tmp/cache/assets/D13/380/sprockets%2F45ea51d9524b0d78eb92ba6f205e3957
|
214
|
+
- test/dummy/tmp/cache/assets/D1A/8C0/sprockets%2Ff52bc139a9583db6445e577f9a5c614a
|
215
|
+
- test/dummy/tmp/cache/assets/D1C/F20/sprockets%2F86ca1d7c73ec19f06bd7f1693d602795
|
216
|
+
- test/dummy/tmp/cache/assets/D1F/C40/sprockets%2F6c48d64b48f391e8cd9bf71508b6147a
|
217
|
+
- test/dummy/tmp/cache/assets/D29/0B0/sprockets%2F606c351a2b9c0b15a5dbc5bf073e0377
|
230
218
|
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
231
219
|
- test/dummy/tmp/cache/assets/D3A/720/sprockets%2Fd2e3289732e11cf54d74e8ea51acd125
|
232
220
|
- test/dummy/tmp/cache/assets/D3C/F40/sprockets%2Ff0f0ade9590889033e221c7e60c73afa
|
221
|
+
- test/dummy/tmp/cache/assets/D41/CA0/sprockets%2F2fd6911b1d88afa5d82480545bd95aa6
|
222
|
+
- test/dummy/tmp/cache/assets/D4B/300/sprockets%2F21c96e74b485df5c493d1b6df0d4e791
|
233
223
|
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
234
224
|
- test/dummy/tmp/cache/assets/D55/110/sprockets%2F18e497baefd6939772d9cc267d3416ea
|
235
225
|
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
236
226
|
- test/dummy/tmp/cache/assets/D5F/8A0/sprockets%2F0412cd81c0aa11e2ccef0d9e479e7146
|
237
227
|
- test/dummy/tmp/cache/assets/D77/080/sprockets%2Fd231e66bef5f5ccb5a92272f714786dd
|
228
|
+
- test/dummy/tmp/cache/assets/D78/AA0/sprockets%2F451a5e76762fe84ce5f63dbc40f08ee3
|
238
229
|
- test/dummy/tmp/cache/assets/D79/0C0/sprockets%2Fffa7fbddfd8a63f466156a14f4471753
|
230
|
+
- test/dummy/tmp/cache/assets/D95/470/sprockets%2F59f10d12bccbc7645c63fbb322c277ee
|
239
231
|
- test/dummy/tmp/cache/assets/D9B/E00/sprockets%2Fb66a75bd10bef6da5f16f4fa9113926c
|
232
|
+
- test/dummy/tmp/cache/assets/D9D/390/sprockets%2F612e4dfda3799cc2e6ea2b7197ca142d
|
233
|
+
- test/dummy/tmp/cache/assets/DA3/120/sprockets%2Fb5fcb985221ac8754fb55d74faa4e1b9
|
234
|
+
- test/dummy/tmp/cache/assets/DA4/4A0/sprockets%2Fb0eaf551806a0469f07288ea4ffdcc9e
|
235
|
+
- test/dummy/tmp/cache/assets/DAB/320/sprockets%2F59831ac1cca50d82e29e49d7fbee91f7
|
240
236
|
- test/dummy/tmp/cache/assets/DAC/650/sprockets%2Ff8ec2e25f819797cb9a491d0af22ae9b
|
241
237
|
- test/dummy/tmp/cache/assets/DBA/780/sprockets%2Fe231e0256cb57ae5feac27411bb8cab5
|
242
238
|
- test/dummy/tmp/cache/assets/DCD/B00/sprockets%2Fc39efce3c924fd1aa2c0898e0b3e194b
|
@@ -246,6 +242,7 @@ files:
|
|
246
242
|
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
247
243
|
- test/dummy/tmp/cache/assets/E05/400/sprockets%2F6df59ebc6ab9ec4b3c24516d6efd3b47
|
248
244
|
- test/dummy/tmp/cache/assets/E29/AA0/sprockets%2F6eaab4ab4dbae1b8b5a6f9286aa966d4
|
245
|
+
- test/dummy/tmp/cache/assets/E3C/BA0/sprockets%2Fc0f6779a15cd28aef5c6da4cf8adf96d
|
249
246
|
- test/dummy/tmp/cache/assets/E5D/4B0/sprockets%2Fba31b9d7aabcf86ec3c48fcd7db830e5
|
250
247
|
- test/dummy/tmp/cache/assets/E67/970/sprockets%2F39d69c6bafd9cebefdea7015bd7d0a87
|
251
248
|
- test/dummy/tmp/cache/assets/E93/600/sprockets%2F2daf7d5f74f8c9ac8be0bedcfae6009c
|
@@ -292,13 +289,12 @@ test_files:
|
|
292
289
|
- test/dummy/app/controllers/application_controller.rb
|
293
290
|
- test/dummy/app/controllers/dash/photos_controller.rb
|
294
291
|
- test/dummy/app/controllers/dash_controller.rb
|
295
|
-
- test/dummy/app/controllers/statics_controller.rb
|
296
292
|
- test/dummy/app/helpers/application_helper.rb
|
297
293
|
- test/dummy/app/models/photo.rb
|
298
|
-
- test/dummy/app/views/dash/photos/form.html.
|
299
|
-
- test/dummy/app/views/dash/photos/index.html.
|
294
|
+
- test/dummy/app/views/dash/photos/form.html.erb
|
295
|
+
- test/dummy/app/views/dash/photos/index.html.erb
|
300
296
|
- test/dummy/app/views/layouts/application.html.erb
|
301
|
-
- test/dummy/app/views/layouts/dash.html.
|
297
|
+
- test/dummy/app/views/layouts/dash.html.erb
|
302
298
|
- test/dummy/app/views/statics/home.html.haml
|
303
299
|
- test/dummy/app/views/statics/other.html.haml
|
304
300
|
- test/dummy/config/application.rb
|
@@ -329,32 +325,54 @@ test_files:
|
|
329
325
|
- test/dummy/README.rdoc
|
330
326
|
- test/dummy/script/rails
|
331
327
|
- test/dummy/tmp/cache/assets/BFB/7E0/sprockets%2F9320085d33b800555194fe929982762b
|
328
|
+
- test/dummy/tmp/cache/assets/C4B/BD0/sprockets%2F94eaaa522916020d13dd607587191496
|
329
|
+
- test/dummy/tmp/cache/assets/C73/810/sprockets%2F001b4e4880284b42e41d1a6e65628f23
|
332
330
|
- test/dummy/tmp/cache/assets/C8B/270/sprockets%2F7a0602acfe998896b0d470e151625588
|
333
331
|
- test/dummy/tmp/cache/assets/C99/E60/sprockets%2F064aac0041190c605c1728b86db5e660
|
334
332
|
- test/dummy/tmp/cache/assets/C9D/5C0/sprockets%2Fa3870a84599f2900e899d917239fee70
|
335
333
|
- test/dummy/tmp/cache/assets/CA3/D40/sprockets%2Fd0c463ae779d0510a7d2a39201475f80
|
334
|
+
- test/dummy/tmp/cache/assets/CAC/DF0/sprockets%2F68591a55b098a6a551a059f2f8a007c2
|
336
335
|
- test/dummy/tmp/cache/assets/CB0/680/sprockets%2Fa545b40f4926503219dee13976ba83c7
|
337
336
|
- test/dummy/tmp/cache/assets/CB0/DB0/sprockets%2F3b03d1b258e45bf0488808687a3c019f
|
337
|
+
- test/dummy/tmp/cache/assets/CB3/790/sprockets%2F95d10b82ed3c32813ae86305967ac495
|
338
|
+
- test/dummy/tmp/cache/assets/CBC/060/sprockets%2Fe48229a61b685914cd5bd763728f35c3
|
339
|
+
- test/dummy/tmp/cache/assets/CC5/330/sprockets%2F822e9659e8ca6a7b8fd06735768a1309
|
340
|
+
- test/dummy/tmp/cache/assets/CC6/480/sprockets%2Fc269551493a16482fab7596f973d8cd5
|
338
341
|
- test/dummy/tmp/cache/assets/CCB/C40/sprockets%2F6c2c30b00feda0096c1523c4721e8647
|
339
342
|
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
343
|
+
- test/dummy/tmp/cache/assets/CD9/9F0/sprockets%2F35b50387099edf09e230a9a06e93a22a
|
340
344
|
- test/dummy/tmp/cache/assets/CE0/1D0/sprockets%2F95cf9361ed4c73f7736bb1065003c27d
|
341
345
|
- test/dummy/tmp/cache/assets/CE5/C90/sprockets%2F0e2f9731d66610f311f7d93ee472be92
|
346
|
+
- test/dummy/tmp/cache/assets/CF2/AE0/sprockets%2F6484cd7d52962c9097ecb92ae30d8826
|
342
347
|
- test/dummy/tmp/cache/assets/CF8/E40/sprockets%2F97e76837bd2bd4d792b34582df74a747
|
343
348
|
- test/dummy/tmp/cache/assets/CFD/B30/sprockets%2F0e7126250acecd256a22173a6c69f33c
|
344
349
|
- test/dummy/tmp/cache/assets/D03/FF0/sprockets%2F6159334a6b4a6011f9e4aca85713deb2
|
345
350
|
- test/dummy/tmp/cache/assets/D0C/6D0/sprockets%2F066b73503006b11fe0ca9cf979818bcf
|
346
351
|
- test/dummy/tmp/cache/assets/D0C/D50/sprockets%2F1e1fb266cbd216d68ad5f460542f8507
|
352
|
+
- test/dummy/tmp/cache/assets/D12/550/sprockets%2F2feb384c6935a8dc50503c8d6d1c4772
|
347
353
|
- test/dummy/tmp/cache/assets/D13/380/sprockets%2F45ea51d9524b0d78eb92ba6f205e3957
|
354
|
+
- test/dummy/tmp/cache/assets/D1A/8C0/sprockets%2Ff52bc139a9583db6445e577f9a5c614a
|
355
|
+
- test/dummy/tmp/cache/assets/D1C/F20/sprockets%2F86ca1d7c73ec19f06bd7f1693d602795
|
356
|
+
- test/dummy/tmp/cache/assets/D1F/C40/sprockets%2F6c48d64b48f391e8cd9bf71508b6147a
|
357
|
+
- test/dummy/tmp/cache/assets/D29/0B0/sprockets%2F606c351a2b9c0b15a5dbc5bf073e0377
|
348
358
|
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
349
359
|
- test/dummy/tmp/cache/assets/D3A/720/sprockets%2Fd2e3289732e11cf54d74e8ea51acd125
|
350
360
|
- test/dummy/tmp/cache/assets/D3C/F40/sprockets%2Ff0f0ade9590889033e221c7e60c73afa
|
361
|
+
- test/dummy/tmp/cache/assets/D41/CA0/sprockets%2F2fd6911b1d88afa5d82480545bd95aa6
|
362
|
+
- test/dummy/tmp/cache/assets/D4B/300/sprockets%2F21c96e74b485df5c493d1b6df0d4e791
|
351
363
|
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
352
364
|
- test/dummy/tmp/cache/assets/D55/110/sprockets%2F18e497baefd6939772d9cc267d3416ea
|
353
365
|
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
354
366
|
- test/dummy/tmp/cache/assets/D5F/8A0/sprockets%2F0412cd81c0aa11e2ccef0d9e479e7146
|
355
367
|
- test/dummy/tmp/cache/assets/D77/080/sprockets%2Fd231e66bef5f5ccb5a92272f714786dd
|
368
|
+
- test/dummy/tmp/cache/assets/D78/AA0/sprockets%2F451a5e76762fe84ce5f63dbc40f08ee3
|
356
369
|
- test/dummy/tmp/cache/assets/D79/0C0/sprockets%2Fffa7fbddfd8a63f466156a14f4471753
|
370
|
+
- test/dummy/tmp/cache/assets/D95/470/sprockets%2F59f10d12bccbc7645c63fbb322c277ee
|
357
371
|
- test/dummy/tmp/cache/assets/D9B/E00/sprockets%2Fb66a75bd10bef6da5f16f4fa9113926c
|
372
|
+
- test/dummy/tmp/cache/assets/D9D/390/sprockets%2F612e4dfda3799cc2e6ea2b7197ca142d
|
373
|
+
- test/dummy/tmp/cache/assets/DA3/120/sprockets%2Fb5fcb985221ac8754fb55d74faa4e1b9
|
374
|
+
- test/dummy/tmp/cache/assets/DA4/4A0/sprockets%2Fb0eaf551806a0469f07288ea4ffdcc9e
|
375
|
+
- test/dummy/tmp/cache/assets/DAB/320/sprockets%2F59831ac1cca50d82e29e49d7fbee91f7
|
358
376
|
- test/dummy/tmp/cache/assets/DAC/650/sprockets%2Ff8ec2e25f819797cb9a491d0af22ae9b
|
359
377
|
- test/dummy/tmp/cache/assets/DBA/780/sprockets%2Fe231e0256cb57ae5feac27411bb8cab5
|
360
378
|
- test/dummy/tmp/cache/assets/DCD/B00/sprockets%2Fc39efce3c924fd1aa2c0898e0b3e194b
|
@@ -364,6 +382,7 @@ test_files:
|
|
364
382
|
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
365
383
|
- test/dummy/tmp/cache/assets/E05/400/sprockets%2F6df59ebc6ab9ec4b3c24516d6efd3b47
|
366
384
|
- test/dummy/tmp/cache/assets/E29/AA0/sprockets%2F6eaab4ab4dbae1b8b5a6f9286aa966d4
|
385
|
+
- test/dummy/tmp/cache/assets/E3C/BA0/sprockets%2Fc0f6779a15cd28aef5c6da4cf8adf96d
|
367
386
|
- test/dummy/tmp/cache/assets/E5D/4B0/sprockets%2Fba31b9d7aabcf86ec3c48fcd7db830e5
|
368
387
|
- test/dummy/tmp/cache/assets/E67/970/sprockets%2F39d69c6bafd9cebefdea7015bd7d0a87
|
369
388
|
- test/dummy/tmp/cache/assets/E93/600/sprockets%2F2daf7d5f74f8c9ac8be0bedcfae6009c
|
Binary file
|
Binary file
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
-
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
-
*
|
11
|
-
*= require_self
|
12
|
-
*= require_tree .
|
13
|
-
*/
|
@@ -1,24 +0,0 @@
|
|
1
|
-
|
2
|
-
.ui-helper-hidden-accessible
|
3
|
-
display: none
|
4
|
-
|
5
|
-
.ui-autocomplete
|
6
|
-
position: absolute
|
7
|
-
cursor: pointer
|
8
|
-
background: #fff
|
9
|
-
border: 1px solid #ccc
|
10
|
-
|
11
|
-
.ui-menu
|
12
|
-
display: block
|
13
|
-
list-style: none
|
14
|
-
|
15
|
-
a
|
16
|
-
text-align: left
|
17
|
-
text-decoration: none
|
18
|
-
display: block
|
19
|
-
padding: 0 10px
|
20
|
-
line-height: 34px
|
21
|
-
|
22
|
-
&.ui-state-focus
|
23
|
-
background: #5d8869
|
24
|
-
color: #fff
|
@@ -1,19 +0,0 @@
|
|
1
|
-
|
2
|
-
#flash
|
3
|
-
margin: 20px auto 5px auto
|
4
|
-
padding-top: 5px
|
5
|
-
font-size: 14px
|
6
|
-
|
7
|
-
p
|
8
|
-
margin-bottom: 5px
|
9
|
-
padding: 8px 24px
|
10
|
-
|
11
|
-
&.success
|
12
|
-
color: #4f8a10
|
13
|
-
border: 1px solid #629827
|
14
|
-
background: #dff2bf
|
15
|
-
|
16
|
-
&.error
|
17
|
-
color: #d8000c
|
18
|
-
border: 1px solid #d8000c
|
19
|
-
background: #ffbaba
|
@@ -1,65 +0,0 @@
|
|
1
|
-
|
2
|
-
form
|
3
|
-
margin: auto
|
4
|
-
width: 452px
|
5
|
-
|
6
|
-
a
|
7
|
-
font-size: 13px
|
8
|
-
|
9
|
-
fieldset
|
10
|
-
border: none
|
11
|
-
|
12
|
-
legend
|
13
|
-
float: left
|
14
|
-
width: 100%
|
15
|
-
text-align: right
|
16
|
-
font-size: 14px
|
17
|
-
padding-bottom: 6px
|
18
|
-
margin: 15px 0 18px 0
|
19
|
-
border-bottom: 1px dashed #d1d2d1
|
20
|
-
|
21
|
-
li
|
22
|
-
width: 100%
|
23
|
-
display: inline-block
|
24
|
-
margin-bottom: 20px
|
25
|
-
|
26
|
-
&.actions
|
27
|
-
width: 100%
|
28
|
-
margin-top: 18px
|
29
|
-
text-align: right
|
30
|
-
|
31
|
-
button
|
32
|
-
cursor: pointer
|
33
|
-
border: none
|
34
|
-
padding: 10px 22px
|
35
|
-
background: #237b42
|
36
|
-
color: #fff
|
37
|
-
font-size: 12px
|
38
|
-
text-transform: uppercase
|
39
|
-
|
40
|
-
&:hover
|
41
|
-
background: #4d4c4c
|
42
|
-
|
43
|
-
label
|
44
|
-
display: block
|
45
|
-
font-size: 11px
|
46
|
-
color: #908c8c
|
47
|
-
padding-left: 12px
|
48
|
-
margin-bottom: 5px
|
49
|
-
|
50
|
-
input[type="text"],input[type="password"],textarea
|
51
|
-
border: 1px solid #e8e8e8
|
52
|
-
width: 416px
|
53
|
-
padding: 9px 18px
|
54
|
-
background: url(shadow.gif) top repeat-x
|
55
|
-
|
56
|
-
input[type="text"],input[type="password"]
|
57
|
-
height: 22px
|
58
|
-
|
59
|
-
textarea
|
60
|
-
resize: none
|
61
|
-
height: 148px
|
62
|
-
overflow: auto
|
63
|
-
|
64
|
-
img
|
65
|
-
border: 1px solid #e8e8e8
|
@@ -1,53 +0,0 @@
|
|
1
|
-
|
2
|
-
#options
|
3
|
-
display: inline-block
|
4
|
-
width: 100%
|
5
|
-
margin: 0 0 27px 0
|
6
|
-
|
7
|
-
#search
|
8
|
-
float: left
|
9
|
-
|
10
|
-
input
|
11
|
-
border: none
|
12
|
-
float: left
|
13
|
-
width: 158px
|
14
|
-
line-height: 34px
|
15
|
-
height: 32px
|
16
|
-
padding: 0 36px 0 15px
|
17
|
-
color: #adaeae
|
18
|
-
background: url(filter.png)
|
19
|
-
|
20
|
-
a
|
21
|
-
float: right
|
22
|
-
margin-top: 0
|
23
|
-
|
24
|
-
table
|
25
|
-
border-collapse: collapse
|
26
|
-
width: 100%
|
27
|
-
|
28
|
-
th,td
|
29
|
-
text-align: left
|
30
|
-
color: #787878
|
31
|
-
font-size: 12px
|
32
|
-
padding: 0 15px
|
33
|
-
|
34
|
-
th
|
35
|
-
line-height: 32px
|
36
|
-
height: 32px
|
37
|
-
border: 1px solid #d2d3d3
|
38
|
-
background: #e7e9e8
|
39
|
-
font-weight: normal
|
40
|
-
|
41
|
-
td
|
42
|
-
line-height: 50px
|
43
|
-
height: 50px
|
44
|
-
border-bottom: 1px solid #eee
|
45
|
-
|
46
|
-
img
|
47
|
-
display: block
|
48
|
-
|
49
|
-
&.actions
|
50
|
-
width: 120px
|
51
|
-
|
52
|
-
a
|
53
|
-
margin-right: 5px
|
@@ -1,27 +0,0 @@
|
|
1
|
-
|
2
|
-
#navigation
|
3
|
-
width: 100%
|
4
|
-
height: 48px
|
5
|
-
background: #4d4c4c
|
6
|
-
|
7
|
-
*
|
8
|
-
color: #fff
|
9
|
-
font-size: 12px
|
10
|
-
line-height: 48px
|
11
|
-
|
12
|
-
a:hover
|
13
|
-
color: #5d8869
|
14
|
-
|
15
|
-
#menu
|
16
|
-
float: left
|
17
|
-
|
18
|
-
li
|
19
|
-
float: left
|
20
|
-
margin-right: 30px
|
21
|
-
|
22
|
-
#session
|
23
|
-
float: right
|
24
|
-
|
25
|
-
*
|
26
|
-
float: left
|
27
|
-
margin-left: 30px
|
@@ -1,27 +0,0 @@
|
|
1
|
-
|
2
|
-
#pager
|
3
|
-
margin-top: 24px
|
4
|
-
width: 100%
|
5
|
-
text-align: right
|
6
|
-
|
7
|
-
*
|
8
|
-
font-size: 12px
|
9
|
-
color: #908c8c
|
10
|
-
|
11
|
-
a:hover,.current
|
12
|
-
color: #237b42
|
13
|
-
|
14
|
-
.page
|
15
|
-
margin: 0 3px
|
16
|
-
|
17
|
-
.first,.previous
|
18
|
-
margin-right: 3px
|
19
|
-
|
20
|
-
.previous
|
21
|
-
margin-right: 6px
|
22
|
-
|
23
|
-
.next,.last
|
24
|
-
margin-left: 3px
|
25
|
-
|
26
|
-
.next
|
27
|
-
margin-left: 6px
|
@@ -1,42 +0,0 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
margin: 0
|
4
|
-
padding: 0
|
5
|
-
|
6
|
-
html,body
|
7
|
-
height: 100%
|
8
|
-
|
9
|
-
body,input,textarea,select
|
10
|
-
font-family: Armata
|
11
|
-
color: #787878
|
12
|
-
|
13
|
-
ul,li
|
14
|
-
list-style: none
|
15
|
-
|
16
|
-
a
|
17
|
-
color: #5d8869
|
18
|
-
cursor: pointer
|
19
|
-
text-decoration: none
|
20
|
-
|
21
|
-
.hidden-text
|
22
|
-
overflow: hidden
|
23
|
-
text-indent: -9999px
|
24
|
-
|
25
|
-
.holder
|
26
|
-
margin: auto
|
27
|
-
width: 980px
|
28
|
-
|
29
|
-
.button
|
30
|
-
display: block
|
31
|
-
|
32
|
-
.action
|
33
|
-
height: 32px
|
34
|
-
padding: 0 20px
|
35
|
-
background: #f1f3f2
|
36
|
-
font-size: 11px
|
37
|
-
line-height: 32px
|
38
|
-
color: #797878
|
39
|
-
text-transform: uppercase
|
40
|
-
|
41
|
-
&:hover
|
42
|
-
background: #dbdddc
|