Tuesday, April 14, 2009

ROR - Scripts

Ruby provides many useful scripts which you use during your project implementation. Here are few scripts which you will use most frequently.













ScriptDescription
script/aboutGives information about environenment
script/breakpointerStarts the breakpoint server
script/consoleinteractive Rails Console
script/destroyDeletes files created by generators
script/generateUsed by generators
script/runnerExecutes a task in the rails context
script/serverLaunches the development server
script/performance/profileProfile an expansive method
script/performance/benchmarkerbenchmark different methods

No comments:

Post a Comment