Ruby on Rails Saturday, June 1, 2013

On 1 June 2013 09:00, Paul Bergstrom <lists@ruby-forum.com> wrote:
> Colin Law wrote in post #1110840:
>> On 31 May 2013 18:36, Paul Bergstrom <lists@ruby-forum.com> wrote:
>>> If I have a file in view /test called index.js.erb and in it a simple
>>> alert("hello") shouldn't that run when I go to /test/index? It doesn't.
>>
>> I think you will have to give us a bit more detail on exactly what you
>> have done. First have a look at the Rails Guide on Debugging to see
>> ways that you can debug your code to work out what is going wrong.
>>
>> Colin
>
> Not sure how I can explain it better. It's a very simple example.
>
> When going with the browser to an action with a corresponding *.js.erb
> file should the JavaScript in that file run, like alert("hello")? Or is
> that old rjs?

Look in development.log to see what is happening. Look at the source
in the browser to see what is being sent to the browser.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLukZ6Xk3gVNrVBzoGSzEtmgdw3ACmHiJB6cuNba7_UySw%40mail.gmail.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment