Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove useless empty string | Carlos Antonio da Silva | 2013-12-03 | 1 | -2/+1 | |
* | | | | | No need for #tap | Carlos Antonio da Silva | 2013-12-03 | 1 | -4/+3 | |
* | | | | | Avoid a hash creation since defaults is a new hash already | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+1 | |
* | | | | | Stop using local variables everywhere, make use of the reader | Carlos Antonio da Silva | 2013-12-03 | 6 | -20/+20 | |
* | | | | | Refactor to avoid earlier returns | Carlos Antonio da Silva | 2013-12-03 | 1 | -5/+9 | |
* | | | | | Rename variable that holds whether or not the class should validate a float n... | Carlos Antonio da Silva | 2013-12-03 | 5 | -9/+9 | |
* | | | | | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+1 | |
* | | | | | Added Date#all_week/month/quarter/year for generating date ranges | Dimko | 2013-12-03 | 4 | -21/+42 | |
* | | | | | Add support for localized date references | Colin Bartlett | 2013-12-03 | 3 | -0/+39 | |
* | | | | | Use travel_to convention in existing test | Colin Bartlett | 2013-12-03 | 1 | -4/+4 | |
* | | | | | Tidy up previous commit, fix message assertion and improve tests | Carlos Antonio da Silva | 2013-12-03 | 2 | -2/+9 | |
* | | | | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke... | Nerian | 2013-12-03 | 3 | -4/+9 | |
* | | | | | Merge pull request #13060 from chancancode/change_log_for_json_refactor | Carlos Antonio da Silva | 2013-12-02 | 3 | -0/+59 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added back the `encode_big_decimal_as_string` option with warning | Godfrey Chan | 2013-12-02 | 3 | -0/+59 | |
* | | | | | | Avoid generating more strings while iterating to create methods | Carlos Antonio da Silva | 2013-12-02 | 1 | -1/+1 | |
* | | | | | | Merge remote-tracking branch 'origin/master' | Rafael Mendonça França | 2013-12-02 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove deprecated cattr_* requires | Genadi Samokovarov | 2013-12-03 | 2 | -2/+2 | |
* | | | | | | | :sicssors: | Rafael Mendonça França | 2013-12-02 | 8 | -15/+2 | |
* | | | | | | | Options are not optional | Rafael Mendonça França | 2013-12-02 | 1 | -2/+2 | |
* | | | | | | | Make execute priave API | Rafael Mendonça França | 2013-12-02 | 7 | -12/+16 | |
* | | | | | | | Make load of NumberHelper thread safe | Rafael Mendonça França | 2013-12-02 | 9 | -26/+18 | |
* | | | | | | | Merge pull request #10996 from mattdbridges/number-helper-refactor | Rafael Mendonça França | 2013-12-02 | 10 | -312/+533 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Extract ActiveSupport::NumberHelper methods to classes | Matt Bridges | 2013-07-01 | 10 | -314/+533 | |
* | | | | | | | Merge pull request #11197 from gsamokovarov/unify-mattr-cattr | Guillermo Iguaran | 2013-12-02 | 6 | -269/+194 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Unify cattr and mattr accessors declarations | Genadi Samokovarov | 2013-12-02 | 6 | -269/+194 | |
* | | | | | | | | :scissors: | Rafael Mendonça França | 2013-12-02 | 1 | -4/+4 | |
|/ / / / / / / | ||||||
* | / / / / / | added missing require | Daniel Harrington | 2013-12-02 | 1 | -0/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | EscapedString is also private API [ci skip] | Godfrey Chan | 2013-12-01 | 1 | -1/+1 | |
* | | | | | | Merge pull request #11796 from thedarkone/time-zone-thread-safety | Guillermo Iguaran | 2013-11-30 | 1 | -13/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove AS::TZ.lookup(name). | thedarkone | 2013-08-07 | 1 | -5/+1 | |
| * | | | | | | Unify AS::TZ's lazy init maps. | thedarkone | 2013-08-07 | 1 | -9/+5 | |
| * | | | | | | Use TS::Cache instead plain Hash in TimeZone. | thedarkone | 2013-08-07 | 1 | -5/+7 | |
* | | | | | | | Merge pull request #13055 from dmitriy-kiriyenko/fix-segmentation-fault-it-ru... | Rafael Mendonça França | 2013-11-30 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Fix segmentation fault in Ruby 2.0.0-p353. | Dmitriy Kiriyenko | 2013-11-30 | 2 | -0/+13 | |
* | | | | | | | Merge pull request #13111 from akshay-vishnoi/typo | Carlos Antonio da Silva | 2013-11-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Typo fixes [ci skip] | Akshay Vishnoi | 2013-11-30 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #13092 from laurocaetano/improve_documentation_for_delegate | Rafael Mendonça França | 2013-11-29 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Improve Module#delegate documentation to tell that delegate don't work with p... | Lauro Caetano | 2013-11-29 | 1 | -0/+2 | |
* | | | | | | | Typo fix | Akshay Vishnoi | 2013-11-29 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #13084 from lihanli/series-singularize-fix | Yves Senn | 2013-11-28 | 2 | -4/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | wrap test that changes inflections in with_dup | Lihan Li | 2013-11-28 | 2 | -4/+6 | |
* | | | | | | | first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip] | Yves Senn | 2013-11-28 | 1 | -9/+11 | |
* | | | | | | | remove duplicate sentence from AS changelog. [ci skip]. | Yves Senn | 2013-11-28 | 1 | -2/+1 | |
|/ / / / / / | ||||||
* | | | | | | Deprecate ActiveSupport::TestCase.describe | Mike Moore | 2013-11-27 | 1 | -5/+12 | |
* | | | | | | [ci skip] removed singulars section from classify doc | Greg Molnar | 2013-11-27 | 1 | -4/+0 | |
* | | | | | | Merge branch 'deprecate_numeric_since_ago' of https://github.com/chancancode/... | Jeremy Kemper | 2013-11-27 | 4 | -31/+58 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deprecated Numeric#{ago,until,since,from_now} | Godfrey Chan | 2013-11-26 | 4 | -31/+58 | |
* | | | | | | | Requires JSON gem version 1.7.7 or above as it contains an important | Godfrey Chan | 2013-11-26 | 2 | -2/+6 | |
|/ / / / / / | ||||||
* | | | | | | Be explicit and use the actual unicode sequence | Godfrey Chan | 2013-11-26 | 1 | -1/+1 | |
* | | | | | | Process::Status should get a :nodoc: [ci skip] | Godfrey Chan | 2013-11-26 | 1 | -1/+1 |