public
Description: Checks Ruby on Rails models for use of the attr_accessible white list.
Homepage: http://www.disruptiveagility.com/plugin/audit_mass_assignment
Clone URL: git://github.com/ryanlowe/audit_mass_assignment.git
audit_mass_assignment / CHANGELOG
100644 32 lines (21 sloc) 0.447 kb
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
 
== 0.1.5
 
May 28
= bugfix: failures was size instead of array of failed classes
 
== 0.1.4
 
May 28
= add init.rb to gemspec
 
== 0.1.3
 
May 26
= add AuditUser to test attr_accessible nil
 
== 0.1.2
== 0.1.1
 
May 26
= add AuditComment model for testing
= add AuditPost model for testing
= move audit code to a class
 
May 25
= add GitHub gemspec file
 
== 0.1.0
 
May 14
- bugfix for 2.x: attr_accessible is now a Set instead of an Array
- add CHANGELOG