dbr / filmdb

Rails film database - very basic database to list films I have watched, and to learn Rails

This URL has Read+Write access

dbr (author)
Thu May 07 15:38:13 -0700 2009
commit  ea951f8d2e86bbf4434d9ffb70e9dbfde54cffc6
tree    7010420987b6a1619c0c32333638ef0e517d6fb4
parent  bdeb6d93c5db746d0f95b611541abf1eff39ecc6
filmdb /
name age message
file .gitignore Loading commit data...
file README
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory public/
directory script/
directory test/
directory vendor/
README
== filmDB

This is a very simple database to store a list of films I have watched. It also serves as an excuse to learn Rails.

I am attempting to avoid using (m)any plugins and such so I can learn how Rails itself works.

To start, run ./script/server and browse to http://0.0.0.0:3000/films

/ and /welcome are the main page for my www.dbrweb.co.uk website, added mostly as a test, but may eventually replace my 
CodeIgniter (PHP) based site, when I get around to configuring Apache.

== TODO

- IMDB integration
-- Write simple IMDB search plugin to get IMDB tt* id
-- Add imdb-id-search form into /film/new
-- Retrive film-year and other useful info from IMDB
- Searching option for films with no IMDB ID