Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby assignment methods [duplicate]

ruby

In Ruby, how do I combine sleep with gets? I want to wait for user response for 1 min, otherwise continue

ruby timer sleep gets

creating a ruby File object from Magick::Image

ruby rmagick rest-client

Ruby on Rails2.3.8: Unit Testing: Rails/Ruby has setup to run before each test. What about a method that runs before all tests?

Prevent JSON pretty_generate from escaping Unicode

ruby json unicode utf-8

How to make custom _url helper in Rails 3?

Calling super from a class method

ruby

Selenium2 WebDriver Ruby => how click on a hidden link

Rails 3: Polymorphic liking of Entities by User, how?

Looking for a good wiki platform for Rails

ruby-on-rails ruby wiki

Notification bar in Ruby on Rails

Adding an onclick option to link_to method in rails?

What does Unicorn consider to be "fast" and "slow" requests?

ruby rack unicorn

Custom filtering of parameters in rails 3 using config.filter_parameters

Will Paginate: Limit number of results

Terminal color in Ruby

ruby bash shell colors terminal

Ruby zerofill a string

ruby printf ruby-1.9.2

Cucumber, capybara and selenium - Submitting a form without a button

How to redirect a user after registration when using Devise?

ruby-on-rails ruby devise

Why does array.slice behave differently for (length, n)

ruby arrays