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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Yukihiro Matsumoto
- Released December 21, 1995
Here are 19,249 public repositories matching this topic...
Motivation
I think you are missing an important piece of information in Collections documentation
Suggestion
Add a note that if the file does not have a Front Matter defined, it will not be registered by Jekyll custom collections.
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
-
Updated
Oct 27, 2019 - 321 commits
A platform for community discussion. Free, open, simple.
-
Updated
Oct 27, 2019 - 34 commits
- Ruby
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](https:/
Flexible authentication solution for Rails with Warden.
-
Updated
Oct 26, 2019 - 3 commits
- Ruby
A detailed description of the proposed feature
Provide an easy way to change brew's origin setting so people can use other source than github.
brew --config
HOMEBREW_VERSION: 2.1.15
ORIGIN: https://github.com/Homebrew/brew // easy way to change this
HEAD: 2bf8015bc44878d432fb9da4f11e1d8abcef8f32
Last commit: 6 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Current Vagrant documentation doesn't provide example of using netmask option when you want to configure IPv4 interfaces (only IPv6).
I would like to improve docs on this part to avoid confusion between IPv6 netmask (example: "64") and IPv4 netmask (example "255.255.255.0"): https://github.com/hashicorp/vagrant/blob/b886ec
This is in response to #7264, since we decided that PR is not the right way to do it.
I think we decided on: move the non-browser-specific tests out of the browser-specific test files.
So if the "chrome only" tests pass when using Firefox for instance, they should be moved to unit tests or into a common spec file of some kind.
A community-driven Ruby coding style guide
-
Updated
Oct 27, 2019 - 847 commits
Hi,
I am playing around a little with results of /contacs and the like.
When I send a well formed request to /aspect_memberships it usually returns something like
Content-Type:"application/json; charset=utf-8"
{"id":9833,"aspect":{"id":9989,"name":"aspects name"}}
(I don't know what 9833 is but 9989 is the aspects ID)
If I log out or did the authentication wrong or something l
So it seems there is a variable current_path which points to wherever :deploy:to/current symlink points. So after deploy:symlink:release it points to the current release.
Also there is a variable release_path that seems to point to the current release directory which is created by create_release task.
What
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
If the JSON configuration for allowed runtime reflection contains a class that is not on the class path, the tool tells me to verify that my configuration matches the schema:
error: Error parsing reflection configuration in /home/dsyer/dev/scratch/graal/reflect.json:
Class no.such.Object not found
Verify that the configuration matches the schema described in the -H:PrintFlags=+ output fo
:gem: A collection of awesome Ruby libraries, tools, frameworks and software
-
Updated
Oct 27, 2019 - 1 commits
Expected behavior
When I have keys and values of a Hash aligned I should not see this offense in Rubocop report.
Actual behavior
Gist with larger example hash: https://gist.github.com/roolo/580b5061003355e07f631cffbe2fea9c
user: current_user,
subscription: FactoryBot.create(:subscription,When I have hash like this, I am told I should _elements of a hash
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
Oct 25, 2019 - 3 commits
- Ruby
:zap: From finding text to search and replace, from sorting to beautifying text and more :art:
-
Updated
Oct 27, 2019 - 347 commits
- Shell
Expected behavior
If I go to the documentation site, and I see a feature documented, I should be able to use it or at least be informed about the series it was (or will be released).
Actual behavior
Features are documented in the website as soon as the land into master, but the release cycle is much slower.
How to reproduce
See #5497 for an example.
Fluentd: Unified Logging Layer (project under CNCF)
-
Updated
Oct 27, 2019 - 4 commits
- Ruby
⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps
-
Updated
Oct 24, 2019 - 1 commits
- Ruby
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
-
Updated
Oct 27, 2019 - 1 commits
- Ruby
Switched rails/rails#37485 to use
assert_changesbut it tries to circumvent minitest'sassert_equal nil, afterdeprecation warning by usingassertsidestepping minitest's diffing. So instead it spews out a massive amount of text which makes it hard to find where the change was.We should probably revert rails/rails@bbe437f