Displaying 1 result from an estimated 1 matches for "game_instructions".
2006 Jul 16
1
Rails Core Weekly July 2 - July 16
...in core ?''.
[ thread: http://www.ruby-forum.com/topic/71980#new ]
Tom Ward wants to hug SQL Server some more. He''s working on an
aggregated patch and his work is much appreciated.
[ thread: http://www.ruby-forum.com/topic/70990#new ]
Francois Beausoleil''s route:
map.game_instructions ''game/:game/instructions'', :controller => ''games'',
:action => ''instructions'', :requirements => {:game => /\A[-\w \+%]+\Z/i}
fails miserably with revision r4498. Jamis is spot on when he advises
to take out the \A and \Z from the...