I wanted take a second to share a little shortcut I just started using recently with several of my rails projects.  I added a little function to my .bash_profile a while ago and it has been super useful.








Now by entering "myproject" anywhere in the terminal the shortcut will take me to the project folder and set my ruby environment for me.  Additionally if I use "myproject s" it will also start up the rails server.  I have several of these set up for quick access to some of my projects.  My favorite part is that I don't need to remember to change my rvm environment.  Hope this is helpful.

Leave a Reply