| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Preload UnicodeDatabase outside the loop | Akira Matsuda | 2014-08-18 | 1 | -0/+1 |
| * | format | Akira Matsuda | 2014-08-18 | 1 | -2/+1 |
| * | Merge pull request #16467 from strzalek/cookies-digest-config-option2 | Godfrey Chan | 2014-08-17 | 1 | -1/+2 |
| |\ |
|
| | * | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-12 | 1 | -1/+2 |
| * | | Merge pull request #16338 from robin850/rbx-safe-constantize | Matthew Draper | 2014-08-18 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Avoid relying on error messages when rescuing | Robin Dupret | 2014-08-08 | 1 | -2/+2 |
* | | | | Fix rounding errors with #travel_to by resetting the usec on any passed time ... | David Heinemeier Hansson | 2014-08-17 | 3 | -4/+20 |
|/ / / |
|
* | | | Avoid mutating the constants in a test case | Akira Matsuda | 2014-08-16 | 2 | -6/+4 |
* | | | Avoid polluting String class globally in a test case | Akira Matsuda | 2014-08-16 | 1 | -8/+13 |
* | | | Unused ivar in a test suite | Akira Matsuda | 2014-08-16 | 1 | -1/+0 |