finviz_rails 0.0.1

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.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +31 -0
  4. data/Rakefile +34 -0
  5. data/lib/finviz_rails.rb +10 -0
  6. data/lib/finviz_rails/filter_mapper.rb +41 -0
  7. data/lib/finviz_rails/finviz.rb +34 -0
  8. data/lib/finviz_rails/indices.rb +35 -0
  9. data/lib/finviz_rails/login.rb +25 -0
  10. data/lib/finviz_rails/screener.rb +74 -0
  11. data/lib/finviz_rails/url_formatter.rb +42 -0
  12. data/lib/finviz_rails/version.rb +3 -0
  13. data/lib/tasks/finviz_rails_tasks.rake +4 -0
  14. data/test/dummy/README.rdoc +28 -0
  15. data/test/dummy/Rakefile +6 -0
  16. data/test/dummy/app/assets/javascripts/application.js +13 -0
  17. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  18. data/test/dummy/app/controllers/application_controller.rb +5 -0
  19. data/test/dummy/app/helpers/application_helper.rb +2 -0
  20. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  21. data/test/dummy/bin/bundle +3 -0
  22. data/test/dummy/bin/rails +4 -0
  23. data/test/dummy/bin/rake +4 -0
  24. data/test/dummy/bin/setup +29 -0
  25. data/test/dummy/config.ru +4 -0
  26. data/test/dummy/config/application.rb +26 -0
  27. data/test/dummy/config/boot.rb +5 -0
  28. data/test/dummy/config/database.yml +25 -0
  29. data/test/dummy/config/environment.rb +5 -0
  30. data/test/dummy/config/environments/development.rb +41 -0
  31. data/test/dummy/config/environments/production.rb +79 -0
  32. data/test/dummy/config/environments/test.rb +42 -0
  33. data/test/dummy/config/initializers/assets.rb +11 -0
  34. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  35. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  36. data/test/dummy/config/initializers/env_vars.rb +2 -0
  37. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  38. data/test/dummy/config/initializers/inflections.rb +16 -0
  39. data/test/dummy/config/initializers/mime_types.rb +4 -0
  40. data/test/dummy/config/initializers/session_store.rb +3 -0
  41. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  42. data/test/dummy/config/locales/en.yml +23 -0
  43. data/test/dummy/config/routes.rb +56 -0
  44. data/test/dummy/config/secrets.yml +22 -0
  45. data/test/dummy/db/test.sqlite3 +0 -0
  46. data/test/dummy/log/test.log +423 -0
  47. data/test/dummy/public/404.html +67 -0
  48. data/test/dummy/public/422.html +67 -0
  49. data/test/dummy/public/500.html +66 -0
  50. data/test/dummy/public/favicon.ico +0 -0
  51. data/test/finviz_rails_test.rb +15 -0
  52. data/test/test_helper.rb +20 -0
  53. metadata +190 -0
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: 4c541b06f764c9dd0449eacd137606dbce6ce1661f7a815fcad8cbb3dccd987f1dc4a558d4dfe9a0c9540801f08ffd859a2c667805d5574e62d9f29bffadbc4c
15
+
16
+ test:
17
+ secret_key_base: 517f88904dabe33005fd845e3aa8ef7d0b12fea1a82d0f6a3f06925cae681195728d97ff3e355ea673d5e79be7d39bbf9049ebf10f000d59e851e1fcd0d64002
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
File without changes
@@ -0,0 +1,423 @@
1
+  (0.1ms) begin transaction
2
+ ---------------------------
3
+ FinvizRailsTest: test_truth
4
+ ---------------------------
5
+  (0.0ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+ --------------------------------------------------------------
8
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
9
+ --------------------------------------------------------------
10
+  (0.0ms) rollback transaction
11
+  (0.1ms) begin transaction
12
+ --------------------------------------------------------------
13
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
14
+ --------------------------------------------------------------
15
+  (0.0ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+ --------------------------------------------------------------
18
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
19
+ --------------------------------------------------------------
20
+  (0.0ms) rollback transaction
21
+  (0.1ms) begin transaction
22
+ --------------------------------------------------------------
23
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
24
+ --------------------------------------------------------------
25
+  (0.0ms) rollback transaction
26
+  (0.1ms) begin transaction
27
+ --------------------------------------------------------------
28
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
29
+ --------------------------------------------------------------
30
+  (0.0ms) rollback transaction
31
+  (0.1ms) begin transaction
32
+ --------------------------------------------------------------
33
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
34
+ --------------------------------------------------------------
35
+  (0.1ms) rollback transaction
36
+  (0.1ms) begin transaction
37
+ --------------------------------------------------------------
38
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
39
+ --------------------------------------------------------------
40
+  (0.1ms) begin transaction
41
+ --------------------------------------------------------------
42
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
43
+ --------------------------------------------------------------
44
+  (0.1ms) begin transaction
45
+ --------------------------------------------------------------
46
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
47
+ --------------------------------------------------------------
48
+  (0.1ms) begin transaction
49
+ --------------------------------------------------------------
50
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
51
+ --------------------------------------------------------------
52
+  (0.1ms) begin transaction
53
+ --------------------------------------------------------------
54
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
55
+ --------------------------------------------------------------
56
+  (0.1ms) rollback transaction
57
+  (0.1ms) begin transaction
58
+ --------------------------------------------------------------
59
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
60
+ --------------------------------------------------------------
61
+  (0.1ms) rollback transaction
62
+  (0.1ms) begin transaction
63
+ --------------------------------------------------------------
64
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
65
+ --------------------------------------------------------------
66
+  (0.1ms) begin transaction
67
+ --------------------------------------------------------------
68
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
69
+ --------------------------------------------------------------
70
+  (0.1ms) begin transaction
71
+ --------------------------------------------------------------
72
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
73
+ --------------------------------------------------------------
74
+  (0.1ms) begin transaction
75
+ --------------------------------------------------------------
76
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
77
+ --------------------------------------------------------------
78
+  (0.1ms) begin transaction
79
+ --------------------------------------------------------------
80
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
81
+ --------------------------------------------------------------
82
+  (0.1ms) begin transaction
83
+ --------------------------------------------------------------
84
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
85
+ --------------------------------------------------------------
86
+  (0.1ms) begin transaction
87
+ --------------------------------------------------------------
88
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
89
+ --------------------------------------------------------------
90
+  (0.1ms) rollback transaction
91
+  (0.1ms) begin transaction
92
+ --------------------------------------------------------------
93
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
94
+ --------------------------------------------------------------
95
+  (0.1ms) rollback transaction
96
+  (0.1ms) begin transaction
97
+ --------------------------------------------------------------
98
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
99
+ --------------------------------------------------------------
100
+  (0.1ms) begin transaction
101
+ --------------------------------------------------------------
102
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
103
+ --------------------------------------------------------------
104
+  (0.1ms) rollback transaction
105
+  (0.1ms) begin transaction
106
+ --------------------------------------------------------------
107
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
108
+ --------------------------------------------------------------
109
+  (0.1ms) rollback transaction
110
+  (0.1ms) begin transaction
111
+ --------------------------------------------------------------
112
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
113
+ --------------------------------------------------------------
114
+  (0.1ms) rollback transaction
115
+  (0.1ms) begin transaction
116
+ --------------------------------------------------------------
117
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
118
+ --------------------------------------------------------------
119
+  (0.1ms) begin transaction
120
+ --------------------------------------------------------------
121
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
122
+ --------------------------------------------------------------
123
+  (0.1ms) begin transaction
124
+ --------------------------------------------------------------
125
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
126
+ --------------------------------------------------------------
127
+  (0.1ms) rollback transaction
128
+  (0.1ms) begin transaction
129
+ --------------------------------------------------------------
130
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
131
+ --------------------------------------------------------------
132
+  (0.5ms) rollback transaction
133
+  (0.1ms) begin transaction
134
+ --------------------------------------------------------------
135
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
136
+ --------------------------------------------------------------
137
+  (0.1ms) begin transaction
138
+ --------------------------------------------------------------
139
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
140
+ --------------------------------------------------------------
141
+  (0.1ms) rollback transaction
142
+  (0.1ms) begin transaction
143
+ --------------------------------------------------------------
144
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
145
+ --------------------------------------------------------------
146
+  (0.1ms) rollback transaction
147
+  (0.1ms) begin transaction
148
+ --------------------------------------------------------------
149
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
150
+ --------------------------------------------------------------
151
+  (0.1ms) begin transaction
152
+ --------------------------------------------------------------
153
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
154
+ --------------------------------------------------------------
155
+  (0.1ms) begin transaction
156
+ --------------------------------------------------------------
157
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
158
+ --------------------------------------------------------------
159
+  (0.1ms) begin transaction
160
+ --------------------------------------------------------------
161
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
162
+ --------------------------------------------------------------
163
+  (0.1ms) rollback transaction
164
+  (0.1ms) begin transaction
165
+ --------------------------------------------------------------
166
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
167
+ --------------------------------------------------------------
168
+  (0.1ms) begin transaction
169
+ --------------------------------------------------------------
170
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
171
+ --------------------------------------------------------------
172
+  (0.1ms) begin transaction
173
+ --------------------------------------------------------------
174
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
175
+ --------------------------------------------------------------
176
+  (0.1ms) rollback transaction
177
+  (0.1ms) begin transaction
178
+ --------------------------------------------------------------
179
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
180
+ --------------------------------------------------------------
181
+  (0.0ms) rollback transaction
182
+  (0.1ms) begin transaction
183
+ --------------------------------------------------------------
184
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
185
+ --------------------------------------------------------------
186
+  (0.0ms) rollback transaction
187
+  (0.1ms) begin transaction
188
+ --------------------------------------------------------------
189
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
190
+ --------------------------------------------------------------
191
+  (0.0ms) rollback transaction
192
+  (0.1ms) begin transaction
193
+ --------------------------------------------------------------
194
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
195
+ --------------------------------------------------------------
196
+  (0.1ms) begin transaction
197
+ --------------------------------------------------------------
198
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
199
+ --------------------------------------------------------------
200
+  (0.1ms) rollback transaction
201
+  (0.1ms) begin transaction
202
+ --------------------------------------------------------------
203
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
204
+ --------------------------------------------------------------
205
+  (0.1ms) rollback transaction
206
+  (0.1ms) begin transaction
207
+ --------------------------------------------------------------
208
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
209
+ --------------------------------------------------------------
210
+  (0.1ms) rollback transaction
211
+  (0.1ms) begin transaction
212
+ --------------------------------------------------------------
213
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
214
+ --------------------------------------------------------------
215
+  (0.1ms) rollback transaction
216
+  (0.1ms) begin transaction
217
+ --------------------------------------------------------------
218
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
219
+ --------------------------------------------------------------
220
+  (0.1ms) begin transaction
221
+ --------------------------------------------------------------
222
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
223
+ --------------------------------------------------------------
224
+  (0.0ms) rollback transaction
225
+  (0.1ms) begin transaction
226
+ --------------------------------------------------------------
227
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
228
+ --------------------------------------------------------------
229
+  (0.0ms) rollback transaction
230
+  (0.1ms) begin transaction
231
+ --------------------------------------------------------------
232
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
233
+ --------------------------------------------------------------
234
+  (0.0ms) rollback transaction
235
+  (0.1ms) begin transaction
236
+ --------------------------------------------------------------
237
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
238
+ --------------------------------------------------------------
239
+  (0.1ms) rollback transaction
240
+  (0.1ms) begin transaction
241
+ --------------------------------------------------------------
242
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
243
+ --------------------------------------------------------------
244
+  (0.1ms) rollback transaction
245
+  (0.1ms) begin transaction
246
+ --------------------------------------------------------------
247
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
248
+ --------------------------------------------------------------
249
+  (0.1ms) begin transaction
250
+ --------------------------------------------------------------
251
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
252
+ --------------------------------------------------------------
253
+  (0.1ms) begin transaction
254
+ --------------------------------------------------------------
255
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
256
+ --------------------------------------------------------------
257
+  (0.1ms) begin transaction
258
+ --------------------------------------------------------------
259
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
260
+ --------------------------------------------------------------
261
+  (0.1ms) rollback transaction
262
+  (0.1ms) begin transaction
263
+ --------------------------------------------------------------
264
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
265
+ --------------------------------------------------------------
266
+  (0.1ms) rollback transaction
267
+  (0.1ms) begin transaction
268
+ --------------------------------------------------------------
269
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
270
+ --------------------------------------------------------------
271
+  (0.1ms) begin transaction
272
+ --------------------------------------------------------------
273
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
274
+ --------------------------------------------------------------
275
+  (0.1ms) begin transaction
276
+ --------------------------------------------------------------
277
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
278
+ --------------------------------------------------------------
279
+  (0.1ms) begin transaction
280
+ --------------------------------------------------------------
281
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
282
+ --------------------------------------------------------------
283
+  (0.1ms) begin transaction
284
+ --------------------------------------------------------------
285
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
286
+ --------------------------------------------------------------
287
+  (0.1ms) begin transaction
288
+ --------------------------------------------------------------
289
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
290
+ --------------------------------------------------------------
291
+  (0.1ms) begin transaction
292
+ --------------------------------------------------------------
293
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
294
+ --------------------------------------------------------------
295
+  (0.1ms) begin transaction
296
+ --------------------------------------------------------------
297
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
298
+ --------------------------------------------------------------
299
+  (0.1ms) begin transaction
300
+ --------------------------------------------------------------
301
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
302
+ --------------------------------------------------------------
303
+  (0.1ms) rollback transaction
304
+  (0.1ms) begin transaction
305
+ --------------------------------------------------------------
306
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
307
+ --------------------------------------------------------------
308
+  (0.1ms) begin transaction
309
+ --------------------------------------------------------------
310
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
311
+ --------------------------------------------------------------
312
+  (0.1ms) rollback transaction
313
+  (0.1ms) begin transaction
314
+ --------------------------------------------------------------
315
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
316
+ --------------------------------------------------------------
317
+  (0.1ms) rollback transaction
318
+  (0.1ms) begin transaction
319
+ --------------------------------------------------------------
320
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
321
+ --------------------------------------------------------------
322
+  (0.1ms) begin transaction
323
+ --------------------------------------------------------------
324
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
325
+ --------------------------------------------------------------
326
+  (0.1ms) rollback transaction
327
+  (0.1ms) begin transaction
328
+ --------------------------------------------------------------
329
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
330
+ --------------------------------------------------------------
331
+  (0.1ms) begin transaction
332
+ --------------------------------------------------------------
333
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
334
+ --------------------------------------------------------------
335
+  (0.1ms) rollback transaction
336
+  (0.1ms) begin transaction
337
+ --------------------------------------------------------------
338
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
339
+ --------------------------------------------------------------
340
+  (0.1ms) rollback transaction
341
+  (0.1ms) begin transaction
342
+ --------------------------------------------------------------
343
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
344
+ --------------------------------------------------------------
345
+  (0.1ms) rollback transaction
346
+  (0.1ms) begin transaction
347
+ --------------------------------------------------------------
348
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
349
+ --------------------------------------------------------------
350
+  (0.1ms) begin transaction
351
+ --------------------------------------------------------------
352
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
353
+ --------------------------------------------------------------
354
+  (0.1ms) rollback transaction
355
+  (0.1ms) begin transaction
356
+ --------------------------------------------------------------
357
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
358
+ --------------------------------------------------------------
359
+  (0.1ms) begin transaction
360
+ --------------------------------------------------------------
361
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
362
+ --------------------------------------------------------------
363
+  (0.1ms) rollback transaction
364
+  (0.1ms) begin transaction
365
+ --------------------------------------------------------------
366
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
367
+ --------------------------------------------------------------
368
+  (0.1ms) begin transaction
369
+ --------------------------------------------------------------
370
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
371
+ --------------------------------------------------------------
372
+  (0.1ms) begin transaction
373
+ --------------------------------------------------------------
374
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
375
+ --------------------------------------------------------------
376
+  (0.1ms) begin transaction
377
+ --------------------------------------------------------------
378
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
379
+ --------------------------------------------------------------
380
+  (0.3ms) rollback transaction
381
+  (0.1ms) begin transaction
382
+ --------------------------------------------------------------
383
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
384
+ --------------------------------------------------------------
385
+  (0.1ms) begin transaction
386
+ --------------------------------------------------------------
387
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
388
+ --------------------------------------------------------------
389
+  (0.1ms) rollback transaction
390
+  (0.1ms) begin transaction
391
+ --------------------------------------------------------------
392
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
393
+ --------------------------------------------------------------
394
+  (0.1ms) begin transaction
395
+ --------------------------------------------------------------
396
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
397
+ --------------------------------------------------------------
398
+  (0.1ms) rollback transaction
399
+  (0.1ms) begin transaction
400
+ --------------------------------------------------------------
401
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
402
+ --------------------------------------------------------------
403
+  (0.1ms) rollback transaction
404
+  (0.1ms) begin transaction
405
+ --------------------------------------------------------------
406
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
407
+ --------------------------------------------------------------
408
+  (0.1ms) rollback transaction
409
+  (0.1ms) begin transaction
410
+ --------------------------------------------------------------
411
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
412
+ --------------------------------------------------------------
413
+  (0.1ms) rollback transaction
414
+  (0.1ms) begin transaction
415
+ --------------------------------------------------------------
416
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
417
+ --------------------------------------------------------------
418
+  (0.1ms) rollback transaction
419
+  (0.1ms) begin transaction
420
+ --------------------------------------------------------------
421
+ FinvizRailsTest: test_non-auth_screener_get_first_page_of_data
422
+ --------------------------------------------------------------
423
+  (0.1ms) rollback transaction
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ body {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/404.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The page you were looking for doesn't exist.</h1>
62
+ <p>You may have mistyped the address or the page may have moved.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>