Difference between gem and plugin?
Answer / Hina Madan
A gem is a reusable piece of Ruby code that can be installed globally or in a project, while a plugin is an extension for a specific Rails application. Gems are typically distributed via RubyGems, while plugins can be found on the official Rails plugins repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain rails caching levels.
how can we define Ruby regular expressions?
What is rails migrations?
List out what can Rails Migration do?
what is Ruby on Rails?
What is the current version of ruby on rails?
what is rake in Rails?
Write a program to generate and run the application without the use of database
Explain the importance of yield statement in rails.
What is the importance of rjs?
How do rails implement ajax?
How to find second max element from database ?