Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Slim format for table

ruby ruby-on-rails-3

Is there a way to check what's inside method's code in Ruby or even modify it?

jquery-ui asset not found. How to incorporate assets from rails pipeline into jquery-ui css?

Why am I getting a "C compiler cannot create executables" (successfully written C code prior to this and compiles that)?

ruby osx-lion

How can I transform rows into repeated column based data?

bash: spec: command not found

ruby rspec

How to set the locale inside an Ajax call in Ruby on Rails?

In Ruby can data interpolated into a string cause the string to terminate?

Difference in `Array#to_s` in Ruby 1.8 and Ruby 1.9 [duplicate]

ruby arrays ruby-1.9 ruby-1.8

why doesn't this work: x.map(&:+"A") [duplicate]

ruby ruby-1.9 ampersand

What does |f| do in Ruby? [duplicate]

ruby-on-rails ruby model

Generate QR codes with a logo or having background colors in Ruby

ruby-on-rails ruby qr-code

NameError: undefined local variable or method `params' for main:Object

How can I use the rails console in a non-rails project?

How to properly use lookahead in Ruby Regex?

ruby regex

how to set visible .gitignore in IDE Aptana Studio?

ruby-on-rails ruby git aptana

Ruby on Rails - Active Record Query - Return items that only have an image

Endless scroll pagination in ruby on rails with one query per page?