Branch: refs/heads/master
  Home:   https://github.com/castleproject/MonoRail
  Commit: 2132b17cc10a6e4f5f11aa30fa54f9028e965c88
      
https://github.com/castleproject/MonoRail/commit/2132b17cc10a6e4f5f11aa30fa54f9028e965c88
  Author: hconceicao <[email protected]>
  Date:   2012-03-07 (Wed, 07 Mar 2012)

  Changed paths:
    M 
MR3/Extensions/WindsorIntegration/src/Castle.MonoRail.Extension.Windsor/Castle.MonoRail.Extension.Windsor.fsproj

  Log Message:
  -----------
  added missing ref


  Commit: cd672345f85135ea040e7d6f302a98e4121689c6
      
https://github.com/castleproject/MonoRail/commit/cd672345f85135ea040e7d6f302a98e4121689c6
  Author: hconceicao <[email protected]>
  Date:   2012-03-07 (Wed, 07 Mar 2012)

  Changed paths:
    M MR3/Castle.MonoRail.sln
  M MR3/TODO.txt
  M MR3/WebApplication1/Controllers/UserController.cs
  M MR3/WebApplication1/Generated/GeneratedRoutes.cs
  M MR3/WebApplication1/Generated/GeneratedRoutes.js
  M MR3/WebApplication1/Global.asax.cs
  A MR3/WebApplication1/InstConfigurer.cs
  M MR3/WebApplication1/WebApplication1.csproj
  M MR3/lib/Castle.Extensibility.dll
  M MR3/src/Castle.Blade/tests/Castle.Blade.Tests/CodeGenTests.Lambdas.cs
  M MR3/src/Castle.MonoRail.Generator/Api.fs
  M MR3/src/Castle.MonoRail.Generator/Castle.MonoRail.Generator.fsproj
  M MR3/src/Castle.MonoRail.Generator/Program.fs
  M MR3/src/Castle.MonoRail.ViewEngines.Blade/BasePage.fs
  M MR3/src/Castle.MonoRail.ViewEngines.Blade/ViewEngine.fs
  M MR3/src/Castle.MonoRail/API.fs
  M MR3/src/Castle.MonoRail/AppLevelApi.fs
  M MR3/src/Castle.MonoRail/Castle.MonoRail.fsproj
  M MR3/src/Castle.MonoRail/Framework.Api.fs
  A MR3/src/Castle.MonoRail/Hosting/Container.fs
  M MR3/src/Castle.MonoRail/Hosting/Hosting.AspNet.fs
  R MR3/src/Castle.MonoRail/Internal/Internal.Container.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.ExceptionBuilder.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Helpers.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.ReflectionHelper.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Services.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.FormHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.JsHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.JsonHelper.fs
  A MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.SerializerBasedHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.UrlHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ActionResults.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Hosting.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Rest.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Serializers.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ServiceRegistry.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ViewEngine.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ViewEngines.Api.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Action.Processors.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Action.fs
  R MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Binder.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Descriptor.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.ParameterValueProviders.fs
  M MR3/src/Castle.MonoRail/Resources.fs
  M MR3/src/Castle.MonoRail/Routing.GeneratedUrls.fs
  M MR3/src/Castle.MonoRail/Routing/API.Router.fs
  M MR3/src/Castle.MonoRail/Routing/API.Routing.fs
  M MR3/src/Castle.MonoRail/Routing/Internal.Parsing.fs
  A MR3/tests/Castle.MonoRail.Integration.Tests/BaseServerTest.cs
  A 
MR3/tests/Castle.MonoRail.Integration.Tests/Castle.MonoRail.Integration.Tests.csproj
  A MR3/tests/Castle.MonoRail.Integration.Tests/HostingTestCase.cs
  A MR3/tests/Castle.MonoRail.Integration.Tests/Properties/AssemblyInfo.cs
  M MR3/tests/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
  A MR3/tests/Castle.MonoRail.Tests/ContentNegotiatorTestCase.cs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/JsonHelperTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/PartialHelperTests.cs
  M 
MR3/tests/Castle.MonoRail.Tests/Mvc/DefaultViewFolderLayoutWithDeploymentInfoTestCase.cs
  A MR3/tests/Castle.MonoRail.Tests/Mvc/FlashTestCase.cs
  A MR3/tests/Castle.MonoRail.Tests/Mvc/ViewRendererServiceTestCase.cs
  M MR3/tests/Castle.MonoRail.Tests/Routing/RouteGenerateTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Serializers/ModelSerializerResolverTests.cs
  M MR3/tests/Castle.MonoRail.Tests/StubServiceRegistry.cs
  M MR3/tests/Castle.MonoRail.Tests/StubView.cs
  A MR3/tests/WebSiteForIntegration/Controllers/RootController.cs
  A MR3/tests/WebSiteForIntegration/Generated/GeneratedRoutes.cs
  A MR3/tests/WebSiteForIntegration/Generated/GeneratedRoutes.js
  A MR3/tests/WebSiteForIntegration/Global.asax
  A MR3/tests/WebSiteForIntegration/Global.asax.cs
  A MR3/tests/WebSiteForIntegration/Properties/AssemblyInfo.cs
  A MR3/tests/WebSiteForIntegration/Web.Debug.config
  A MR3/tests/WebSiteForIntegration/Web.Release.config
  A MR3/tests/WebSiteForIntegration/Web.config
  A MR3/tests/WebSiteForIntegration/WebSiteForIntegration.csproj
  A MR3/tests/lib/CassiniDev4-lib.dll
  A MR3/tests/lib/CassiniDev4-lib.dll.config
  A MR3/tests/lib/CassiniDev4-lib.pdb
  R MR3/tests/lib/FsCheck.XML
  R MR3/tests/lib/FsCheck.dll
  R MR3/tests/lib/FsCheck.pdb

  Log Message:
  -----------
  Merge branch 'master' of github.com:castleproject/MonoRail


  Commit: 32dfd0c6a4552e971fcb713a71b8469aeb82c245
      
https://github.com/castleproject/MonoRail/commit/32dfd0c6a4552e971fcb713a71b8469aeb82c245
  Author: hconceicao <[email protected]>
  Date:   2012-03-08 (Thu, 08 Mar 2012)

  Changed paths:
    M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.ParameterValueProviders.fs

  Log Message:
  -----------
  Fixed IModelSerializerResolver CreateSerializer method resolution


Compare: https://github.com/castleproject/MonoRail/compare/5b0c78b...32dfd0c

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-commits?hl=en.

Reply via email to