Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby on Rails. Uninitialized constant

How do I call a JavaScript function from an html.erb

ruby-on-rails ruby

How to shuffle an array the same way every time?

arrays ruby shuffle

How to get the name of the calling alias method?

bundle error on OS X

Set a default Ruby version for a specific directory (RVM)

ruby macos unix directory rvm

Converting seconds into hours only using Ruby in-built function - except the days

ruby: wrap each element of an array in additional quotes

ruby-on-rails ruby

Converting snake case to normal sentence in Ruby

ruby-on-rails ruby

Jekyll: Operation not permitted @ apply2files

ruby idiom: predicates and the conditional operator

What regex can I use to get the domain name from a url in Ruby?

ruby regex

RESTful file uploads with CarrierWave

Calling super from module method

Modify Self, Ruby

ruby

Michael Hartl Rails Tutorial chapter 7 error Action not found in UsersController

Ruby Remove first index of an array

ruby arrays

how do I add N days to time T (accounting for Daylight Savings Time)?

ruby time

How to get an array of maximum values between two arrays

ruby

How can I avoid the console output when assigning a value to a variable in Ruby

ruby irb