jruby
Here are 143 public repositories matching this topic...
It seems that the current behavior when rvm automatically switches Ruby versions is to do it silently if it's by .ruby-version or, if it's because of a Gemfile, display that three-line warning about how Heroku does it too and with instructions on how not to show that warning again.
I think .ruby-version switching the Ruby version silently is not great, because it requires that the user remember
-
Updated
Nov 22, 2021 - Ruby
-
Updated
Jul 30, 2021 - Ruby
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Dec 3, 2020 - Ruby
-
Updated
May 14, 2021 - Shell
Introduce Yourself!
Please leave a comment below to say a virtual "hello!" Let us know what brought you to the ArchivesSpace codebase, what you're working on, if you're looking for any collaborators to help you with your current or future projects, and any other questions or comments you might have.
Here's an example to get everyone started:
- Your Name: Lora Woodford
- Your Employer/Affiliation (if applicabl
-
Updated
Jun 7, 2017 - Ruby
-
Updated
Nov 23, 2021 - Ruby
-
Updated
Nov 1, 2021 - Ruby
-
Updated
Oct 20, 2021 - Ruby
-
Updated
Jun 10, 2021 - Ruby
-
Updated
Jun 12, 2021 - Python
-
Updated
Oct 17, 2021 - Java
-
Updated
Jan 21, 2021 - Ruby
-
Updated
Mar 20, 2017 - Ruby
-
Updated
Oct 20, 2021 - Ruby
-
Updated
Nov 23, 2021 - Ruby
-
Updated
Mar 31, 2017 - Ruby
-
Updated
Aug 14, 2020 - Ruby
Improve this page
Add a description, image, and links to the jruby topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jruby topic, visit your repo's landing page and select "manage topics."
Context
Logstash allows for putting dynamic fields in the event data, such as the current time in your specified format.
This format is specified in the sprintf +FORMAT, and applied to the @timestamp field.
Issue
The locale of the
sprintf
differs from the locale of thedate
filter. Thi