Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Unknown Attribute when importing from CSV

Best way to find nested opening and closing tags

ruby

Create array from ActiveRecords Association CollectionProxy

Pick "least congested" number in a Ruby array

ruby

Migrating from clear password storage to authlogic

rails helper function to return the most recent date

Braintree payment gateway: Dealing with "payment_method_token"?

Perl like anonymous subroutines in ruby

ruby perl

JRuby/Windows and (native) extensions how do I distinguish them?

ruby rubygems jruby

What is the best way to write a rakefile to run commands in windows?

Is it okay to call a private method of a parent class's subclass from a module which is included in the parent class in rails?

ruby-on-rails ruby

Rails test ok but when running with guard they fail

Human Height Dropdown for Rails

Using mixins vs calling a method directly

ruby

Ruby subprocess with node.js

What object is in play for instance variables (i.e. what is self) in Cucumber step definitions?

ruby cucumber

how do I dynamically generate multiple HTTP mock responses with VCR for Ruby/RSpec?

ruby rspec yaml erb vcr