I've installed FaceboxRender and JQuery and Facebox. Following the instrutions on http://github.com/ihower/facebox_render/
I've tried Facebox alone, in my rails app and it's working. After that I've put the folder facebox_render in vendor/plugins/facebox_render/, I added
include FaceboxRender
in /app/controllers/application.rb restarted my app, then wrote the link:
facebox_link_to "Whatever", :url => whatever_path
but nothing happen when I click.
Any idea?
Thank you