Kristian Mandrup
Kristian Mandrup
Gracias! Spasiba! Will have a look :)
@iffyuva please make a fix for the script: true option and make a new release ;)
haha, I actually thought about this as well. Needs specs for this. Yes, it is now wrongly persisted on the class level, not on the instance level. I will make...
Fixed now and added specs to prove it ;) Try 0.3.6
If you look at https://github.com/iffyuva/social-buttons/blob/master/lib/social_buttons/view_helpers/tweet.rb You will se that tweet_button is indeed defined. So I guess for some reason, this module is not included correctly into the ActionView::Base class in...
Try fx `ActionView::Base.methods.sort` or `ActionView::Base.methods.grep(/twitter/).sort`
Does it work without HAML? http://haml.info/docs/yardoc/ActionView/Base.html Looks like HAML extends ActionView::Base with haml compile/template/ render methods. I don't think using HAML is the problem...?
Someone please debug and fix this! Should not be that hard. Simply clone it to your own repo, then reference your local clone in your Gemfile and debug from there...
Looks like there is a branch minor-fixes that needs to be merged. I'm on it ;)
Released a new version where all specs pass on my side. Does it work for you now? I'm sorry, I have to go in 5 mins. Just had a few...