carnival 0.0.44 → 0.0.45
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/controllers/carnival/base_admin_controller.rb +6 -30
- data/app/datatable/carnival/generic_datatable.rb +4 -4
- data/app/models/carnival/field.rb +2 -1
- data/app/models/carnival/model_helper.rb +6 -5
- data/app/views/carnival/{shared/form → base_admin}/edit.html.haml +0 -0
- data/app/views/carnival/{index.html.haml → base_admin/index.html.haml} +0 -0
- data/app/views/carnival/{index.pdf.haml → base_admin/index.pdf.haml} +0 -0
- data/app/views/carnival/{shared/form → base_admin}/new.html.haml +0 -0
- data/app/views/carnival/{shared/form → base_admin}/show.html.haml +0 -0
- data/app/views/carnival/shared/form/_inner_form.html.haml +3 -3
- data/lib/carnival/version.rb +1 -1
- data/test/dummy/app/models/admin/credit_card.rb +4 -0
- data/test/dummy/app/views/admin/cities/edit.html.haml +3 -0
- data/test/dummy/app/views/admin/cities/new.html.haml +3 -0
- data/test/dummy/app/views/admin/cities/show.html.haml +3 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/bullet.log +30 -0
- data/test/dummy/log/development.log +1264 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/39d34c0caaa6f36d684fac1898a7f88f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3d8100b6e405407290dcf994ef05e0b7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6d806eaa317f200bbf2832a0abf1c1cc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e9c81ca91323dab8977ffd8a459cab06 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f5c9348795319821f3309d4e03bb9fdb +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +15 -7
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
3652
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: carnival
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.45
|
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: 2014-04-
|
12
|
+
date: 2014-04-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -310,8 +310,11 @@ files:
|
|
310
310
|
- app/views/admin_users/sessions/new.html.haml
|
311
311
|
- app/views/admin_users/shared/_links.html.haml
|
312
312
|
- app/views/admin_users/unlocks/new.html.erb
|
313
|
-
- app/views/carnival/
|
314
|
-
- app/views/carnival/index.
|
313
|
+
- app/views/carnival/base_admin/edit.html.haml
|
314
|
+
- app/views/carnival/base_admin/index.html.haml
|
315
|
+
- app/views/carnival/base_admin/index.pdf.haml
|
316
|
+
- app/views/carnival/base_admin/new.html.haml
|
317
|
+
- app/views/carnival/base_admin/show.html.haml
|
315
318
|
- app/views/carnival/login.html.haml
|
316
319
|
- app/views/carnival/shared/_action_default.html.haml
|
317
320
|
- app/views/carnival/shared/_action_delete.html.haml
|
@@ -338,9 +341,6 @@ files:
|
|
338
341
|
- app/views/carnival/shared/form/_field.html.haml
|
339
342
|
- app/views/carnival/shared/form/_form.html.haml
|
340
343
|
- app/views/carnival/shared/form/_inner_form.html.haml
|
341
|
-
- app/views/carnival/shared/form/edit.html.haml
|
342
|
-
- app/views/carnival/shared/form/new.html.haml
|
343
|
-
- app/views/carnival/shared/form/show.html.haml
|
344
344
|
- app/views/carnival/shared/render_popup.js.erb
|
345
345
|
- app/views/layouts/carnival/_menu.html.haml
|
346
346
|
- app/views/layouts/carnival/_notifications_list.html.haml
|
@@ -396,6 +396,9 @@ files:
|
|
396
396
|
- test/dummy/app/presenters/admin/installment_presenter.rb
|
397
397
|
- test/dummy/app/presenters/admin/person_presenter.rb
|
398
398
|
- test/dummy/app/presenters/admin/state_presenter.rb
|
399
|
+
- test/dummy/app/views/admin/cities/edit.html.haml
|
400
|
+
- test/dummy/app/views/admin/cities/new.html.haml
|
401
|
+
- test/dummy/app/views/admin/cities/show.html.haml
|
399
402
|
- test/dummy/app/views/admin/testes/_form.html.haml
|
400
403
|
- test/dummy/app/views/admin/testes/edit.html.haml
|
401
404
|
- test/dummy/app/views/admin/testes/new.html.haml
|
@@ -578,6 +581,7 @@ files:
|
|
578
581
|
- test/dummy/tmp/cache/assets/development/sprockets/fd1e0a44b82fc47f26c7adec9d918911
|
579
582
|
- test/dummy/tmp/cache/assets/development/sprockets/fe9a0ccc2a407c74780c85e66882e888
|
580
583
|
- test/dummy/tmp/cache/assets/development/sprockets/ff3b0a569330823bd5599af14ee70cc8
|
584
|
+
- test/dummy/tmp/pids/server.pid
|
581
585
|
- test/fixtures/notifications.yml
|
582
586
|
- test/integration/navigation_test.rb
|
583
587
|
- test/models/notification_test.rb
|
@@ -638,6 +642,9 @@ test_files:
|
|
638
642
|
- test/dummy/app/presenters/admin/installment_presenter.rb
|
639
643
|
- test/dummy/app/presenters/admin/person_presenter.rb
|
640
644
|
- test/dummy/app/presenters/admin/state_presenter.rb
|
645
|
+
- test/dummy/app/views/admin/cities/edit.html.haml
|
646
|
+
- test/dummy/app/views/admin/cities/new.html.haml
|
647
|
+
- test/dummy/app/views/admin/cities/show.html.haml
|
641
648
|
- test/dummy/app/views/admin/testes/_form.html.haml
|
642
649
|
- test/dummy/app/views/admin/testes/edit.html.haml
|
643
650
|
- test/dummy/app/views/admin/testes/new.html.haml
|
@@ -820,6 +827,7 @@ test_files:
|
|
820
827
|
- test/dummy/tmp/cache/assets/development/sprockets/fd1e0a44b82fc47f26c7adec9d918911
|
821
828
|
- test/dummy/tmp/cache/assets/development/sprockets/fe9a0ccc2a407c74780c85e66882e888
|
822
829
|
- test/dummy/tmp/cache/assets/development/sprockets/ff3b0a569330823bd5599af14ee70cc8
|
830
|
+
- test/dummy/tmp/pids/server.pid
|
823
831
|
- test/fixtures/notifications.yml
|
824
832
|
- test/integration/navigation_test.rb
|
825
833
|
- test/models/notification_test.rb
|