Tell me what is mixin in rails?
Answer / keerthi
We cannot inherit subclass from more than one class so multiple inheritance is not possible in ruby if we try to enable it we use modules we can include any number of modules in one class is called mixin principles.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can run rails application without creating databases?
What is a webrick web server?
What is the directory structure of rails?
How to use two databases into a single application?
Write the command to run the migration.
what is the command to create a migration?
what is rake in Rails?
what are benefits of using active record as opposed to raw sql queries?
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
Explain the controller in rails?
what is ORM (Object-Relationship-Model) in Rails?
What can Rails Migration do?