rack-plastic 0.1.1 → 0.1.2

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 (70) hide show
  1. data/CHANGELOG +7 -0
  2. data/README.rdoc +4 -4
  3. data/Rakefile +14 -3
  4. data/{test → examples}/middlewares/initial.rb +0 -0
  5. data/{test → examples}/middlewares/intro.rb +0 -0
  6. data/{test → examples}/middlewares/l337.rb +0 -0
  7. data/{test → examples}/middlewares/stylizer.rb +0 -0
  8. data/{test → examples}/rackapp/app.rb +0 -0
  9. data/{test → examples}/railsapp/app/controllers/application_controller.rb +0 -0
  10. data/{test → examples}/railsapp/app/controllers/tommy_boy_controller.rb +0 -0
  11. data/{test → examples}/railsapp/app/helpers/application_helper.rb +0 -0
  12. data/{test → examples}/railsapp/app/helpers/tommy_boy_helper.rb +0 -0
  13. data/{test → examples}/railsapp/config/boot.rb +0 -0
  14. data/{test → examples}/railsapp/config/environment.rb +0 -0
  15. data/{test → examples}/railsapp/config/environments/development.rb +0 -0
  16. data/{test → examples}/railsapp/config/environments/production.rb +0 -0
  17. data/{test → examples}/railsapp/config/environments/test.rb +0 -0
  18. data/{test → examples}/railsapp/config/initializers/backtrace_silencers.rb +0 -0
  19. data/{test → examples}/railsapp/config/initializers/inflections.rb +0 -0
  20. data/{test → examples}/railsapp/config/initializers/mime_types.rb +0 -0
  21. data/{test → examples}/railsapp/config/initializers/new_rails_defaults.rb +0 -0
  22. data/{test → examples}/railsapp/config/initializers/session_store.rb +0 -0
  23. data/{test → examples}/railsapp/config/routes.rb +0 -0
  24. data/{test → examples}/railsapp/db/seeds.rb +0 -0
  25. data/{test → examples}/railsapp/test/functional/tommy_boy_controller_test.rb +0 -0
  26. data/{test → examples}/railsapp/test/performance/browsing_test.rb +0 -0
  27. data/{test → examples}/railsapp/test/test_helper.rb +0 -0
  28. data/{test → examples}/railsapp/test/unit/helpers/tommy_boy_helper_test.rb +0 -0
  29. data/{test → examples}/sinatraapp/app.rb +0 -0
  30. data/lib/plastic_helper.rb +6 -6
  31. data/lib/plastic_test_helper.rb +1 -1
  32. data/lib/rack-plastic.rb +1 -1
  33. data/test/rack-plastic_test.rb +21 -0
  34. data/test/test_helper.rb +13 -0
  35. metadata +125 -105
  36. data/test/rackapp/config.ru +0 -16
  37. data/test/railsapp/README +0 -243
  38. data/test/railsapp/Rakefile +0 -10
  39. data/test/railsapp/app/views/layouts/application.html.erb +0 -13
  40. data/test/railsapp/app/views/tommy_boy/index.html.erb +0 -44
  41. data/test/railsapp/app/views/tommy_boy/more.html.erb +0 -12
  42. data/test/railsapp/config/database.yml +0 -22
  43. data/test/railsapp/config/locales/en.yml +0 -5
  44. data/test/railsapp/db/development.sqlite3 +0 -0
  45. data/test/railsapp/doc/README_FOR_APP +0 -2
  46. data/test/railsapp/log/development.log +0 -120
  47. data/test/railsapp/log/production.log +0 -0
  48. data/test/railsapp/log/server.log +0 -0
  49. data/test/railsapp/log/test.log +0 -0
  50. data/test/railsapp/public/404.html +0 -30
  51. data/test/railsapp/public/422.html +0 -30
  52. data/test/railsapp/public/500.html +0 -30
  53. data/test/railsapp/public/favicon.ico +0 -0
  54. data/test/railsapp/public/images/rails.png +0 -0
  55. data/test/railsapp/public/javascripts/application.js +0 -2
  56. data/test/railsapp/public/javascripts/controls.js +0 -963
  57. data/test/railsapp/public/javascripts/dragdrop.js +0 -973
  58. data/test/railsapp/public/javascripts/effects.js +0 -1128
  59. data/test/railsapp/public/javascripts/prototype.js +0 -4320
  60. data/test/railsapp/public/robots.txt +0 -5
  61. data/test/railsapp/script/about +0 -4
  62. data/test/railsapp/script/console +0 -3
  63. data/test/railsapp/script/dbconsole +0 -3
  64. data/test/railsapp/script/destroy +0 -3
  65. data/test/railsapp/script/generate +0 -3
  66. data/test/railsapp/script/performance/benchmarker +0 -3
  67. data/test/railsapp/script/performance/profiler +0 -3
  68. data/test/railsapp/script/plugin +0 -3
  69. data/test/railsapp/script/runner +0 -3
  70. data/test/railsapp/script/server +0 -3
@@ -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: /
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
4
- require 'commands/about'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- require 'commands/console'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- require 'commands/dbconsole'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- require 'commands/destroy'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- require 'commands/generate'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../../config/boot', __FILE__)
3
- require 'commands/performance/benchmarker'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../../config/boot', __FILE__)
3
- require 'commands/performance/profiler'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- require 'commands/plugin'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- require 'commands/runner'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.expand_path('../../config/boot', __FILE__)
3
- require 'commands/server'