still figuring out gitmaster
commitd5c621bc9a4af55d004eb7aaa1bd72ac260bebe8
authorChris <chris@Chris-Macbook-Pro.local>
Tue, 15 Apr 2008 21:04:49 +0000 (15 17:04 -0400)
committerChris <chris@Chris-Macbook-Pro.local>
Tue, 15 Apr 2008 21:04:49 +0000 (15 17:04 -0400)
tree7cccce3e1657a837f407e18967a56d1a71c8363c
parentdfbc448badcc9a772c55ba0500096457bf6344dd
still figuring out git
22 files changed:
app/controllers/entries_controller.rb [new file with mode: 0644]
app/helpers/entries_helper.rb [new file with mode: 0644]
app/models/entry.rb [new file with mode: 0644]
app/views/entries/edit.html.erb [new file with mode: 0644]
app/views/entries/index.html.erb [new file with mode: 0644]
app/views/entries/new.html.erb [new file with mode: 0644]
app/views/entries/show.html.erb [new file with mode: 0644]
app/views/layouts/entries.html.erb [new file with mode: 0644]
config/routes.rb
db/development.sqlite3 [new file with mode: 0755]
db/migrate/001_create_entries.rb [new file with mode: 0644]
db/schema.rb [new file with mode: 0755]
db/test.sqlite3 [new file with mode: 0755]
log/development.log
log/test.log
public/index.html [deleted file]
public/stylesheets/scaffold.css [new file with mode: 0644]
test/fixtures/entries.yml [new file with mode: 0644]
test/functional/entries_controller_test.rb [new file with mode: 0644]
test/integration/entry_stories_test.rb [new file with mode: 0644]
test/test_helper.rb
test/unit/entry_test.rb [new file with mode: 0644]