I like using snippets a lot, but the def snippet (def - Tab) indents the end always to the beginning of the line, it's kinda annoying, would this be hard to fix? (don't thinks so, you have only to indent it to the same line column as the def - keyword)
We'll be going over all the formatting features shortly, looking for flaws of this sort. I'll add the 'end' alignment to our bug list.
The other features might be harder to implement, the code formatting feature works quite well in RadRails, but this maybe an Eclipse goodie, you can choose to format either the method or the module or the whole project.
How does this work? Do you mean you can, say, right-click inside a method and pick 'Format Method'? Currently we do whole document formatting
Edit->Advanced->Format Document (or a hotkey which is
Ctrl+E, D by default); or you can format a selection
Edit->Advanced->Format Selection. If there are other useful ways of formatting code, please give us the details.
And while I'm in the process, breakpoints in the view would be nice (that could be difficult). I'm not thinking these are very important feats, but they would provide a smoother development experience, so to speak

Thanks for the effort!
Yes, that would be difficult.

We've thought about doing this and, while it wouldn't be impossible, it's definitely not a quick fix. We are not making any promises about this but, suffice to say, it's something that we would like to be able to do (eventually)...