-
Updated
Jun 4, 2021 - SCSS
#
ruby-gem
Here are 1,436 public repositories matching this topic...
Object-based searching.
-
Updated
May 19, 2021 - Ruby
Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
react
redux
ruby-gem
webpack
redux-saga
redux-store
react-components
npm-module
javascript-api
react-rails
ruby-on-rails
heroku-deployment
rails-development
rails-views
shakacode
-
Updated
May 18, 2021 - Ruby
-
Updated
Jun 5, 2021 - HTML
A simple Jekyll theme for words and pictures.
-
Updated
May 13, 2021 - SCSS
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
-
Updated
May 31, 2021 - Ruby
Curated list: Resources for machine learning in Ruby
-
Updated
Mar 7, 2021 - Ruby
Scheduler / Cron for Sidekiq jobs
ruby
sidekiq
ruby-gem
scheduler
scheduled-jobs
cron-jobs
ruby-on-rails
sidekiq-cron
sidekiq-jobs
sidekiq-workers
-
Updated
Apr 16, 2021 - Ruby
Ruby interface to GitHub API
-
Updated
Apr 21, 2021 - Ruby
Ruby wrapper and CLI for the GitLab REST API
-
Updated
Jun 2, 2021 - Ruby
JWT token authentication with devise and rails
-
Updated
May 12, 2021 - Ruby
ruby
ruby-gem
email
email-validation
email-verification
hacktoberfest
mx-validation
dns-validation
email-validator
dns-validator
smtp-validation
regex-validation
smtp-validator
email-verifier
truemail
truemail-gem
truemail-family
truemail-rb
-
Updated
May 14, 2021 - Ruby
A minimal finite state machine with a straightforward syntax.
-
Updated
Jun 5, 2021 - Ruby
A Jekyll version of the "Forty" theme by HTML5 UP.
-
Updated
Apr 17, 2021 - SCSS
Pluggable Ruby translation framework
-
Updated
May 20, 2021 - Ruby
Terminal output styling with intuitive and clean API.
-
Updated
May 27, 2021 - Ruby
Your new Jekyll default theme
-
Updated
May 13, 2021 - SCSS
jekyll
theme
ruby-gem
jekyll-theme
github-pages
liquid
siteleaf
netlify
jamstack
hacktoberfest
boilerplate-theme
-
Updated
Jun 1, 2021 - SCSS
Reactive frontend UI components for Rails in pure Ruby
ruby
rails
ruby-gem
gem
reactive
component
reactive-programming
ruby-on-rails
presenter
no-javascript
view-components
-
Updated
May 30, 2021 - 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
ruby
ruby-gem
data-science
facebook
statistics
script
scraping
data-visualization
conversation
facebook-data
english-language
facebook-data-analyzer
-
Updated
May 19, 2021 - Ruby
Translations with speech synthesis in your terminal as a ruby gem
-
Updated
May 25, 2017 - Ruby
ale5000-git
commented
Apr 24, 2019
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
-
Updated
Mar 30, 2021 - SCSS
Release your ruby gems with ease.
ruby
cli
ruby-gem
rubygems
demo
extension
conventions
scaffold
behaviour
release
bumps
scenario
gemspec
gem-gemspec
gem-bootstrap
-
Updated
May 31, 2021 - Ruby
Improve this page
Add a description, image, and links to the ruby-gem topic page so that developers can more easily learn about it.
Add this topic to your repo
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: 3000
works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of thetoggle
is hidden again. Howevertoggle hide_after: 3000
is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified