Hi ALL ! My name is Atul Shinkar. I am a Ruby-on-Rails enthusiast. I have developed basic apps in RoR using WEBrick. Now we're developing one application...
985
Kumar Chavan
rkkkumar16
May 28, 2007 5:16 am
Hi..Can you just use, this syntax-- <%= check_box_tag "checkbox", count %> and access using "params[:checkbox]" "Md. Ruhul Amin" <tuhin_cse99@...>...
984
tuhin_cse99
May 28, 2007 3:52 am
Dear experts, Thx for help me. But I still can not the problem so I want to discuss details. I am new in rails. I have a page where I have a dynamically...
983
Md. Ruhul Amin
tuhin_cse99
May 28, 2007 3:35 am
Hi Jatinder, Thx for u help. Sorry for the nonRails issue. If i want to check if the check box is not selected then I place the javascript code but the code go...
982
atulveer
May 26, 2007 1:46 am
Hello All, I am Atul Veer, a new member and I really want to get involved with this group's activities. @Jatindar: I am ready for next Saturday meeting. I...
980
Jatinder Singh
fire_on_ice13
May 26, 2007 1:46 am
Hi, replace <input name="checkbox" type="checkbox" value="<%= count %>" /> by <%= check_box "checkbox",count %> this should make, Hash params["checkbox"]...
979
Md. Ruhul Amin
tuhin_cse99
May 25, 2007 10:45 am
Hi guys, I have a group of check box in rails page. check box Code as below: <% for count in @total_cellno %> <input name="checkbox"...
978
C. K. Ponnappa
tyber_sid
May 25, 2007 8:42 am
While we're on the topic, a gentle reminder that the Master Class seminar tomorrow covers DSLs and that the case study application for the talk was a...
977
Jatinder Singh
fire_on_ice13
May 25, 2007 6:36 am
Hi, We should definitely meet atleast once every month. so much is happening in Ruby/Rails world, yet we don't see anything happening here. In the last meet...
976
Priyank Kapadia
priyank_omni...
May 25, 2007 5:12 am
Hello, SICSR is a gud place... just tell me the strength.. I will allocate room ro. 706 (45 ppl) Just tell me the tentative date and time. Cheers ... -- ...
975
Satish Talim
satish_talim
May 25, 2007 12:12 am
Hello, We used to have a meeting of PuneRuby members every last Saturday of the month at SICSR, Atur Center, Pune. However, it has been a while since we last...
974
Abhishek
quizmasti2
May 23, 2007 3:47 am
Hello all, My name is Abhishek and I am a 3rd year student of Computer Engg at COEP. We're looking to do a vacation project rebuilding the whole COEP website...
973
puneruby@yahoogroups....
May 20, 2007 7:32 pm
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...
972
vinayakjoglekar2001
vinayakjogle...
May 19, 2007 1:31 am
Hi I am a Ruby on Rails enthusiast. I have more than 25 years experience in software development and training. Please check out the following URLs for details...
971
piyush gajjariya
piyush_gajja...
May 19, 2007 1:30 am
Hi all, I have developed one web application in ruby on rails and ajax. I find some problem in the user interface while working of my application with...
970
Arun kumar
arunkarthick_it
May 18, 2007 3:29 am
For that, you have to use the checkbox field name like this <input type="checkbox" name="param_name[]" value="<%=value %>" checked="checked" /> you have to...
969
piyush gajjariya
piyush_gajja...
May 18, 2007 3:25 am
Hi Rahul, I think you should use a loop counter in four loop in your rhtml. First assign each object to one array. And as value of check box , use that array...
968
Md. Ruhul Amin
tuhin_cse99
May 17, 2007 11:36 am
Hi guys, I have a group of check box in my rhtml form : as follows: <% for count in @total_cellno %> <input name="checkbox" type="checkbox" value="<%=...
967
Jatinder Singh
fire_on_ice13
May 16, 2007 10:28 am
Hi Sabeer, You are looking for tree view I guess. Javascript toolkits provide you such widgets and Dojo is no exception, this may help you out, ...
966
Sabeer Hussain
pasabeer
May 14, 2007 6:08 am
Hi, I am trying to develop a project in Ruby on Rails platform. I have an explorer kind of user interface where menu items are on left side. While clicking on...
965
Md. Ruhul Amin
tuhin_cse99
May 9, 2007 9:24 am
hi guys, Thx a lot for ur solutions. It works fine now. Regards. Amin Yahoo IM: tuhin_cse99 http://aminonline.wordpress.com ... Ahhh...imagining that...
964
Abhijit Gadgil
gabhijit@...
May 9, 2007 2:22 am
How about param_me.to_sym? -abhijit ... -- अà¤à¤¿à¤œà¥€à¤¤ [ written in http://www.paahijen.com/scratchpad ] [ http://www.paahijen.com ]...
963
haribhau ingale
hari31582
May 8, 2007 4:11 pm
use params["#{var_name}"] --Haribhau Ingale tuhin_cse99 <tuhin_cse99@...> wrote: hi guys, In my rails rhtml page I have several check box named as...
962
tuhin_cse99
May 8, 2007 9:49 am
hi guys, In my rails rhtml page I have several check box named as param0, param1....param9. in my controller method I want to obtain the value by a loop. I...
961
Atul Kulkarni
littleman_atul
May 8, 2007 4:38 am
Awesome work!! Kudos to Siddharth. I liked the Transliteration part of it the most. Siddharth, it would be really nice if you could write up a small blog or...
960
Satish Talim
satish_talim
May 8, 2007 3:51 am
Our PuneRuby member, Siddharth Karandikar come up with a site called paahijen.com, built using Ruby on Rails. Read all about it in the interview here ...
959
Aditya Apte
adityaapte2002
May 4, 2007 12:42 am
Instead of writing separate javascript try this: In your view: <%= submit_tag "Submit", :name => "submit" %> <%= submit_tag "Delete", :name => "delete"%> In...
958
tuhin_cse99
May 3, 2007 12:33 pm
hi, I have two button in my Rails page. one is submit and other is delete. for submit button, I use: <%= submit_tag "submit" %> In the case of delete button I...
957
Ketan Padegaonkar
ketan_padega...
May 3, 2007 2:24 am
*ThoughtWorks presents -- The Master Class Series* "Writing and speaking are traditionally seen as the public face of a company. For software companies there...
956
Satish Talim
satish_talim
May 2, 2007 1:19 pm
Hello all, I just posted about some of the Rails Developers in India, I know and would recommend. It's been picked up by DZone here - ...