gemfire-jruby 0.0.3 → 0.0.4

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 (52) hide show
  1. data/VERSION +1 -1
  2. data/gemfire-jruby.gemspec +2 -50
  3. data/lib/gemfire-jruby.rb +93 -8
  4. metadata +2 -50
  5. data/gemfire-jruby-demo/README +0 -243
  6. data/gemfire-jruby-demo/Rakefile +0 -10
  7. data/gemfire-jruby-demo/app/controllers/application_controller.rb +0 -14
  8. data/gemfire-jruby-demo/app/helpers/application_helper.rb +0 -3
  9. data/gemfire-jruby-demo/cache.xml +0 -8
  10. data/gemfire-jruby-demo/config/boot.rb +0 -110
  11. data/gemfire-jruby-demo/config/database.yml +0 -22
  12. data/gemfire-jruby-demo/config/environment.rb +0 -42
  13. data/gemfire-jruby-demo/config/environments/development.rb +0 -17
  14. data/gemfire-jruby-demo/config/environments/production.rb +0 -28
  15. data/gemfire-jruby-demo/config/environments/test.rb +0 -28
  16. data/gemfire-jruby-demo/config/initializers/backtrace_silencers.rb +0 -7
  17. data/gemfire-jruby-demo/config/initializers/inflections.rb +0 -10
  18. data/gemfire-jruby-demo/config/initializers/mime_types.rb +0 -5
  19. data/gemfire-jruby-demo/config/initializers/new_rails_defaults.rb +0 -21
  20. data/gemfire-jruby-demo/config/initializers/session_store.rb +0 -19
  21. data/gemfire-jruby-demo/config/locales/en.yml +0 -5
  22. data/gemfire-jruby-demo/config/routes.rb +0 -43
  23. data/gemfire-jruby-demo/db/seeds.rb +0 -7
  24. data/gemfire-jruby-demo/doc/README_FOR_APP +0 -2
  25. data/gemfire-jruby-demo/log/production.log +0 -0
  26. data/gemfire-jruby-demo/log/server.log +0 -0
  27. data/gemfire-jruby-demo/log/test.log +0 -0
  28. data/gemfire-jruby-demo/my.properties +0 -2
  29. data/gemfire-jruby-demo/public/404.html +0 -30
  30. data/gemfire-jruby-demo/public/422.html +0 -30
  31. data/gemfire-jruby-demo/public/500.html +0 -30
  32. data/gemfire-jruby-demo/public/favicon.ico +0 -0
  33. data/gemfire-jruby-demo/public/images/rails.png +0 -0
  34. data/gemfire-jruby-demo/public/index.html +0 -275
  35. data/gemfire-jruby-demo/public/javascripts/application.js +0 -2
  36. data/gemfire-jruby-demo/public/javascripts/controls.js +0 -963
  37. data/gemfire-jruby-demo/public/javascripts/dragdrop.js +0 -973
  38. data/gemfire-jruby-demo/public/javascripts/effects.js +0 -1128
  39. data/gemfire-jruby-demo/public/javascripts/prototype.js +0 -4320
  40. data/gemfire-jruby-demo/public/robots.txt +0 -5
  41. data/gemfire-jruby-demo/script/about +0 -4
  42. data/gemfire-jruby-demo/script/console +0 -3
  43. data/gemfire-jruby-demo/script/dbconsole +0 -3
  44. data/gemfire-jruby-demo/script/destroy +0 -3
  45. data/gemfire-jruby-demo/script/generate +0 -3
  46. data/gemfire-jruby-demo/script/performance/benchmarker +0 -3
  47. data/gemfire-jruby-demo/script/performance/profiler +0 -3
  48. data/gemfire-jruby-demo/script/plugin +0 -3
  49. data/gemfire-jruby-demo/script/runner +0 -3
  50. data/gemfire-jruby-demo/script/server +0 -3
  51. data/gemfire-jruby-demo/test/performance/browsing_test.rb +0 -9
  52. data/gemfire-jruby-demo/test/test_helper.rb +0 -38
@@ -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'
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
- require 'performance_test_help'
3
-
4
- # Profiling results for each test method are written to tmp/performance.
5
- class BrowsingTest < ActionController::PerformanceTest
6
- def test_homepage
7
- get '/'
8
- end
9
- end
@@ -1,38 +0,0 @@
1
- ENV["RAILS_ENV"] = "test"
2
- require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
3
- require 'test_help'
4
-
5
- class ActiveSupport::TestCase
6
- # Transactional fixtures accelerate your tests by wrapping each test method
7
- # in a transaction that's rolled back on completion. This ensures that the
8
- # test database remains unchanged so your fixtures don't have to be reloaded
9
- # between every test method. Fewer database queries means faster tests.
10
- #
11
- # Read Mike Clark's excellent walkthrough at
12
- # http://clarkware.com/cgi/blosxom/2005/10/24#Rails10FastTesting
13
- #
14
- # Every Active Record database supports transactions except MyISAM tables
15
- # in MySQL. Turn off transactional fixtures in this case; however, if you
16
- # don't care one way or the other, switching from MyISAM to InnoDB tables
17
- # is recommended.
18
- #
19
- # The only drawback to using transactional fixtures is when you actually
20
- # need to test transactions. Since your test is bracketed by a transaction,
21
- # any transactions started in your code will be automatically rolled back.
22
- self.use_transactional_fixtures = true
23
-
24
- # Instantiated fixtures are slow, but give you @david where otherwise you
25
- # would need people(:david). If you don't want to migrate your existing
26
- # test cases which use the @david style and don't mind the speed hit (each
27
- # instantiated fixtures translates to a database query per test method),
28
- # then set this back to true.
29
- self.use_instantiated_fixtures = false
30
-
31
- # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
32
- #
33
- # Note: You'll currently still have to declare fixtures explicitly in integration tests
34
- # -- they do not yet inherit this setting
35
- fixtures :all
36
-
37
- # Add more helper methods to be used by all tests here...
38
- end