rails_dash 0.1.0 → 0.1.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.
- data/app/assets/stylesheets/rails_dash/pager.scss +1 -1
- data/lib/rails_dash/version.rb +1 -1
- data/test/dummy/config/application.rb +1 -0
- data/test/dummy/db/production.sqlite3 +0 -0
- data/test/dummy/log/development.log +1252 -0
- data/test/dummy/log/production.log +18 -0
- data/test/dummy/tmp/cache/assets/CAC/DF0/sprockets%2F68591a55b098a6a551a059f2f8a007c2 +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/CD9/9F0/sprockets%2F35b50387099edf09e230a9a06e93a22a +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/D9D/390/sprockets%2F612e4dfda3799cc2e6ea2b7197ca142d +0 -0
- data/test/dummy/tmp/cache/assets/DA4/4A0/sprockets%2Fb0eaf551806a0469f07288ea4ffdcc9e +0 -0
- data/test/dummy/tmp/cache/assets/E3C/BA0/sprockets%2Fc0f6779a15cd28aef5c6da4cf8adf96d +0 -0
- data/test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/grid.scssc +0 -0
- metadata +7 -1
@@ -0,0 +1,18 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
Started GET "/dash/photos" for 127.0.0.1 at 2013-05-24 17:40:39 -0300
|
3
|
+
Processing by Dash::PhotosController#index as HTML
|
4
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_dash/app/views/rails_dash/_header.html.erb (1.6ms)
|
5
|
+
Rendered dash/photos/index.html.erb within layouts/dash (20.0ms)
|
6
|
+
Completed 500 Internal Server Error in 94ms
|
7
|
+
|
8
|
+
ActionView::Template::Error (Could not find table 'photos'):
|
9
|
+
5: <th><%= Photo.human_attribute_name :created_at %></th>
|
10
|
+
6: <th class="actions"><%= t 'dash.grid.actions' %></th>
|
11
|
+
7: </tr>
|
12
|
+
8: <% @photos.each do |photo| %>
|
13
|
+
9: <tr>
|
14
|
+
10: <td><%= photo.id %></td>
|
15
|
+
11: <td><%= l photo.created_at %></td>
|
16
|
+
app/views/dash/photos/index.html.erb:8:in `_app_views_dash_photos_index_html_erb___1464593007620361358_70308430615840'
|
17
|
+
|
18
|
+
|
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.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -175,8 +175,10 @@ files:
|
|
175
175
|
- test/dummy/config.ru
|
176
176
|
- test/dummy/db/development.sqlite3
|
177
177
|
- test/dummy/db/migrate/20130402143213_create_photos.rb
|
178
|
+
- test/dummy/db/production.sqlite3
|
178
179
|
- test/dummy/db/schema.rb
|
179
180
|
- test/dummy/log/development.log
|
181
|
+
- test/dummy/log/production.log
|
180
182
|
- test/dummy/public/404.html
|
181
183
|
- test/dummy/public/422.html
|
182
184
|
- test/dummy/public/500.html
|
@@ -252,6 +254,7 @@ files:
|
|
252
254
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/footer.sassc
|
253
255
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/forms.sassc
|
254
256
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/grid.sassc
|
257
|
+
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/grid.scssc
|
255
258
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/header.sassc
|
256
259
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/navigation.sassc
|
257
260
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/page.sassc
|
@@ -315,8 +318,10 @@ test_files:
|
|
315
318
|
- test/dummy/config.ru
|
316
319
|
- test/dummy/db/development.sqlite3
|
317
320
|
- test/dummy/db/migrate/20130402143213_create_photos.rb
|
321
|
+
- test/dummy/db/production.sqlite3
|
318
322
|
- test/dummy/db/schema.rb
|
319
323
|
- test/dummy/log/development.log
|
324
|
+
- test/dummy/log/production.log
|
320
325
|
- test/dummy/public/404.html
|
321
326
|
- test/dummy/public/422.html
|
322
327
|
- test/dummy/public/500.html
|
@@ -392,6 +397,7 @@ test_files:
|
|
392
397
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/footer.sassc
|
393
398
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/forms.sassc
|
394
399
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/grid.sassc
|
400
|
+
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/grid.scssc
|
395
401
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/header.sassc
|
396
402
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/navigation.sassc
|
397
403
|
- test/dummy/tmp/cache/sass/6128927ae7b2ea45af1afbf9ff6b49e6d69ec9f1/page.sassc
|