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 29,072 public repositories matching this topic...

-
Updated
Jul 4, 2022
-
Updated
Jul 13, 2022 - Ruby
-
Updated
Jul 22, 2022 - Ruby
-
Updated
Jul 22, 2022 - Ruby
-
Updated
Jul 22, 2022 - Ruby
-
Updated
Jul 21, 2022 - Ruby
-
Updated
Jul 7, 2022 - Ruby
The updated /admin/member_manager/users/<:id>
needs to be updated to use i18n. We can introduce locale files for this admin section and add the necessary translations for all the tabs and modals on this page.
-
Updated
Jul 22, 2022 - 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
Describe the Bug
The completions for the --all
flag to the latest
command are missing.
Steps to Reproduce
Type asdf latest
and press .
Expected Behaviour
Show --all
flag besides installed plugins.
Actual Behaviour
Only shows plugins.
Environment
SHELL:
zsh 5.8 (x86_64-apple-darwin21.0)
ASDF VERSION:
v0.10.0
ASDF ENVIRONMENT VARIABLES:
AS
-
Updated
Jul 15, 2022 - Shell
-
Updated
Jul 21, 2022 - Ruby
-
Updated
Jul 21, 2022
-
Updated
Jul 22, 2022 - Ruby
The example in the documentation for Style/GuardClause
is misleading because mentioned bad and good version don#t match execution.
It says
# bad
if something
foo || raise('exception')
else
ok
end
# good
foo || raise('exception') if something
ok
However both versions behave differently and bad can't be replaced by good.
Imagine something
being true
and `f
-
Updated
Jul 22, 2022 - Ruby
-
Updated
Jul 22, 2022 - Ruby
The Readme is our comprehensive sinatra documentation and deserves a lot of love. Thank you for everybody who has contributed to it so far!
The translations are great but some of them seem incomplete or outdated. For sinatra 2.0 they need a major overhaul and here's a list of languages that need to be worked on:
- German
- Spanish
- French
- Hungarian
- Portuguese (Br
Historically, golang builds need to happen under the GOPATH, as more and more formula has moved to go-modules, we can deprecate the GOPATH usage.
-
Updated
Jul 3, 2022 - Ruby
-
Updated
Oct 16, 2021 - Shell
We have currently simple GitHub page, but we need to think about it's update with some better design.