On Fri, Jul 24, 2009 at 4:41 AM, Peter De Berdt <[email protected]>wrote:
> > On 24 Jul 2009, at 13:36, Conrad Taylor wrote: > > Loading development environment (Rails 2.3.3) >>> >> include ActionView::Helpers::NumberHelper >>> => Object >>> >> number_to_currency(12.3) >>> >> 12.3 >>> >>> Pretty weird stuff - one of my coworkers has the same problem on his >>> setup. >>> >>> Can anyone reproduce this bug? >> >> >> I tried the above and here's my transcript: >> >> Loading development environment (Rails 2.3.3) >> >> include ActionView::Helpers::NumberHelper >> => Object >> >> number_to_currency(12.3) >> => "$12.30" >> >> What platform are you using to execute the above? >> >> >> Are you sure you don't use any old localization plugin or piece of code >> that overwrites the default? >> >> >> Best regards >> >> Peter De Berdt >> >> > I'm sure because this project doesn't use any plugins. You might want to > check project configuration. > > > Hehehe Conrad, I was actually addressing the plugin question to the > original poster :-) > > > Best regards > > > Peter De Berdt > > Peter, sorry about that. -Conrad > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

