Friday, December 21, 2007

Add unAPI support in Rails application for Zotero

Move to new site.

1 comments:

jdixon567@gmail.com said...

Hey, just wanted to say this post really helped me out, thanks for code! I was struggling with this for a while as the unapi validator was down for a while. My problem was my unapi-server link. I had to change the url_for to:


url_for(:controller => :un_api, :action => :show, :only_path => false)


unapi wasn't liking '/unapi/show', but would work with 'servername.com:3000/unapi/show'

For those of you having troubles don't forget to check out your page with the unapi validator:
http://validator.unapi.info