GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Be explicit on what Merb::Router::Route#generate actually does.
Tue May 13 11:12:53 -0700 2008
commit  3bfc1d694696945f8f5f59bfd134788f5717b4b4
tree    2f567d524299a6e7d0d7886a423d93631419ae6d
parent  cdd679dc9e409f2969e8a5cee8499b6f2cf464c2
...
187
188
189
 
 
190
191
192
...
187
188
189
190
191
192
193
194
0
@@ -187,6 +187,8 @@ module Merb
0
         behavior.regexp? || behavior.send(:ancestors).any? { |a| a.regexp? }
0
       end
0
 
0
+ # Generates URL using route segments and given parameters.
0
+ #
0
       # ==== Parameters
0
       # params<Hash>:: Optional parameters for the route.
0
       # fallback<Hash>:: Optional parameters for the fallback route.

Comments

    No one has commented yet.