forked from niciliketo/exception_logger
-
Notifications
You must be signed in to change notification settings - Fork 5
/
History.txt
75 lines (45 loc) · 1.77 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
== 0.1.6 (2010-08-24)
=== New
* Generator: exception_logger:stylescripts
** copies the stylesheet for the exception logger to the public dir
** copies the javascript for the exception logger to the public dir
=== Changes
* Generator: exception_migration renamed to exception_logger:migration
=== Testing
* Create Rails Test App at test/rails_root on demand
** just store needed files and create the other by the rails generator
* Create Tests for logged_exception (Model)
* Create Tests for logged_exceptions_controller (Controller)
** Added Tests for GET requests
** Added Tests for XHR requests
=== Optimization
* Do not require RedCloth (fallback to simple_format if RedCloth not available)
== 0.1.5 (2010-08-17)
=== New
* Gem: Post Installer Infos
=== Changes
* remove unmaintained code to send emails
** use http://github.com/rails/exception_notification instead.
** instructions added to the readme
* layout file for index and show
=== Migration
* adapt class find methods to use new syntax
== 0.1.4 (2010-08-15)
=== Optimization
* 'query' function now uses the new rails api (ActiveRelation and Scopes)
=== Migration
* 'Delete Visible' link now does what it was intended to do (again).
== 0.1.3 (2010-08-14)
=== Migration
* pagination links now work w/ and w/o javascript (again).
== 0.1.2 (2010-08-14)
=== Bugfixes
* wrong path of rake tasks file solved
== 0.1.1 (2010-08-14)
=== Migration
* Raketasks (no one defined yet, but it is again possible to define one.)
* Generator (Fix the exception_migration Generator from the plugin to be available through the gem)
== 0.1.0 (2010-08-14)
* First Released Version of Gem on RubyGems.org
=== Migration
* Many changes to migrate the plugin to a gem for Rails3