Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Packaging a read-only data file with a Ruby gem

ruby rubygems constants jyaml

Create a tempfile without opening it in Ruby

ruby temporary-files

Get wrong number of arguments (2 for 0) when running Rspec Test using get and delete

Ruby: How can I convert an array of data to hash and to json format?

ruby

Understanding id_partition in Paperclip

Subtle difference between sort and sort_by

ruby sorting

Devise get user by reset_password_token

How to do complex querying with logical operations by using searchkick

Ruby on Rails: if current page? is homepage, don't show form

ruby-on-rails ruby

How to get a Selenium/Ruby bot to wait before performing an action?

How to make LIKE clause case-insensitive?

OpenSSL error installing Ruby 2.1.x and 2.3.x on Archlinux with ruby-install/ruby-build

ruby ssl archlinux

What IDE to use for developing in Ruby on Rails on Windows? [duplicate]

ruby-on-rails ruby ide editor

Persisting an environment variable through Ruby

Private/Protected block in Ruby?

ruby access-specifier

Why is Gosu hiding my mouse pointer?

ruby graphics mouse libgosu

Sinatra Variable Scope

ruby sinatra scope

Converting HTML to content_tag in Ruby on Rails

html ruby-on-rails ruby

Using Ruby CSV to extract one column

ruby csv

HTTPS request using Net::HTTP's block form -- is it possible?

ruby ssl https net-http