Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to split a string by colons NOT in quotes

ruby regex csv

Ruby "Enum" Comparison

ruby

Ruby on Rails. There is no script folder in the project

Add images to fetch in a queue then grab them

ruby multithreading

S3 creates signed URLs for items that do not exist

how do I refactor code that is calling multiple methods on the same object?

ruby

Testing @current_user method using RSpec

Can rspec output the value that made a test fail?

Devise gives error while running devise:install in rails application

ruby-on-rails ruby devise

Mutating version of tap -- or a way to pipe expressions?

ruby

Rbenv and two versions of the Heroku client

ruby heroku rubygems zsh rbenv

How to get constant name by filename

ruby

How could I build a basic 'English calculator' in Ruby?

ruby oop method-chaining

Ruby rack app on 1 CPU - how many processes should I run?

module_function for Ruby Class

ruby

ruby and references. Working with fixnums

Is there any way to avoid combining many tests into one example, when using mocks?

ruby tdd rspec

Subtracting dates in ruby

ruby date datetime time

How can I make this Ruby method more beautiful?

ruby-on-rails ruby

How simulate system users for testing file system interactions in ruby?

ruby rspec tdd