vitch / jScrollPane

Pretty, customisable, cross browser replacement scrollbars
http://jscrollpane.kelvinluck.com/
GNU General Public License v2.0
2.16k stars 631 forks source link

Fix README and add Ruby gem #363

Closed bodrovis closed 5 years ago

bodrovis commented 5 years ago

jScrollPane is available as Ruby gem (gem is a fancy word for library in Ruby) :) https://github.com/bodrovis/jscrollpane-rails

What's interesting, the gem was already mentioned on the website by the previous maintainer but for some reason in the "Simple examples" section. Perhaps, it should be moved to "Download".

illuusio commented 5 years ago

Thank you for contribution. webpage is more or less unmaintained or? I don't if I should setup more recent version of webpage. As this could be nice addition I suppose after adding Ruby version it should also add link to other versions.

bodrovis commented 5 years ago

I have no idea if the webpage is maintained or not honestly :) Also, I'm not quite sure if there are that many libraries for other frameworks that allow to hook up jScrollPane. But, who knows.

All in all, my gem was around for quite some time (since 2013) and people are using it, so perhaps it won't hurt to let them know about the solution.

vitch commented 5 years ago

The webpage is simply the contents of the examples directory of this repo.

Unfortunately I need to manually deploy it and I hadn't done that it a while...

I just deployed the latest and I will make sure to do so when new versions of the package are published...

bodrovis commented 5 years ago

I think you may utulize GitHub pages which requires no deploy at all - you just push commit and changes are reflected on the site.

illuusio commented 5 years ago

Sorry @bodrovis and @vitch I was in hurry and just though to myself about that and push comment button before thinking.. :dancer: . Can you tune your PR to only make one change. Add that link and nothing else because now there is some changes that don't belong to this issue. I'll sort out levels or make another PR for them.

bodrovis commented 5 years ago

Yeah, I'll reopen a new one.