search for: show_dat

Displaying 3 results from an estimated 3 matches for "show_dat".

Did you mean: show_day
2006 May 31
1
Automatic .santize?
...width=50 height=50 valign=top><small>#{@temp13.to_s[0,3]} | #{@temp13.day}</small></td>" else @@td = "<td width=50 height=50 valign=top><small><b>#{@temp13.to_s[0,3]} | #{@temp13.day}</b><br><%= link_to @event.title, :action => :show_date, :id => @event.id %></small></td>" @@ntd = "<td width=50 height=50 valign=top><small>#{@temp13.to_s[0,3]} | #{@temp13.day}<br><%= link_to @event.title, :action => :show_date, :id => @event.id %></small></td>" end now wh...
2007 Dec 12
4
Route and patterns
In a wiki, routes are handling web_index /:web {:controller=>"wiki", :action=>"index"} web_topic /:web/:topic {:controller=>"wiki", :action=>"view"} action /:web/:topic/:action {:controller=>"wiki"} That is the default action is "view". Two questions: 1. Can I constrain the patterns allowed for
2006 Mar 13
0
Time Column
...that I''m working on where I''m tracking band performances. So, I''ve got a model for "Show" and it''s got a date associated with it. But I''ve got other fields that I''d like to set times for, but not worry about the date. like this: show_date (date) doors_open (time) show_starts (time) check_in (time) load_in (time) etc.... how would I go about doing that? Thanks! -- Posted via http://www.ruby-forum.com/.