-
Updated
Jun 21, 2021 - Ruby
#
rubygem
Here are 730 public repositories matching this topic...
refactoring
ruby
alternative
laboratory
lancew
observations
science
mismatch
ignore-blocks
candidate-behavior
behavior
scientist
rubygem
Rails authentication with email & password.
-
Updated
Jul 19, 2021 - Ruby
Framework for Apache Kafka based Ruby and Rails applications development.
ruby
rails
ruby-library
rubygems
rubygem
kafka
topic
kafka-topic
kafka-consumer
ruby-on-rails
apache-kafka
kafka-producer
kafka-client
responder
kafka-clients
karafka-framework
kafka-message
karafka-application
kafka-ruby
-
Updated
Aug 23, 2021 - Ruby
Validation library with type-safe schemas and rules
-
Updated
Aug 21, 2021 - Ruby
Materializecss rubygem for Rails Asset Pipeline / Sprockets
rails
rubygems
rubygem
gem
material
material-design
materializecss
rubyonrails
materialize
material-design-rails
-
Updated
Jul 21, 2020 - Ruby
-
Updated
Jul 13, 2021 - Ruby
A framework for gradual system automation
ruby
devops
rubygem
automation
ops
orchestration-framework
orchestration
remote-execution
operations
sre
devops-tools
sshkit
automation-framework
runbook
runbooks
opseng
runbook-configuration
runbook-generators
runbook-dsl
runbook-command
-
Updated
May 28, 2021 - Ruby
-
Updated
Feb 4, 2021 - Ruby
ObjectTracer tracks objects and records their activities
ruby
rails
debugging
rubygem
tracing
trace
ruby-on-rails
debugging-tool
tracepoints
object-oriented-tracing
-
Updated
Jun 13, 2021 - Ruby
iOS, Android and Windows Phone Push Notifications made easy!!
-
Updated
Oct 16, 2019 - Ruby
Display a single or multiple progress bars in the terminal.
-
Updated
Jul 18, 2021 - Ruby
a ruby library/gem for interacting with .docx files
-
Updated
Aug 12, 2021 - Ruby
Ruby gem to inspect completely a web page. It scrapes a given URL, and returns you its meta, links, images more.
-
Updated
Apr 7, 2017 - Ruby
-
Updated
Jan 21, 2021 - HTML
General purpose Command Line Interface (CLI) framework for Ruby
-
Updated
Jul 21, 2021 - Ruby
2
imcvampire
commented
Mar 12, 2020
Is your feature request related to a problem? Please describe.
I enable caching feature after my app already runs on production for some time. Because of that, the caching value doesn't reflect the true number
Describe the solution you'd like
A method/rake task to recalculate all caching values
Improve this page
Add a description, image, and links to the rubygem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rubygem 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