Comment Re:Rails != Ajax (Score 1) 296
I'm sure Rails did not help me at all.
Agreed. All it did was generate Javascript for you. In the long run, I think that's unhelpful.
Of course, where Rails probably did help you was in making the request handling really easy, which is what it's good at. But ajax is all about the client-side, and Rails is all about the server side. Both are necessary, but they are not the same thing.