how many types of callbacks available in ror?
Answer / Prasenjeet Sarkar
In Rails, there are four types of callbacks: Before (before_action), After (after_action), Around (around_action), and Update (update_action).
| Is This Answer Correct ? | 0 Yes | 0 No |
In how many ways you can create rails layout http response.
What are the hashes?
Explain dry in rails?
what are helpers and how to use helpers in ror?
What are gemsets in rails?
who developed rails?
Explain about Dig, Float and Max?
Do you know what is sweeper in rails?
What is ruby on rails & why it is used for?
what is the difference between redirect and render in Ruby on Rails?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
Tell me what is ruby on rails?