Saturday, November 22nd, 2008
Curious to see how writing ruby code in visualstudio goes ?
Download
http://www.sapphiresteel.com/Ruby-In-Steel-New-Free-Edition
Download
http://ankhsvn.open.collab.net/
Install both
svn checkout your project to some directory. (c:\source)
Launch steel
Go to File -> New Project -> Import Project
Name your project
choose project location (c:\steel-project)
Go Next
Choose your project folder (place where you did svn checkout) (c:\source)
Check mark Rails Project checkbox
Click ok
Click Proceed
Wait.. it will take some time [...]
Saturday, November 22nd, 2008
Recently, we faced a problem where emails generated from our application were not showing up in AOL inbox(es).
We have recently switched to a new machine & I suspected that for new machine mx-records are not set correctly from where I am trying to send the email.
We didn’t wanted to change our mx-records as we feared [...]
Saturday, November 22nd, 2008
I was trying to download some 150-200 zip files from a http URL by finding each file & clicking on it to download. I soon realized how boring it is using standard download support in browsers.
This is something I am supposed to do periodically
I know that there are some browser extensions available that could do [...]