-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
60 lines (35 loc) · 1.36 KB
/
HISTORY
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
=== 2.4.3 / 2010-01-25
* Ruby 1.9 compatibility issue in ActionController extension.
=== 2.4.2 / 2010-01-25
* Bug where class/subclass wasn't recognised as a match.
=== 2.4.1 / 2010-01-25
* Minor patch to Rulebook fo metaclass support.
=== 2.4.0 / 2010-01-25
* Implemented Foo.metaclass.credentials { |foo| ... } to allow
declaration of credentials per instance. This is nice for
implementing RBA.
=== 2.3.1 / 2009-12-17
* Minor bug fix (Class !== Class)
=== 2.3.0 / 2009-12-16
* Add support for prepositions.
=== 2.2.3 / 2009-11-27
* Minor fix to ActionController extension.
=== 2.2.2 / 2009-11-25
* Various Rails-related fixes
=== 2.2.0 / 2009-11-24
* Added support for ActionController
=== 2.1.0 / 2009-11-12
* Added support for :self
* Added array arguments to +can+ and +cannot+
* Put in masses of RDoc
* Added magic method support back in
=== 2.0.0 / 2009-11-11
* Rewritten from first principles! Faster, smarter, leaner and with more
features than you can shake a very light stick at.
=== 1.0.1 / 2009-04-23
* Now sort of framework-agnostic. I say "sort of", because what I've actually
done is just copy and paste the chunks I needed out of ActiveSupport. I guess
the goal would be to rewrite around these, but since I basically never need
this for anything except Rails, it seems like overkill.
=== 1.0.0 / 2009-04-23
* Gemification and README