Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Instance variable still references after 'dup'

ruby dup

Modifying the default hash value [duplicate]

ruby hash invisible

Instance variable initialization in Ruby

ruby metaprogramming

How to call a Class method dynamically in ruby

RoR character class regex

ruby-on-rails ruby regex cjk

Rails idiom for .present? and .any?

ruby-on-rails ruby

Cucumber: When to use tags/hooks vs backgrounds

ruby cucumber gherkin

calling classes in /lib from controller actions

What is a Rack - "no acceptor" error?

ruby rack thin

ActiveRecord query: where a field is not true

Change or update an attribute value during Rails ActiveRecord validation

Regex to match hashtags in a sentence using ruby

ruby regex twitter hashtag

How to use double brackets in a regular expression?

ruby regex syntax brackets

Date.new returns undefined method `div' for "11":String

ruby-on-rails ruby

Empty strings at the beginning and end of split [duplicate]

ruby string perl split

Zero or one association in ActiveRecord

HTML is read before fully loaded using open-uri and nokogiri

ruby nokogiri open-uri

Upload file through c# using JSON request and RestSharp

c# ruby json file-upload

ruby & rvm - how to install a "p" version of ruby

ruby rvm

Is it unconventional to define a subclass within it's parent class?

ruby