I really need some help using RJS.
http://ip:3000/thoughts/log.rjs or
http://ip:3000/thoughts/log.js
give me a No route matches “/thoughts/log.rjs” with {:method=>get}
log.rjs and log.js are both in the thoughts view
routes.rb is
map.connect ‘:controller/:action/:id’
map.connect ‘:controller/:action/:id.:format’