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
friendly_id / Manifest.txt
100644 44 lines (43 sloc) 1.141 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
History.txt
MIT-LICENSE
Manifest.txt
README.rdoc
Rakefile
config/website.yml
generators/friendly_id/friendly_id_generator.rb
generators/friendly_id/templates/create_slugs.rb
generators/friendly_id_20_upgrade/friendly_id_20_upgrade_generator.rb
generators/friendly_id_20_upgrade/templates/upgrade_friendly_id_to_20.rb
init.rb
lib/friendly_id.rb
lib/friendly_id/helpers.rb
lib/friendly_id/non_sluggable_class_methods.rb
lib/friendly_id/non_sluggable_instance_methods.rb
lib/friendly_id/slug.rb
lib/friendly_id/sluggable_class_methods.rb
lib/friendly_id/sluggable_instance_methods.rb
lib/friendly_id/tasks.rb
lib/friendly_id/version.rb
lib/tasks/friendly_id.rake
lib/tasks/friendly_id.rb
test/cached_slug_test.rb
test/contest.rb
test/custom_slug_normalizer_test.rb
test/models/book.rb
test/models/city.rb
test/models/country.rb
test/models/district.rb
test/models/event.rb
test/models/novel.rb
test/models/person.rb
test/models/post.rb
test/models/thing.rb
test/models/user.rb
test/non_slugged_test.rb
test/schema.rb
test/scoped_model_test.rb
test/slug_test.rb
test/slugged_model_test.rb
test/sti_test.rb
test/tasks_test.rb
test/test_helper.rb