class Fixnum
def fixed_width w
to_s.rjust w
...
Ruby On Numbers with leading spaces
by Omer Jakobinsky,
November 01, 2010 21:27
class ProductsController < ApplicationController helper_method :sort_column, :sort_direction ...
Ruby Moving Code from Controller...
Hi all,
I know that the c...
<% if I18n.locale == :pl %>
<%= link_to 'PL', { :locale => :pl }, :class => "language_selected" %> | <%= link_to 'ENG', { :locale => :en } %>
<% else %>
...
Ruby Language Selection
Hi, I'm sure this is the mo...

you can try this one out as...