Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

ruby mailgun send mail fails with 400 bad request

ruby mailgun

Not sure how to generate an ECDSA signature, given a private key and a message

EC2 instance is out of service in loadbalancer

How can I set global RSpec metadata?

ruby rspec

What’s the purpose of Nokogiri in Rails?

ruby-on-rails ruby nokogiri

Google Calendar incremental sync with initial time_max

Getting "Ole::Storage::FormatError: OLE2 signature is invalid" when trying to get content out of a Word doc

Schedule an ActiveJob in Rails

self.included – including class methods from a module in Ruby

ruby-on-rails ruby

ruby include method name collision

ruby

How to properly render nested comments in rails?

ruby-on-rails ruby erb

ArgumentError: SMTP To address may not be blank: []

Visual Studio Code (Ruby) uncaught exception - cannot load such file

Bundle can't find gem that is clearly installed

ruby rubygems bundle

How can I start the rails server in parallel with the webpack server so that I can kill both at the same time?

Opening an RSA private key from Ruby

Ruby/Rails and Sharepoint Web Services

How to create a sortable interface with 'acts as nested set' in RubyOnRails

rake spec not using the rails environment

ruby-on-rails ruby rspec rake

how to implement curry(partial function) in ruby

ruby currying