So, first I wanted to say, I really like this app so far. The second thing is that, for the stuff I want to do with it (running a local community gaming website), I think I need a little bit finer grained control over what people can see and do with the website.
So I was planning to write a user/role permission system for this app, and was wondering if it would be something that would be useful in the main trunk of the code.
I basically picked this particular feature to scratch my own itch, and because I've implemented it before in other apps of my own, but I've never done anything bigger than 'hello world' in ruby, let alone anything rails, but I'm interested to dig into it. So I figured a problem I know how to solve would be a good place to start.
The other question I had is, are there any good 'ruby for X programmers' guides that anyone could suggest, where X in (C#, perl)? I'm already reading the pragmatic programmers guide (finding why's a bit to conversational and verbose for me). I've got a lot of background in perl, and write a bunch of C# for work. I tend to dig into idiomatic programming in any given language, so I'm looking to get up to speed as quickly as I can with idiomatic ruby. Any pointers would be great :)