Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | docs, mention that the current inflection rules are frozen. [ci skip] | Yves Senn | 2014-02-10 | 1 | -0/+4 | |
* | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-02-09 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Specify what #starts_with? we're talking about. Also added a note what | Zachary Scott | 2014-02-09 | 1 | -1/+2 | |
| * | | | | | | | Fix grammar of internal comment and modify it's location | Zachary Scott | 2014-02-09 | 1 | -1/+2 | |
* | | | | | | | | use feature detection to decide which implementation to use | Aaron Patterson | 2014-02-08 | 1 | -1/+1 | |
* | | | | | | | | Fixed an issue where reloading of removed dependencies would cause an unexpec... | Noah Lindner | 2014-02-08 | 1 | -0/+8 | |
* | | | | | | | | Fix to_query with empty arrays too | Rafael Mendonça França | 2014-02-06 | 1 | -1/+6 | |
* | | | | | | | | Refatoring the method to avoid shot-circuit return | Rafael Mendonça França | 2014-02-05 | 1 | -4/+7 | |
* | | | | | | | | Fixed "Hash#to_param confused by empty hash values #13892" | Hincu Petru | 2014-02-05 | 1 | -0/+1 | |
* | | | | | | | | fix interplay of humanize and html_escape | Sean Walbran | 2014-02-05 | 1 | -1/+1 | |
* | | | | | | | | Return sized enumerator from Enumerable#index_by | Marc-Andre Lafortune | 2014-02-05 | 1 | -1/+1 | |
* | | | | | | | | Return sized enumerator from Batches#find_each | Marc-Andre Lafortune | 2014-02-05 | 1 | -1/+1 | |
* | | | | | | | | docs, be clear that `options` is a hash. Closes #11904. [ci skip]. | Yves Senn | 2014-02-03 | 1 | -1/+1 | |
* | | | | | | | | Fix isolated tests | Rafael Mendonça França | 2014-02-01 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #13911 from davidcelis/remove-bigdecimal-serialization | Rafael Mendonça França | 2014-02-01 | 2 | -15/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove BigDecimal#to_d | David Celis | 2014-02-01 | 1 | -7/+0 | |
| * | | | | | | | | Don't require BigDecimal serialization extension | David Celis | 2014-02-01 | 2 | -8/+13 | |
* | | | | | | | | | Merge pull request #12769 from birkirb/master | Rafael Mendonça França | 2014-02-01 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix breakage in XmlMini | Birkir A. Barkarson | 2013-12-23 | 1 | -2/+4 | |
* | | | | | | | | | Maintain the current timezone in wrap_with_time_zone | Andrew White | 2014-01-31 | 1 | -7/+2 | |
* | | | | | | | | | fix typo and indent. [ci skip] | Yves Senn | 2014-01-30 | 1 | -1/+1 | |
* | | | | | | | | | Improve documentation [ci skip] | Rafael Mendonça França | 2014-01-30 | 1 | -3/+4 | |
* | | | | | | | | | Remove automatic removal of Date/Time stubs after each test case | Rafael Mendonça França | 2014-01-30 | 1 | -9/+2 | |
* | | | | | | | | | Add `travel_back` to remove stubs from `travel` and `travel_to` | Rafael Mendonça França | 2014-01-30 | 1 | -3/+14 | |
* | | | | | | | | | Use each_value | Rafael Mendonça França | 2014-01-29 | 1 | -1/+1 | |
* | | | | | | | | | Store the singleton_class in a local variable | Rafael Mendonça França | 2014-01-29 | 1 | -3/+4 | |
* | | | | | | | | | Change the class and method visibility | Rafael Mendonça França | 2014-01-29 | 1 | -9/+13 | |
* | | | | | | | | | Use instance method instead of before hook | Rafael Mendonça França | 2014-01-29 | 1 | -9/+8 | |
* | | | | | | | | | Alias the original method first to avoid warnings | Rafael Mendonça França | 2014-01-29 | 1 | -2/+7 | |
* | | | | | | | | | Implement a simple stub feature to use in the Time travel helpers | Rafael Mendonça França | 2014-01-29 | 1 | -4/+44 | |
* | | | | | | | | | Allow session serializer key in config.session_store | Lukasz Sarnacki | 2014-01-29 | 1 | -1/+1 | |
* | | | | | | | | | Make ActiveSupport::TimeWithZone#xmlschema consistent | Andrew White | 2014-01-26 | 1 | -2/+2 | |
* | | | | | | | | | Add support for JSON time_precision to Time and DateTime | Andrew White | 2014-01-26 | 3 | -6/+6 | |
* | | | | | | | | | Rename subsecond_fraction_digits option to time_precision | Andrew White | 2014-01-26 | 2 | -5/+5 | |
* | | | | | | | | | Customize subsecond digits when encoding DateWithTime | Parker Selbert | 2014-01-26 | 2 | -2/+8 | |
* | | | | | | | | | Maintain current timezone when changing time during DST overlap | Andrew White | 2014-01-26 | 2 | -3/+13 | |
* | | | | | | | | | Fix secrets.yml path in exception message | Carlos Antonio da Silva | 2014-01-20 | 1 | -9/+7 | |
* | | | | | | | | | Merge pull request #13765 from robertomiranda/secrets_token | Guillermo Iguaran | 2014-01-19 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update Error Message when secrets.secret_key_base isn't given | robertomiranda | 2014-01-19 | 1 | -4/+4 | |
* | | | | | | | | | | set encoding to binmode for pipe | Anna Carey | 2014-01-17 | 1 | -0/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Consistence in the block style | Rafael Mendonça França | 2014-01-17 | 2 | -5/+5 | |
* | | | | | | | | | Remove warnings on Ruby 2.1 | Rafael Mendonça França | 2014-01-17 | 2 | -1/+9 | |
* | | | | | | | | | define the delegate methods on one line. fixes #13724 | Aaron Patterson | 2014-01-16 | 1 | -20/+22 | |
* | | | | | | | | | Revert "methods are defined right after the module_eval, so we don't need to do" | Piotr Sarnacki | 2014-01-16 | 1 | -2/+2 | |
* | | | | | | | | | methods are defined right after the module_eval, so we don't need to do | Aaron Patterson | 2014-01-15 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #13709 from akshay-vishnoi/typo | Yves Senn | 2014-01-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Grammar correction | Akshay Vishnoi | 2014-01-14 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #13646 from jenseng/json_escape | Godfrey Chan | 2014-01-12 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Clarify behavior of json_escape, update examples | Jon Jensen | 2014-01-09 | 1 | -12/+12 | |
* | | | | | | | | | | | Merge pull request #13668 from prathamesh-sonpatki/issue-13667 | Andrew White | 2014-01-12 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ |