public
Description: Makin' your bac'n hot!
Homepage:
Clone URL: git://github.com/lachlanhardy/gae-frypan.git
name age message
file .DS_Store Sat Apr 11 17:51:25 -0700 2009 Simple Hello World that works on AppEngine [lachlanhardy]
file .gitignore Sun Apr 12 01:06:13 -0700 2009 updating ignore [lachlanhardy]
file README.markdown Sun Apr 19 03:16:22 -0700 2009 updating README with commands [lachlanhardy]
file Rakefile Wed Apr 15 13:49:11 -0700 2009 Moving to open layout [lstoll]
directory WEB-INF/ Wed Apr 15 13:49:11 -0700 2009 Moving to open layout [lstoll]
directory app/ Wed Apr 15 16:47:24 -0700 2009 tidying phrasing [lachlanhardy]
file config.ru Sun Apr 12 23:36:31 -0700 2009 commit to share the ugliness [lachlanhardy]
directory config/ Wed Apr 15 13:49:11 -0700 2009 Moving to open layout [lstoll]
directory public/ Sun Apr 12 01:06:13 -0700 2009 updating ignore [lachlanhardy]
README.markdown

Frypan

Makin' your bac'n hot!

What is it?

That's difficult to say yet as it's simply a twinkle in a few parental eyes right now, but it's safe to say it'd be nothing at all without a precisely detailed, and very quick off the mark, article by Samuel Goebert.

See Lincoln Stoll's rb-gae-support gem for continued awesomeness.

Some commands

  • To start the dev appserver, just runt 'dev_appserver.sh .' from the application root directory
  • to add gems, add them to config/config.yml , then run rake update_gems
  • the rackup file is in config/rackup.ru . if you change it, run rake update_rackup
  • all application files live under /app now - you'll see the frypan.rb and views there.