search for: dharmdip

Displaying 11 results from an estimated 11 matches for "dharmdip".

2008 Aug 26
8
Migration Error
When trying to migrate my db using rake I get the following error message: rake aborted! No migration with version number 3 I am using sqlite3 as my database server. Any help is much appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2009 Jan 28
3
Apply style in collection_select ?????
Hi to all, i have this snip i want to apply style to this combo but there is no effect help....... <%= collection_select(:customer,:country_id, @countries,:id, :country, html_options={ "style" => "width:110px" },:onchange => ''updateState('''');'',:id =>''country_id'' )%> Thanks, -- Posted via
2009 Mar 03
4
How to fix radius of the open flash chart in ruby
Hello friends, i m using open flash chart plugin in my rails application to generate multiple pie charts. I want pie charts to be of equal size. Does anyone know how to set the equal radius for all the charts. i created one method to set radius in open flash chart plugin and called it from my controller. bt it doesnt work... It simply renders nothing.. any suggestions are greatly
2009 Jun 17
12
FasterCVS and Rails
Hello all, I''m trying to import some csv data (that has latin characters) using faster csv but I keep getting a MalformedCSVError: "Unclosed quoted field on line 1." "/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.3/lib/faster_csv.rb:1592:in `shift''" I''ve tested the same code outside of the Rails application an it works fine. Can anyone help me? Here is
2012 Feb 20
5
Rails hosting
Hi everybody, I''m starting a new 3.2 project and i need to know the best hosting offers THanks for your help -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/eCOQw_HiChwJ. To post to this group, send email to
2008 Aug 30
0
Flash embeding in pdf
Hi all I want to embed flash with pdf. I guess i cannot directly do that..I will have to first convert flash to jpg or other image format and then put it in pdf. Let me know how can I do it? I am generating chart which i want the user to download using the download option and the format should be pdf. Thanks -- Posted via http://www.ruby-forum.com/.
2008 Sep 03
0
hot to convert swf to jpg
Hi i have generated graph using Ziya plugin now i want to convert whole file in PDF and PDF is not supporting SWF format so i need to convert in jpg or image format supported by PDF viewer ! Is there any way ?????? help ! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2008 Sep 03
0
How to convert SWF file to PDF
Hi i have generated graph using Ziya plugin now i want to convert whole file in PDF and PDF is not supporting SWF format so i need to convert in jpg or image format supported by PDF viewer ! Is there any way ?????? help ! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2008 Sep 03
0
HOW TO CONVERT SWF IN JPG ????
Hi i have generated graph using Ziya plugin now i want to convert whole file in JPG /JPEG ? Is there any way ?????? help ! -- 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
2009 Jan 28
0
X_send_file download 1byte file instade of original size
i m using x_send_file pluggins and download file then only 1byte file is downloaded. in Controller x_send_file("#{RAILS_ROOT}/public#{params[:file]}") if you have idea for this problem so give me a solution -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2012 Mar 30
0
Facing probme with image upload rails 2.3.4, ruby 1.9.2 with papaerclip
I been working on image upload since long and every time working fine, Now since i deployed application on server,i am facing strange problem while image upload. When i am trying upload image it''s gives error like, NameError (undefined method path'' for classActionController::UploadedStringIO''): :10:in synchronize'' passenger (3.0.9)