[Rails] How to extract an image and its info from MP3 file.

2012-04-03 Thread Rajesh B.
Hi I am developing a music related project. in ruby on rails in that when a user uploads an mp3 file . can i extract its image if present and other information like artist, album by artist, similar to i tunes player does. So is there any possibility to do that ? Thanks in advance Rajesh Rathod

[Rails] Re: Problem with Rails Action Mailer

2011-11-16 Thread Rajesh B.
I have added @content_type = 'text/html' in the mailer method it worked. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com.

[Rails] Re: Problem with Rails Action Mailer

2011-11-16 Thread Rajesh B.
I have added @content_type = 'text/plain' in the mailer method it worked. :-) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroup

[Rails] Re: Problem with Rails Action Mailer

2011-11-16 Thread Rajesh B.
I am using rails 2.3.8 Do i require any other gem ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from th

[Rails] Problem with Rails Action Mailer

2011-11-16 Thread Rajesh B.
Hi all, I have a problem with my action mailer .! When i send mail in the email it shows the html tags same written as in mailer view html here is my code: In the Model : class CronjobMailer < ActionMailer::Base def cronjob(sender,recipients, subject, message, late_commers)

[Rails] Re: can i switch to rails 2.3.5 and run a rails 2.3.5 code??

2011-03-31 Thread Rajesh B.
Thanks Jeffrey L. Taylor -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to ru

[Rails] can i switch to rails 2.3.5 and run a rails 2.3.5 code??

2011-03-31 Thread Rajesh B.
Hi all, i have installed rails 3 using RVM . the prob is now i have two parallel projects where one is in 2.3.5 and another is in rails3. i use Mac o x 10.6.3 mysql :Server version: 5.1.56 MySQL so can i switch in between rails3 and rails 2.3.8?? this is my gem list... actionmailer (3.0.5, 3.0

[Rails] Mysql2::Error: Can't create database 'db_database'

2011-03-25 Thread Rajesh B.
Hi all database yml-- development: adapter: mysql2 database: db_test username: root password: -- i have installed mysql2 and 64bit mysql server. when i run rake db:create it gives me this errror does any one know whats happening here? macbook:test_proj rathod$ rak

[Rails] Re: How to get geo location with the help of IP address

2011-01-17 Thread Rajesh B.
Thanks all :-) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-

[Rails] Re: How to get geo location with the help of IP address

2011-01-11 Thread Rajesh B.
Thanks Marnen. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-

[Rails] How to get geo location with the help of IP address

2011-01-11 Thread Rajesh B.
i am developing a product where i need to know from wich country the user is logged in .! and display things according to his geolocation . can any one please help me out with this -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Gr