treble37 / rsocialize

A ruby gem that lets you incorporate the jQuery sharrre plugin into your ruby app with one command
MIT License
13 stars 9 forks source link

undefined method `rsocialize_div_tag' #11

Closed tballarin closed 9 years ago

tballarin commented 9 years ago

Hi,

I have made installation of gem and when I add rsocialize_div_tag' andrsocialize_js_tag' I have this error undefined method `rsocialize_div_tag'

You have an other problem during uninstall of Gem, you delete all assets/images/folder :(

treble37 commented 9 years ago

@tballarin, can you give a bit more detail on rsocialize_div_tag error? Or do you have a sample app with the code that I can download and look at? For instance at https://github.com/treble37/rsocialize_app in app/views/users/index.html.erb I do the same thing you do and it's working for me. I'll look at the uninstall issue.

treble37 commented 9 years ago

@tballarin version 0.0.5 fixes the delete of the assets/images/folder on uninstall....