err_merchant 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.rdoc +5 -2
- data/Rakefile +1 -1
- data/lib/err_merchant/version.rb +1 -1
- data/spec/err_merchant_spec.rb +2 -1
- data/spec/internal/config/routes.rb +1 -1
- data/spec/internal/db/combustion_test.sqlite +0 -0
- data/spec/internal/log/test.log +366 -7627
- data/spec/spec_helper.rb +7 -6
- metadata +60 -44
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 116ddfec82ffc849caddcbb7d861dea379c9b56f
|
4
|
+
data.tar.gz: fbe635a5d20803ff2931462b4e2d2fc77aaaebe3
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e3bc503ffb5cd80cd733fd47729755066fe5343263b7852d85ef186df09df729e74e4ad25de28e7305e0fe5f11ed0b0f6d4c2e07ef64478fddcf2626fa477425
|
7
|
+
data.tar.gz: 441395217d60eb4e6ec14a2a831b3feecd5d520ce84a2c293054e6210ddec68416e618bd545f88481f3d6bb117855856e7f57352e067be5c4506ed1e9828a35d
|
data/README.rdoc
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
{<img src="https://secure.travis-ci.org/fschwahn/err_merchant.png" />}[http://travis-ci.org/fschwahn/err_merchant]
|
4
4
|
|
5
|
-
This is a very simple Rails Engine for replacing the standard (ugly) Rails exception pages with pages which are rendered in your layout.
|
5
|
+
This is a very simple Rails Engine for replacing the standard (ugly) Rails exception pages with pages which are rendered in your layout. This solution works seamlessly with Airbrake[http://airbrake.io/].
|
6
6
|
|
7
7
|
== Installation
|
8
8
|
Add the gem to your Gemfile, run `bundle install` and restart your server:
|
@@ -34,6 +34,9 @@ You can translate the error messages, by default they are the same as the standa
|
|
34
34
|
Please note that there are translations missing in development mode if you don't supply translations for your locale. In production however, +config.i18n.fallbacks+ is usually set to +true+, so the error messages for the default locale will be shown if the lookup is not successful.
|
35
35
|
|
36
36
|
== Changelog
|
37
|
+
=== 0.3.0 (2014-10-24)
|
38
|
+
* compatible with rails 4
|
39
|
+
|
37
40
|
=== 0.2.0 (2012-01-30)
|
38
41
|
* only supports rails 3.2 (code cleanup)
|
39
42
|
|
@@ -49,4 +52,4 @@ Please note that there are translations missing in development mode if you don't
|
|
49
52
|
* Initial release
|
50
53
|
|
51
54
|
== License
|
52
|
-
This project rocks and uses MIT-LICENSE.
|
55
|
+
This project rocks and uses MIT-LICENSE.
|
data/Rakefile
CHANGED
data/lib/err_merchant/version.rb
CHANGED
data/spec/err_merchant_spec.rb
CHANGED
Binary file
|