mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 16:44:09 +01:00
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:
parent
ed4481f3b6
commit
36b36e8dac
13 changed files with 103 additions and 122 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue