Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

NameError: uninitialized constant Smtpapi

ruby-on-rails ruby heroku

How to save email to subscribers with checkbox?

Rails - Devise - Add profile information to separate table

ruby-on-rails ruby devise

Inserting an array into every nth element of another

ruby-on-rails ruby

How to wait for an element to load in page-object when using populate_page_with data_for?

Pushing to an array as a table column then saving the model [duplicate]