public
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://rdoc.info/projects/norman/friendly_id
Clone URL: git://github.com/norman/friendly_id.git

Comments for norman's friendly_id   feed

dallas commented on norman/friendly_id Thu Nov 12 13:23:58 -0800 2009
Comment in 1be102f:

in regards to the Rakefile's post_install_message, should it be

./script/generate friendly_id --skip-migration

instead of

./script generate friendly_id --skip-migration
norman commented on norman/friendly_id Mon Dec 15 04:40:47 -0800 2008
Comment in 95b4e85:

Actually it works for me without Hoe, did the test run fail for you? Perhaps we need to depend on a certain version of newgem or Hoe.

I removed the explicit require for Hoe because the recent newgem patches to Hoe make the test run spit out a lot of annoying errors:

/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:132: warning: already initialized constant VERSION
/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:133: warning: already initialized constant GEMURL
/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:141: warning: already initialized constant PREFIX
/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:146: warning: already initialized constant RUBY_DEBUG
/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:154: warning: already initialized constant RUBY_FLAGS
/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:159: warning: already initialized constant FILTER
/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:164: warning: already initialized constant RUBYLIB
/Library/Ruby/Gems/1.8/gems/newgem-1.2.0/lib/hoe-patched.rb:169: warning: already initialized constant DLEXT

I’m using the most recent newgem because it supports having your README file be README.rdoc rather than README.txt. By making it *.rdoc, Github figures out how to pretty-print it; which is not the case for .txt.

A lot of trouble for something that should be simple!!!

norman commented on norman/friendly_id Mon Nov 03 07:15:42 -0800 2008
Comment on lib/slug.rb L50 in 64f7bf2:

Yes indeed. Fixed in the latest commit. :-)

ChrisNolan commented on norman/friendly_id Sun Nov 02 12:33:10 -0800 2008
Comment on lib/slug.rb L50 in 64f7bf2:

whoops.