Ruby provides many useful scripts which you use during your project implementation. Here are few scripts which you will use most frequently.
| Script | Description |
|---|---|
| script/about | Gives information about environenment |
| script/breakpointer | Starts the breakpoint server |
| script/console | interactive Rails Console |
| script/destroy | Deletes files created by generators |
| script/generate | Used by generators |
| script/runner | Executes a task in the rails context |
| script/server | Launches the development server |
| script/performance/profile | Profile an expansive method |
| script/performance/benchmarker | benchmark different methods |

No comments:
Post a Comment