Skip to content

Instantly share code, notes, and snippets.

@matalangilbert
Created January 12, 2012 14:31
Show Gist options
  • Save matalangilbert/1600834 to your computer and use it in GitHub Desktop.
Save matalangilbert/1600834 to your computer and use it in GitHub Desktop.
Mat G's Development Environment Launcher - collection of batch files. Place in folder in base of Rails Apps directory and lauch lde.bat <application_name>
bundle exec autotest
%1.komodoproject
cd ..\%1
start cmd.exe /C "%~dp0spork.bat"
start cmd.exe /C "%~dp0autotest.bat"
start cmd.exe /C "%~dp0server.bat"
start cmd.exe /C "%~dp0komodoedit.bat" %1
rails server
bundle exec spork rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment