Has anyone gotten warbler to work with rails3? When I first tried
running
warble in a rails3 app I got the following:
no such file to load – jruby-jars
I tried adding jruby-jars to my Gemfile, next I got an error like so:
Cannot load gem at
[/Users/superchris/.bundle/jruby/1.8/cache/rails-3.0.0.beta.gem] in
/Users/superchris/dev/rails/cinjug_rails3
I’m haven’t started trying to debug it any further, but it looks like
maybe
there’s some work to get warbler working against rails3 that still needs
to
happen?
–Chris