Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Dynamic namespaced controllers w/ fallback in Rails

ActiveSupport::Notifications should be async?

ruby ruby-on-rails-3

Is there a way to seek through a file without loading the whole thing into an array?

ruby

Find keep duplicates in Ruby hashes

ruby arrays hash

make fails during install of json-1.8.0 with unrecognized option '-arch' on OSX 10.8.4

ruby macos gem rvm

Rails: has_many through not returning correctly with namespaced models

Ruby ||= equivalent in Objective-C

objective-c ruby

Rails return all 404 and 500 errors as JSON

ruby-on-rails ruby json http

Bundler::RubyVersionMismatch: Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0

No route matches [DELETE] for nested resources

Read compressed csv file on-the-fly

ruby csv bzip2

Ruby on Rails nested routes with has_one association

Detect that code run by RSpec, Ruby

Rails elasticsearch aggregation

Split an array into multiple arrays in random order - Ruby

ruby arrays random slice

How to rename a key in a hash if it exists

ruby hashmap hashtable

Why are global methods allowed to be defined outside of a class in Ruby?

ruby object

Error with sqlite3 when running bundle install

Create a JSON having dynamic hash keys with jbuilder

Getting the indexes of duplicate elements in arrays (Ruby)

ruby arrays duplicates