Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to stub a method that is called in initialize method

ruby rspec

In Ruby, how to UTF-8 encode this weird character?

ruby encoding utf-8

Get model for current controller

ruby-on-rails ruby

ruby sass-rails gem and heroku push error

Modifying SOAP XML namespace with Savon gem

Ruby - create methods with a dynamic names in a loop

ruby-on-rails ruby

How to add a scope for multiple enums in rails

ruby-on-rails ruby enums scope

Get path to capistrano shared path from ruby

undefined method `before' for main:Object

ruby rspec serverspec

Ruby/Rails: How can I display a number in scientific notation?

ActiveAdmin conditionally displaying columns

Why use splat operator to create a Hash?

ruby

Searching array of objects for item in Ruby

ruby-on-rails arrays ruby

Use of underscores with splats in Ruby

ruby-on-rails ruby splat

What's the ruby & operator in Elixir?

ruby elixir

Ruby - cleanest way to return a value if truthy, or execute arbitrary code

ruby performance idioms

Why doesn't "g controller" also create view file?

current user id saved from _form or controller

ruby-on-rails ruby devise

Solidus Installation Failure

ruby-on-rails ruby spree

Ruby: DRY class methods calling Singleton instance methods [duplicate]

ruby delegates singleton