Actionmailer
Hi frinds, I created a module for random password generation using “Actionmailer” in rails 3 And also I’m trying to find a solution for sending password to mobile via sms. but i didn’t succeed so for....
View ArticleHow to Send a mail using Gmail account with Rails3, ActionMailer and SMTP
Hi friends, Action Mailer: Action Mailer is a framework for building e-mail services. You can use Action Mailer to receive and process incoming email and send simple plain text or complex multipart...
View ArticleSending SMS via “freesmsapi.com”
Hi friends, I found a site which sends sms via website and programs. http://freesmsapi.com. They provides their own API and programing codes in ruby,python.php.java,c,c#., etc., First we have to signup...
View ArticlePower of PYTHON and RUBY languages
Hi friends, Since last week i had worked with Send SMS via rails application. After long search, i found a site called “freesmsapi.com” which provides API and sends SMS. This site is very much helpful...
View ArticleGoogle Maps In Rails3 Application
Hi friends, There is a Ruby Gem Called “gmaps4rails”. Using a gmaps4rails gem to display a map in our application. I’ll show the procedure to integrate this into the rails application in my next article
View ArticleGoogle maps in Rails3 Application — Sample Application
Hi friends, (New update: For new version(0.9.1) check Jay’s comment below) (Update: this tutorial works only on gem version 0.7.7 and won’t work on latest gem version 0.8.7) Using a gmaps4rails gem to...
View ArticleLinux 20-years celebration video in tamil
Hi friends, At 1991, Linus Torvalds, released his Kernel as open source. After that, the Linux Revolution happened. To celebrate the 20 years of Linux, The Linux Foundation, is doing various...
View ArticleMultiple File uploading in Rails3 Application using “Papercilp”
Hi friends, Lets see how to upload multiple files in a rails 3 application. First create a new rails project and go inside of the project directory. $ rails new fileuploading $ cd fileuploading Add the...
View ArticleFind Web browser user agent using rails 3
Hi friends, In rails 3 there is a easy way to Detect the web browser user agent . By adding the one line in the controller page, we can get the UA.(@user_agent = request.env['HTTP_USER_AGENT']) In...
View Article