September 2012
5 notes.
How to Import/restore data into Heroku postgres database from a dump file
I was working on a rails app and i had a huge amount of data in my local Postgres database. This is what i did to import data into the database at heroku from a dump file of my local database.
Java: Change the Call Forward Number on an Android phone programmatically
We can easily set/change the call forward number on gsm Android phones. Here i am showing you to change/set the call forward number for "Unconditional forwarding".
Rails: How to Update the Source code of an existing app on Heroku
Recently, i was working on an existing rails app hosted on Heroku. After making few updates to the code, i was wondering on how to get it updated on Heroku. This is what i did on my ubuntu machine.
Ruby: Sending mails via Gmail SMTP with authentication
This is a tutorial on how to send mails via Gmail SMTP with authentication using ruby.
Perl: Send an E-Mail using Email::Simple and Email::Sender
Email::Simple is the first deliverable of the "Perl Email Project." The Email:: namespace was begun as a reaction against the increasing complexity and bugginess of Perl's existing email…