[Rails-spinoffs] Re: RJS on javascript disabled browsers

2008-07-08 Thread Jarkko Laine
On 8.7.2008, at 18.14, Justin Perkins wrote: But basically, in Rails, it is dealing with different content types within a single action, such as: def show ... end Although, in Rails 2.1, the correct template type is rendered automatically, so you don't necessary need to use respond_to anym

[Rails-spinoffs] Re: RJS on javascript disabled browsers

2008-07-08 Thread Justin Perkins
This list is being phased out, you should move your JS questions to the new list here: http://groups.google.com/group/prototype-scriptaculous To your question, this isn't really a JavaScript related question as it deals with the server responding to different content types. You should look into R

[Rails-spinoffs] Re: RJS on javascript disabled browsers

2008-07-08 Thread Jarkko Laine
On 8.7.2008, at 11.24, skilled_dreamer wrote: Good day, I would like to ask on how to solve the problem regarding RJS on a javascritpt disabled browsers. because when i disable the javascript on my firefox and click on the submit button what i get is the javascript. Is there a way that if jav