Jorge Daniel Sampayo Vargas
Jorge Daniel Sampayo Vargas
Hello! — I had an error trying to connect to a Rails server using certbot as HTTPS provider. In order to connect from the client, I had to use: ```...
Hi, in User model it is described that we add: `Notifier.deliver_password_reset_instructions(self)` However, the method in Notifier is described as: `def password_reset_instructions(user)` missing the `deliver` word. Should be on User: `Notifier.password_reset_instructions(self).deliver_now`
### Content-Type - If the `Content-Type` header is `nil` an error is generated trying to extract the first element of the expected `Array`. - The preview needs that the `Content-Type`...
Stand-alone ------------ For non Rails projects, you can create a single file that embeds everything, create in `mr_video.rb`: ```ruby begin require "bundler/inline" rescue LoadError => e $stderr.puts "Bundler version 1.10...
Scope the variables `graph`, `options` and `data_table` to the window object, to make posible the update of a graph dynamically from external sources Use cases: - Update third column of...
If you publish your resume with password access and then you republish it without password, the PDF version still asks for password and after you write it, it shows this...
If the suffix is present on the family name it does not resolve, example: ``` Namae.parse 'DOMINIC G LEWIS JR' => [#] Namae.parse 'LEWIS JR, DOMINIC G' => [] ```
I have an old website using 3.3.6, adapted your copy to it, if you want to add it: ``` XS SM MD LG ```
Hello, My status bar in Ubuntu is gray and I can barely see the icon. I see in the sourcecode that there are various systray icons but can't find in...
# Environment AWS Lambda Ruby 3.4 (Amazon Linux 2023) (upgraded from Ruby 3.2 Amazon Linux 2) puppeteer-ruby gem version 0.45.6 # Problem Description After upgrading the Lambda runtime from Ruby...