Women in Technology

Hear us Roar



Article:
  Rolling with Ruby on Rails Revisited, Part 2
Subject:   Doh - missed those posts
Date:   2007-06-28 15:15:09
From:   rigagoogoo
Response to: me again - another error

Hi bill retyping the copied code worked a treat got some other errors after but managed to resolve them from others previous posts.


Thanks again really liked this tutorial, got me started now i really want to understand this framework properly and get some ruby on rails development under my belt.


Rigagoogoo

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Encoding Issue
    2007-08-12 07:04:27  ScotlynHatt [View]

    I ran into this with some pasted text but the issue was actually with my editor (Notepad++). I had set it up to create new files in UTF8 vs ANSI. This was mainly to support using a unicode font (Arial Unicode MS) in the editor. After converting all of them ANSI, my rb classes ran correctly.