Since 2007
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
Post a Comment
1 comments:
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
Post a Comment