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 25,490 public repositories matching this topic...
-
Updated
Aug 16, 2021 - Ruby

-
Updated
Aug 14, 2021
-
Updated
Aug 17, 2021 - Ruby
-
Updated
Aug 17, 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
Aug 13, 2021 - Ruby
-
Updated
Aug 9, 2021 - Ruby
-
Updated
Aug 17, 2021 - Ruby
Feature request
Please include the following information:
Is your feature request related to a problem? Please describe.
We're looking into optimising keyword arguments in TruffleRuby and need a way to benchmark methods without the inlining mechanism.
Describe the solution you'd like.
Looking for something we can use when running, e.g. `jt ruby --engine.ExcludeInline fo
-
Updated
Aug 15, 2021 - Ruby
-
Updated
Aug 2, 2021
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
Is your feature request related to a problem? Please describe.
I'm kicking the tires on changing our Gemfile
to gems.rb
. However, we have many internal gems within our monorepo and it just occurred to me that it would be cool to have a configurable cop that enforces one or the other.
Describe the solution you'd like
A cop that checks to make sure you have a Gemfile
or a `gems.
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
Context
I've create a custom action that redirect to cart page with a success flash, but page open no-product-available
modal
Expected Behavior
Show modal only if applies
Actual Behavior
Cart page open a modal if there are a flash, no matter if is success or error
Possible Fix
Fix this view https://github.com/spree/spree/blob/a7f7114d3237ad214aacc9fe96d1676f1c115976/fron
-
Updated
Aug 14, 2021 - Ruby
-
Updated
Aug 3, 2021 - Ruby
-
Updated
Aug 16, 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.
- asimov
- automysqlbackup
- bitlbee
- burp
- cassandra@2.1
- cassandra@2.2
- davmail
- dbus_name
- ddclient
- elasticsearch
- elasticsearch@6
- h2
- h2o
- haproxy
-
Updated
Dec 13, 2020 - Shell
Action Dispatch comes with host authorization, a security feature that can be enabled in production by populating
config.hosts
. The DNS rebinding attacks it protects against aren’t covered in the security guide. The guide should cover the relevant security issues, how to protect against them at the app level withconfig.hosts
, and how reverse