Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to add an instance method from inside of a class method which accepts a block to be executed in the context of the instance

Sinatra/Ruby - Internal Server Error: invalid byte sequence in US-ASCII. Caused by array with special characters

How to call ActiveRecord validators as instance methods (ala Sequel)?

Where can I read Ruby's File.open function?

ruby

How do I use String methods on UTF-8 characters?

ruby

How Do I Add Value To All Previous Values In Array

How can I write this so it's easier to understand?

ruby

Rails: too many methods in model

ruby-on-rails ruby oop

Ruby gsub to remove illegal characters in phone number

ruby regex gsub

Rails Console - Deprecation Notices After Updating Gems

ruby-on-rails ruby

Rails where not in array

` (backtick) is unexpected token

ruby bash

Rails rspec - how to check model for validation that has ", if: :direct" clause

Comparing time and datetime in Ruby on Rails?

ruby-on-rails ruby

split method name with regex and ruby

ruby regex

How to exclude pattern in <match> for fluentd config?

regex ruby kubernetes fluentd

Why does `a.is_a? Array && !a.empty?` raise NoMethodError?

What's the correct term for the lambda vs proc or Struct vs Class distinction?

ruby

Adding /usr/bin/gcc-4.2 to path - installing ruby

ruby-on-rails ruby bash rvm