Ruby Developer Question:
Explain me what is the purpose of RJs in Rails?
Answer:
RJs is a template that produces JavaScript which is run in an eval block by the browser in response to an AJAX request. It is sometimes used to define the JavaScript, Prototype and helpers provided by Rails.
Previous Question | Next Question |
Tell me what is Mixin in Rails? | Do you know about Dig, Float and Max? |