My current RoR workflow seems to be inefficient. My rails application requires a gem that points to a private repository on GitHub. I have cloned this repository and am pushing local edits to origin/master. Every time I make a change to the gem, I have to commit, push, "bundle update" and restart the app to see the changes. What's the more efficient approach to gem edits in the development environment?
-- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to github@googlegroups.com. To unsubscribe from this group, send email to github+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/github?hl=en.