| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `safe_constantize`. | Guo Xiang Tan | 2014-09-02 | 1 | -5/+1 |
* | Refer to the library name instead of the constant | Robin Dupret | 2014-08-30 | 1 | -1/+1 |
* | 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 | 2 | -15/+12 |
* | Use instance_eval on @tenderlove's suggestion :trollface: | David Heinemeier Hansson | 2014-08-29 | 1 | -4/+5 |
* | Update examples to show real worth | David Heinemeier Hansson | 2014-08-29 | 1 | -1/+1 |
* | Added yield to Object#presence | David Heinemeier Hansson | 2014-08-29 | 1 | -1/+12 |
* | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2014-08-29 | 4 | -5/+12 |
|\ |
|
| * | Follow-up to #16560 | Robin Dupret | 2014-08-24 | 1 | -2/+2 |
| * | 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 | 1 | -1/+5 |
| |\ |
|
| | * | Define the Duration#instance_of? method | Robin Dupret | 2014-08-18 | 1 | -1/+5 |
| * | | Fixes the digits counter of AS's NumberToRoundedConverter | Xavier Noria | 2014-08-20 | 1 | -1/+1 |
| * | | 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 |
* | | Protect against error when parsing parameters with Bad Request | Rafael Mendonça França | 2014-08-19 | 1 | -0/+3 |
|/ |
|
* | 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 | 1 | -1/+5 |
|/ / / |
|
* | | | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -0/+4 |
* | | | 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 | 1 | -4/+0 |
* | | | 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 |
* | | Fix DateTime comparison with DateTime::Infinity object | Rafael Mendonça França | 2014-08-06 | 1 | -1/+3 |
* | | Fix AS docs / changelog with wrong method [ci skip] | Carlos Antonio da Silva | 2014-08-05 | 1 | -1/+1 |
* | | Update itself.rb [ci skip] | Jon Atack | 2014-08-05 | 1 | -1/+1 |
* | | Only define Objetc#itself when it is not defined | Rafael Mendonça França | 2014-08-04 | 1 | -8/+10 |
* | | Rename Object#self to Object#itself to have parity with matz sanctioned metho... | David Heinemeier Hansson | 2014-08-01 | 2 | -3/+3 |
* | | Added Object#self which returns the object itself | David Heinemeier Hansson | 2014-08-01 | 2 | -0/+11 |
* | | Avoid creating an extra hash | Carlos Antonio da Silva | 2014-07-31 | 1 | -2/+2 |
* | | Raise a descriptive error if non-positive integer passed to in_groups_of. | Xavier Shay | 2014-07-30 | 1 | -0/+5 |
* | | Merge pull request #16352 from gchan/remove-unnecessary-convert-key | Carlos Antonio da Silva | 2014-07-30 | 1 | -2/+2 |
|\ \ |
|
| * | | Removed unnecessary call to 'convert_key' in 'HashWithIndifferentAccess#to_hash' | Gordon Chan | 2014-07-31 | 1 | -2/+2 |
* | | | Prevent using String#scrub on Rubinius | Robin Dupret | 2014-07-30 | 1 | -1/+2 |
* | | | Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require" | Santiago Pastorino | 2014-07-30 | 1 | -0/+2 |
|/ / |
|
* / | Add implicit receiver support to `Object#with_options` | Pavel Pravosud | 2014-07-29 | 1 | -2/+15 |
|/ |
|
* | Fixed a compatibility issue with the `Oj` gem | Godfrey Chan | 2014-07-29 | 1 | -3/+3 |
* | Merge pull request #15629 from akshay-vishnoi/test-to_param | Rafael Mendonça França | 2014-07-28 | 2 | -66/+59 |
|\ |
|
| * | Move to_param to to_query, also Improve tests | Akshay Vishnoi | 2014-06-20 | 2 | -66/+59 |
* | | Make HWIA copy the default proc too. | Arthur Neves | 2014-07-24 | 1 | -0/+1 |
* | | Do not set enforce_available_locales to i18n 0.7 | Rafael Mendonça França | 2014-07-23 | 1 | -3/+1 |