发布于 2015-12-17 00:23:33 | 230 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Phoenix Elixir Web 框架

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


Phoenix 1.1.0 发布,更新内容如下:

  • 提升

    • [Router] Enable defining routes for custom http methods with a new match macro

    • [CodeReloader] The socket transports now trigger the code reloader when enabled for external clients that only connect to channels without trigger a recompile through the normal page request.

    • [phoenix.digest] The phoenix.digest task now digests asset urls in stylesheets automatically

    • [Channel] Add Phoenix.Channel.reply/3 to reply asynchronously to a channel push

    • [Channel] code_change/3 is now supported to upgrade channel servers

    • [Endpoint] check_origin now supports wildcard hosts, ie check_origin: ["//*.example.com"]

    • [Endpoint] check_origin treats invalid origin hosts as missing for misbehaving clients

    • [Endpoint] Add Phoenix.Endpoint.server?/2 to check if webserver has been configured to start

    • [ConnTest] Add assert_error_sent to assert an error was wrapped and sent with a given status

  • 向后不兼容变更

    • [View] The @inner assign has been removed in favor of explicit rendering with render/3 and the new @view_module and view_template assigns, for example: <%= @inner %> is replaced by <%= render @view_module, @view_template, assigns %>

下载页面:1.1.0

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



历史版本 :
Phoenix 1.3.0 发布,Elixir Web 开发框架
phoenix v1.2.5 发布,Web 开发框架
phoenix 1.3.0-rc.3 发布,Web 开发框架
phoenix 1.3.0-rc.2, 1.2.4 和 1.1.9 发布,Web 开发框架
phoenix 1.2.1 发布,Elixir 的 Web 开发框架
Phoenix v1.2 正式发布,Elixir 的 Web 开发框架
Phoenix v1.1.6 发布,Elixir 的 Web 开发框架
Phoenix v1.2.0-rc.1 发布,Elixir 的 Web 开发框架
Phoenix v1.2.0-rc.0 发布,Elixir 的 Web 开发框架
Phoenix v1.1.2 发布,Elixir 的 Web 开发框架
Phoenix v1.1.1 发布,Elixir 的 Web 开发框架
Phoenix 1.1.0 发布,Elixir 的 Web 开发框架
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务