I like the IDE approach overall. Netbeans has some nice autocomplete features that really help in writing the code, but then again a simple editor can work well too.
For the gitignore, just add a pattern of which files you don't want included either in the root directory or in the specific directory. Something along the lines of tmp_* Should be a setting in rad rails for the backups as well. Hope this helps. p.s. http://help.github.com/git-ignore/ On Jun 20, 1:44 am, giorgio <[email protected]> wrote: > I have just started using rad rails again after a long stint on > netbeans. > > It seems to generate loads of files like: > app/views/group/.tmp_group_summary.rhtml.99932 > > I want to make git ignore all these .tmp files but my entries in > gitignore have so far been of no avail. > > Anybody give me a suggestion? > > Cheers > George -- 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.

