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 22,566 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Ruby
A curated awesome list of lists of interview questions. Feel free to contribute!
-
Updated
Oct 12, 2020
-
Updated
Oct 13, 2020 - Ruby
We have currently simple GitHub page, but we need to think about it's update with some better design.
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
Flexible authentication solution for Rails with Warden.
-
Updated
Sep 29, 2020 - Ruby
Vagrant is a tool for building and distributing development environments.
-
Updated
Oct 13, 2020 - Ruby
The Ruby Programming Language [mirror]
-
Updated
Oct 14, 2020 - Ruby
Currently register looks like:
private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
if (annotated != null) {
guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
substitutions.put(annotated,
A privacy-aware, distributed, open source social network.
-
Updated
Oct 6, 2020 - Ruby
-
Updated
Sep 30, 2020
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
Is your feature request related to a problem? Please describe.
Gemspec/RequiredRubyVersion enforces that gemspec.required_ruby_version is set and then complains that it differs from TargetRubyVersion in .rubocop.yml even if it is not specified in .rubocop.yml.
Having to specify TargetRubyVersion in .rubocop.yml in addition to gemspec.required_ruby_version duplicates the information.
Spree is an open source E-commerce platform for Rails 6 with a modern UX, optional PWA frontend, REST API, GraphQL, several official extensions and 3rd party integrations. Over 1 million downloads and counting! Check it out:
-
Updated
Oct 13, 2020 - Ruby
Simple, efficient background processing for Ruby
-
Updated
Oct 7, 2020 - Ruby
-
Updated
Oct 1, 2020 - Ruby
Fluentd: Unified Logging Layer (project under CNCF)
-
Updated
Oct 13, 2020 - Ruby
-
Updated
Oct 5, 2020 - Shell
The administration framework for Ruby on Rails applications.
-
Updated
Oct 14, 2020 - 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


I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.
Error:
Example: