public
Description: Fork of Sven Fuchs Localized url_helpers
Homepage: http://svn.artweb-design.de/stuff/rails/localized_url_helpers/
Clone URL: git://github.com/mlangenberg/localized_url_helpers.git
name age message
file README Tue May 08 11:06:45 -0700 2007 importing localized_url_helpers git-svn-id: ht... [(no author)]
file init.rb Tue May 08 11:06:45 -0700 2007 importing localized_url_helpers git-svn-id: ht... [(no author)]
directory lib/ Sat Mar 14 11:01:59 -0700 2009 Fix locale dropping off when it's the only para... [johnsbrn]
directory test/ Fri May 11 18:40:35 -0700 2007 add tests for resource w/o a locale git-svn-id... [(no author)]
README
# Localized url_helpers

Intended for use with i18n solutions like Globalize (http://globalize-rails.org)
where you want to use urls like:

http://your-domain.com/en/controller/action/id

Allows you to use url_helpers in a more concise manner.

(TODO expand this)


For a description of the problem, see:

http://www.artweb-design.de/2007/4/24/concise_and_transparently_localized_rails_url_helper_methods
http://jeremyhubert.com/2007/4/7/getting-resource-helpers-to-play-nice-with-globalize-in-rails