-
Updated
Jan 13, 2022 - Ruby
rubyonrails

Ruby on Rails (Rails) is a web application framework written in Ruby. It is meant to help simplify the building of complex websites.
Here are 391 public repositories matching this topic...
-
Updated
Jan 12, 2022 - Ruby
-
Updated
Dec 29, 2021 - HTML
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Oct 1, 2021 - Ruby
-
Updated
Jan 8, 2022 - Ruby
-
Updated
May 30, 2018 - Ruby
-
Updated
Nov 1, 2018 - Ruby

-
Updated
Feb 29, 2020 - Ruby
-
Updated
Oct 12, 2021 - Ruby
-
Updated
Feb 29, 2020 - Ruby
-
Updated
Nov 11, 2021 - Ruby
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
May 21, 2020 - Ruby
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Jan 11, 2022 - Ruby
-
Updated
Jun 30, 2019 - Ruby
-
Updated
Feb 13, 2019
-
Updated
Oct 12, 2021 - Ruby
-
Updated
May 30, 2021 - CoffeeScript
-
Updated
Feb 14, 2019 - Ruby
-
Updated
Apr 14, 2021
-
Updated
Aug 27, 2020
-
Updated
Jan 12, 2022 - Makefile
-
Updated
Apr 25, 2020
-
Updated
Jan 13, 2022 - Ruby
-
Updated
Oct 15, 2019 - Ruby
-
Updated
Oct 12, 2021 - Ruby
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia
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