Re: [Rails] Re: How to integrate Flickr with Rails

2013-05-13 Thread Ashokkumar Yuvarajan
can set the configurations anywhere under initializers dir or in the > environtment file. > > regards, > Loganathan > Mob: +91 7760780741 | +91 9944414388 > Skype: loganathan.sellappa > ViewMe <http://vizualize.me/loganathan> > > > > On Mon, May 13, 2013 at

Re: [Rails] Re: How to integrate Flickr with Rails

2013-05-13 Thread Ashokkumar Yuvarajan
Hi Loganathan, Where i can give my username and password to access my account ? I got an error. FlickRaw::FailedResponse in FlickrPhotoController#show 'flickr.photos.getInfo' - Photo not found Rails.root: /home/ashok/projects/drag Application Trace | Framework Tra

Re: [Rails] Using koala get facebook albums photos

2013-05-08 Thread Ashokkumar Yuvarajan
I was able to drill down and access the photos inside the album by using the following: current_user.facebook.get_connections("me","albums", :fields => "name, photos.fields(source)") But i got only 25 photos. How can i restricts my limitations. On Wed, May 8, 2013 at 3:05 PM, Maddy wrote: >

Re: [Rails] Truncate text

2013-02-05 Thread Ashokkumar Yuvarajan
Hi dude, Good Day, My some_text content like this = "TruncateHtml is just like the vanilla truncate rails helper , TruncateHtml is just like the vanilla truncate rails helper" As you said i pasted helper code in my pp_helper.rd and in my view, app_helper.rb def truncate_text(text, length, end_t

Re: [Rails] Re: Download XML

2013-01-23 Thread Ashokkumar Yuvarajan
I should be downloadable ie, like an attachment file. But it just opened in new tab. On Wed, Jan 23, 2013 at 6:10 PM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On Wednesday, January 23, 2013 9:28:00 AM UTC, Maddy wrote: >> >> This works. but only in Chrome. >> I want this to dow

Re: [Rails] Collect value

2013-01-20 Thread Ashokkumar Yuvarajan
thanks :) On Mon, Jan 21, 2013 at 12:06 PM, bala kishore pulicherla < balumc...@gmail.com> wrote: > a.count("casual") -- *"Attitude is a little thing that makes a big difference"* Thanks & Regards *Ashokkumar.Y* *ROR-Developer **email : ashokku...@shriramits.com* *Shriramits* * * -- Y

Re: [Rails] Setting image

2013-01-17 Thread Ashokkumar Yuvarajan
Hi Avi, Good Day, Follow this url, very simple. Use it and enjoy. http://saravani.wordpress.com/2012/03/14/preview-of-an-image-before-it-is-uploaded/ Thanks, Maddy :) On Thu, Jan 17, 2013 at 3:57 PM, Avi wrote: > Hello All, > > I am uploading an image from disc. While choosing the image I wa

Re: [Rails] Disable back button of browser

2012-12-20 Thread Ashokkumar Yuvarajan
Thanks! Is there any another way?? My requirement is, once i clicks the browser back button my site *redirect to home page*. Please advice! On Fri, Dec 21, 2012 at 12:05 PM, Jordon Bedwell wrote: > On Fri, Dec 21, 2012 at 12:32 AM, Maddy wrote: > > How to disable back button of browser?? >

Re: [Rails] Finding the visitors details of my website

2012-12-18 Thread Ashokkumar Yuvarajan
Yes Thanks! But this works only when they sign_in. My requirement is, if anyone open my website like www.xxx.com, i should be notified. Please advice. On Wed, Dec 19, 2012 at 12:36 PM, Thota praneeth wrote: > devise gem is there > > https://github.com/plataformatec/devise > > > On Wed, Dec 19,

Re: [Rails] Rails seo friendly urls

2012-11-28 Thread Ashokkumar Yuvarajan
Yes, am asking how can i optimize this url as a friendly url?? On Wed, Nov 28, 2012 at 2:54 PM, Jordon Bedwell wrote: > On Wed, Nov 28, 2012 at 3:12 AM, Maddy wrote: > > > http://.com/product_details?category_id=produce&product_id=fresh-georgia-peaches--17 > > That is not an SEO unfriendly

Re: [Rails] I wanna make a new rails community :)

2012-09-05 Thread Ashokkumar Yuvarajan
I agree.. Am Ashokkumar, RoR developer. I started rails programming for my past 4months. I think we both are the right pair to start learning. All is well !! On Tue, Sep 4, 2012 at 7:03 AM, Tima wrote: > Hi everyone! I'm a newbie engineer. > > I started rails programming, but I'm learning alone

Re: [Rails] Rails Generate Devise::session controller

2012-09-04 Thread Ashokkumar Yuvarajan
I have user.rb model. On Tue, Sep 4, 2012 at 1:19 PM, Jordon Bedwell wrote: > On Tue, Sep 4, 2012 at 2:12 AM, Ashokkumar Yuvarajan > wrote: > > Hi, > > > > I created session::controller as u said and also used routes like > devise_for > > :users, :controllers

Re: [Rails] Rails Generate Devise::session controller

2012-09-04 Thread Ashokkumar Yuvarajan
ring controllers > > > in the page > > https://github.com/plataformatec/devise > > On 3 September 2012 15:31, Ashokkumar Yuvarajan > wrote: > >> Hi Folks, >> >> Am new to rails. >> >> I used devise in my project ,i need to write some conditions

Re: [Rails] Rails Generate Devise::session controller

2012-09-03 Thread Ashokkumar Yuvarajan
Hi Folks, Am new to rails. I used devise in my project ,i need to write some conditions in my session controller.How can i generate devise session controller. Devise::SessionsController Please advice.. On Mon, Sep 3, 2012 at 3:28 PM, Maddy wrote: > Hi Folks, > > Am new to rails. > > I user d

Re: [Rails] ActionMailer problem

2012-08-09 Thread Ashokkumar Yuvarajan
Thank you Walter.. On Thu, Aug 9, 2012 at 7:47 PM, Walter Lee Davis wrote: > > On Aug 8, 2012, at 9:57 AM, Maddy wrote: > > > Hi guys! > > > > I used action mailer in my project,in that the from ID show always my > own ID.I need it show some default ID like.,f...@gmail.com > > > > Here my codin