clemens

Clemens Kofler
railway
Austria
2
2
Demo application to show Rails' new i18n features
Created Thu Aug 07 07:18:12 -0700 2008
legend
Date and Time localization based on Rails' i18n functionalities
Created Sun Aug 03 12:59:53 -0700 2008
legend

Public Activity  feed

clemens updated gist: 5964 3 days ago
# with :show_sign option and extended :format def number_to_currency(number, options = {}) options.symbolize_keys!
clemens created gist: 5964 3 days ago
def number_to_currency(number, options = {}) options.symbolize_keys!
clemens committed to clemens/i18n_demo_app 11 days ago
clemens committed to clemens/i18n_demo_app 11 days ago
clemens committed to clemens/i18n_demo_app 11 days ago

8ca8d3cd020f64284a3c9b4fb26a18d6af41742a

Fixed startup bug. Removed index.html and set default route.

clemens committed to clemens/i18n_demo_app 13 days ago

72d1de15c6e3e4f91f1d2da2da995e075b3efb42

Freezed current Rails Edge. Removed notice for inconsistent DateHelper API since the current Edge supports the new API.

clemens committed to josh/rails 14 days ago

105093f90728f81268367bd52581fccfa165f170

Refactor DateHelper to use DateTimeSelector presenter pattern

clemens committed to josh/rails 14 days ago

ccdb3bb4308f5a828adaf38435f03f0a1887df64

Fixed incorrect information in date_select docs.

clemens committed to josh/rails 14 days ago

e32c275f4d2e76308d0b5c2a3058b4751a08172f

Updated docs for date_select.