Displaying 4 results from an estimated 4 matches for "eggman123444".
2006 Jan 29
3
Printing quality documents (invoices, etc..) from rails
Thanks for the info alex
All i really want to do is easily print quality invoice (+other)
documents from within Rails. THe info is already in the mysql
database, so rails has full access.
Is there an easy way to do it?
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.
2006 Jan 28
20
Code security
I''ve just created a rails application for a friend''s business.
I''m going to place the application onto one of his computers so he can
access it from within his network.
What can i do to make sure he cannot read/edit the code? I can''t see
what i can do. Its on a windows xp machine and he has full admin rights.
He''s not an expert PC user so the solution
2006 Jan 28
1
Collection_select problem
I have my customer object with title attribute
: @customer.title
Where title is "Mr","Mrs", etc....
In edit/create from i have:
@titles=["Mr","Mrs","Miss"]
how do i create a selection box that sets itself to the value of
@customer.title??
This doesn''t work:
<%=collection_select(:customer, :title, @titles)%>
Any help would be
2006 Jan 29
3
Mail merging and printing decent documents? how?
Im just about to convert an access based system to ROR. But i have no
idea how i would print out documents/letters from within ROR.
Does anyone have any ideas how to mail merge my database into documents
and then print them?? Is there an easy solution?
Any help is appreciated as i''m kindof stuck
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.