forked from norman/friendly_id
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Manifest.txt
44 lines (44 loc) · 1.25 KB
/
Manifest.txt
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
friendly_id.gemspec
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/shoulda_macros.rb
lib/friendly_id/slug.rb
lib/friendly_id/sluggable_class_methods.rb
lib/friendly_id/sluggable_instance_methods.rb
lib/friendly_id/version.rb
lib/tasks/friendly_id.rake
lib/tasks/friendly_id.rb
test/database.yml
test/fixtures/countries.yml
test/fixtures/country.rb
test/fixtures/people.yml
test/fixtures/person.rb
test/fixtures/post.rb
test/fixtures/posts.yml
test/fixtures/slugs.yml
test/fixtures/user.rb
test/fixtures/users.yml
test/non_slugged_test.rb
test/rails/2.x/app/controllers/application.rb
test/rails/2.x/config/boot.rb
test/rails/2.x/config/database.yml
test/rails/2.x/config/environment.rb
test/rails/2.x/config/environments/test.rb
test/rails/2.x/config/routes.rb
test/schema.rb
test/scoped_model_test.rb
test/slug_test.rb
test/sluggable_test.rb
test/test_helper.rb