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

Releases: actionframework/actionframework

ActionFramework 0.3.0

07 Dec 17:53
Compare
Choose a tag to compare

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.

ActionFramework 0.2.2

30 Apr 16:47
Compare
Choose a tag to compare

This version fixes a critical bug introduced in ActionFramework 0.2.1.

ActionFramework 0.2.1

30 Apr 16:36
Compare
Choose a tag to compare

Changelog

  • ActionMailer
  • run_before
  • code improvements

In order to update

The only thing you need to do when you've updated is create the file "mailer.rb" in config/.
This file is automaticly generated when a new project is created.

ActionFramework 0.2

01 Mar 14:18
Compare
Choose a tag to compare

This is the new major release of ActionFramework.
Install with:

[sudo] gem install actionframework

Changelog

This release contains the following changes:

  • Redirect in routes and controller
  • Authentication using Warden (in beta, documentation will follow soon)

This release shouldn't contain any breaking changes, when there is something that doesn't work anymore the way it did before, please report an issue.

Actionframework 0.1.3.2

01 Mar 14:02
Compare
Choose a tag to compare

Minor release.

Actionframework 0.1.3

26 Mar 12:02
Compare
Choose a tag to compare