jkrall / analytical

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

Rails 3.0.9 dependency #45

Closed jocubeit closed 11 years ago

jocubeit commented 12 years ago

Is there any reason this gem has a dependency on Rails 3.0.9? Does this mean if I'm running Rails 3.2.7 installing this gem will also install Rails 3.0.9?

jkrall commented 12 years ago

No reason... that's the last version it was tested & updated against. I don't have any reason to believe it wouldn't work with 3.2, but there might be some issues to resolve w/ the asset pipeline or something.

Feel free to submit a patch.

sfsekaran commented 11 years ago

Thankfully, that's only a "development" dependency. We've been using analytical with Rails 3.2.x in production for quite some time here at Topspin without a hitch. It would be nice to update the specs to test with multiple Rails versions, but for now I'm going to close this request, since that's a separate issue.