Ruby

Ruby was developed by Yukihiro "Matz" Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.
Here are 26,940 public repositories matching this topic...

-
Updated
Nov 21, 2021
-
Updated
Dec 30, 2021 - Ruby
-
Updated
Dec 29, 2021 - Ruby
-
Updated
Dec 29, 2021 - Ruby
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e
We have currently simple GitHub page, but we need to think about it's update with some better design.
-
Updated
Dec 26, 2021 - Ruby
-
Updated
Dec 22, 2021 - Ruby
-
Updated
Dec 29, 2021 - Ruby
Since state
is a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject the state
keyword in guard definitions or the state
temporary variable produced by the processor should be renamed to avoid this conflict.
Here's an example:
<img width="629" alt="screen
-
Updated
Dec 18, 2021 - Shell
-
Updated
Dec 19, 2021 - Ruby
Steps to reproduce
Run asdf
. In help output a line is printed for the asdf env
command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command>
is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
-
Updated
Dec 27, 2021
~/code/rubocop$ grep -iro "autocorrect" . | wc -l
1971
~/code/rubocop$ grep -iro "auto-correct" . | wc -l
1551
Both autocorrect
and auto-correct
are used frequently in RuboCop. Should we be consistent? If so, which one?
Any change should only affect comments and other string content, not method names.
-
Updated
Dec 29, 2021 - Ruby
I am trying to write my own custom route matcher and using the example in the readme, I receive the following error:
AllButPattern can't be coerced into Mustermann::Pattern (TypeError)
Here is my example code:
require 'sinatra'
get '/index' do
'Hello world!'
end
class AllButPattern
Match = Struct.new(:captu
-
Updated
Dec 23, 2021 - Ruby
-
Updated
Nov 19, 2021 - Ruby
-
Updated
Dec 28, 2021 - Ruby
To allow Linux users to use brew services
and to make formula less OS dependent we should migrate the formulae to use the OS agnostic service do
block.
- bitlbee
- dbus
- kapacitor
- launch_socket_server
- launchdns
- opentsdb
- questdb
- rtags
- ssdb
- wildfly-as
- zookeeper
-
Updated
Oct 16, 2021 - Shell
Summary
Thanks to all the contributors.
Currently, the default HTTP Request Header includes X-Download-Options, which is the one used by IE. (ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
Rails 7 contains a lot of changes that are supposed to make IE unsupported, and I think it's not necessary to leave X-Download-Options as the default as well.
Since default_headers