CoffeeGrounds

Purpose

I wrote this to prove an easy way to access your rails routes from your client side javascript. Have you ever wanted to do something like $.get( blog_post_path(1) )? Well this will let you do that!

Usage

add this gem to your gemfile