0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
the MapRouteTo<TController>(IUrl) extension now correctly sets the default controller name from the generic TController parameter, so with a route like 'GET /bar/[action]' and routes.MapRouteTo<HomeController>(Urls.bar['about'] you get the equivalent of new { controller = 'Home', action = 'about'} in your RouteDefaults More... over 13 years ago
added support for parsing url hashes independently of route comments. More... over 13 years ago
added descriptions for the 'specs:run' and 'specs:view ' targets More... over 13 years ago
added support for appending comments to the end of routes (e.g. 'GET /some/route # this is a comment') More... over 13 years ago
added extension method support for mapping routes to custom IRouteHandlers via passing in a Func<IRouteHandler> parameter to generate the IRouteHandler More... almost 14 years ago
Escaping reserved words so now you can do /for/[int] or whatever More... over 14 years ago
Allowing dashes in urls More... over 14 years ago
Fixing the chicken & egg issue w/ the build in VS More... over 14 years ago
Adding more overrides for maproute More... over 14 years ago
Adding msbuild task to artifacts More... over 14 years ago
Fixing some specs More... over 14 years ago
Adding a ToUrl method More... over 14 years ago
Adding MSBuild task and making the generated files end w/ .generated.cs More... over 14 years ago
Making it so you can specify a "class <className>" in the urls file to define the outer class More... over 14 years ago
Making it so you can map / More... over 14 years ago
Adding more stuff to the package More... over 14 years ago
Adding more routing methods More... over 14 years ago
artifact creation More... over 14 years ago
updating .gitignore More... over 14 years ago
Adding license More... over 14 years ago
Adding 7z and Rake More... over 14 years ago
Upgrading mspec More... over 14 years ago
Fixing stupid stuff More... over 14 years ago
Refactoring specs More... over 14 years ago
Moving some stuff around to clean up intellisense More... over 14 years ago
Adding some stuff to set constraints fluently.. eh. More... over 14 years ago
testing parameter defaults More... over 14 years ago
routing stuff is starting to come together More... over 14 years ago
putting parameters and parent in the base class More... over 14 years ago
Copying all dlls for the generator install More... over 14 years ago