Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Bing Search API in Ruby

Ruby .each efficiency

How would you express an idiom "with this object, if it exists, do this" in Ruby?

ruby

Composite primary keys in ruby on rails

Is it common to set objects to nil?

ruby

Extend module inside another module

ruby

How to create an RSpec Rake task using RSpec::Core::RakeTask?

ruby rspec rake

How to test order-conscious equality of hashes

attr_accessor which transforms nil into string on write

ruby

Ruby markdown interpreter with syntax similar to GitHub Flavored Markdown?

How can I get all defined classes? [duplicate]

ruby

Configuring issue when install a version of Ruby with RVM

ruby linux rvm debian

Accidentally created a git submodule

Ruby test for "\0" null?

ruby null string

CarrierWave - PDF - Only choose the first page

What is Ruby's analogue of Python's variables, undeclared in the class definition?

python ruby

Ruby - source code - coding style

c ruby coding-style

Is there an rspec matcher to confirm a class includes a library, module or gem?

ruby rspec

Ruby regexp to match comma, but ignore comma in brackets

ruby regex

What is the origin of `%i` notation? [closed]

ruby syntax