Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Very low speed in executing Rails commands

Rails 3. How to create more than one new resource in one page?

ruby-on-rails ruby forms

In Ruby, can I pass each element of an array individually to a method that accepts *args?

ruby-on-rails ruby

<echo> ant task equivalent in rakefile?

ruby ant echo rakefile

How to use the 'where' method from 'ActiveRecord::QueryMethods' in order to limit searching?

Right/Left mouse click on screen in watir webdriver

ruby watir-webdriver

How to get a text from HTML using Watir?

Testing after_create with rspec

Zip a string in memory Ruby

ruby-on-rails ruby

how to read image file in ruby

ruby

ruby-2.0.0-p247 is not installed

Why do I get a syntax error using the ternary operator?

ruby ternary-operator

How to split "f.date_select" into 3 select boxes manually?

Find string nearest to character 250, and split

ruby string

How to implement `upsert` for PostgreSQL in ActiveRecord?

Why Symbol#to_proc has such type of behaviour?

ruby

Short-cutting version of `select` for no more than n matches

ruby lazy-evaluation

Handling 405's in Sinatra

ruby sinatra

Ruby Way of Nested If Statement

ruby