public
Description: Makes your models act as textiled.
Homepage: http://errtheblog.com/posts/12-actsastextiled
Clone URL: git://github.com/defunkt/acts_as_textiled.git
Search Repo:
defunkt (author)
Tue Aug 21 15:38:04 -0700 2007
commit  3869d8ea49c7edbcc37685f362838d66966727d9
tree    6bb0b484f8b16a2c5ea48eec1daa8f1508fd6e85
parent  572cc436e2bcf5ead694cc962a5808e1e2456cf0
acts_as_textiled / CHANGES
100644 14 lines (9 sloc) 0.371 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= 0.3
  - Fixed Model.textiled = false bug
  - Refactored tests
  - Changed api from @story.description_plain to @story.description(:plain) - kept old way, though
 
= 0.2
 
  * Fix issue with object.attribute_plain overwriting the original attribute [Thanks, James]
  * Fix issue with attributes trying to work on nil values [Thanks again, James]
 
= 0.1
 
 * Initial import