[Rails] paypal express chceckout problem

2009-05-14 Thread Ankit Parekh
Hi i have integrated paypal express checkout in my rails app through active merchant. Its going on the paypal site asking me to login after i login and make the payment it redirects me to my site. but the payment is not getting cut from my account. can ne one tell me the solution thanks --

[Rails] storing requested uri in session

2009-04-01 Thread Ankit Parekh
hi i want to store the requested url in session. here is the requirement say suppose i have page abc on which i have bidding option which calls bid/id but for that i m required to login. so first i will be redirected to the login page and if successfully logged in i will be redirected to

[Rails] Re: Settings for CDN, GZip, Header Expires for BEtter Yslow

2009-03-20 Thread Ankit Parekh
Ankit Parekh wrote: OH just noticed. In this forum itself they have added analytics code still they r getting A grade. How they have done it? They are using litespeed server and i m using nginx thats the only diff. no one out there to help me out? Can ne one know how this site i.e ruby

[Rails] Settings for CDN, GZip, Header Expires for BEtter Yslow

2009-03-19 Thread Ankit Parekh
Hi On my website i m getting B Grade with 87 points. Now i want to make it A and there is a scope to do that. I have added Google Analytics code which is y my gzip component and header expire grade goes to B from A. I need to use Google Analytics so cant i set header expires and gzip that?

[Rails] Re: Settings for CDN, GZip, Header Expires for BEtter Yslow

2009-03-19 Thread Ankit Parekh
OH just noticed. In this forum itself they have added analytics code still they r getting A grade. How they have done it? They are using litespeed server and i m using nginx thats the only diff. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~

[Rails] header expiry on google charts and amazon s3

2009-02-26 Thread Ankit Parekh
Hey all I am using google charts in my app and even Amazon s3. So i m getting some jpg component from these sites.. can ne one tell me how to set header expiry for those components that r coming from other servers like google charts and amazon. i m using nginx server. thanks -- Posted via

[Rails] background process

2009-02-23 Thread Ankit Parekh
Hi all I am working on a heavy engineering project. And the requirement is that I needto do a lot of process before I store the data to the db. Now the question is that I want to do the process that I am doing but I want to do it in the background. What I actually mean to say is that..I just

[Rails] Re: background process

2009-02-23 Thread Ankit Parekh
thanks for your reply but i dont want to run something like a cron job or nething. Since my method is very long i want it to run in background. So that the user dont need to wait on that page while the process is going on. Is there something where i can define that a particular method should

[Rails] setup up svn on my server

2009-02-04 Thread Ankit Parekh
Hi all Here is the thing that I want to do. What I want is that As soon as I commit the changes to my svn which resides on beanstalk i want those changes to get reflected to my website too. Can any one tell me a step by step process to do it? Or provide me a link for the same. Thanks --

[Rails] Re: setup up svn on my server

2009-02-04 Thread Ankit Parekh
MaD wrote: for deployment of rails-apps take a look at capistrano: http://www.capify.org/ Yes I know capistrano but isnt there any other way out to do it? -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you

[Rails] Re: setup up svn on my server

2009-02-04 Thread Ankit Parekh
MaD wrote: isn't capistrano a great way to do it? just write a little rake task to match your needs and all it takes is one single call. yes capistrano is the best way out but i wanted to find out something else. Thanks a lot for your help -- Posted via http://www.ruby-forum.com/.

[Rails] Dont cache a variable in action

2008-12-29 Thread Ankit Parekh
Hi I m facing a unique problem. I have a method which i m caching through caches_action but in that i have one variable which i dont want to cache.. To be specific i m using paging and if i cache the page my pagination stops. I m using custom pagination method. Can ne one tell me how to solve

[Rails] problems after caching

2008-12-27 Thread Ankit Parekh
Hey all I m facing a problem,. Actually i m caching one action using caches_action. On that page i also have pagiation. So if i enable caching the page loads faster but the pagination stops working..it redirects me to the same first every time i click next. If i stop caching it starts working

[Rails] Disable single action cache

2008-12-18 Thread Ankit Parekh
Hi all I m running my site in production mode and i want to disable cache in search page. Can you tell me how do i disable cache in that search action? Thanks -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you

[Rails] how to enable memcached along with nginx server

2008-11-20 Thread Ankit Parekh
hi, I have configured nginx server and enabled header expiry + gzip component now i want to enable memcached along with it but as soon as I enable memcached header expiry stops working can any one tell me the reason for it ? thanks -- Posted via http://www.ruby-forum.com/.

[Rails] gzip component with mongrel server

2008-11-19 Thread Ankit Parekh
I want to enable gzip component on my site and i m using mongrel server can you please tell me how to do it thanks -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on

[Rails] Re: gzip component with mongrel server

2008-11-19 Thread Ankit Parekh
thanks for the reply now i have configured with nginx and i have written the code for header expiry ..now i want to implement both memcache and header expiry both together but when i run mem cache header expiry stops working has neone configured both the things to gether? thanks Peter De