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 19,770 public repositories matching this topic...
Motivation
Hi, I've struggled (like a lot of persons it seems) with setting up github pages with shpinx. In particular, the way include works on folders/subfolders.
To solve the problem, I went to the documentation and looked how it was done in the default configuration [here](https://jekyllrb.com/do
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
-
Updated
Dec 31, 2019
A platform for community discussion. Free, open, simple.
-
Updated
Dec 31, 2019 - Ruby
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tool
Hello
Is there a way the public can see my gitlab activity from a given link?
Currently this link https://gitlab.com/akim shows an empty table...
http://prntscr.com/ib7c4m
But once I log in...
http://prntscr.com/ib79da
Flexible authentication solution for Rails with Warden.
-
Updated
Dec 31, 2019 - Ruby
A detailed description of the proposed feature
When upgrading a bottle, first download the new version, then remove the old one and, finally, install the new.
The motivation for the feature
When upgrading things, the thing being upgraded will be unavailable for some time, since its first removed and then the download starts.
I regularly run brew upgrade and keep working since it
Seeing you are happy to close issues and never respond to replies in closed issues, I am forced to open new issue. I'm going to be brief this time.
In hashicorp/vagrant@1b0148b you removed function argument, which broke vagrant-gatling-rsync plugin. This is not a fault of plugin, but you breaking API compatibility. Please respect semv
🚀 Feature Proposal
In the Java class RemoteWebDriver within the method:
protected Response execute(String driverCommand, Map<String, ?> parameters)
the execute command is wrapped around logs statements:
log(sessionId, command.getName(), command, When.BEFORE);
response = executor.execute(command);
log(sessionId, command.getName(), command, When.AFTER);
can this be changed
This issue has 2 parts
- Style/RescueStandardError isn't represented at all in the style guide
- In particular, https://github.com/bbatsov/ruby-style-guide/tree/2c0b4713794ea07a70ca4e1dee81405350fa7544#no-blind-rescues shows that
rescue => eis "good", but this line would fail against Style/RescueStandardError 's default of "explicit".
Since this cop has 2 choices (implicit and explicit
@Waithamai raised a valid concern about the 2fa instructions. These instructions are clear to people who are already familiar with how TOTP works. However, we may reach an audience of people who have heard that 2fa is a thing, but who not yet have a solid understanding about what it is and how it actually works.
I think we can do a better job at educating users. So let's do it.
<bountysource
The documentation should be updated to clarify the prerequisites for building Windows native images with GraalVM 19.3.
Comments on this ticket indicate that Visual Studio 2017 is required for the Java 11 version of GraalVM 19.3. Is this correct?
With GraalVM 19.2 and ol
Important: GitHub issues are for feature requests or bug reports. The Capistrano team recommends you use Stack Overflow for general questions. For more details, please see our contribution policy.
Steps to reproduce
Deploy an application to a remote hos
Whenever I try to install the sinatra gem, the first install hangs during:
"Installing ri documentation for sinatra-2.0.7"
I manually interrupt it, then do it again, and then it works.
I have no idea what causes it, but all the other gems and their ri
documentation do not have this issue.
I believe that there must be something special for sinatra documentation
done that causes this b
:gem: A collection of awesome Ruby libraries, tools, frameworks and software
-
Updated
Dec 31, 2019
This code "a" .class despite of being a valid ruby code, can be improved by removing the space.
I've searched the documentation in order to find something already implementing this, but haven't found nothing, just the style cops for dot position in the method chain.
Input:
"a" .class"
Expected:
"a".class"
This is not really a bug with Spree, more of an issue with image caching and using a CDN for images served through Rails 5.2 Active Storage, but I figured it might be useful to have a documented solution on this issue for other Spree users.
Issue
Active Storage is simple to set up and get working, but offers no out of the box solution for serving your public facing images through a content
Simple, efficient background processing for Ruby
-
Updated
Dec 31, 2019 - Ruby
As noted in #800 and evidenced by the HTTPSender class, the raw message payload example in the wiki is rcpt_to and mail_from keys.
I think it would be a good idea to mention the tee command, probably somewhere in the "Cat, Less, Tail and Head" chapter
Perhaps it is related to #1770.
So the README says that an example below will be normalized:
curl -H "secret_PassWord: swordfish" ...
But actually - it won't. If header name contains an underscore - in env it will remain as is and without HTTP_ prefix, and it won't appear in headers helper at all.
Check CONTRIBUTING guideline first and here is the list to help us investigate the problem.
Is your feature request related to a problem? Please describe.
I have a k8s cluster, fluentd and fluent-bit are running on k8s cluster. fluenld and fluent-bit can collect all k8s cluster logs and output to elasticsearch, But we have so
I wanted to ask if a migration guide was created for going from a 1.4.3 version to a 2.x version? If there is no migration guide, what non-passive changes were introduced that caused the 2.x version bump?
Complete YARD docs
Here are all the Faker classes that have been updated with YARD docs/need to be updated:
- Blockchain
- Aeternity (#1742)
- Bitcoin (#1553)
- Ethereum (#1553)
- Tezos (#1553)
- Books
- Book (#1553)
- Culture (#1553) - Still needs descriptions for the YARD docs.
- Dune (#1553)
- Lovecraft (#1553)
- Creature
- Animal (#1
We've received a good amount of feedback for formatting values instantiated within the page_entries_info method. Currently we don't have a concrete interface for the method and Kaminari users need to implement a decorator that's not intuitive. It would be helpful if the method sends a certain sed of messages to the collection object. I'm not sure what the interface should look like, but here i
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
-
Updated
Dec 29, 2019 - Ruby
Well, we need to check all the projects and remove outdated ones.
We declare this in the readme:
However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.
But, sadly at this moment, this project looks like a mammoth shit itself.
We really need to fix it. I think
https://edgeguides.rubyonrails.org/association_basics.html#the-belongs-to-association says:
However (unless I'm going crazy), this is not accurate, because
belongs_tocan also set up a many-to-one relationship as the other side ofhas_many. This is explicitly stated in [thehas_manysection of the same gui