search for: silvy

Displaying 15 results from an estimated 15 matches for "silvy".

Did you mean: silly
2006 Jan 04
3
PDF Form Reader using rails/ruby
Can someone guide me the best possible way to read a PDF form fields. I have seen some references to the PDFWriter but not the reader. Any help appreciated. Thanks Silvy Mathews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060104/641bd399/attachment.html
2006 Apr 12
9
Showing Images from a file store
...store shown below. <td> <img src="\\xx.xx.xxx.xx\xx\xx\xxx\abc.gif"/> The app was displaying the image when it is under the \public\images directory. Is there anything special we need to do to get a file from outside the root of the application? Any help appreciated. Thanks Silvy Mathews
2006 Jan 18
6
Mention about an open source image editor
Some days back there was a mention about an open source image editor that people uses for application layout designing. I have forgotten about the name of that software. Can someone send me the link? Silvy Mathews
2006 Jan 08
4
Rails table pluralizing Issue
...sses". However when I do a ruby script/generate scaffold Address, I am not able to access http://localhost:3000/addresses. I am getting the following error. uninitialized constant Addres This error occured while loading the following files: addres.rb How do I resolve this issue. Thanks Silvy MAthews
2006 Feb 02
4
Doubts on validation
...ve the dropdown list with the available programs, the application doesn''t validates the text field if I try to create a record with blank "fname". However if remove the dropdownnlist, it checks whether fname is present or not. Could anyone tell what I am doing wrong here? Thanks Silvy Mathews
2006 Jan 09
3
Design Question
...l this Table people id fname lname Table addresses id person_id addr1 addr2 .... or Table people id fname lname Table addresses id addr1 addr2 Table persons_addresses person_id address_id Are there any tutorial that explains these concepts? Any help is highly appreciated. Thanks Silvy Mathews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060109/bf2a8ae0/attachment.html
2006 Jan 27
2
Trying to understand the difference between similar iterators
...dresses.each {|address| "Address: #{address.addr1}<br/>"} %> </td> ****** did not work <% end %> This code worked: <td><% @student.addresses.each do |address|%> <%= address.addr1 %><br/> <% end %> Any comments appreciated. Thanks Silvy Mathews
2006 Jan 28
2
Trying to understand the difference between similariterators
...d to have an end. In fact it should give you some kind of error. Secondly, <% just evals a statement, <%= renders the output. So your loop should be: <td><%= @student.addresses.each {|address| "Address: #{address.addr1}<br/>"} %> </td> Pat On 1/27/06, Silvy@funmail.com <Silvy@funmail.com> wrote: > What''s the difference between these two? > Objective: > Trying to display the addresses of the students that has "has_many" > relations with addresses > > <td><% @student.addresses.each {|address| "Add...
2006 Jan 18
5
Inserting the parent Id to the child table
...arams[:id] End def create @addresses = Address.new(params[:addresses]) @addresses.student_id=@session["student_id"] .............. end +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Are there any other way to do this. Any help appreciated. Thanks in advance. Silvy Mathews
2005 Dec 22
3
RoR presentations
Hi, I was wondering is there any editor that can do autocompletion as shown in the tutorials on the RoR website in the windows or linux environment. If not do any one has sharable macros that comes with textpad or any other editors. Silvy Mathews
2006 Jan 26
1
Explanation on Activerecord Associations
...after reading the api''s I still haven''t got it registered!! @student = Student.find(params[:id]) @addrs = @student.addresses @address = @addrs.build(params[:address]) # and so on... I am sure that this is very trivial for the folks in this forum. Please help me out... Thanks Silvy Mathews Check out the docs on ActiveRecord associations, specifically has_many. http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethod s.html
2006 Apr 13
0
How to display model data along with the images from the file store
...use their band picture also in the same controller? http://localhost/images/list should display <td><%= images.name%> <td><%= images.title%> <td><%= images.price%> <td> band picture. This is coming from a file store How do I accomplish that. Silvy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060413/9b3bf2c2/attachment.html
2006 Feb 02
0
Validation fails with select option list
...t;student_program_id" name="student[program_id]"> 18: <%= options_from_collection_for_select @programs, "id", "prg_name", @student.program_id %> 19: </select> 20: 21: </dl> What is the reason for this? Any help appreciated. Thanks Silvy Mathews
2006 Jan 03
0
PDF Form Reader
Hi All, Are there any utilities for reading the forms fields in PDF using Ruby? Thanks, Silvy Mathews
2006 Jan 05
0
I found a way to dynamically switch languages in your railsapp -- look at it and give your opinions
can you share the code so that others can benefit out of it??? silvy mathews ________________________________ From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of sekhar Sent: Thursday, January 05, 2006 7:14 AM To: rails@lists.rubyonrails.org Subject: [Rails] I found a way to dynamically switch languages in your rails...