Home > CodeStickers

CodeStickers

CodeStickers is a project mainly written in Ruby, it's free.

A rails metal app that implements a pastie clone

== Stickers - A rails metal app that implements a pastie clone ==

*) http://github.com/azri/CodeStickers/blob/master/app/metal/sticker.rb is metal app that allows: -) Creation of a new code_sticker ( /sticker && /sticker/create ) -) Viewing of a each code_sticker ( /sticker/$sticker_id ) -) Generating a .js feed for the code_sticker that can be used to render it on any webpage ( /sticker/$sticker_id.js ).

Previous:railsci