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:
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.
- infinity_test is an alternative to Autotest that uses Watchr and RVM allowing you to easily run your tests against multiple rubies at once.
Comments
comments powered by Disqus