Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

on a has_many :through association, replacing conditions with lambda

Rails View Encoding Issues

Using external TTF fonts to generate PDF with Japanese text using prawn

ruby ruby-on-rails-4 cjk prawn

Reverse integer digits

ruby

How can I test memoization with RSpec?

Ruby 2.1.0 on existing Heroku application

Ruby: Keep console open after script execution

ruby console

RVM not recognizing .ruby-version

ruby rvm

Ruby 2.0.0, not 2.1.0 recommendation on Rails site?

Ruby %() vs. ""

ruby-on-rails ruby

Activeadmin and Paperclip : ArgumentError

Unary operators behavior

rails select_tag, how to generate dropdown list with json value and custom text from an array

How to use lotus router with Rack::Builder::map

ruby hanami hanami-router

Using remove_instance_variable vs. set to nil

ruby

Multiple links in a column using wice_grid Ruby On Rails

Capistrano 3 Permission Denied

NoMethodError in Ruby :: Custom Exception class

ruby ruby-on-rails-3

Sass::SyntaxError: File to import not found or unreadable: bourbon/bourbon

ruby rubygems sass rvm bourbon

Why is Kernel method looked up only when `send` is used?

ruby