Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I find the Rails module path for a method

Ruby sorting based on an if statement

ruby sorting

"Is my site down?" Howto

ruby web

Can't get rid of a Rails warning: "multiple values for a block parameter (0 for 1)"

ruby-on-rails ruby warnings

Passing block from one method to another

ruby proc

Spotify Token Swap ruby file hosting

python ios ruby spotify

Ruby on Rails method to calculate percentiles - can it be refactored?

ruby-on-rails ruby

How to display flash messages in rails service object

How can I check the last letter of a string?

ruby-on-rails ruby

Cant install rails on my brand new Mac OS X Lion 10.7.3

Ruby: getting character[n] from each element of an array of strings, strictly with array notation

arrays ruby substring

Building a routing API

ruby rest soa

Define a '<<' method for an attribute on an ActiveRecord object

[Ruby on Rails]couldn't find file 'jquery-ui/autocomplete' with type 'application/javascript'

In Rails, how do I delete all the objects in an array?

About the inject method: How does it work?

ruby

Follow up to changing Date format from Time.now to post.created_at

ruby-on-rails ruby datetime

Is returning nil or a boolean at the end of a method more performant than letting Ruby return the result of the last line of code?