I am a new Mac user who is starting to learn Ruby on Rails. I have found that I need to use the sudo statement when running commands like
$ sudo rails generate controller home index
But when I do, the files which it generates appear as read-only when I try to edit them in Coda.
I did a Get Info on the file and it appears that the owner is root and the group is staff.

Does my user jesse need to belong to the group staff?
I really just want to be able to edit my files and not screw anything up. If anyone has any guidance for a noob, that would be appreciated.
sudo. The solution is probably to properly fix whatever problem led you to usesudo. – Gilles Sep 7 '10 at 6:44