Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why is Array.count available in dev mode but not production?

ruby-on-rails ruby

xml diff in ruby? [closed]

xml ruby merge diff

Getting module of caller in Ruby

ruby reflection

Using ruby with databases, but without rails

Rails: Undefined method 'to_sym'

How to use ruby fibers to avoid blocking IO

ruby ruby-1.9

special string splitting in Ruby

ruby split

Execute code once Sinatra server is running

ruby sinatra

Ruby equivalent to "grep -C 5" to get context of lines around the match?

ruby regex grep lines

Why does ruby-debug say 'Saved frames may be incomplete'

Sharing a session between Ruby and PHP

jekyll - plugins support - how does it work?

ruby jekyll

Rails security on production server

ruby-on-rails ruby security

Seeing if a column value is updated

Rails doesn't recreate mysql views in the test database, even when config.active_record.schema_format = :sql

How I retrieve a 'standalone' symbol on Ruby's C extension API

In Ruby, how to be warned of duplicate keys in hashes when loading a YAML document?

ruby yaml

How do you specify a regex character range that will work in European languages other than English?

Post Redirect Get pattern in Rails

ruby-on-rails ruby

Escaping Line-Returns/End-of-Line in ERB templates

ruby formatting erb macruby