Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rendering a JSON object of a join-model and its associated models

RoR - Which is preferred - Rack Middleware or Active Controller Filters?

Rails 4 SQLite3::ReadOnlyException: attempt to write a readonly database

rspec stub to allow [hash_key] to be passed

ruby rspec

Jbuilder Partial With Path

How to mark a class as Deprecated in Ruby?

ruby deprecation-warning

Rails "action" params key conflict

Error installing gems: cannot load such file -- zlib

ruby gem

Rspec: Validation failed: Name has already been taken

What do the colors of output in rails console and Rails server log mean?

What's the difference between 'bundle exec jekyll serve' and 'jekyll serve'?

ruby jekyll bundler

How to test HTTParty API call with Ruby and RSpec

ruby rspec httparty

Ruby language curious integer arithmetic : (-5/2) != -(5/2)

ruby integer

Ruby "is" equivalent

python ruby

Reimplement ASP.NET Membership and User Password Hashing in Ruby

How do I compile Readline support into Ruby

ruby readline irb

Ruby whitespace: Is { :a => 1 } better than {:a => 1}? [closed]

ruby formatting whitespace

Rewrite simple ruby function to use a block

ruby function yield

Ruby refactoring in Vim

ruby vim refactoring

Can someone please explain class << self to me?

ruby-on-rails ruby