Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to test stdin for a CLI using rspec

Gemfile - separating Production gems from Development gems

Ruby count # of matches in string from array

ruby

How to run Rack-based application (not Rails) with Unicorn

ruby rack unicorn

How to call silence! on dalli cache_store?

ruby-on-rails ruby dalli

Is that a variable a Symbol, a Method, why does this have a colon and that doesn't?

ruby-on-rails ruby

How to properly close a HTTP connection in Ruby

ruby http

Intersecting non-empty arrays

ruby

Accessing view helper methods from Capybara rquest specs

Make a rake task fail if system call return error

ruby rake rake-task

foreman start with a manual path

ruby heroku foreman

Why can't IRB locate the file to "require"?

ruby

How to set the value to null through rails model?

Gravatar image not displaying although URI correct - Ruby on Rails

ruby-on-rails ruby gravatar

Variable scope and order of parsing vs. operations: Assignment in an "if"

Ruby variables' visibility

ruby

override the "=" operator in ruby

ruby

Convention for naming Ruby exceptions

How to override require in Ruby?

ruby

unique permutations for large sets

ruby algorithm