Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Issue with Ruby gems (broken?) trying to get compass to work in npm

ruby macos gem installation

Ruby unescape HTML string

Check nil on multiple variables

ruby null

Ruby convert an Array to Hash values with specific keys

arrays ruby hashmap

Sass is not working & Can't install ruby-sass on macOS Catalina

Rails vs Ruby CGI [closed]

ruby-on-rails ruby cgi

How do you say something happened "x minutes ago" or "x hours ago" or "x days ago" in Ruby?

ruby time formatting

Adding pagination to index.html.erb in Ruby on Rails - Easy Question

What does this mean in Ruby language?

ruby splat

How to calculate number of chars common to two strings?

ruby

Ruby: How to replace text in a file?

ruby regex replace

puts statements for debug

How do i skip over the first three rows instead of the only the first in FasterCSV

How do I preserve case with http.get?

ruby-on-rails ruby

Shorter way to remove non-characters than gsub(/\d|\W/, "")

how do I play mp3 file?

HAML - how to display the value of a variable?

ruby-on-rails ruby haml

Rails and class variables

ruby

How do you find what week in a month a day is on?

ruby-on-rails ruby

Why is splat argument in ruby not used all the time?

ruby splat