jkrall / analytical

Gem for managing multiple analytics services in your rails app.
MIT License
380 stars 92 forks source link

Include name_tag method if name is passed as a parameter to identify #31

Closed shiftb closed 12 years ago

shiftb commented 12 years ago

I see there's another pull request for this but I think this is done a bit closer to how you wanted it.

shiftb commented 12 years ago

also fixed the Analytical. js helper for mixpanel. The analytical_javascript partial does a gsub on the EVENT and PAGE params, but requires them to be surrounded by double quotes, not single quotes.

jkrall commented 12 years ago

Thanks for this!