Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to generate coordinates in between two known points

Making Ruby Net::HTTP::Get request with cookie

ruby-on-rails ruby cookies

Convert date range to array of weeks and months

ruby-on-rails ruby date

What is prefered way to loop in Ruby?

ruby for-loop each

How to select unique elements

ruby arrays uniq

When to use Devise vs. Creating my own Authentication

Parse a PDF document with ruby

ruby parsing pdf scripting ocr

Running Ruby Sinatra inside a Docker container not able to connect (via Mac host) or find commands (in different scenario)?

ruby sinatra docker

How can I add a column to a CSV file?

ruby csv

How to check whether a File exists [duplicate]

ruby path pathname

How do I setup the ruby SDK in IntelliJ IDEA?

Ruby regular expression non capture group

ruby regex

Capybara can not find element by id

ruby cucumber capybara

Skip after_commit on destroy in rails

How to implement private inner class in Ruby

ruby class private-class

Ruby version >= X is incompatible with current version

ruby-on-rails ruby linux

What is the best way to read the Rails session secret?

ruby-on-rails ruby session

Where is Time.advance documented?

ruby api time

Syntax Highlighting

ruby syntax highlighting

Why is it "wrong to require rubygems"?

ruby rubygems anti-patterns