TandaHQ / flash_render

Adds flash support to ActionController::Base#render just like redirect_to

Home Page:http://rubygems.org/gems/flash_render

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlashRender

Allows you to use render :new, :alert => 'You messed up' just like you can use redirect_to thang, :notice => 'You made thang successfully'.

Works with :notice, :alert and :flash => {:message => 'Sup foo'} just like redirect_to. With rendering it sets flash.now instead of flash.

Inspired after googling for this feature, it was written entirely by the mysterious P.B.F. and packaged into a gem by me. See: http://bit.ly/flash_render

About

Adds flash support to ActionController::Base#render just like redirect_to

http://rubygems.org/gems/flash_render


Languages

Language:Ruby 52.2%Language:HTML 28.2%Language:JavaScript 19.6%