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 17,428 public repositories matching this topic...
-
Updated
Aug 20, 2020 - Ruby
-
Updated
Aug 21, 2020 - 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
-
Updated
Aug 20, 2020 - Ruby
-
Updated
Aug 21, 2020 - Ruby
-
Updated
Aug 22, 2020 - Ruby
-
Updated
Jul 10, 2020 - 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
I think Style/IfUnlessModifier doesn't correctly handle the case when there is a first-line comment (right after the if keyword) AND some code right after the end keyword. If you correct this code with rubocop -a it would put the comment right after the end keyword, before the code that was there previously. This basically makes the code invalid after correction.
This probably can be
-
Updated
Aug 22, 2020 - Ruby
-
Updated
Aug 19, 2020 - Ruby
-
Updated
Aug 20, 2020 - Ruby
-
Updated
Aug 21, 2020 - Ruby
-
Updated
Aug 20, 2020 - Ruby
See license checklists: A–M and N–Z
Generated with https://gist.github.com/SeekingMeaning/50af414bbfb240aba2de1700798923ef
Valid license list: https://spdx.org/licenses/
-
Updated
May 30, 2020 - Ruby
-
Updated
Aug 4, 2020 - Ruby
-
Updated
Aug 21, 2020 - Ruby
-
Updated
Aug 21, 2020 - Ruby
-
Updated
Aug 14, 2020 - Ruby
-
Updated
Aug 6, 2020 - Ruby
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: