Tell me what is mixin in rails?



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

Post New Answer

More Ruby on Rails Interview Questions

Explain rails migration.

0 Answers  


what is rails caching?

0 Answers  


Explain me what are the limits of ruby on rails?

0 Answers  


How can you run rails without creating databases?

0 Answers  


Mention the differences between the observers and callbacks in ruby on rails.

0 Answers  






explain request/response cycle?

0 Answers  


What I have to do to view my project always on browser?

0 Answers  


am new to ruby. tell me one thing. i can view my project on browser when i write "ruby script/server". otherwise i cant view my project on localhost. what i have to do to view my project always on browser? pls help

5 Answers  


What is the naming convention for variables?

0 Answers  


Explain what are the servers supported by ruby on rails?

0 Answers  


what is Ruby on Rails?

0 Answers  


What is the difference between render and redirect?

0 Answers  


Categories