InterviewSolution
Saved Bookmarks
| 1. |
What is Rake? |
|
Answer» It is a Ruby Make or a utility that is used for ADMINISTRATIVE tasks such as migrating the database through scripts and loading schema into the database. In Rails, it substitutes the Unix utility ‘make’ and uses ‘Rakefile’ and ‘.rake files’ to build up task lists. 20. How is Dynamic Scaffolding different from Static Scaffolding?Dynamic Scaffolding
Static Scaffolding
|
|