Sinatrarb.com
#23

Sinatra

require 'sinatra' get '/hi' do "Hello World!" end. Put this in your pipe. $ gem install sinatra $ ruby hi.rb == Sinatra has taken the stage ... >> Listening on 0.0.0.0: ...

Link: sinatrarb.com

  • New feature release, Contrib and Recipes

    sinatrarb.com 22 Apr '13, 7pm

    New feature release, Contrib and Recipes By Konstantin Haase on Friday, September 30, 2011 We’re proud to announce two new releases today: 1.3.0 and 1.2.7. We’re also simultaneously releasing sinatra-contrib and would like to officially announce the recently launched Sinatra Recipes p...

  • Sinatra::Namespace (part of Sinatra::Contrib)

    sinatrarb.com 12 May '13, 4pm

    This extension is part of the Sinatra::Contrib project. Run gem install sinatra-contrib to have it available. Sinatra::Namespace Sinatra::Namespace is an extension that adds namespaces to an application. This namespaces will allow you to share a path prefix for the routes within the n...

  • README

    sinatrarb.com 18 Apr '13, 9am

    List of locals passed to the document. Handy with partials. Example: erb "<%= foo %>", :locals => {:foo => "bar"} default_encoding String encoding to use if uncertain. Defaults to settings.default_encoding . views Views folder to load templates from. Defaults to settings.views . layou...

  • Sinatra::JSON (part of Sinatra::Contrib)

    sinatrarb.com 25 Apr '13, 7am

    This extension is part of the Sinatra::Contrib project. Run gem install sinatra-contrib to have it available. Sinatra::JSON Sinatra::JSON adds a helper method, called json , for (obviously) json generation. Usage Classic Application In a classic application simply require the helper, ...

  • Sinatra::Reloader (part of Sinatra::Contrib)

    sinatrarb.com 25 Apr '13, 7am

    This extension is part of the Sinatra::Contrib project. Run gem install sinatra-contrib to have it available. Sinatra::Reloader Extension to reload modified files. Useful during development, since it will automatically require files defining routes, filters, error handlers and inline ...

  • Frequently Asked Questions

    sinatrarb.com 23 Mar '13, 10am

    To use ActiveRecord’s migrations with Sinatra (or other non-Rails project), add the following to your Rakefile: namespace :db do desc "Migrate the database" task(:migrate => :environment) do ActiveRecord::Base.logger = Logger.new(STDOUT) ActiveRecord::Migration.verbose = true ActiveRe...

  • Sinatra

    sinatrarb.com 29 May '12, 6pm

    README Documentation Contribute Code Crew About Sinatra require 'sinatra' get '/hi' do "Hello World!" end Put this in your pipe $ gem install sinatra $ ruby -rubygems hi.rb == Sinatra has taken the stage ... >> Listening on 0.0.0.0:4567 and smoke it

  • 1.4.0, 1.3.6, 1.2.9 released!

    sinatrarb.com 16 Mar '13, 2am

    Sinatra 1.4.0, 1.3.6, 1.2.9 released! By Konstantin Haase on Friday, March 15, 2013 I’ve just released Sinatra 1.4.0, 1.3.6 and 1.2.9. Find out what’s new in 1.4 on my blog .

Related

python.org
Python Programming Language – Official Website
rubini.us
Rubinius : Use Ruby™
sass-lang.com
Sass - Syntactically Awesome Stylesheets
haml-lang.com
Haml
json.org
JSON
macromates.com
TextMate — The Missing Editor for Mac OS X
git-scm.com
Git - Fast Version Control System
padrinorb.com
Padrino
nodejs.org
node.js
datamapper.org
DataMapper - DataMapper
sinatra-book.gittr.com
Sinatra Book
sinatra.com
SINATRA.COM | The Official Frank Sinatra Website
gembundler.com
Bundler: The best way to manage a Ruby application's gems
camping.rubyforge.org
Camping, a Microframework
modrails.com
Phusion Passenger application server
ar.rubyonrails.org
Active Record -- Object-relation mapping put on rails
expressjs.com
Express - node.js web application framework
ruby-lang.org
Ruby Programming Language
rack.rubyforge.org
Rack: a Ruby Webserver Interface
memcached.org
memcached - a distributed memory object caching system
jruby.org
Home — JRuby.org
quirkey.com
Quirkey.com
sqlite.org
SQLite Home Page
rubyeventmachine.com
eventmachine @ GitHub
perldancer.org
Dancer - Perl Web Framework for easy and fun webapp development
jquery.com
jQuery: The Write Less, Do More, JavaScript Library
rspec.info
RSpec.info: home
mongodb.org
MongoDB
railscasts.com
RailsCasts: Ruby on Rails Screencasts
couchdb.apache.org
Apache CouchDB: The Apache CouchDB Project
json.rubyforge.org
JSON implementation for Ruby
ramaze.net
Ramaze • The Web Framework for Rubyists
rubygems.org
RubyGems.org | your community gem host
sequel.rubyforge.org
Sequel: The Database Toolkit for Ruby
engineyard.com
Ruby On Rails and PHP Cloud Hosting PaaS | Managed Rails ...
macruby.org
MacRuby
cukes.info
Cucumber - Making BDD fun