Displaying 2 results from an estimated 2 matches for "descripition".
Did you mean:
descriiption
2006 Mar 04
3
select helper method
Hey
I''m having problems understanding the select helper. Here is my code:
_____________________
DB table: genres
id
name
descripition
___________________
In the controller:
def index()
@genres = Genre.find_all.map {|u|[u.name, u.id]}
@id = params[''genre'']
end
____________________
In the view:
<%
@genre = Genre.new
@genre.id = @id
%>
<%= start_form_tag :action => ''i...
2007 Mar 27
0
GSoC Apply, request for review
...since I was 14, when I started to do two techincal courses
(Informatics and electro-electronic).
I love Softwares and Hardwares, I have been developing many SW and HW
projects since dynamics web sites until circuits boards for power
electronics and I have found in this area (programing in Hardware
Descripition Languages) what I always wanted: programing and work with
electronics.
At University I have been worked (since dec/2004) in the design and
implementation of an MP3 decoder in hardware entirely developed by undergrad
students. I developed 6 (of 16) modules and It was validated in FPGA and
silicon C...