Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why openssl on windows produces error but not on centos: PKCS12_parse: mac verify failure (OpenSSL::PKCS12::PKCS12Error)

ruby openssl

Can't get page data from Jekyll plugin

ruby jekyll liquid

Adding Bootstrap icon to button in Ruby on Rails

REST API document generation

ruby-on-rails ruby rest

Understanding ruby quine

ruby heredoc quine

Unicorn CPU usage spiking during load tests, ways to optimize

Dynamically include module into Model at runtime?

Issues installing Ruby and Rails and DevKit on windows 7 x64 - fix needed

ruby-on-rails ruby devkit

Ruby Single versus Double Quotes

ruby-on-rails ruby

What do the one-letter prefixes in Ruby error messages mean?

ruby

How do I query for item with non-empty array with mongoid?

ruby mongodb mongoid

git: export from bitbucket and import github (w/ commits)

ruby git github bitbucket

How can I display a translation of a database column name as a table heading in a view, Rails 3

Ruby: given a date find the next 2nd or 4th Tuesday

ruby-on-rails ruby date

Fast (Rspec) tests with and without Rails

ruby rspec tdd stub load-path

Errors Attaching Tempfile to Email in Rails

How to set the port in HTTParty

ruby ssl httparty

Write in an existing Excel .xls file which contains macros

gruntjs vs yeoman vs guard [closed]

Can I enforce arity on a block passed to a method?

ruby lambda proc