I am trying to create a sample with ramaze, but it look likes that
this kind of file iteration does not work inside gems.jar
Find.find(File.expand_path('../snippets', FILE)) do |file|
require(file) if file =~ /\.rb$/ && File.file?(file)
end
founded in ramaze-2009.10/lib/ramaze/snippets.rb
I am using
http://jruby-appengine.blogspot.com/