Elixir 的 Web 开发框架,Phoenix 1.0.2 发布

nf37fe 9年前

Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。要求 Elixir v1.0.2+

Phoenix 1.0.2 发布,此版本更新内容如下:

  • 功能增强

    • [Installer] Support --database mongodb when generating new apps

    • [Installer] Support binary_id and migration configuration for models

  • Bug 修复

    • [Digest] Ensure Phoenix app is loaded before digesting

    • [Generator] Ensure proper keys are generated in JSON views and tests

    • [Generator] Ensure proper titles are generated in HTML views and tests

    • [Mix] Ensure app is compiled before showing routes with mix phoenix.routes

    • [Token] Ensure max age is counted in seconds and not in miliseconds

    </ul> 下载:phoenix_new-1.0.2.ez


    来自:http://www.oschina.net/news/65973/phoenix-1-0-2