botanicus / rango

Rango is ultralightweight, ultracustomizable, ultracool web framework inspired by Django.
http://101ideas.cz
MIT License
221 stars 9 forks source link

Mountable apps #101

Open botanicus opened 14 years ago

botanicus commented 14 years ago
botanicus commented 14 years ago

Rango.apps #=> [BlogApp, ForumApp]

rake apps:apache|nginx:vhost # go through all the media files and generate vhost for Apache or Nginx

app = gem approach & media files: Bundler.gems.each { |gem| Rango.register(gem) }

sharing rake tasks: Rakefile: apps.each { load app/rakefile }

jak to rozsirovat: