Amol Udage
Amol Udage
Hi @amolpujari To get list of cities there is method available `CS.cities(state, country)` So to find cities for US you have to pass state & country to the CS.cities method...
Hi @sharma-ami I was facing the same issue, because there is an issue with your syntax `social_share_button_tag` tag. when you pass `url` parameter to `social_share_button_tag` it generate a html like...
@devmondo I think this is related to other open issue #1
Hi @jcoyne > Can you point out the documentation you were referring to in the issue? See this [3 lines](https://github.com/tcocca/acts_as_follower/blob/master/README.rdoc#L199-L200) from documentation which are saying that you can use Follow.recent...
@circlesapp I think this is an setup issue, I had the same issue because I forgot to run `bundle install` command after adding `acts_as_follower` into Gemfile. But when I run...
Hello @tcocca Can we add unblock! method into model generator like block! method for unblocking purpose, so that users who does not want to delete record they can use this...
Hello, @Mohakjuneja This gem does not support for `mongoDB` database, So I never use this with `mongoDB`. It will be great if you can add support for `mongoDB` database. Thanks.
Hello @jcoyne, any plans to merge this pull request ?? It would be great if you can review and merge this pull request. Please let me know if you want...