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
lawrencepit (author)
Fri Jun 20 20:17:01 -0700 2008
commit  f758234a2f2e6efe2311be20cf87fd3414afcc4c
tree    42f9ff7d4b55175b4f96c6cb2c9fe6fee65d8ced
parent  f38fb2965f1a537a3e6364cbacb115a7d2d77116
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