
IsItCodeMashYet - Web app in under 10 minutes using the Sinatra web framework
1 year ago
This video walks through the creation of the site isitcodemashyet.com to show how easy it is to create simple web applications using the Sinatra framework. This video assumes prior experience with the Ruby language, and may be easier to grasp with Ruby web development experience. For more information on the CodeMash conference see codemash.org.
Links used in this video:
Sinatra - sinatra.rubyforge.org
IsItCodeMashYet Source - github.com/densitypop/isitcodemashyet
FollowCost - followcost.com
The inspiration for this app - istwitterdown.com
Haml - github.com/nex3/haml
Links used in this video:
Sinatra - sinatra.rubyforge.org
IsItCodeMashYet Source - github.com/densitypop/isitcodemashyet
FollowCost - followcost.com
The inspiration for this app - istwitterdown.com
Haml - github.com/nex3/haml
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
1. my external stylesheet didn't load (yours did),
2. you're running Mongrel via Rack, but the Sinatra docs don't explain this too well - I failed to get my 'config.ru' file to work (like yours apparently does).
But thanks!
Rack still needs a little more explaining :-)
rackup config.ru
You can pass options to rackup like -p #### for the port (default is 9999), so -p 3333 would start on port 3333.
Hope this helps!