Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

Rails - before_filter undefined local variable

Ruby: Generate Google Protobuf TimeStamp from Ruby?

Hiding a div while user is logged in in rails

ruby-on-rails ruby session

When / why would I ever want to raise an exception on a method?

ruby-on-rails ruby

How do I modify a Ruby class?

ruby

how to deal with a multiple select list with custom html attributes?

Comparing a handled RuntimeError in Ruby

ruby exception

How do you log the callback methods being called?

Authenticate Devise User Before Accessing Omniauth Routes