Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails.root filepath wildcards

Use hash select for an array

ruby

Ignore 'read-only' column in creates and updates in Ruby ActiveRecord

ruby activerecord view db2

Side effects of redefining $stdout and $stderr in a Rails app

How to POST data in Rack::Test

ruby sinatra rack

How can I set up a dependency to a Ruby library which doesn't exist at the time Chef loads recipes?

Why is IO::WaitReadable being raised differently for STDOUT than STDERR?

ruby io pipe popen

HMC SHA1 hash - C# producing different hash output than Ruby

c# ruby encryption sha1 hmac

Rails3 How can I use :params in named scope?

Testing pure Ruby bin/my_app.rb application with RSpec?

ruby testing cucumber bdd rspec2

Mongoid `group()` conditions

What are the best ways to run a Ruby script as a subprocess/another thread from Sinatra?

ruby heroku sinatra

What is the dominant style for parenthesization of Ruby function calls?

Best way to build a multiple filter in rails

ruby-on-rails ruby filter

Sinatra Url '/' interpretations

ruby url sinatra

Rails 3 find_or_create_by

Programming on a remote machine [Eclipse - ruby]

ruby eclipse eclipse-plugin

Does ruby have an identity function, i.e. x.fn == x, for all x?

ruby

Rails 4 + Devise: Invalid route name, already in use

ruby-on-rails ruby devise

Intermingling attr_accessor and an initialize method in one class