With the first release candidate of Rails 2.1 now out, I’ve tested friendly_id against it today. Yeah, I’m not really a big “edge” guy. In case anyone was worried, it appears to work fine. Let me know if you discover otherwise.
May 12th, 2008 by Norman |
Leave a Reply
Projects
Bugs Reports & Feedback
- Fixed bad Github urls and updated repository links.
- Added small change to allow friendly_id to work with STI. (David Ramalho)
- Added lighthouse URL.
- Updated changelog.
- Merge branch 'master' of git://github.com/alistairholt/friendly_id into alistairholt/master
- Added support for namespaced models in Rakefile. (David Ramalho)
- Added 'straight' apostrophe, opening 'curly' apostrophe and 'curly' quotes stripping to Slug::normalize
- Revert "Allow friendly_id to accept conditions when using slugs."
- Revert "Updated changelog."
- Revert "Minor code maintenance on tests and README."
friendly_id updates- Made storage work more correctly with tempfiles.
- Merge branch 'master' of git@github.com:norman/has_image
- Fixed public path test.
- Fixed ability to set the path for storing image files.
- Improved partitioned path handling to avoid collisions when the id is very
- Improved partitioned path handling to avoid collisions when the id is very
- Fixed a bug where overwriting a previous image triggered callbacks more than
- README
- More README tweaks.
- Typo fix.
has_image updates