Skip to content

Commit

Permalink
+ presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Hanke committed Jun 10, 2008
1 parent c29b3e0 commit 4497f2b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application.rb
Expand Up @@ -13,7 +13,7 @@ class ApplicationController < ActionController::Base
context :navigation, :member_with_ad

# loading contexts
load_context :explore, :random_members, :cache => 5.seconds do
load_context :explore, :random_members, :cache => 5.minutes do
@random_members = Member.random(10)
end
load_context :explore, :random_recipes do
Expand Down
3 changes: 3 additions & 0 deletions config/environments/development.rb
Expand Up @@ -13,5 +13,8 @@
config.action_view.debug_rjs = true
config.action_controller.perform_caching = true

# Use a different cache store in development
config.cache_store = :mem_cache_store

# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
Binary file modified presentation/080604-contexts.key/index.apxl.gz
Binary file not shown.
Binary file modified presentation/080604-contexts.key/thumbs/st1-1.tiff
Binary file not shown.
Binary file modified presentation/080604-contexts.key/thumbs/st11.tiff
Binary file not shown.
Binary file removed presentation/080604-contexts.key/thumbs/st4-5.tiff
Binary file not shown.
Binary file modified presentation/080604-contexts.key/thumbs/st4-6.tiff
Binary file not shown.
Binary file modified presentation/080604-contexts.key/thumbs/st9.tiff
Binary file not shown.

0 comments on commit 4497f2b

Please sign in to comment.