red-agent@linuxbox ~ $ tree django_project/ django_project/ |-- __init__.py |-- __init__.pyo |-- manage.py |-- manage.pyo |-- settings.py |-- settings.pyo |-- urls.py `-- urls.pyo 0 directories, 8 files red-agent@linuxbox ~ $ tree rails_project/ rails_project/ |-- README |-- Rakefile |-- app | |-- controllers | | `-- application_controller.rb | |-- helpers | | `-- application_helper.rb | |-- models | `-- views | `-- layouts |-- config | |-- boot.rb | |-- database.yml | |-- environment.rb | |-- environments | | |-- development.rb | | |-- production.rb | | `-- test.rb | |-- initializers | | |-- backtrace_silencers.rb | | |-- inflections.rb | | |-- mime_types.rb | | |-- new_rails_defaults.rb | | `-- session_store.rb | |-- locales | | `-- en.yml | `-- routes.rb |-- db |-- doc | `-- README_FOR_APP |-- lib | `-- tasks |-- log | |-- development.log | |-- production.log | |-- server.log | `-- test.log |-- public | |-- 404.html | |-- 422.html | |-- 500.html | |-- favicon.ico | |-- images | | `-- rails.png | |-- index.html | |-- javascripts | | |-- application.js | | |-- controls.js | | |-- dragdrop.js | | |-- effects.js | | `-- prototype.js | |-- robots.txt | `-- stylesheets |-- script | |-- about | |-- console | |-- dbconsole | |-- destroy | |-- generate | |-- performance | | |-- benchmarker | | `-- profiler | |-- plugin | |-- runner | `-- server |-- test | |-- fixtures | |-- functional | |-- integration | |-- performance | | `-- browsing_test.rb | |-- test_helper.rb | `-- unit |-- tmp | |-- cache | |-- pids | |-- sessions | `-- sockets `-- vendor `-- plugins 34 directories, 46 files