Results 22 comments of Ruslan Coroliov

But it describes, how to run task manually, Not to Run Once automatically after next deploy only ( like rails migration

yes, I understand that I can run any rake task on deploy, but it is possible to restrict run it only ONCE ? Looks, only if I add additional logic...

@jeffikus , It will be excellent, If destroy method will be on FlexSlider. It is really important feature.

@superscott , I can't reproduce it, may be you made mistake? It looks, that behaviour is nice Without port it tries to use default port ``` [11] pry(main)> HTTParty.get 'https://localhost',...

to pass Travis CI , merge [my previous pull request](https://github.com/jekyll/jekyll-paginate/pull/9) :smirk:

[But colons is safe in url](http://stackoverflow.com/questions/2053132/is-a-colon-safe-for-friendly-url-use), why we must sanitize it? I think colons in url must be allowed , but writing _paginate_path with colons_ in config.yml must not be...

As a quick fix I added css: ``` .vs__dropdown-option--disabled { display: none; } ``` So, disabled options not displayed, but when ALL options are selected, small empty dropdown list is...

Hi guys you tool is awesome! I fixed it with adding git push: `git push && hub pull-request -p --browse` I expect that "-p" option will make push always but...

@seyhunak , it looks really strange that travis failed in 2.1.1, but in 2.1.5 and 2.1.1 ruby rspec are completed successfully