Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | doc added for `writer` method in `alias_method_chain`[ci skip] | Kuldeep Aggarwal | 2014-10-04 | 1 | -2/+2 | |
* | | | | | :heart: 1.9 | Matthew Draper | 2014-10-04 | 1 | -1/+1 | |
* | | | | | Merge pull request #14146 from chewi/fix-underscore-acronyms-regex | Matthew Draper | 2014-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix underscore inflector handling of adjacent acronyms | James Le Cuirot | 2014-10-03 | 1 | -1/+1 | |
* | | | | | | fix typo in in define_model_callbacks comment [ci skip] | Ryan Selk | 2014-10-03 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | add notes for `define_model_callbacks` [ci skip] | Kuldeep Aggarwal | 2014-10-03 | 1 | -0/+3 | |
* | | | | | define hash on duration | lsylvester | 2014-10-03 | 1 | -0/+4 | |
|/ / / / | ||||||
* | | | | Reduce allocations when running AR callbacks. | Pete Higgins | 2014-09-28 | 1 | -6/+15 | |
* | | | | Preparing for 4.2.0.beta2 release | Rafael Mendonça França | 2014-09-26 | 1 | -1/+1 | |
* | | | | [ci skip] Reword a comment in concern's documentation | Genadi Samokovarov | 2014-09-19 | 1 | -1/+1 | |
* | | | | Delegation works with reserved words passed to `:to` | Agis- | 2014-09-19 | 1 | -1/+9 | |
* | | | | Merge pull request #16948 from akshay-vishnoi/docs-rails-4point2 | Rafael Mendonça França | 2014-09-17 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | [ci skip] ActiveSupport CHANGELOG fixes | Akshay Vishnoi | 2014-09-18 | 1 | -0/+1 | |
* | | | | | Merge pull request #11794 from yoazt/duration-eql | Rafael Mendonça França | 2014-09-17 | 1 | -1/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`. | Joost Lubach | 2013-08-07 | 1 | -0/+6 | |
* | | | | | As of Unicode 6.3, Mongolian Vowel Separator is not whitespace | Matthew Draper | 2014-09-15 | 2 | -2/+1 | |
* | | | | | add implementation of respond_to? for ActiveSupport::Duration | lsylvester | 2014-09-15 | 1 | -1/+9 | |
* | | | | | Time#change can now change nanoseconds (:nsec) | Agis- | 2014-09-14 | 1 | -6/+13 | |
* | | | | | 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 | 1 | -0/+1 | |
* | | | | | 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 | 1 | -0/+32 | |
* | | | | | Fix for inflector's incorrect camelCase replacement for acronyms | Matthew Draper | 2014-09-06 | 1 | -1/+1 | |
* | | | | | Time#change throws exception with an out-of-range :usec | Agis- | 2014-09-04 | 1 | -0/+1 | |
* | | | | | Methods are not duplicable. | Peter Jaros | 2014-09-03 | 1 | -0/+10 | |
* | | | | | 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 |