InterviewSolution
| 1. |
Why Ruby On Rails? |
|
Answer» There are lot of advantages of using ruby on rails.
Plugins: A Rails plugin is either an extension or a modification of the core framework. It provides a way for developers to share bleeding-edge ideas without hurting the stable code base. We need to decide if our plugin will be potentially shared across different Rails applications. -STATIC: Static scaffolding takes 2 parameter i.e your controller NAME and model name. -dynamic: In dynamic scaffolding you have to define controller and model ONE by one. There are lot of advantages of using ruby on rails. Plugins: A Rails plugin is either an extension or a modification of the core framework. It provides a way for developers to share bleeding-edge ideas without hurting the stable code base. We need to decide if our plugin will be potentially shared across different Rails applications. -static: Static scaffolding takes 2 parameter i.e your controller name and model name. -dynamic: In dynamic scaffolding you have to define controller and model one by one. |
|