[Rails] How to pop up a Download Window

2009-01-25 Thread Kumar Saurav
Hi all , I have to show window as like you got on click of save(or by pressing of ctrl+s), which exact function like the crtl+s press. Please let me know if anyone having any idea regarding this. It would be great help for me. Thanks In Advance. -- Posted via http://www.ruby-forum.com/. --~-

[Rails] How to save the images created using ajax call

2009-01-23 Thread Kumar Saurav
Hi All, I am using Ajax call with form_remote_tag through which image is generated now i have to put a save button through where i have to save the generated image in my "images/public" folder . If you have any solution please help . Thanks in advance -- Posted via http://www.ruby-forum.com/.

[Rails] Re: disadvantages of Ruby on Rails

2009-01-23 Thread Kumar Saurav
Rajdeep Pohanerkar wrote: > can anyone tell that what are the disadvantages f Ruby on Rails lets > Discuss I am not a good programmer of ROR but it can be said some times it give too many problem and random behavior to implement the AJAX Use. -- Posted via http://www.ruby-forum.com/. --~--~---

[Rails] Re: How to refresh multiple DIV on a single Ajax Call

2009-01-21 Thread Kumar Saurav
Shandy Nantz wrote: > Kumar Saurav wrote: >> Hi all , > > I use render :update in my action. For example, if I have a drop down of > stuff and I want to add to a list when I select something from that drop > down but at the say time remove from the drop down what I jus

[Rails] How to update more than one div through form_remote_tag

2009-01-21 Thread Kumar Saurav
Hi All I have to update more than a single DIV through form_remote_tag . I am posting my code . In rhtml page == <%= form_remote_tag({:url=>{:controller=>'image_builders', :action =>'image_creation'}, :update =>'photo', :

[Rails] Re: Download a content as a pdf format

2009-01-21 Thread Kumar Saurav
cool wrote: > Guys, > You can use gem available in ruby names as "pdf writer" Enjoy -- 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

[Rails] How to refresh multiple DIV on a single Ajax Call

2009-01-21 Thread Kumar Saurav
Hi all , I have to refresh three div in a single ajax call ... Anybody having any Idea . Please let me help , It would be great for me. Thanks In Advance -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are su

[Rails] How to access the given url with parameters in your rails ap

2009-01-19 Thread Kumar Saurav
Hi All, I have a problem. How can i use my rails created URL in my application. I Explain it briefly with an Example what i have to do . First please see the website (www.rails2u.com/bgmaker). I have to make the Image URL like this and facilate the user to use the url as image souce in his applic

[Rails] How to refresh Image through ajax request

2009-01-16 Thread Kumar Saurav
Hi all , I am very new for ruby. I am using Ajax Request(Rmagick in controller) for changing image on my DIV but the problem is it refresh for first time only then after i have to refresh the browser always. If anybody having any solution, Please let me know . I am posting my code here Code in rh