This is a bit of a messy commit ;-)

* Moved the forms (for edit and add_item) into a partial, which saves some time. It's not as clean as I would like.
* Added some caching back in.
* Error message display still isn't working, so I've taken those code stubs out for now.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@15 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-01-29 15:07:47 +00:00
parent ed4481f3b6
commit 36b36e8dac
13 changed files with 103 additions and 122 deletions

View file

@ -2,4 +2,4 @@ Dependencies.mechanism = :load
ActionController::Base.consider_all_requests_local = true
BREAKPOINT_SERVER_PORT = 42531
ActionController::Base.fragment_cache_store = ActionController::Caching::Fragments::MemoryStore.new
ActionController::Base.fragment_cache_store = ActionController::Caching::Fragments::FileStore.new("localhost")