rubyweblog
..........
\app
..........\...
\controllers
..........\...\...........\application.
rb
..........\...\...........\posts_controller.
rb
..........\...
\helpers
..........\...\.......\application_helper.
rb
..........\...\.......\posts_helper.
rb
..........\...
\models
..........\...\......\post.
rb
..........\...
\views
..........\...\.....
\layouts
..........\...\.....\.......\posts.html.
erb
..........\...\.....
\posts
..........\...\.....\.....\edit.html.
erb
..........\...\.....\.....\index.html.
erb
..........\...\.....\.....\new.html.
erb
..........\...\.....\.....\show.html.
erb
..........
\config
..........\......\boot.
rb
..........\......\database.
yml
..........\......\environment.
rb
..........\......
\environments
..........\......\............\development.
rb
..........\......\............\production.
rb
..........\......\............\test.
rb
..........\......
\initializers
..........\......\............\inflections.
rb
..........\......\............\mime_types.
rb
..........\......\............\new_rails_defaults.
rb
..........\......\routes.
rb
..........
\db
..........\..
\migrate
..........\..\.......\20090619054436_create_posts.
rb
..........\..\.......\20090619055502_add_body_to_post.
rb
..........\..\schema.
rb
..........
\doc
..........\...\
README_FOR_APP
..........
\lib
..........\...
\tasks
..........
\log
..........\...\development.
log
..........\...\production.
log
..........\...\server.
log
..........\...\test.
log
..........
\nbproject
..........\.........
\private
..........\.........\.......\private.
properties
..........\.........\.......\private.
xml
..........\.........\.......\rake-d.
txt
..........\.........\project.
properties
..........\.........\project.
xml
..........
\public
..........\......\404.
html
..........\......\422.
html
..........\......\500.
html
..........\......\dispatch.
cgi
..........\......\dispatch.
fcgi
..........\......\dispatch.
rb
..........\......\favicon.
ico
..........\......
\images
..........\......
\javascripts
..........\......\...........\application.
js
..........\......\...........\controls.
js
..........\......\...........\dragdrop.
js
..........\......\...........\effects.
js
..........\......\...........\prototype.
js
..........\......\robots.
txt
..........\......
\stylesheets
..........\......\...........\scaffold.
css
..........\
Rakefile
..........\
README
..........
\script
..........\......
\about
..........\......
\console
..........\......
\dbconsole
..........\......
\destroy
..........\......
\generate
..........\......
\performance
..........\......\...........
\benchmarker
..........\......\...........
\profiler
..........\......\...........
\request
..........\......
\plugin
..........\......
\process
..........\......\.......
\inspector
..........\......\.......
\reaper
..........\......\.......
\spawner
..........\......
\runner
..........\......
\server
..........
\test
..........\....
\fixtures
..........\....\........\posts.
yml
..........\....
\functional
..........\....\..........\posts_controller_test.
rb
..........\....
\integration
..........\....\test_helper.
rb
..........\....
\unit
..........\....\....\post_test.
rb
..........
\tmp