Plugins - acts_as_continuable

StarAdd to favorites

An experimental plugin that lets you write controller actions with continuations.

You can do:

  def_continued :my_method do
    render :partial => 'part_1'
    continue

    render :partial => 'part_2'
    continue

    render :partial => 'part_3'
  end

Matt Freels

svn://furtherin.net/rails/plugins/acts_as_continuable

Rails' (MIT)

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Controllers

Tags

Comments

Add a comment
siuying 27 Apr 2008

Interesting. I've playing with it: http://wizard.heroku.com/wizard

I'll prefer extend ApplicationController as ContinuationController though.

Steven Soroka 23 Apr 2008

I don't understand the benefit here over rendering partials from the view. If anything it clutters up controllers and clouds clear lines of MVC responsibility. What's the up side?

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?