Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails: route helpers for nested resources

capistrano-env file permissions

Arel AND clause and Empty condition

Why does the expression "a, b = 5" set a to 5, but b to nil in Ruby?

ruby-on-rails ruby

RSpec: Most accurate type for a service test

ruby unit-testing rspec

Procedural and Data abstraction in ruby

ruby oop abstraction

When to use implicit or explicit code blocks

ruby

Format integer to string with fixed length in Ruby

Run Rails Engine standalone

Axlsx merge cells based on row-column number like in Spreadsheet gem

What are the default gems of Mac OSX 10.11?

ruby macos rubygems

How to verify that IO.copy_stream was successful

ruby

Dynamically added instance method can not access class variable [duplicate]

ruby

In Ruby/Sinatra, how to halt with an ERB template and error message

ruby sinatra erb

Memory Model in Ruby

How to create customize view for rails admin?

Rails ActiveRecord conditional callback issue

ruby-on-rails ruby

How to create a git repository in memory?

ruby libgit2 rugged

Can the flipper gem return a count of enabled users?

ruby-on-rails ruby flipper

Add `Authorization Bearer` hash to Net::HTTP post request (Ruby)

ruby curl net-http