Displaying 2 results from an estimated 2 matches for "long_ordin".
Did you mean:
long_ordinal
2009 Jun 24
3
I18N: allocator undefined for Proc
Hello all,
I''m trying to translate my application using the I18N feature and it was
working fine until I added a couple of new entries to the en.yml files.
Now in every action in my application I always get the following error:
TypeError in Account#login
Showing app/views/account/login.rhtml where line #2 raised:
allocator undefined for Proc
Extracted source (around line #2):
1:
2:
2008 Aug 25
2
maths not working (can't get this)
...#39;course_duration'', 1..52, { :include_blank => true
} ) %><br>
<%= submit_tag "Proceed to quotation" %>
<% end %>
------------
OUTPUT PAGE
<hr>
<h1><%= @course.name %></h1>
<hr>
<br>
<%= @time.to_formatted_s(:long_ordinal) %><br>
<br>
Price per week: <%= number_to_currency(@course.price_per_week, :unit =>
"£", :separator => ".", :delimiter => ",") %><br>
Duration: <%= @course.duration_in_weeks %> weeks<br>
Registration Fee: <...