public
Rubygem
Description: FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
Homepage: http://friendly-id.rubyforge.org
Clone URL: git://github.com/norman/friendly_id.git
Updated CHANGELOG.
norman (author)
Fri Oct 31 12:59:14 -0700 2008
commit  4f42375b7652a5a5e6b89ec61557118483b16114
tree    e8c9ad0bf73e723225a8c31c56a239cb44a20720
parent  f2fac151e73c1649fe5c619a6506ab4aa2e95cbd
...
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1,3 +1,11 @@
0
+Oct 31 2008
0
+
0
+* Fixed compatibility with Rails 2.0.x. (Norman Clarke)
0
+* friendly_id::make_slugs update records in chunks of 1000 to avoid running
0
+  out of memory with large datasets. (Tim Kadom)
0
+* Fixed logic error with slug name collisions. Thanks to Tim Kadom for reporting
0
+  this bug.
0
+
0
 Oct 22 2008
0
 
0
 * Reverted use of UTF8Handler - was causing errors for some people (Bence Nagy)

Comments