Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Count how many times a method can be called until it returns nil

ruby

One-line `if` return statement with two actions

ruby coding-style

Explanation of the @ variables inside Rails models

How to properly debug with Capybara/Poltergeist?

ruby capybara poltergeist

Understanding Rails Instance Variables

ruby-on-rails ruby

How does Ruby's array work?

arrays ruby

How to parse JSON response in Ruby

json ruby

Generating random number of length 6 with SecureRandom in Ruby

How to install Nokogiri with Rails on Ubuntu 16.04

ActionController::InvalidAuthenticityToken in Rails 5

ruby-on-rails ruby

How do I always round a number down in Ruby?

ruby numbers integer fixnum

Ruby number equal?

ruby

Multiply each item in an array by each item in another array

arrays ruby

Bundler works when .rb file called directly, fails when called via exec from other ruby script

ruby rubygems bundler

How can I return true only if one of a set of strings matches?

regex ruby

simpler way to modify a string

ruby-on-rails ruby rspec

Ruby Rails Time.change not working as I would expect...I have checked the docs!

Is it wrong to not implement all REST actions in Rails controller?

is there an objective-c "equivalent" to ruby's send method?

iphone objective-c ruby

How do I find a integer/max integer in an array for ruby and return the indexed position?

ruby