Links
Categories
Plugins Tagged url
-
acts_as_sluggable
Add slugs to URLs based on an existing field on the model.
-
Acts as Friend
Extends a user model to create friend relationships.
-
HTTP URL Validation Improved
Ensures entered URLs are valid.
-
acts_as_slugable
Generate a valid URL slug/stub based on a specified field.
-
acts_as_friendly_param
Use SEO friendly good looking URLs to identify resources, without having to modify your schema/controllers.
-
seo_urls
Overwrites to_param to append a url-friendly version of the model’s ‘name’ or ‘title’ attribute to it’s id.
-
QRCode
QRCode plugins for Ruby on Rails
-
suggests_id
Takes user input (such as their name) and returns an available ID string for use in login names or URLs.
-
friendly_id
FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
Ruby on Rails. It allows you to create pretty URL's and work with
human-friendly strings as if they were numeric ids for ActiveRecord models. -
acts_as_url_param
Automatically generate a pretty url from another field on your model, keep it up to date when it changes, and remember all the old values to provide redirection support.
-
Slugger
With Slugger you can use a field(s) of the model as a slug (URL friendly version of the record). So instead of controller/id you can use controller/slug (http://example.com/posts/1 => http://example.com/posts/my-post-title)
-
Custom Resource Name
The Custom Resource Name Plugin lets you add aliases for your routes. This is very useful if you are developing a software to a country that does not speak English and wants all URLs in the native language.
