foundation-rails 5.5.2.0 → 5.5.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +7 -0
  2. data/.ruby-version +1 -0
  3. data/.travis.yml +9 -0
  4. data/Rakefile +8 -1
  5. data/bower.json +1 -1
  6. data/foundation-rails.gemspec +5 -1
  7. data/lib/foundation/rails.rb +0 -1
  8. data/lib/foundation/rails/version.rb +1 -1
  9. data/lib/generators/foundation/install_generator.rb +69 -0
  10. data/lib/{foundation/rails → generators/foundation}/templates/application.html.erb +0 -0
  11. data/lib/{foundation/rails → generators/foundation}/templates/application.html.haml +0 -0
  12. data/lib/{foundation/rails → generators/foundation}/templates/application.html.slim +0 -0
  13. data/spec/features/generator_spec.rb +25 -0
  14. data/spec/spec_helper.rb +19 -0
  15. data/spec/support/helpers.rb +25 -0
  16. data/vendor/assets/javascripts/foundation.js +1 -1
  17. metadata +85 -162
  18. data/lib/foundation/rails/generators/install_generator.rb +0 -59
  19. data/test/dummy/.gitignore +0 -16
  20. data/test/dummy/.ruby-version +0 -1
  21. data/test/dummy/Gemfile +0 -47
  22. data/test/dummy/README.rdoc +0 -28
  23. data/test/dummy/Rakefile +0 -6
  24. data/test/dummy/app/assets/images/.keep +0 -0
  25. data/test/dummy/app/assets/javascripts/application.js +0 -8
  26. data/test/dummy/app/assets/stylesheets/application.css +0 -4
  27. data/test/dummy/app/assets/stylesheets/foundation_and_overrides.scss +0 -4
  28. data/test/dummy/app/controllers/application_controller.rb +0 -5
  29. data/test/dummy/app/controllers/concerns/.keep +0 -0
  30. data/test/dummy/app/controllers/styleguide_controller.rb +0 -4
  31. data/test/dummy/app/helpers/application_helper.rb +0 -2
  32. data/test/dummy/app/helpers/styleguide_helper.rb +0 -2
  33. data/test/dummy/app/mailers/.keep +0 -0
  34. data/test/dummy/app/models/.keep +0 -0
  35. data/test/dummy/app/models/concerns/.keep +0 -0
  36. data/test/dummy/app/views/layouts/application.html.erb +0 -19
  37. data/test/dummy/app/views/styleguide/show.html.erb +0 -109
  38. data/test/dummy/bin/bundle +0 -3
  39. data/test/dummy/bin/rails +0 -4
  40. data/test/dummy/bin/rake +0 -4
  41. data/test/dummy/config.ru +0 -4
  42. data/test/dummy/config/application.rb +0 -23
  43. data/test/dummy/config/boot.rb +0 -4
  44. data/test/dummy/config/database.yml +0 -25
  45. data/test/dummy/config/environment.rb +0 -5
  46. data/test/dummy/config/environments/development.rb +0 -29
  47. data/test/dummy/config/environments/production.rb +0 -80
  48. data/test/dummy/config/environments/test.rb +0 -36
  49. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  50. data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  51. data/test/dummy/config/initializers/inflections.rb +0 -16
  52. data/test/dummy/config/initializers/mime_types.rb +0 -5
  53. data/test/dummy/config/initializers/secret_token.rb +0 -12
  54. data/test/dummy/config/initializers/session_store.rb +0 -3
  55. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  56. data/test/dummy/config/locales/en.yml +0 -23
  57. data/test/dummy/config/routes.rb +0 -3
  58. data/test/dummy/db/seeds.rb +0 -7
  59. data/test/dummy/lib/assets/.keep +0 -0
  60. data/test/dummy/lib/tasks/.keep +0 -0
  61. data/test/dummy/log/.keep +0 -0
  62. data/test/dummy/public/404.html +0 -58
  63. data/test/dummy/public/422.html +0 -58
  64. data/test/dummy/public/500.html +0 -57
  65. data/test/dummy/public/favicon.ico +0 -0
  66. data/test/dummy/public/robots.txt +0 -5
  67. data/test/dummy/test/controllers/.keep +0 -0
  68. data/test/dummy/test/controllers/styleguide_controller_test.rb +0 -9
  69. data/test/dummy/test/fixtures/.keep +0 -0
  70. data/test/dummy/test/helpers/.keep +0 -0
  71. data/test/dummy/test/helpers/styleguide_helper_test.rb +0 -4
  72. data/test/dummy/test/integration/.keep +0 -0
  73. data/test/dummy/test/mailers/.keep +0 -0
  74. data/test/dummy/test/models/.keep +0 -0
  75. data/test/dummy/test/test_helper.rb +0 -15
  76. data/test/dummy/vendor/assets/javascripts/.keep +0 -0
  77. data/test/dummy/vendor/assets/stylesheets/.keep +0 -0
File without changes
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2
- #
3
- # To ban all spiders from the entire site uncomment the next two lines:
4
- # User-agent: *
5
- # Disallow: /
File without changes
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
-
3
- class StyleguideControllerTest < ActionController::TestCase
4
- test "should get show" do
5
- get :show
6
- assert_response :success
7
- end
8
-
9
- end
File without changes
File without changes
@@ -1,4 +0,0 @@
1
- require 'test_helper'
2
-
3
- class StyleguideHelperTest < ActionView::TestCase
4
- end
File without changes
File without changes
File without changes
@@ -1,15 +0,0 @@
1
- ENV["RAILS_ENV"] ||= "test"
2
- require File.expand_path('../../config/environment', __FILE__)
3
- require 'rails/test_help'
4
-
5
- class ActiveSupport::TestCase
6
- ActiveRecord::Migration.check_pending!
7
-
8
- # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
9
- #
10
- # Note: You'll currently still have to declare fixtures explicitly in integration tests
11
- # -- they do not yet inherit this setting
12
- fixtures :all
13
-
14
- # Add more helper methods to be used by all tests here...
15
- end
File without changes
File without changes