Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How does `rescue $!` work?

ruby exception-handling

Mandrill API Templating

rbenv installing ruby checksum mismatch osx

ruby macos curl rbenv

undefined method `require_relative' for main:Object when running build from sublime

Rails: save file from URL and save it to Amazon S3

Fork WEBrick and wait for start

ruby process fork webrick

Sequel accessing many_to_many join table when adding association

ruby sequel

Rails - Specifiy Root Path w/ Custom URL: '/dashboard'

Single block AES decryption in Ruby

ruby cryptography openssl aes

Convert links from a string to clickable links using Ruby/Rails

ruby-on-rails ruby

Error requiring pg under rvm with postgres.app

ruby postgresql rvm pg

How can I wrap the text contents of an element with a new tag?

html ruby nokogiri

Including custom fonts in .fonts folder in heroku, seems not recognizing them

ruby-on-rails ruby heroku

ActiveRecord timezone without rails

ruby activerecord

Show error message in Flash alert Rails 3

Ruby parslet: parsing multiple lines

ruby lines parslet

DelayedJob ERROR: there is already one or more instance(s) of the program running

Why do I get a 404 error installing Ruby 1.9.3?

Localization of numeric number in Rails

How to make Ruby capture the syntax error in threads

ruby multithreading