Re: Ruby on Rails vs Django

2008-12-05 Thread Bluebit
My experience with rails was fantastic. I thought there wouldn't be anything that could replace it. but eventually, as you get to know the inner workings and the limitations and the issues it has, you stop and think for a moment and look for solutions/alternatives. That was what happened to me. I

using locals() with render_to_response()

2008-12-05 Thread Bluebit
Hey, I was wondering if there was any disadvantages using locals() when calling render_to_response(). I know it might return more variables than what I need to use in the template, but in terms of performance/security, is there a reasonable concern? thanks, --~--~-~--~~~--