- Open a command prompt and navigate to project directory.
- Start Spork server:
- bundle exec spork rspec
- Open a second command prompt and navigate to project directory.
- Start Autotest:
- bundle exec autotest
- Open a third command prompt and navigate to project directory.
- Start development server:
- rails server
- Open a fourth command prompt and navigate to project directory, use this for Git operations while working.
- Open code IDE/text editor of choice (mine's currently Komodo Edit 6.1)
- Start working on RoR application!
I'm currently looking at ways to automate this startup procedure, possibly using a batch file or similar - any suggestions? Update: Post detailing startup using Windows batch scripts here
No comments:
Post a Comment
Please leave a comment if you find this blog helpful or interesting! I'd love to hear from you!