honkster-jelly 0.8.14 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. data/.bundle/config +3 -0
  2. data/.rvmrc +1 -0
  3. data/Gemfile +10 -0
  4. data/Gemfile.lock +123 -0
  5. data/Rakefile +5 -5
  6. data/VERSION.yml +2 -2
  7. data/generators/jelly/templates/javascripts/ajax_with_jelly.js +1 -2
  8. data/jelly.gemspec +53 -46
  9. data/lib/jelly/jelly_controller.rb +1 -1
  10. data/spec/rails_root/.gitignore +4 -0
  11. data/spec/rails_root/lib/tasks/.gitkeep +0 -0
  12. data/spec/rails_root/public/stylesheets/.gitkeep +0 -0
  13. data/spec/rails_root/vendor/plugins/.gitkeep +0 -0
  14. metadata +106 -66
  15. data/.gitignore +0 -3
  16. data/spec/jelly/common_spec.rb +0 -56
  17. data/spec/jelly/jelly_controller_spec.rb +0 -327
  18. data/spec/jelly/jelly_helper_spec.rb +0 -88
  19. data/spec/rails_root/app/controllers/application_controller.rb +0 -10
  20. data/spec/rails_root/app/helpers/application_helper.rb +0 -3
  21. data/spec/rails_root/config/boot.rb +0 -110
  22. data/spec/rails_root/config/environment.rb +0 -41
  23. data/spec/rails_root/config/environments/development.rb +0 -17
  24. data/spec/rails_root/config/environments/production.rb +0 -28
  25. data/spec/rails_root/config/environments/test.rb +0 -28
  26. data/spec/rails_root/config/initializers/backtrace_silencers.rb +0 -7
  27. data/spec/rails_root/config/initializers/inflections.rb +0 -10
  28. data/spec/rails_root/config/initializers/mime_types.rb +0 -5
  29. data/spec/rails_root/config/initializers/new_rails_defaults.rb +0 -19
  30. data/spec/rails_root/config/initializers/session_store.rb +0 -15
  31. data/spec/rails_root/config/routes.rb +0 -43
  32. data/spec/rails_root/test/performance/browsing_test.rb +0 -9
  33. data/spec/rails_root/test/test_helper.rb +0 -38
  34. data/spec/spec_helper.rb +0 -42
  35. data/spec/spec_suite.rb +0 -3
data/spec/spec_suite.rb DELETED
@@ -1,3 +0,0 @@
1
- Dir["#{File.dirname(__FILE__)}/{controllers,helpers}/**/*_spec.rb"].each do |file|
2
- require file
3
- end