Displaying 2 results from an estimated 2 matches for "list_item_type".
2006 Jul 02
6
remote form w/ evalScripts:true
..._for(:controller =>
"list_item_links", :action => "create") }, :eval_scripts => true %>
<%= hidden_field ''list_item_link'', ''list_id'', :value => @list.id%>
<%= hidden_field ''list_item_link'', ''list_item_type'', :value => ''List'' %>
Which list?
<%= select ''list_item_link'', ''list_item_id'', @lists.collect{ |l|
[ l.name, l.id] },
{ :include_blank => true},
{ :class => "formfield", :onchange => "this.form....
2006 Jul 02
10
Use Rails or PHP?
I''m new to RoR and have used PHP. I want to develop a personal
organizer that allows me to add lists (tables) and search them. The
ActiveRecord concept seems to allow me to set up something that works
with an existing table, but I want the ability to add tables without
programming. I know how to do this in PHP and I can put the SQL into
queries in RoR, but does ActiveRecord let