This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sinatra Pimping | |
| =============== | |
| Ideas/Brain dump | |
| ---------------- | |
| * Do not show the README on the front page. But: | |
| * Elevator pitch | |
| * Code | |
| * Mailing-List, #sinatra, Bug tracker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Let's make a list of Sinatra-based apps! | |
| Apps: | |
| - http://github.com/cschneid/irclogger "Sinatra based irclogger.com" | |
| - http://github.com/rtomayko/wink "minimalist blogging engine" | |
| - http://github.com/foca/integrity "The easy and fun Continuous Integration server" | |
| - http://github.com/sr/git-wiki "git-powered wiki" | |
| - http://github.com/entp/seinfeld "Seinfeld-inspired productivity calendar to track your public github commits." | |
| - http://github.com/karmi/marley "Marley, the blog engine without <textareas>." | |
| - http://github.com/ichverstehe/gaze "Serve up your Markdown files with this tiny Sinatra app!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $: << "/Users/lifo/Rails/sinatra/lib" | |
| require 'rubygems' | |
| require 'sinatra' | |
| require 'sinatra/test/unit' | |
| require 'app' | |
| class Rack::Response | |
| attr_accessor :variables | |
| end | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 233020a2d01e9c4f0bfdd54657062312d2039a57 Mon Sep 17 00:00:00 2001 | |
| From: Michael Koziarski <[email protected]> | |
| Date: Thu, 11 Sep 2008 16:03:38 +0200 | |
| Subject: [PATCH] Flesh out the parameterize method to support non-ascii text and underscores. | |
| --- | |
| activesupport/lib/active_support/inflector.rb | 2 +- | |
| activesupport/test/inflector_test_cases.rb | 5 ++++- | |
| 2 files changed, 5 insertions(+), 2 deletions(-) | |
NewerOlder