Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Differences between [1,2,3].to_enum and [1,2,3].enum_for in Ruby

ruby enumeration enumerable

undefined local variable or method "articles_path"

ruby-on-rails ruby routes

Rails 4.1 and Bootstrap 3 glyphicons are not working

Understanding "attribute_will_change!" method

Is there a Ruby method to grab the ones/tenths/hundredths place for an integer?

ruby

RSpec - unable to stub class private method

ruby rspec rspec3

Ruby capture stderr output from bash script execution

ruby-on-rails ruby bash stderr

Does the standard ruby logger have an "ignore" input?

ruby logging rspec

NoMethodError: undefined method ascii_only? - Error with mail 2.5.4 and rails 4.0

How do I push an object to an array x amount of times with Ruby?

ruby arrays

gem install pg error: couldn't understand kern.osversion `14.0.0' on Yosemite w/ Ruby 2.1.5

ruby macos postgresql gcc

How to print the instance variables of a ruby object

Upgrading to Rails 4.2 issues

How to get the index of a key in a ruby hash? [closed]

ruby hash

Why does `gsub!` return `nil`?

ruby string gsub

Selecting first and last elements of an array in one line

arrays ruby

Using Ruby OpenSSL to download and read certificates

ruby ssl openssl

Is the current Ruby method called via super?

How do I display an ascii art string in ruby?

ruby ascii

Rails console can't connect to database but rake tasks can