File list:
depot
....\app
....\...\controllers
....\...\...........\application_controller.rb
....\...\...........\products_controller.rb
....\...\...........\store_controller.rb
....\...\helpers
....\...\.......\application_helper.rb
....\...\.......\products_helper.rb
....\...\.......\store_helper.rb
....\...\models
....\...\......\cart.rb
....\...\......\cart_item.rb
....\...\......\product.rb
....\...\views
....\...\.....\layouts
....\...\.....\.......\products.html.erb
....\...\.....\.......\store.html.erb
....\...\.....\products
....\...\.....\........\edit.html.erb
....\...\.....\........\index.html.erb
....\...\.....\........\new.html.erb
....\...\.....\........\show.html.erb
....\...\.....\store
....\...\.....\.....\add_to_cart.html.erb
....\...\.....\.....\add_to_cart.js.rjs
....\...\.....\.....\index.html.erb
....\...\.....\.....\_cart.html.erb
....\...\.....\.....\_cart_item.html.erb
....\config
....\......\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
....\......\boot.rb
....\......\database.yml
....\......\environment.rb
....\......\routes.rb
....\db
....\..\migrate
....\..\.......\20091121182255_create_products.rb
....\..\.......\20091121182553_addcolum.rb
....\..\.......\20091124062620_create_sessions.rb
....\..\development.sqlite3
....\..\schema.rb
....\..\seeds.rb
....\doc
....\...\README_FOR_APP
....\lib
....\...\tasks
....\log
....\...\development.log
....\...\production.log
....\...\server.log
....\...\test.log
....\public
....\......\images
....\......\......\img_1.jpg

....\......\......\img_2.jpg

....\......\......\img_3.jpg

....\......\......\logo.png

....\......\......\rails.png

....\......\javascripts
....\......\...........\application.js
....\......\...........\controls.js
....\......\...........\dragdrop.js
....\......\...........\effects.js
....\......\...........\prototype.js
....\......\stylesheets
....\......\...........\depot.css
....\......\...........\scaffold.css
....\......\404.html
....\......\422.html
....\......\500.html
....\......\favicon.ico
....\......\index.html
....\......\robots.txt
....\script
....\......\performance
....\......\...........\benchmarker
....\......\...........\profiler
....\......\about
....\......\console
....\......\dbconsole
....\......\destroy
....\......\generate
....\......\plugin
....\......\runner
....\......\server
....\test
....\....\fixtures
....\....\........\products.yml
....\....\functional
....\....\..........\products_controller_test.rb
....\....\..........\store_controller_test.rb
....\....\integration
....\....\performance
....\....\...........\browsing_test.rb
....\....\unit
....\....\....\helpers
....\....\....\.......\products_helper_test.rb
....\....\....\.......\store_helper_test.rb
....\....\....\product_test.rb
....\....\test_helper.rb
....\tmp
....\...\cache
....\...\pids
....\...\sessions
....\...\sockets
....\vendor
....\......\plugins
....\.loadpath
....\.project
....\Rakefile
....\README