Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roberto/intergalactic_flash
this plugin allows to send flash messages between rails apps
https://github.com/roberto/intergalactic_flash
Last synced: 7 days ago
JSON representation
this plugin allows to send flash messages between rails apps
- Host: GitHub
- URL: https://github.com/roberto/intergalactic_flash
- Owner: roberto
- License: mit
- Created: 2009-03-04T14:45:33.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-03-06T22:09:20.000Z (over 15 years ago)
- Last Synced: 2023-04-12T16:56:47.932Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 82 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
IntergalacticFlash
==================This plugin allows to send flash messages between rails apps
Installation
------------ruby script/plugin install git://github.com/roberto/intergalactic_flash.git
or
git submodule add git://github.com/roberto/intergalactic_flash.git vendor/plugins/intergalactic_flash
Setup
-----Include the IntergalacticFlash module in your controller:
class ApplicationController < ActionController::Base
include IntergalacticFlash
endUse
---flash[:notice] = "Intergalactic Planetary Planetary Intergalactic"
redirect_away("http://another_dimension.com")Credits
-------- Code: [Roberto Soares](http://peakhut.com)
- Idea: [Bruno Miranda](http://brunomiranda.com)
- Name: [Chris Saylor](http://twitter.com/cwsaylor)
- Contributors: [Dante Regis](http://ditoinfo.wordpress.com/)Copyright (c) 2009 Roberto Soares, released under the MIT license