Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

wicked_pdf shows unknown character on unicode pdf conversion (ruby)

How to do a negative lookbehind within a %r<…>-delimited regexp in Ruby?

ActionView::Template::Error: 785: unexpected token at ''

webrat autofilling form fields

Is the Visitor pattern useful for dynamically typed languages?

Weird behavior of defined?(super) check

ruby metaprogramming

Better autocomplete in VIM

Extend module & class variable access?

ruby

Is it still possible to use test-unit in rails 4?

Looking for recommendation on how to convert PDF into structured format

How to use jquery-fileupload for nested attachments?

Stub ActiveRecord::Relation with ActiveRecord objects

ruby popen3 -- how to repeatedly write to stdin & read stdout without re-opening process?

ruby popen3

FactoryGirl factory for namespaced class

Multiple environments for Ruby application

How to periodically fetch/update value in rails?

What does a class definition inside a class << self do?

ruby

select2 not saving input for Edit

With bundler, what's the best way to tell if a gem is "requirable"?

ruby rubygems bundler

How to prevent problems with `return` from block when using Ruby `yield`

ruby yield