Skip to content
#

ruby-gem

Here are 1,249 public repositories matching this topic...

nokogiri
DariaNico
DariaNico commented Apr 20, 2020

Mission Statement
Before anything else, I've found a fix to my nokogiri installation problems. I just wanted to submit this issue to update the documentation to help others who might run into this specific installation problem.

I'm running a fresh install of Ubuntu 18.04 and was in the process of setting up my dev enviroment. When I tried to gem install nokogiri it failed, even after fol

jeduardo824
jeduardo824 commented Jul 18, 2019

After facing an issue caused by Ransack interpreting 1/'t' as true and some unsuccessful research, I found about the sanitize args and the recommended way to skip them. The documentation never mentions that ransackable_scopes_sanitize_args must be a class method and the example shown defines an instance method.

I think that's worth a documentation update, making more clear how to use th

justin808
justin808 commented May 1, 2020

https://github.com/shakacode/react_on_rails/blob/master/docs/basics/recommended-project-structure.md

Instead, let's consider recommending leaving package.json and node_modules at the top-level...

There are no big advantages of having this be inside of the /client directory and there are a few additional bits of unnecessary complexity.

@ashgaliyev please add to this discussion.

brunson
brunson commented Oct 11, 2017

In the policy definition below description has an embedded newline and the generated terraform is invalid.

resource "aws_iam_policy" "my_policy_name_role" {
    name        = "my_policy_name_role"
    path        = "/"
    description = "This is the first line of the description followed by a newline
This is on a separate line"
    policy      = <<POLICY
[policy truncated for brevity
ziaulrehman40
ziaulrehman40 commented Mar 28, 2019

I ran into a situation where there was a stupid mistake in one of our cron and we didn't notice it.

I believe we do parse crons already in app to queue jobs in time. So why not complain if some crons contain errors, i.e are not parse-able. I believe they are silently ignore as of now.

If i can get some guidance i will be happy to contribute this. We may add a configuration to raise exception

licensee

Improve this page

Add a description, image, and links to the ruby-gem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ruby-gem topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.