configurable_engine 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +56 -0
  3. data/README.md +14 -8
  4. data/lib/configurable_engine/version.rb +1 -1
  5. metadata +3 -114
  6. data/.document +0 -5
  7. data/.gitignore +0 -43
  8. data/.rspec +0 -1
  9. data/.travis.yml +0 -18
  10. data/CHANGELOG +0 -12
  11. data/Gemfile +0 -3
  12. data/Gemfile.lock +0 -178
  13. data/Rakefile +0 -18
  14. data/config/cucumber.yml +0 -8
  15. data/configurable_engine.gemspec +0 -29
  16. data/features/admin_configurables.feature +0 -10
  17. data/features/step_definitions/web_steps.rb +0 -219
  18. data/features/support/env.rb +0 -57
  19. data/features/support/paths.rb +0 -35
  20. data/gemfiles/Gemfile.base +0 -24
  21. data/gemfiles/Gemfile.rails3_1 +0 -2
  22. data/gemfiles/Gemfile.rails3_1.lock +0 -180
  23. data/gemfiles/Gemfile.rails4_0 +0 -2
  24. data/gemfiles/Gemfile.rails4_0.lock +0 -175
  25. data/spec/dummy/.gitignore +0 -4
  26. data/spec/dummy/README +0 -256
  27. data/spec/dummy/Rakefile +0 -7
  28. data/spec/dummy/app/controllers/application_controller.rb +0 -3
  29. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  30. data/spec/dummy/app/views/layouts/application.html.erb +0 -14
  31. data/spec/dummy/config.ru +0 -4
  32. data/spec/dummy/config/application.rb +0 -45
  33. data/spec/dummy/config/boot.rb +0 -13
  34. data/spec/dummy/config/configurable.yml +0 -27
  35. data/spec/dummy/config/database.yml +0 -29
  36. data/spec/dummy/config/environment.rb +0 -5
  37. data/spec/dummy/config/environments/development.rb +0 -24
  38. data/spec/dummy/config/environments/production.rb +0 -51
  39. data/spec/dummy/config/environments/test.rb +0 -85
  40. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  41. data/spec/dummy/config/initializers/inflections.rb +0 -10
  42. data/spec/dummy/config/initializers/mime_types.rb +0 -5
  43. data/spec/dummy/config/initializers/secret_token.rb +0 -8
  44. data/spec/dummy/config/initializers/session_store.rb +0 -8
  45. data/spec/dummy/config/locales/en.yml +0 -5
  46. data/spec/dummy/config/routes.rb +0 -58
  47. data/spec/dummy/db/migrate/20110110001344_create_configurables.rb +0 -17
  48. data/spec/dummy/db/schema.rb +0 -25
  49. data/spec/dummy/db/seeds.rb +0 -7
  50. data/spec/dummy/lib/tasks/.gitkeep +0 -0
  51. data/spec/dummy/public/404.html +0 -26
  52. data/spec/dummy/public/422.html +0 -26
  53. data/spec/dummy/public/500.html +0 -26
  54. data/spec/dummy/public/favicon.ico +0 -0
  55. data/spec/dummy/public/images/rails.png +0 -0
  56. data/spec/dummy/public/index.html +0 -239
  57. data/spec/dummy/public/javascripts/application.js +0 -2
  58. data/spec/dummy/public/javascripts/controls.js +0 -965
  59. data/spec/dummy/public/javascripts/dragdrop.js +0 -974
  60. data/spec/dummy/public/javascripts/effects.js +0 -1123
  61. data/spec/dummy/public/javascripts/prototype.js +0 -6001
  62. data/spec/dummy/public/javascripts/rails.js +0 -175
  63. data/spec/dummy/public/robots.txt +0 -5
  64. data/spec/dummy/public/stylesheets/.gitkeep +0 -0
  65. data/spec/dummy/script/rails +0 -6
  66. data/spec/dummy/vendor/plugins/.gitkeep +0 -0
  67. data/spec/models/configurable_spec.rb +0 -134
  68. data/spec/spec_helper.rb +0 -27
  69. data/tasks/cucumber.rake +0 -56

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.