Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Add tests to ActiveSupport:XmlMini to_tag method | emre-basala | 2013-08-07 | 1 | -1/+58 | |
| * | | | | | | | Merge pull request #11411 from dscataglini/master | Aaron Patterson | 2014-04-09 | 1 | -6/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | private method doesn't work for singleton methods defined this way | Diego Scataglini | 2013-07-12 | 1 | -6/+12 | |
| * | | | | | | | | Add missing require so requiring `active_support/cache` works again. | Lucas Mazza | 2014-04-09 | 1 | -0/+1 | |
| * | | | | | | | | Fixed problem where `1.day.eql?(1.day)` is false | Emily Dobervich | 2014-04-08 | 3 | -0/+45 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #12016 from roderickvd/uuid_fixes | Rafael Mendonça França | 2014-04-04 | 3 | -0/+80 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Auto-generate stable fixture UUIDs on PostgreSQL. | Roderick van Domburg | 2014-01-07 | 3 | -0/+80 | |
* | | | | | | | | Merge pull request #14598 from rajcybage/assert_dprecated_for_as_test_case | Rafael Mendonça França | 2014-04-04 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Active support instead of ActiveSupport::Deprecation.silence we can use asser... | Rajarshi Das | 2014-04-04 | 1 | -4/+4 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Fix error when using `with_options` with lambda. | Lauro Caetano | 2014-04-03 | 1 | -1/+1 | |
* | | | | | | | | Move require to actual file | Carlos Antonio da Silva | 2014-04-02 | 2 | -1/+1 | |
* | | | | | | | | Use asert_deprecated | Rafael Mendonça França | 2014-04-02 | 1 | -3/+5 | |
* | | | | | | | | DRY AS::SafeBuffer a bit using existing helper | Pavel Pravosud | 2014-04-02 | 1 | -5/+1 | |
* | | | | | | | | Make AS::SafeBuffer#prepend act like String#prepend | Pavel Pravosud | 2014-03-31 | 3 | -6/+41 | |
|/ / / / / / / | ||||||
* | | | | | | | HashWithIndifferentAccess better respects #to_hash | Peter Jaros | 2014-03-28 | 3 | -3/+51 | |
* | | | | | | | - Rename `increment_or_decrement` to an apt `set_cache_value` since it actual... | Vipul A M | 2014-03-24 | 1 | -4/+5 | |
* | | | | | | | Deprecate Class#superclass_delegating_accessor | Akshay Vishnoi | 2014-03-20 | 3 | -6/+36 | |
* | | | | | | | fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`. | Yves Senn | 2014-03-17 | 2 | -2/+4 | |
* | | | | | | | Minor grammer, code conventions fix [ci skip] | Zoltan Kiss | 2014-03-15 | 1 | -2/+1 | |
* | | | | | | | Remove deprecation on active_support/core_ext/class/attribute_accessors requi... | Jeremy Kemper | 2014-03-15 | 1 | -5/+3 | |
* | | | | | | | Fix #to_json for BasicObject Enumerables | Sammy Larbi | 2014-03-14 | 4 | -12/+40 | |
* | | | | | | | make tests pass on Ruby 2.2 | Aaron Patterson | 2014-03-13 | 1 | -1/+1 | |
* | | | | | | | use method_defined? to check whether or not a method is defined | Aaron Patterson | 2014-03-12 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #14244 from arthurnn/orderd_hash_select_fix | Santiago Pastorino | 2014-03-08 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix OrderedHash.select to return self instance. | Arthur Neves | 2014-03-07 | 2 | -1/+8 | |
* | | | | | | | | Introduce `Rails.gem_version` | Prem Sichanugrist | 2014-03-05 | 2 | -7/+19 | |
* | | | | | | | | Revert "Merge pull request #14269 from arthurnn/expanded_key_array" | Godfrey Chan | 2014-03-04 | 3 | -14/+4 | |
* | | | | | | | | Cache key should be different when is Array. | Arthur Neves | 2014-03-03 | 3 | -4/+14 | |
* | | | | | | | | Add a comment to ensure that a test won't be removed [ci skip] | Robin Dupret | 2014-03-03 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Return a hash rather than array from fetch_multi | Parker Selbert | 2014-02-26 | 3 | -14/+19 | |
* | | | | | | | Fix concerning module reference [ci skip] | Carlos Antonio da Silva | 2014-02-26 | 1 | -1/+1 | |
* | | | | | | | speed up `underscore` in cases that don't need to do anything | Aaron Patterson | 2014-02-26 | 1 | -0/+1 | |
* | | | | | | | Point master changelogs to 4-1-stable branch | Carlos Antonio da Silva | 2014-02-25 | 1 | -633/+1 | |
* | | | | | | | Go with #presence_in instead of #present_in -- it doesnt sound quite as good,... | David Heinemeier Hansson | 2014-02-24 | 3 | -7/+7 | |
* | | | | | | | Merge pull request #14171 from arthurnn/extract_middleware_cache | Guillermo Iguaran | 2014-02-23 | 2 | -32/+41 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Extract local cache middleware | Arthur Neves | 2014-02-23 | 2 | -32/+41 | |
* | | | | | | | | Introduce Concern#class_methods and Kernel#concern | Jeremy Kemper | 2014-02-23 | 7 | -18/+113 | |
|/ / / / / / / | ||||||
* | | | | | | | update version to 4.2.0.alpha | Yves Senn | 2014-02-23 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #14102 from arthurnn/quietly_doc | Xavier Noria | 2014-02-19 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Methods silence_stream/quietly are not thread-safe [skip ci] | Arthur Neves | 2014-02-19 | 1 | -0/+4 | |
* | | | | | | | | Merge branch '4-1-0-beta2' | Rafael Mendonça França | 2014-02-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Preparing for 4.1.0.beta2 release | Rafael Mendonça França | 2014-02-18 | 1 | -1/+1 | |
* | | | | | | | | | Move changelog entry to the top, fix examples indent [ci skip] | Carlos Antonio da Silva | 2014-02-18 | 1 | -10/+10 | |
* | | | | | | | | | Use assert_nil instead as its clearer about what the return is expected to be | David Heinemeier Hansson | 2014-02-18 | 1 | -1/+1 | |
* | | | | | | | | | Added Object#present_in to simplify value whitelisting | David Heinemeier Hansson | 2014-02-18 | 3 | -0/+29 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | travel_to travels back and re-raises if the block raises | Xavier Noria | 2014-02-18 | 2 | -3/+18 | |
* | | | | | | | | adds a missing travel back | Xavier Noria | 2014-02-18 | 1 | -4/+4 | |
* | | | | | | | | time helpers honor the application time zone when passed a date | Xavier Noria | 2014-02-18 | 3 | -4/+37 | |
* | | | | | | | | docs, hide inflector comment targeting only contributors. [ci skip] | Yves Senn | 2014-02-11 | 1 | -1/+3 | |
* | | | | | | | | Fix tidy_bytes for JRuby | Justin Coyne | 2014-02-10 | 2 | -3/+10 |