| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | 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 |
* | | | Merge branch 'rm-remove-mocha' | Rafael Mendonça França | 2014-07-19 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -5/+0 |
* | | | | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 1 | -1/+1 |
* | | | | Merge pull request #16190 from oss92/word_truncation | Matthew Draper | 2014-07-17 | 1 | -0/+24 |
|\ \ \ \ |
|
| * | | | | Added truncate_words method to activesupport strings | root | 2014-07-16 | 1 | -0/+21 |
|/ / / / |
|
* | | | | Move uuid_v5 and uuid_v3 to Digest::UUID | Rafael Mendonça França | 2014-07-15 | 2 | -47/+51 |
* | | | | Deprecate reporting methods for silencing output as they aren't thread safe | Tom Meier | 2014-07-15 | 1 | -0/+10 |
* | | | | Return an Enumerator if no block is given | Erik Michaels-Ober | 2014-07-12 | 2 | -1/+5 |
* | | | | Don't construct a Proc if no block is given | Erik Michaels-Ober | 2014-07-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Fix ActiveSupport::Callbacks #set_callback docs. | Nick Pellant | 2014-07-07 | 1 | -1/+1 |
* | | | :fire: these are lambdas now [ci skip] | Godfrey Chan | 2014-07-03 | 1 | -9/+2 |
* | | | The hex escape sequence can be of any length | Godfrey Chan | 2014-07-02 | 1 | -1/+1 |
* | | | Fix escape_once double-escaping hex-encoded entities | John F. Douthat | 2014-07-02 | 1 | -1/+1 |
* | | | `DateTime#to_f` now preserves fractional seconds. | John Paul Ashenfelter | 2014-07-02 | 1 | -2/+2 |