Re: [Rails] uploading video

2012-02-22 Thread Nitin Mathur
Hey Walter, Thanks a lot. I tried "file_column" today and it solved my problem (I couldn't give it a try early as got stuck with some other tasks). Thanks again! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send

Re: [Rails] uploading video

2012-02-20 Thread Nitin Mathur
Hi Walter, I myself is very keen to upgrade the application. But I can't as it has become huge and as a result of gradual development since past 4 years. I tried upgrading once which caused breaking many functionalities. Anyways thanks for the suggestion I will look into it. Thanks! -- You recei

Re: [Rails] Re: Export data to PDF

2012-02-20 Thread Nitin Mathur
Thanks Simon. Let me try this approach. But not looks a satisfactory solution to me :) running two servers of same application. -- 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@googlegr

[Rails] uploading video

2012-02-20 Thread Nitin Mathur
Hey guys, Please suggest method to upload video. I am using ruby version 1.8.6 and rails 1.2.3. I found some gems like carrierwave, paperclip etc. But none of these are compatible with the versions used in my project. Thanks, Nitin Mathur. -- You received this message because you

Re: [Rails] Re: Export data to PDF

2012-02-20 Thread Nitin Mathur
Hi, Thanks for your replies. First I'll put more details of my development environment and the requirements: I have linux server (FC8). The project was started 4 years back with Ruby 1.8.6 and Rails 1.2.3. It's very old now but I can't upgrade to latest version as it has become a big project and

[Rails] Export data to PDF

2012-02-18 Thread Nitin Mathur
Hi, I need to export data to a PDF file with proper CSS as displayed in HTML. Could you please tell me what is the best and proper way to do this. Thanks, Nitin Mathur. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To po

[Rails] Re: Rails and database connection pooling

2010-09-26 Thread Nitin Mathur
Joshua Partogi wrote: > Thanks Nick. You have been really helpful. I am just trying to figure > out how this is different to connection pooling in the Java land. =) > > Cheers, > Joshua. Hi Joshua/Nick, I have one question related to multiple database session in ruby on rails. Can I

[Rails] Multiple database sessions

2010-09-23 Thread Nitin Mathur
time). Please suggest me way to do this. -- Thanks Nitin Mathur -- 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, sen

[Rails] Multiple database support

2010-09-22 Thread Nitin Mathur
Hi All, Could you please help me getting a way to support multiple databases with rails application. I found that with ruby application we can connect only one database at a time by either specifying database information in database.yml file or overrriding it in activerecord subclasses. My

[Rails] Re: Re: Input/output error

2010-05-07 Thread Nitin Mathur
Thnaks Rick...Can you please tell me what are all possible causes of input/output errors? Nitin. -- 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

[Rails] Re: Input/output error

2010-05-06 Thread Nitin Mathur
Rick, Can you also please tell me possible causes of Input/Output errors. Sometimes I found that if I leave a space between a function name and the brackets for arguments (e.g. find (:all)). It gives this error. and sometimes if I use stdout, stderr functions in controller or view files it give

[Rails] Re: Input/output error

2010-05-06 Thread Nitin Mathur
Hi Rick, Thanks for reply. Could use of the old version cause this problem? Actually I wanted to use the latest version of Rails but that was not compatible with the ruby installed in my system and I could not figure out which Ruby version was compatible with latest Rails at that time (2.3.4).

[Rails] Re: Input/output error

2010-05-06 Thread Nitin Mathur
Hi guys please help me out of this error. Nitin. -- 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

[Rails] Input/output error

2010-05-06 Thread Nitin Mathur
Hi My application was running fine. All of sudden I started to get an input/output error in one of the templates. However, error goes away once I restart the mongrel server but after some time again same error appears. I am pasting the trace below. Please help me getting rid of this error forever.

[Rails] support for multiple database session

2010-03-31 Thread Nitin Mathur
Hi all, I am working on a rails project. First I am giving a brief of what it does then I will tell what are issues I am facing. This project is basically a reporting tool that gets data from database and generates report. I have different databases for different products with same structure (sch