-
Updated
Jun 4, 2021 - SCSS
{{ message }}
Object-based searching.
Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
A simple Jekyll theme for words and pictures.
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Curated list: Resources for machine learning in Ruby
Scheduler / Cron for Sidekiq jobs
Ruby interface to GitHub API
Ruby wrapper and CLI for the GitLab REST API
JWT token authentication with devise and rails
A minimal finite state machine with a straightforward syntax.
A Jekyll version of the "Forty" theme by HTML5 UP.
Pluggable Ruby translation framework
Terminal output styling with intuitive and clean API.
Your new Jekyll default theme
Reactive frontend UI components for Rails in pure Ruby
Analyze facebook copy of your data with ruby language. Download zip file from facebook and get info about friends ranking by message, vocabulary, contacts, friends added statistics and more
Translations with speech synthesis in your terminal as a ruby gem
From command-line I go in a folder of a GitHUb project, then I run licensee, it detect the licensee in LICENSE.spdx.
Then I delete LICENSE.spdx and re-run licensee; it still detect the file despite it no longer exist.
I would like to have an option to never use cache and always doing live checks.
A refreshed version of Hyde for Jekyll 3.x and 4.x
Release your ruby gems with ease.
Add a description, image, and links to the ruby-gem topic page so that developers can more easily learn about it.
To associate your repository with the ruby-gem topic, visit your repo's landing page and select "manage topics."
toggle show_on: "some_event", hide_after: 3000works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of thetoggleis hidden again. Howevertoggle hide_after: 3000is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified