Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Runtime changing model with mongodb/mongoid

Ruby Block Syntax Error [duplicate]

How to get full belongs_to object in json render?

ruby-on-rails ruby

How to Stub out Warden/Devise with Rspec in Capybara test

How can I extract a URL with non-English characters from a string?

get controller and action information from url in rails

Where is Float#to_d?

ruby

Refer to method in module with same name as class

ruby

undefined method `configure' for Savon:Module

ruby gem savon

Use variable defined in config.rb in scss files

css ruby compass-sass sass

Chef - create template with dynamic variable?

ruby chef-infra knife

How do I parse YAML into a hash/object?

ruby yaml

How to square each element of an array in Array class in Ruby?

arrays ruby perfect-square

Converting String to Date before save with Rails

YouTube API v3 with OAuth2: update and delete fail with "Insufficient Permission" error

ArgumentError: Factory not registered

Regex match unescaped quotes

ruby regex

Why do some Ruby methods need a bang and others don't to be a destructive method?

ruby methods

What is this notation in rspec: it { is_expected.to ... }

ruby rspec

How to use next with inject in ruby

ruby-on-rails ruby