high_voltage 2.2.1 → 2.3.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.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -3
  3. data/.travis.yml +7 -14
  4. data/Appraisals +3 -10
  5. data/CONTRIBUTING.md +4 -1
  6. data/Gemfile.lock +61 -42
  7. data/MIT-LICENSE +1 -1
  8. data/NEWS.md +5 -0
  9. data/README.md +71 -10
  10. data/app/controllers/concerns/high_voltage/static_page.rb +7 -1
  11. data/gemfiles/{rails3.1.gemfile → rails4.2.gemfile} +3 -1
  12. data/high_voltage.gemspec +1 -1
  13. data/lib/high_voltage/page_finder.rb +11 -1
  14. data/lib/high_voltage/version.rb +1 -1
  15. data/spec/constraints/root_route_spec.rb +4 -4
  16. data/spec/controllers/pages_controller_spec.rb +57 -52
  17. data/spec/fake_app.rb +18 -0
  18. data/spec/{dummy → fixtures}/app/views/layouts/alternate.html.erb +0 -0
  19. data/spec/{dummy → fixtures}/app/views/layouts/application.html.erb +0 -0
  20. data/spec/{dummy → fixtures}/app/views/other/wrong.html.erb +0 -0
  21. data/spec/{dummy → fixtures}/app/views/other_pages/also_dir/also_nested.html.erb +0 -0
  22. data/spec/{dummy → fixtures}/app/views/other_pages/also_exists.html.erb +0 -0
  23. data/spec/{dummy → fixtures}/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb +0 -0
  24. data/spec/{dummy → fixtures}/app/views/pages/also_dir/also_nested.html.erb +0 -0
  25. data/spec/{dummy → fixtures}/app/views/pages/also_exists.html.erb +0 -0
  26. data/spec/{dummy → fixtures}/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb +0 -0
  27. data/spec/{dummy → fixtures}/app/views/pages/dir/nested.html.erb +0 -0
  28. data/spec/{dummy → fixtures}/app/views/pages/exists.html.erb +0 -0
  29. data/spec/{dummy → fixtures}/app/views/pages/exists_but_references_nonexistent_partial.html.erb +0 -0
  30. data/spec/{dummy → fixtures}/app/views/pages/rot13.html.erb +0 -0
  31. data/spec/fixtures/config/database.yml +3 -0
  32. data/spec/{dummy → fixtures}/config/routes.rb +0 -0
  33. data/spec/{dummy → fixtures}/public/pages/exists.html +0 -0
  34. data/spec/high_voltage/page_finder_spec.rb +30 -14
  35. data/spec/spec_helper.rb +14 -8
  36. data/spec/{dummy → support}/app/controllers/alternative_finder_controller.rb +0 -0
  37. data/spec/{dummy → support}/app/controllers/subclassed_pages_controller.rb +0 -0
  38. metadata +46 -105
  39. data/gemfiles/rails3.1.gemfile.lock +0 -121
  40. data/gemfiles/rails3.2.gemfile +0 -8
  41. data/gemfiles/rails3.2.gemfile.lock +0 -119
  42. data/gemfiles/rails4.0.gemfile.lock +0 -118
  43. data/gemfiles/rails4.1.gemfile.lock +0 -124
  44. data/spec/dummy/Rakefile +0 -7
  45. data/spec/dummy/app/controllers/application_controller.rb +0 -3
  46. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  47. data/spec/dummy/config/application.rb +0 -43
  48. data/spec/dummy/config/boot.rb +0 -10
  49. data/spec/dummy/config/environment.rb +0 -5
  50. data/spec/dummy/config/environments/development.rb +0 -25
  51. data/spec/dummy/config/environments/production.rb +0 -49
  52. data/spec/dummy/config/environments/test.rb +0 -30
  53. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  54. data/spec/dummy/config/initializers/inflections.rb +0 -10
  55. data/spec/dummy/config/initializers/mime_types.rb +0 -5
  56. data/spec/dummy/config/initializers/secret_key_base.rb +0 -1
  57. data/spec/dummy/config/initializers/secret_token.rb +0 -7
  58. data/spec/dummy/config/initializers/session_store.rb +0 -8
  59. data/spec/dummy/config/locales/en.yml +0 -5
  60. data/spec/dummy/config.ru +0 -4
  61. data/spec/dummy/public/404.html +0 -26
  62. data/spec/dummy/public/422.html +0 -26
  63. data/spec/dummy/public/500.html +0 -26
  64. data/spec/dummy/public/favicon.ico +0 -0
  65. data/spec/dummy/public/javascripts/application.js +0 -2
  66. data/spec/dummy/public/javascripts/controls.js +0 -965
  67. data/spec/dummy/public/javascripts/dragdrop.js +0 -974
  68. data/spec/dummy/public/javascripts/effects.js +0 -1123
  69. data/spec/dummy/public/javascripts/prototype.js +0 -6001
  70. data/spec/dummy/public/javascripts/rails.js +0 -191
  71. data/spec/dummy/public/stylesheets/.gitkeep +0 -0
  72. data/spec/dummy/script/rails +0 -6

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.