Re: [Rails] Simpleton routes

2012-09-17 Thread Joshua Niehus
Indeed, you are right! I saw what I was doing wrong. Thank you, Josh "In your wisdom, I am humbled" On Sunday, September 16, 2012 10:26:02 PM UTC-7, Hassan Schroeder wrote: > > Actually, your app goes to some blank page. The guide I linked to > earlier explains how to control that :-) > > If

Re: [Rails] Simpleton routes

2012-09-16 Thread Joshua Niehus
None of those seem to help, Rails just goes to some blank page with either: a) render :nothing => true b) head (blah blah...) I have an ajax request for the server to check something for me but i do not want to be redirected anywhere when I call it... not to a blank page or some generated templa

[Rails] Simpleton routes

2012-09-16 Thread Joshua Niehus
Is there some way to keep rails from trying to open a page on a route? Basically I just want to send an ajax query to: http://localhost:3000/method/multiply?num1=3&num2=4 while staying on http://localhost:3000/index Thanks Josh -- You received this message because you are subscribed to the Go