| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Grammar correction in ActiveSupport CHANGELOG [ci skip] | Akshay Vishnoi | 2014-09-18 | 1 | -4/+4 |
* | | Merge pull request #16948 from akshay-vishnoi/docs-rails-4point2 | Rafael Mendonça França | 2014-09-17 | 2 | -20/+21 |
|\| |
|
| * | [ci skip] ActiveSupport CHANGELOG fixes | Akshay Vishnoi | 2014-09-18 | 2 | -20/+21 |
* | | Merge pull request #11794 from yoazt/duration-eql | Rafael Mendonça França | 2014-09-17 | 3 | -1/+22 |
|\ \
| |/
|/| |
|
| * | Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`. | Joost Lubach | 2013-08-07 | 3 | -0/+29 |
* | | As of Unicode 6.3, Mongolian Vowel Separator is not whitespace | Matthew Draper | 2014-09-15 | 3 | -5/+4 |
* | | add implementation of respond_to? for ActiveSupport::Duration | lsylvester | 2014-09-15 | 3 | -2/+19 |
* | | Time#change can now change nanoseconds (:nsec) | Agis- | 2014-09-14 | 3 | -6/+25 |
* | | Changes "if secret.nil?" to unless secret in MessageVerfier | Kostiantyn Kahanskyi | 2014-09-12 | 1 | -1/+1 |
* | | MessageVerifier raises an appropriate exception if the secret is nil | Kostiantyn Kahanskyi | 2014-09-12 | 3 | -0/+13 |
* | | Define the configuration at Active Support | Rafael Mendonça França | 2014-09-11 | 2 | -10/+17 |
* | | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 4 | -7/+86 |
* | | Fix for inflector's incorrect camelCase replacement for acronyms | Matthew Draper | 2014-09-06 | 4 | -1/+10 |
* | | Time#change throws exception with an out-of-range :usec | Agis- | 2014-09-04 | 3 | -0/+7 |
* | | Methods are not duplicable. | Peter Jaros | 2014-09-03 | 3 | -1/+16 |
* | | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 1 | -0/+5 |
* | | Merge pull request #16450 from tgxworld/dont_swallow_error_when_identifying_c... | Yves Senn | 2014-09-02 | 5 | -5/+48 |
|\ \ |
|
| * | | Use `safe_constantize`. | Guo Xiang Tan | 2014-09-02 | 4 | -5/+41 |
* | | | remove trailing whitespace. [ci skip] | Yves Senn | 2014-09-02 | 1 | -2/+2 |
|/ / |
|
* | | Refer to the library name instead of the constant | Robin Dupret | 2014-08-30 | 1 | -1/+1 |
* | | Bring back the test cases for `presence` | Godfrey Chan | 2014-08-29 | 1 | -0/+5 |
* | | reduce object allocations in utc_offset | Aaron Patterson | 2014-08-29 | 1 | -2/+2 |
* | | We tenderized the wrong method! Object#try already had the yield option, just... | David Heinemeier Hansson | 2014-08-29 | 5 | -34/+20 |
* | | Clarify the origin of this great addition to Rails :trollface: :trollface :tr... | David Heinemeier Hansson | 2014-08-29 | 1 | -1/+1 |
* | | Use instance_eval on @tenderlove's suggestion :trollface: | David Heinemeier Hansson | 2014-08-29 | 3 | -7/+8 |
* | | Update examples to show real worth | David Heinemeier Hansson | 2014-08-29 | 2 | -2/+11 |
* | | Added yield to Object#presence | David Heinemeier Hansson | 2014-08-29 | 3 | -1/+23 |
* | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2014-08-29 | 10 | -8/+31 |
|\ \ |
|
| * | | Keep the first string we fetch | Matthew Draper | 2014-08-27 | 1 | -1/+1 |
| * | | [ci skip] use proper apostrophe | ankit1910 | 2014-08-25 | 1 | -1/+1 |
| * | | Skip #eql? tests on Rubinius for AS::Duration | Robin Dupret | 2014-08-24 | 1 | -0/+3 |
| * | | Follow-up to #16560 | Robin Dupret | 2014-08-24 | 3 | -9/+11 |
| * | | Use zero-padding for number_to_rounded_converter | Zachary Scott | 2014-08-22 | 1 | -1/+1 |
| * | | Merge pull request #16560 from robin850/rbx-duration-eql | Rafael Mendonça França | 2014-08-22 | 3 | -2/+16 |
| |\ \ |
|
| | * | | Define the Duration#instance_of? method | Robin Dupret | 2014-08-18 | 3 | -2/+16 |
| * | | | Fixes the digits counter of AS's NumberToRoundedConverter | Xavier Noria | 2014-08-20 | 2 | -1/+2 |
| * | | | Merge pull request #16573 from zzak/test_test_to_test_case_test | Santiago Pastorino | 2014-08-20 | 1 | -0/+0 |
| |\ \ \ |
|
| | * | | | Move as/test_test to as/test_case_test | Zachary Scott | 2014-08-19 | 1 | -0/+0 |
| * | | | | Updated the deprecation warnings to 5.0 | Cristian Bica | 2014-08-20 | 1 | -1/+1 |
| * | | | | Add documentation intro to example for `Object#itself`. | Zachary Scott | 2014-08-19 | 1 | -2/+5 |
| |/ / / |
|
* / / / | Preparing for 4.2.0.beta1 release | David Heinemeier Hansson | 2014-08-19 | 1 | -1/+1 |
|/ / / |
|
* | | | Require rack/utils | Rafael Mendonça França | 2014-08-19 | 1 | -0/+2 |
* | | | Move date and time requires to time_travel_test, also include | Zachary Scott | 2014-08-19 | 2 | -2/+4 |
* | | | Merge pull request #16564 from zzak/move_time_travel_test | Jeremy Kemper | 2014-08-19 | 2 | -69/+68 |
|\ \ \ |
|
| * | | | Move TimeHelperTest to TimeTravelTest from `as/test_test.rb` | Zachary Scott | 2014-08-19 | 2 | -69/+68 |
* | | | | Protect against error when parsing parameters with Bad Request | Rafael Mendonça França | 2014-08-19 | 1 | -0/+3 |
|/ / / |
|
* | | | "warning: assigned but unused variable" | Akira Matsuda | 2014-08-19 | 1 | -1/+0 |
* | | | Use the released beta of i18n | Carlos Antonio da Silva | 2014-08-18 | 1 | -1/+1 |
|/ / |
|
* | | Expectations first | Akira Matsuda | 2014-08-18 | 1 | -4/+4 |
* | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2014-08-17 | 3 | -5/+6 |
|\ \ |
|