express_admin 1.7.4 → 1.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/express_admin/shared/_alerts.sass +4 -0
  3. data/app/components/express_admin/flash_messages.rb +6 -4
  4. data/lib/express_admin/version.rb +1 -1
  5. data/vendor/gems/express_templates/{express_templates/CHANGELOG.md → CHANGELOG.md} +0 -0
  6. data/vendor/gems/express_templates/{express_templates/Gemfile → Gemfile} +0 -0
  7. data/vendor/gems/express_templates/{express_templates/LICENSE → LICENSE} +0 -0
  8. data/vendor/gems/express_templates/{express_templates/README.md → README.md} +0 -0
  9. data/vendor/gems/express_templates/{express_templates/Rakefile → Rakefile} +0 -0
  10. data/vendor/gems/express_templates/{express_templates/express_templates.gemspec → express_templates.gemspec} +0 -0
  11. data/vendor/gems/express_templates/{express_templates/lib → lib}/arbre/patches.rb +0 -0
  12. data/vendor/gems/express_templates/{express_templates/lib → lib}/core_extensions/proc.rb +0 -0
  13. data/vendor/gems/express_templates/{express_templates/lib → lib}/core_extensions/string.rb +0 -0
  14. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/compiler.rb +0 -0
  15. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/all.rb +0 -0
  16. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/base.rb +0 -0
  17. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/capabilities/resourceful.rb +0 -0
  18. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/configurable.rb +0 -0
  19. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/container.rb +0 -0
  20. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/basic_fields.rb +0 -0
  21. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/checkbox.rb +0 -0
  22. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/express_form.rb +0 -0
  23. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/form_component.rb +0 -0
  24. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/option_support.rb +0 -0
  25. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/radio.rb +0 -0
  26. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/select.rb +0 -0
  27. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/select_collection.rb +0 -0
  28. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms/submit.rb +0 -0
  29. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/forms.rb +0 -0
  30. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components/tree_for.rb +0 -0
  31. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/components.rb +0 -0
  32. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/indenter.rb +0 -0
  33. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/interpolator.rb +0 -0
  34. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/renderer.rb +0 -0
  35. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/template/handler.rb +0 -0
  36. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates/version.rb +0 -0
  37. data/vendor/gems/express_templates/{express_templates/lib → lib}/express_templates.rb +0 -0
  38. data/vendor/gems/express_templates/{express_templates/lib → lib}/tasks/express_templates.rake +0 -0
  39. data/vendor/gems/express_templates/{express_templates/test → test}/compiler_test.rb +0 -0
  40. data/vendor/gems/express_templates/{express_templates/test → test}/components/base_test.rb +0 -0
  41. data/vendor/gems/express_templates/{express_templates/test → test}/components/capabilities/resourceful_test.rb +0 -0
  42. data/vendor/gems/express_templates/{express_templates/test → test}/components/configurable_test.rb +0 -0
  43. data/vendor/gems/express_templates/{express_templates/test → test}/components/forms/basic_fields_test.rb +0 -0
  44. data/vendor/gems/express_templates/{express_templates/test → test}/components/forms/checkbox_test.rb +0 -0
  45. data/vendor/gems/express_templates/{express_templates/test → test}/components/forms/express_form_test.rb +0 -0
  46. data/vendor/gems/express_templates/{express_templates/test → test}/components/forms/radio_test.rb +0 -0
  47. data/vendor/gems/express_templates/{express_templates/test → test}/components/forms/select_test.rb +0 -0
  48. data/vendor/gems/express_templates/{express_templates/test → test}/components/forms/submit_test.rb +0 -0
  49. data/vendor/gems/express_templates/{express_templates/test → test}/components/tree_for_test.rb +0 -0
  50. data/vendor/gems/express_templates/{express_templates/test → test}/core_extensions/proc_test.rb +0 -0
  51. data/vendor/gems/express_templates/{express_templates/test → test}/core_extensions/string_test.rb +0 -0
  52. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/Rakefile +0 -0
  53. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/app/assets/javascripts/application.js +0 -0
  54. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/app/assets/stylesheets/application.css +0 -0
  55. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/app/controllers/application_controller.rb +0 -0
  56. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/app/controllers/hello_controller.rb +0 -0
  57. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/app/helpers/application_helper.rb +0 -0
  58. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/app/views/hello/show.html.et +0 -0
  59. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/app/views/layouts/application.html.et +0 -0
  60. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/bin/bundle +0 -0
  61. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/bin/rails +0 -0
  62. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/bin/rake +0 -0
  63. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/application.rb +0 -0
  64. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/boot.rb +0 -0
  65. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/environment.rb +0 -0
  66. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/environments/development.rb +0 -0
  67. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/environments/production.rb +0 -0
  68. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/environments/test.rb +0 -0
  69. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/assets.rb +0 -0
  70. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/backtrace_silencers.rb +0 -0
  71. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/cookies_serializer.rb +0 -0
  72. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/filter_parameter_logging.rb +0 -0
  73. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/inflections.rb +0 -0
  74. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/mime_types.rb +0 -0
  75. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/session_store.rb +0 -0
  76. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/initializers/wrap_parameters.rb +0 -0
  77. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/locales/en.yml +0 -0
  78. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/routes.rb +0 -0
  79. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config/secrets.yml +0 -0
  80. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/config.ru +0 -0
  81. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/public/404.html +0 -0
  82. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/public/422.html +0 -0
  83. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/public/500.html +0 -0
  84. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/public/favicon.ico +0 -0
  85. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/test/controllers/hello_controller_test.rb +0 -0
  86. data/vendor/gems/express_templates/{express_templates/test → test}/dummy/test/helpers/hello_helper_test.rb +0 -0
  87. data/vendor/gems/express_templates/{express_templates/test → test}/express_templates_test.rb +0 -0
  88. data/vendor/gems/express_templates/{express_templates/test → test}/handler_test.rb +0 -0
  89. data/vendor/gems/express_templates/{express_templates/test → test}/indenter_test.rb +0 -0
  90. data/vendor/gems/express_templates/{express_templates/test → test}/interpolator_test.rb +0 -0
  91. data/vendor/gems/express_templates/{express_templates/test → test}/performance_test.rb +0 -0
  92. data/vendor/gems/express_templates/{express_templates/test → test}/test_helper.rb +0 -0
  93. metadata +89 -89
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22ea55e3f65796b2e508c60d6dd49f4f6b6b855c
4
- data.tar.gz: dfb19685d368f063d717e55d9131714e05517c42
3
+ metadata.gz: 6ec6b8567eb4a70c56c21714133946327a0049cc
4
+ data.tar.gz: 2587be55498ed946fa05fc6cb98069b47d007c2d
5
5
  SHA512:
6
- metadata.gz: dbf6042bcdf01f87acdc25f44975bdaa9ba6b6392773ae6c3895eb5df82450e5616c65bb7c29cf3a381558e1b8a0826e41e00207f0327c146fe5335b1b3f83f8
7
- data.tar.gz: 8e1573e756740a691b16b86871630a72740800ba771579c32364795072fac34028ac9847b21f2b5e1ede72418cdd7011a1cc14816470ea1a7dcd65c5a30c3c6d
6
+ metadata.gz: a5a3f1ebecf0060e182c81e64c08ffe0b3ab6d47e7d0ac61075f12b8c5221d7c45c8ef17ef9e3123d9abd541abc223501b8ce2e0725c469fbf97e9b9534d1385
7
+ data.tar.gz: 1a5e88c8dad8643cec9f9e0baeab587f0e1d79345c98cd1ac150edc638d87a05ea5fca63870526a79d0674131aafd20aabd78f5811603903f1b184633e70e752
@@ -74,3 +74,7 @@
74
74
 
75
75
  .dot
76
76
  color: transparent
77
+
78
+ @media only screen and (min-width: 320px) and (max-width: 480px)
79
+ .flash-messages
80
+ width: 300px
@@ -12,10 +12,12 @@ module ExpressAdmin
12
12
  content_for(:page_javascript) {
13
13
  script {
14
14
  %Q(
15
- $(function() {
16
- $('a.close').on('click', function(e){
17
- e.preventDefault()
18
- $(this).parents('.flash-messages').parent().remove()
15
+ window.addEventListener("load", function() {
16
+ $(function() {
17
+ $('a.close').on('click', function(e){
18
+ e.preventDefault()
19
+ $(this).parents('.flash-messages').remove()
20
+ })
19
21
  })
20
22
  });
21
23
  ).html_safe
@@ -1,3 +1,3 @@
1
1
  module ExpressAdmin
2
- VERSION = "1.7.4"
2
+ VERSION = "1.7.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: express_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Talcott Smith
@@ -618,94 +618,94 @@ files:
618
618
  - vendor/assets/images/dataTables/sort_desc.png
619
619
  - vendor/assets/images/dataTables/sort_desc_disabled.png
620
620
  - vendor/assets/javascripts/jquery.loadingdotdotdot.js
621
- - vendor/gems/express_templates/express_templates/CHANGELOG.md
622
- - vendor/gems/express_templates/express_templates/Gemfile
623
- - vendor/gems/express_templates/express_templates/LICENSE
624
- - vendor/gems/express_templates/express_templates/README.md
625
- - vendor/gems/express_templates/express_templates/Rakefile
626
- - vendor/gems/express_templates/express_templates/express_templates.gemspec
627
- - vendor/gems/express_templates/express_templates/lib/arbre/patches.rb
628
- - vendor/gems/express_templates/express_templates/lib/core_extensions/proc.rb
629
- - vendor/gems/express_templates/express_templates/lib/core_extensions/string.rb
630
- - vendor/gems/express_templates/express_templates/lib/express_templates.rb
631
- - vendor/gems/express_templates/express_templates/lib/express_templates/compiler.rb
632
- - vendor/gems/express_templates/express_templates/lib/express_templates/components.rb
633
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/all.rb
634
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/base.rb
635
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/capabilities/resourceful.rb
636
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/configurable.rb
637
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/container.rb
638
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms.rb
639
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/basic_fields.rb
640
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/checkbox.rb
641
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/express_form.rb
642
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/form_component.rb
643
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/option_support.rb
644
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/radio.rb
645
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/select.rb
646
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/select_collection.rb
647
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/forms/submit.rb
648
- - vendor/gems/express_templates/express_templates/lib/express_templates/components/tree_for.rb
649
- - vendor/gems/express_templates/express_templates/lib/express_templates/indenter.rb
650
- - vendor/gems/express_templates/express_templates/lib/express_templates/interpolator.rb
651
- - vendor/gems/express_templates/express_templates/lib/express_templates/renderer.rb
652
- - vendor/gems/express_templates/express_templates/lib/express_templates/template/handler.rb
653
- - vendor/gems/express_templates/express_templates/lib/express_templates/version.rb
654
- - vendor/gems/express_templates/express_templates/lib/tasks/express_templates.rake
655
- - vendor/gems/express_templates/express_templates/test/compiler_test.rb
656
- - vendor/gems/express_templates/express_templates/test/components/base_test.rb
657
- - vendor/gems/express_templates/express_templates/test/components/capabilities/resourceful_test.rb
658
- - vendor/gems/express_templates/express_templates/test/components/configurable_test.rb
659
- - vendor/gems/express_templates/express_templates/test/components/forms/basic_fields_test.rb
660
- - vendor/gems/express_templates/express_templates/test/components/forms/checkbox_test.rb
661
- - vendor/gems/express_templates/express_templates/test/components/forms/express_form_test.rb
662
- - vendor/gems/express_templates/express_templates/test/components/forms/radio_test.rb
663
- - vendor/gems/express_templates/express_templates/test/components/forms/select_test.rb
664
- - vendor/gems/express_templates/express_templates/test/components/forms/submit_test.rb
665
- - vendor/gems/express_templates/express_templates/test/components/tree_for_test.rb
666
- - vendor/gems/express_templates/express_templates/test/core_extensions/proc_test.rb
667
- - vendor/gems/express_templates/express_templates/test/core_extensions/string_test.rb
668
- - vendor/gems/express_templates/express_templates/test/dummy/Rakefile
669
- - vendor/gems/express_templates/express_templates/test/dummy/app/assets/javascripts/application.js
670
- - vendor/gems/express_templates/express_templates/test/dummy/app/assets/stylesheets/application.css
671
- - vendor/gems/express_templates/express_templates/test/dummy/app/controllers/application_controller.rb
672
- - vendor/gems/express_templates/express_templates/test/dummy/app/controllers/hello_controller.rb
673
- - vendor/gems/express_templates/express_templates/test/dummy/app/helpers/application_helper.rb
674
- - vendor/gems/express_templates/express_templates/test/dummy/app/views/hello/show.html.et
675
- - vendor/gems/express_templates/express_templates/test/dummy/app/views/layouts/application.html.et
676
- - vendor/gems/express_templates/express_templates/test/dummy/bin/bundle
677
- - vendor/gems/express_templates/express_templates/test/dummy/bin/rails
678
- - vendor/gems/express_templates/express_templates/test/dummy/bin/rake
679
- - vendor/gems/express_templates/express_templates/test/dummy/config.ru
680
- - vendor/gems/express_templates/express_templates/test/dummy/config/application.rb
681
- - vendor/gems/express_templates/express_templates/test/dummy/config/boot.rb
682
- - vendor/gems/express_templates/express_templates/test/dummy/config/environment.rb
683
- - vendor/gems/express_templates/express_templates/test/dummy/config/environments/development.rb
684
- - vendor/gems/express_templates/express_templates/test/dummy/config/environments/production.rb
685
- - vendor/gems/express_templates/express_templates/test/dummy/config/environments/test.rb
686
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/assets.rb
687
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/backtrace_silencers.rb
688
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/cookies_serializer.rb
689
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/filter_parameter_logging.rb
690
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/inflections.rb
691
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/mime_types.rb
692
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/session_store.rb
693
- - vendor/gems/express_templates/express_templates/test/dummy/config/initializers/wrap_parameters.rb
694
- - vendor/gems/express_templates/express_templates/test/dummy/config/locales/en.yml
695
- - vendor/gems/express_templates/express_templates/test/dummy/config/routes.rb
696
- - vendor/gems/express_templates/express_templates/test/dummy/config/secrets.yml
697
- - vendor/gems/express_templates/express_templates/test/dummy/public/404.html
698
- - vendor/gems/express_templates/express_templates/test/dummy/public/422.html
699
- - vendor/gems/express_templates/express_templates/test/dummy/public/500.html
700
- - vendor/gems/express_templates/express_templates/test/dummy/public/favicon.ico
701
- - vendor/gems/express_templates/express_templates/test/dummy/test/controllers/hello_controller_test.rb
702
- - vendor/gems/express_templates/express_templates/test/dummy/test/helpers/hello_helper_test.rb
703
- - vendor/gems/express_templates/express_templates/test/express_templates_test.rb
704
- - vendor/gems/express_templates/express_templates/test/handler_test.rb
705
- - vendor/gems/express_templates/express_templates/test/indenter_test.rb
706
- - vendor/gems/express_templates/express_templates/test/interpolator_test.rb
707
- - vendor/gems/express_templates/express_templates/test/performance_test.rb
708
- - vendor/gems/express_templates/express_templates/test/test_helper.rb
621
+ - vendor/gems/express_templates/CHANGELOG.md
622
+ - vendor/gems/express_templates/Gemfile
623
+ - vendor/gems/express_templates/LICENSE
624
+ - vendor/gems/express_templates/README.md
625
+ - vendor/gems/express_templates/Rakefile
626
+ - vendor/gems/express_templates/express_templates.gemspec
627
+ - vendor/gems/express_templates/lib/arbre/patches.rb
628
+ - vendor/gems/express_templates/lib/core_extensions/proc.rb
629
+ - vendor/gems/express_templates/lib/core_extensions/string.rb
630
+ - vendor/gems/express_templates/lib/express_templates.rb
631
+ - vendor/gems/express_templates/lib/express_templates/compiler.rb
632
+ - vendor/gems/express_templates/lib/express_templates/components.rb
633
+ - vendor/gems/express_templates/lib/express_templates/components/all.rb
634
+ - vendor/gems/express_templates/lib/express_templates/components/base.rb
635
+ - vendor/gems/express_templates/lib/express_templates/components/capabilities/resourceful.rb
636
+ - vendor/gems/express_templates/lib/express_templates/components/configurable.rb
637
+ - vendor/gems/express_templates/lib/express_templates/components/container.rb
638
+ - vendor/gems/express_templates/lib/express_templates/components/forms.rb
639
+ - vendor/gems/express_templates/lib/express_templates/components/forms/basic_fields.rb
640
+ - vendor/gems/express_templates/lib/express_templates/components/forms/checkbox.rb
641
+ - vendor/gems/express_templates/lib/express_templates/components/forms/express_form.rb
642
+ - vendor/gems/express_templates/lib/express_templates/components/forms/form_component.rb
643
+ - vendor/gems/express_templates/lib/express_templates/components/forms/option_support.rb
644
+ - vendor/gems/express_templates/lib/express_templates/components/forms/radio.rb
645
+ - vendor/gems/express_templates/lib/express_templates/components/forms/select.rb
646
+ - vendor/gems/express_templates/lib/express_templates/components/forms/select_collection.rb
647
+ - vendor/gems/express_templates/lib/express_templates/components/forms/submit.rb
648
+ - vendor/gems/express_templates/lib/express_templates/components/tree_for.rb
649
+ - vendor/gems/express_templates/lib/express_templates/indenter.rb
650
+ - vendor/gems/express_templates/lib/express_templates/interpolator.rb
651
+ - vendor/gems/express_templates/lib/express_templates/renderer.rb
652
+ - vendor/gems/express_templates/lib/express_templates/template/handler.rb
653
+ - vendor/gems/express_templates/lib/express_templates/version.rb
654
+ - vendor/gems/express_templates/lib/tasks/express_templates.rake
655
+ - vendor/gems/express_templates/test/compiler_test.rb
656
+ - vendor/gems/express_templates/test/components/base_test.rb
657
+ - vendor/gems/express_templates/test/components/capabilities/resourceful_test.rb
658
+ - vendor/gems/express_templates/test/components/configurable_test.rb
659
+ - vendor/gems/express_templates/test/components/forms/basic_fields_test.rb
660
+ - vendor/gems/express_templates/test/components/forms/checkbox_test.rb
661
+ - vendor/gems/express_templates/test/components/forms/express_form_test.rb
662
+ - vendor/gems/express_templates/test/components/forms/radio_test.rb
663
+ - vendor/gems/express_templates/test/components/forms/select_test.rb
664
+ - vendor/gems/express_templates/test/components/forms/submit_test.rb
665
+ - vendor/gems/express_templates/test/components/tree_for_test.rb
666
+ - vendor/gems/express_templates/test/core_extensions/proc_test.rb
667
+ - vendor/gems/express_templates/test/core_extensions/string_test.rb
668
+ - vendor/gems/express_templates/test/dummy/Rakefile
669
+ - vendor/gems/express_templates/test/dummy/app/assets/javascripts/application.js
670
+ - vendor/gems/express_templates/test/dummy/app/assets/stylesheets/application.css
671
+ - vendor/gems/express_templates/test/dummy/app/controllers/application_controller.rb
672
+ - vendor/gems/express_templates/test/dummy/app/controllers/hello_controller.rb
673
+ - vendor/gems/express_templates/test/dummy/app/helpers/application_helper.rb
674
+ - vendor/gems/express_templates/test/dummy/app/views/hello/show.html.et
675
+ - vendor/gems/express_templates/test/dummy/app/views/layouts/application.html.et
676
+ - vendor/gems/express_templates/test/dummy/bin/bundle
677
+ - vendor/gems/express_templates/test/dummy/bin/rails
678
+ - vendor/gems/express_templates/test/dummy/bin/rake
679
+ - vendor/gems/express_templates/test/dummy/config.ru
680
+ - vendor/gems/express_templates/test/dummy/config/application.rb
681
+ - vendor/gems/express_templates/test/dummy/config/boot.rb
682
+ - vendor/gems/express_templates/test/dummy/config/environment.rb
683
+ - vendor/gems/express_templates/test/dummy/config/environments/development.rb
684
+ - vendor/gems/express_templates/test/dummy/config/environments/production.rb
685
+ - vendor/gems/express_templates/test/dummy/config/environments/test.rb
686
+ - vendor/gems/express_templates/test/dummy/config/initializers/assets.rb
687
+ - vendor/gems/express_templates/test/dummy/config/initializers/backtrace_silencers.rb
688
+ - vendor/gems/express_templates/test/dummy/config/initializers/cookies_serializer.rb
689
+ - vendor/gems/express_templates/test/dummy/config/initializers/filter_parameter_logging.rb
690
+ - vendor/gems/express_templates/test/dummy/config/initializers/inflections.rb
691
+ - vendor/gems/express_templates/test/dummy/config/initializers/mime_types.rb
692
+ - vendor/gems/express_templates/test/dummy/config/initializers/session_store.rb
693
+ - vendor/gems/express_templates/test/dummy/config/initializers/wrap_parameters.rb
694
+ - vendor/gems/express_templates/test/dummy/config/locales/en.yml
695
+ - vendor/gems/express_templates/test/dummy/config/routes.rb
696
+ - vendor/gems/express_templates/test/dummy/config/secrets.yml
697
+ - vendor/gems/express_templates/test/dummy/public/404.html
698
+ - vendor/gems/express_templates/test/dummy/public/422.html
699
+ - vendor/gems/express_templates/test/dummy/public/500.html
700
+ - vendor/gems/express_templates/test/dummy/public/favicon.ico
701
+ - vendor/gems/express_templates/test/dummy/test/controllers/hello_controller_test.rb
702
+ - vendor/gems/express_templates/test/dummy/test/helpers/hello_helper_test.rb
703
+ - vendor/gems/express_templates/test/express_templates_test.rb
704
+ - vendor/gems/express_templates/test/handler_test.rb
705
+ - vendor/gems/express_templates/test/indenter_test.rb
706
+ - vendor/gems/express_templates/test/interpolator_test.rb
707
+ - vendor/gems/express_templates/test/performance_test.rb
708
+ - vendor/gems/express_templates/test/test_helper.rb
709
709
  - vendor/gems/foundation_apps_styles/Gemfile
710
710
  - vendor/gems/foundation_apps_styles/LICENSE.txt
711
711
  - vendor/gems/foundation_apps_styles/README.md