The CallNode error is because of the goofy block syntax. Apply docs/patches/rails/rails-whatever.patch to your gem-installed rails-1.1.2 dir and all will be right with the world.Maybe it would be worth asking on the rails mailing lists (perhaps on core) what would be the most "correct" way to distr
On Tue, 27 Jun 2006, Nick Sieger defenestrated me:
>
> config.frameworks -= [:active_record]
Cool idea.
> I just tried starting my now-modified app with jruby and got the following:
>
> [14:03:13][~/Projects/rails/jrubyonrails]$ ../../jruby/bin/jruby
> script/server webrick
> => Booting W
I added some code into the "init.rb" file of my JDBC plugin to deal
with issues related to the fact that Rails wants to initialize the
database before the plugins. Additionally, the following line of code
will need to be added to config/environment.rb in your Rails
application (inside of the Rails