Switching from
json gem to json-jruby was easy as that: correct the gemspec and the Rakefile. But I ran into a problem that I could avoid if I did not install C Ruby the same box. The problem was the usage of "wrong" shebang in CouchRest so I just simply set the env from #!/usr/bin/env ruby to
#!/usr/bin/env jrubyBeautyful. Kudos goes to Jan and Chris.
1 comments:
Thanks, this is just what I needed now.
Post a Comment