Learnings for Week 39 2010

  • If you need to access Git on a remote machine and can’t add an ssh key from that machine to the server adding a few options to the .ssh/config should do the trick:
User jduff
Host git.server.com

If you then ssh to the machine passing the -A option (to forward the agent) git should work perfectly.

  • In windows Run => \\tsclient (Terminal Server Client) will list network drives
  • With Rails 3 unobtrusive Javascript (using jquery-ujs) adding ‘data-remote=true’ and ‘action=URL’ attributes any input element can be made to do an ajax request without any extra work.
Posted November 24, 2010

Comments

comments powered by Disqus