what_does_this_error_mean-merb 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/{README → README.rdoc} +1 -2
- data/lib/what_does_this_error_mean-merb.rb +1 -1
- data/templates/index.html.erb +1 -1
- metadata +3 -3
data/{README → README.rdoc}
RENAMED
@@ -1,5 +1,4 @@
|
|
1
|
-
|
2
|
-
=====================
|
1
|
+
= What Does This Error Mean - Merb Plugin
|
3
2
|
|
4
3
|
This plugin overrides the error message page that appears in merg development mode when an exception is raised to provide a link to search whatdoesthiserrormean.com for that error.
|
5
4
|
|
data/templates/index.html.erb
CHANGED
@@ -92,7 +92,7 @@
|
|
92
92
|
lots of love, from <a href="http://www.merbivore.com">merb</a>
|
93
93
|
</div>
|
94
94
|
<div class="wdtem">
|
95
|
-
<form action="http://whatdoesthiserrormean.com/
|
95
|
+
<form action="http://whatdoesthiserrormean.com/search" method="POST" name="wdtem">
|
96
96
|
<input type="hidden" name="q" value="<%= exception.class.name.to_s %> <%= exception.message %>" />
|
97
97
|
</form>
|
98
98
|
<%= link_to image_tag('http://whatdoesthiserrormean.com/images/logo_for_error_page.gif', :border => 0), "javascript: document.forms.wdtem.submit();" %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: what_does_this_error_mean-merb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Francois Beausoleil
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2008-10-
|
14
|
+
date: 2008-10-19 00:00:00 -04:00
|
15
15
|
default_executable:
|
16
16
|
dependencies: []
|
17
17
|
|
@@ -24,7 +24,7 @@ extensions: []
|
|
24
24
|
extra_rdoc_files: []
|
25
25
|
|
26
26
|
files:
|
27
|
-
- README
|
27
|
+
- README.rdoc
|
28
28
|
- MIT-LICENSE
|
29
29
|
- lib/what_does_this_error_mean-merb.rb
|
30
30
|
- templates/_css.html.erb
|