| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
* | | | | | AS tests are now order_independent! | Akira Matsuda | 2014-08-13 | 1 | -5/+0 |
* | | | | | Reset ActiveSupport::Dependencies.mechanism to make tests order independent | Akira Matsuda | 2014-08-13 | 1 | -6/+10 |
* | | | | | Duplicated method in the test helper | Akira Matsuda | 2014-08-13 | 1 | -7/+0 |
* | | | | | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 3 | -2/+6 |
* | | | | | CHANGELOG entry for TestCase.i_suck_and_my_tests_are_order_dependent! fix | Akira Matsuda | 2014-08-12 | 1 | -0/+6 |
* | | | | | Remove old setup from AS test case | Carlos Antonio da Silva | 2014-08-12 | 1 | -5/+0 |
* | | | | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 2 | -4/+5 |
* | | | | | Docs: grammar fix for fetch. [ci skip] | Mike Coutermarsh | 2014-08-08 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Fix the #const_regexp's documentation [ci skip] | Robin Dupret | 2014-08-08 | 1 | -3/+4 |
* | | | | remove dead file_watcher code | Gregory Ostermayr | 2014-08-07 | 1 | -36/+0 |