| Commit message (Expand) | Author | Age | Files | Lines |
* | raise the same exception in order to keep path info | Aaron Patterson | 2012-06-12 | 1 | -0/+13 |
* | Proc always respond_to :binding | Akira Matsuda | 2012-06-12 | 1 | -43/+39 |
* | removes the obsolete require_association method from dependencies | Xavier Noria | 2012-06-10 | 1 | -4/+0 |
* | Eliminate dependency on Rails::VERSION::STRING | Andrew White | 2012-06-05 | 2 | -3/+21 |
* | add instance_accessor option to ActiveSupport::Configurable#config_accessor | Francesco Rodriguez | 2012-06-05 | 1 | -4/+18 |
* | Reduce warning messages when running Active Support tests | Andrew White | 2012-05-31 | 1 | -2/+3 |
* | Merge pull request #6554 from erichmenge/remove-json-variable | Piotr Sarnacki | 2012-05-30 | 1 | -2/+0 |
|\ |
|
| * | Remove deprecated ActiveSupport::JSON::Variable. | Erich Menge | 2012-05-30 | 1 | -2/+0 |
* | | Merge pull request #6541 from tjouan/tj/activesupport-fix-tests-requiring-uns... | Rafael Mendonça França | 2012-05-30 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Make File#atomic_write tests pass with umask | Thibault Jouan | 2012-05-29 | 1 | -3/+3 |
* | | True, False, and Nil should be represented in as_json as themselves. | Erich Menge | 2012-05-29 | 1 | -0/+6 |
|/ |
|
* | JRuby return different Array for module contents. | Arun Agrawal | 2012-05-29 | 1 | -1/+1 |
* | Merge pull request #6525 from freerange/minitest-passthrough-exceptions | José Valim | 2012-05-29 | 1 | -8/+50 |
|\ |
|
| * | Exceptions like Interrupt should not be rescued. | James Mead | 2012-05-28 | 1 | -8/+50 |
* | | decoupling activesupport performance testing from actionview and adding tests | Andrew Mutz | 2012-05-28 | 1 | -0/+40 |
|/ |
|
* | Fix handling of negative zero in number_to_currency | Jared Beck | 2012-05-28 | 1 | -0/+2 |
* | Moving NumberHelpers from ActionView to ActiveSupport | Andrew Mutz | 2012-05-27 | 3 | -0/+639 |
* | Truncate now has the ability to receive a html option that allows it to call ... | Li Ellis Gallardo | 2012-05-26 | 1 | -0/+4 |
* | Fix Range#sum optimized version | Alexey Vakhov | 2012-05-25 | 1 | -0/+5 |
* | Add missing requires for deep_dup and hash ext test | Carlos Antonio da Silva | 2012-05-24 | 1 | -0/+1 |
* | Use deep_dup in the deep_transform_keys tests. | Rafael Mendonça França | 2012-05-24 | 1 | -20/+98 |
* | Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert deep_... | Mark McSpadden | 2012-05-23 | 1 | -1/+16 |
* | Adding deep versions of stringify_keys and symbolize_keys (plain and bang) fo... | Lucas Húngaro | 2012-05-23 | 1 | -0/+92 |
* | Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ... | Mark McSpadden | 2012-05-23 | 1 | -0/+15 |
* | changed xml type datetime to dateTime, fixes #6328 | Angelo capilleri | 2012-05-23 | 1 | -2/+2 |
* | Merge pull request #5125 from winston/log_exception_when_cache_read_fails | Michael Koziarski | 2012-05-21 | 1 | -0/+9 |
|\ |
|
| * | #read_entry in ActiveSupport::Cache::FileStore should log details of the exce... | Winston | 2012-02-22 | 1 | -0/+9 |
* | | Add instance_accessor option to class_attribute | Alexey Vakhov | 2012-05-22 | 1 | -0/+7 |
* | | Don't use assert_block method. It will be deprecated. | kennyj | 2012-05-20 | 1 | -1/+1 |
* | | Handle case where ancestor is not the end of the chain | Andrew White | 2012-05-19 | 1 | -0/+2 |
* | | Fix constantize so top level constants are looked up properly. | Marc-Andre Lafortune | 2012-05-19 | 1 | -0/+18 |
* | | Make constantize look down the ancestor chain (excluding Object) | Marc-Andre Lafortune | 2012-05-19 | 1 | -0/+17 |
* | | Merge pull request #6376 from jgaskins/timestamp-microseconds | Jeremy Kemper | 2012-05-18 | 1 | -1/+3 |
|\ \ |
|
| * | | Increase `AR#cache_key` precision to nanoseconds | Jamie Gaskins | 2012-05-19 | 1 | -1/+3 |
* | | | Merge pull request #6183 from nashby/fix-issue-6179 | Jeremy Kemper | 2012-05-18 | 3 | -33/+49 |
|\ \ \ |
|
| * | | | respect nsec in TimeWithZone | Vasiliy Ermolovich + Sergey Nartimov | 2012-05-18 | 3 | -35/+43 |
| * | | | wrap time ranges with timezones, closes #6179 | Vasiliy Ermolovich | 2012-05-17 | 1 | -1/+9 |
* | | | | Fix warning: possibly useless use of % in void context | kennyj | 2012-05-19 | 1 | -1/+1 |
* | | | | doesn't modify params in SafeBuffer#% | Vasiliy Ermolovich | 2012-05-18 | 1 | -0/+7 |
| |/ /
|/| | |
|
* | | | Merge pull request #6361 from markmcspadden/issue_6265 | José Valim | 2012-05-17 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Remove special cases for duplicable? on Class and Module | Mark McSpadden | 2012-05-17 | 1 | -2/+2 |
* | | | | Ensure blocks given to subscriber are properly yield | José Valim | 2012-05-17 | 1 | -1/+1 |
* | | | | Fix an issue with inflection where my_analyses (in plular form) incorrectly c... | Anuj Dutta | 2012-05-16 | 1 | -0/+1 |
|/ / / |
|
* | | | fix safe string interpolation with SafeBuffer#%, closes #6352 | Vasiliy Ermolovich | 2012-05-16 | 1 | -0/+24 |
* | | | Merge pull request #5571 from jarkko/5559-fix-dst-jump-bug-on-master | Aaron Patterson | 2012-05-15 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | [#5559] Do not black out the system timezone DST jump hour if Time.zone diffe... | Jarkko Laine | 2012-03-24 | 1 | -0/+18 |
* | | | | remove useless tests for Range#step | Vasiliy Ermolovich | 2012-05-13 | 1 | -10/+0 |
* | | | | Remove blockless_step leave all that up to Ruby | Santiago Pastorino | 2012-05-13 | 1 | -1/+1 |
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-12 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Fix copypaste. [ci skip] | Edward Tsech | 2012-05-11 | 1 | -2/+2 |