Explain dry in rails?
Answer / Bharat Babu Agrawal
DRY (Don't Repeat Yourself) is a principle in software development that encourages avoiding redundancy. In Rails, the DRY principle can be applied to reduce code duplication and make applications more maintainable by creating reusable modules, classes, and methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is the function of garbage collection in ruby on rails?
Explain bundler in rails.
difference between form_for and form_tag
write a program to show the usage of sql in the database file?
What is rails migrations?
What is the purpose of require_relative in ruby?
how can you declare a block in Ruby?
What are filters? and how many types of filters are there in ruby
What is the use of $ in ruby?
What is rails migration? What can it do?
What is the difference between delete and destroy ?
How is direct different from render?