Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These tests shouldn't depend on local time to pass or fail, we can use utc here. | Emilio Tagua | 2010-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 ↵ | John Trupiano | 2009-09-28 | 1 | -9/+10 |
| | | | | | | | days return '2 days'. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#3266 state:committed] | ||||
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -90/+86 |
| | |||||
* | Use I18n for date/time select helpers prompt text [#561 state:resolved] | Sam Oliver | 2008-12-22 | 1 | -0/+11 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | use :en as a default locale (in favor of :en-US) | Sven Fuchs | 2008-11-18 | 1 | -11/+11 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | update i18n usage for pluralization hashes (api change) | Sven Fuchs | 2008-08-10 | 1 | -0/+22 |
| | |||||
* | Refactor DateHelper to use DateTimeSelector presenter pattern | Clemens Kofler | 2008-08-07 | 1 | -11/+11 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | align with changes in i18n | Sven Fuchs | 2008-07-06 | 1 | -4/+4 |
| | |||||
* | Make sure mocha is available | Luca Guidi | 2008-06-27 | 1 | -65/+69 |
| | |||||
* | update tests according to removal of self.locale from helpers | Sven Fuchs | 2008-06-23 | 1 | -12/+0 |
| | |||||
* | check self.locale instead of request.locale in helpers | Sven Fuchs | 2008-06-22 | 1 | -4/+4 |
| | |||||
* | integrating I18n into Rails | Sven Fuchs | 2008-06-19 | 1 | -0/+99 |