Jason Perrone
Jason Perrone
We've been using the delocalize gem since Rails 3.1. I just upgraded to Rails 4.2 and delocalize 0.4.0 was broke so I decided to go ahead and upgrade to the...
In my app, I invite people solely by their email addresses. I don't have other information on them, like First Name and Last Name, which are required on my resource....
### Background Brakeman version: 4.7.1 Rails version: 5.1.6 Ruby version: 2.4.2 #### False Positive *Full* warning from Brakeman: Confidence: High Category: Command Injection Check: Execute Message: Possible command injection Relevant...
I thought that the placeholders would be set as actual placeholders, not the value of an element. So what happens is if I edit something and don't even enter a...
Looks like it's going after a branch named master that doesn't exist, the branch is named main: ``` Rubygems Adding Thin into Gemfile... -------------------------------------------------------------------------------- gemfile thin gemfile mocha gemfile rails-controller-testing...
It seems clear that logrotate's strategy when rolling a log file is to copy the current log to a new file, zero out the current log file and then resume...
Alright, look, libxmljs2 rocks and I need to get it working. We're on Redhat 8 with a glibc locked at 2.28. I can't figure it out, but some dependency in...
xml2js version 0.4.23. Given this code: ``` const builder = new xml2js.Builder({tagNameProcessors: [upperMe]}); return builder.buildObject(myObj); function upperMe(name) { return name.toUpperCase(); } ``` The upperMe function does not get called.
This bug is a reopening of #840 which I absolutely agree is a bug with google-map-react. It happens in transform.js:pointLocation(). For whatever reason, if it's working on a point in...
**Describe the bug** Getting this error in the logs after upgrading to Rails 7.0.4/Ruby 3.1.2: App 22211 output: E, [2022-10-17T14:58:11.000405 #22211] ERROR -- : coverage failed to store App 22211...