noodall-ui 0.1.12 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -51,6 +51,8 @@ module Noodall
|
|
51
51
|
if exception
|
52
52
|
logger.info "Rendering 404: #{exception.message}"
|
53
53
|
end
|
54
|
+
# Expire any caching already set
|
55
|
+
expires_now
|
54
56
|
|
55
57
|
render :file => "#{Rails.root}/public/404.html", :status => 404, :layout => false, :content_type => "text/html"
|
56
58
|
end
|
data/lib/noodall/ui/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: noodall-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 13
|
10
|
+
version: 0.1.13
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steve England
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-02-
|
18
|
+
date: 2011-02-02 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|