Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

ActionFramework 0.3.0

Latest
Compare
Choose a tag to compare
@bramvdbogaerde bramvdbogaerde released this 07 Dec 17:53
· 2 commits to master since this release

Changes

  • ActionFramework NextController, excellent alternative to before_action
  • Realtime framework based on Rack hijack to hijack the TCP socket and to implement the WebSocket protocol
  • Support for partials (Documentation is coming soon)
  • TemplateManager

How to update

Just update the gem. If you are using Bundler with ActionFramework and you are fetching the gem from Github, you already have the latest changes to you available (just run bundle update to be sure).

Normally there shouldn't be anything you need to change to your current project in order to get in working.