Hi All, I have a small query about Ruby. Can we develop UI/Web App in Ruby that can render Indian Language Characters properly (I mean I do not have to encode ...
I think these might be of some help http://manuals.rubyonrails.com/read/chapter/105#page298 http://www.iro.umontreal.ca/translation/registry.cgi?team=hi ...
I don't know Ruby either, but there is one site http://shunya.in that has done it and you may ask it's author. Debashish ... that can ... to encode ... past...
Hi All, Any idea about how we can add voice features in an RoR based web app? Something like a voice chat feature embedded in web app? Regards, Sarang. ...
you can use jabber api with ruby. check out http://home.gna.org/xmpp4r/ ... From: Sarang Anajwala <saranganajwala@...> To: puneruby@yahoogroups.com Cc:...
Hi Atul, Presently we are developing a portal in rails which uses Marathi as well english language, we have manipulated Marathi font 'Kiran' using CSS, sachin ...
Just curious. how have you manipulated a font using CSS ? ... -- ~ ROhan @http://rohan-kini.livejournal.com [Non-text portions of this message have been...
We are using EOT file from which, css reads the font, the css class having font-face: kiran; is assigned to the Marathi fields, in the view; Sachin ... From:...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Apr 8, 2007 11:01 pm
925
Hi All, I want to grab the data entered on my form while navigating to another view. I am looking at following: 1> Multiple submit_tag buttons: but I do not...
Is there a way I can grab my form data using javascript (onclick) combined with link_to For example: link_to "link_name", {:action => "myAction"}, :onclick =>...
Thanks Aditya for the suggesition. I want to be able to refresh my entire page or be able to go to another page. But with submit_to_remote or link_to_remote I...
Hi there.. this is ujjwal.m doing MBA(Systems) in pune n learning ruby. i wud need help of all u guys... take care u all.. Rohan Kini <rohan.kini@...>...
Hi Guys, Thanks for your time in looking at my problem. Please see the sample calls below. I want to pass some parameters to "move_item_up" method in the...
Ok take out, :with crap and use :submit option with link_to_remote like this: <%= link_to_remote "Submit fake form", ... Where "fakeForm" is the ID of your...
Hemant, I have a "redirect_to" call in my controller, which is not going thru when I use link_to_remote. Any ideas on what I am doing wrong? Thanks, Aditya ...
Hi All: "redirect_to" does not work during AJAX request. But here is the workaround: Instead of using: redirect_to(:controller => 'dataset', :action =>...
Hi All, Anyone knowing abt How to create Data Model from Database Backup (Script). Thanking you Regards, Synerzip Softech (India) Pvt Ltd, Pune. ... Check out...
I have been a fan of 37signals, their babies- Rails, basecamp, writeboard are just amazing apps. But I have a true story to share today, I am upset about a...
You just need to chomp line before splitting it and you should be good to go. a = line.chomp.split("=") --Bill ... From: manish goyal <er_manishg@...> ...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Apr 22, 2007 7:29 pm
941
Sorry, I missed this. ... If the text you have is UTF-8 encoded unicode, it should work with any browser/Os that has got support for and installed Unicode...
Abhijit Gadgil
gabhijit@...
Apr 23, 2007 1:23 am
942
Thanks Bill for solving the problem. Regards, Manish Bill Froelich <wrfroelich@...> wrote: You just need to chomp line before splitting it and you should...
Hi guys, I have a user registration page. In that page there are 5 fields. I have to save user id and password in "login" table and other 3 input in...