Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I check if a string ends with a particular substring in Liquid?

ruby jekyll liquid

Unary Ampersand Operator and passing procs as arguments in Ruby

ruby

Ruby DateTime: Get next 5:15pm (or similar)

How to model a mutual friendship in Rails

How to count RSpec examples filtered with :focus in a git hook?

ruby git rspec rspec3

Inspection Warning: Cannot find declaration for field

ruby rubymine

Rspec: test number of rows in CSV output

ruby-on-rails ruby csv rspec

Cannot run rspec with filter tags

ruby-on-rails ruby rspec zsh

Building and linking shared Tensorflow library on OSX El Capitan to call from Ruby via Swig

ruby macos tensorflow swig bazel

run selenium with chrome driver on heroku: `cannot find Chrome binary`

Ruby rubocop: how to freeze an array constant generated with splat

Mailchimp "invalid_grant" error

How do I get the row index after I do an .add_row using the axlsx gem?

ruby axlsx

Rails: An unhandled lowlevel error occurred. The application logs may have details

How can I set the expire time in Redis' ruby client when using mapped_mset?

ruby-on-rails ruby redis

Difference between require and load wrt to "load" and "execute"

ruby

How to deal with keyword arguments that happen to be keywords in Ruby?

Rails: link_to - passing a subdomain

Float Rounding Changes in Ruby 2.4

Ruby default assignment ( ||= ) vs Rescuing error

ruby if-statement