| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix decimal_test module and add new test for object responding to to_d | Mariano Valles | 2014-07-16 | 2 | -7/+15 |
* | Fix case statement to use ::Numeric and ::String | Mariano Valles | 2014-07-16 | 3 | -18/+25 |
* | Change class evaluation for Rationals in cast_value | Mariano Valles | 2014-07-16 | 2 | -5/+7 |
* | Fix rational to decimal on type_cast_from_user | Mariano Valles | 2014-07-16 | 2 | -1/+13 |
* | Merge pull request #16161 from jpawlyn/master | Andrew White | 2014-07-15 | 3 | -1/+14 |
|\ |
|
| * | Return an absolute instead of relative path from an asset url in the case of ... | Jolyon Pawlyn | 2014-07-15 | 3 | -1/+14 |
* | | Merge pull request #16174 from tgxworld/doc_fix | Zachary Scott | 2014-07-14 | 1 | -2/+2 |
|\ \ |
|
| * | | [CI SKIP] Doc fix. | Guo Xiang Tan | 2014-07-15 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #16089 from eileencodes/refactor-reflections-from-sub-clas... | Aaron Patterson | 2014-07-14 | 3 | -101/+158 |
|\ \ |
|
| * | | Begin refactoring ThroughReflection | eileencodes | 2014-07-08 | 3 | -101/+158 |
* | | | Merge pull request #16168 from greysteil/stash-path-info | Matthew Draper | 2014-07-14 | 3 | -2/+15 |
|\ \ \ |
|
| * | | | Stash original path in `ShowExceptions` middleware | Grey Baker | 2014-07-14 | 3 | -2/+15 |
* | | | | Merge pull request #16167 from yahonda/ora972_faces | Matthew Draper | 2014-07-14 | 3 | -4/+5 |
|\ \ \ \ |
|
| * | | | | Address ORA-00972: identifier is too long when tested with Oracle | Yasuo Honda | 2014-07-14 | 3 | -4/+5 |
|/ / / / |
|
* | | | | Merge pull request #16127 from Envek/fix_16111 | Matthew Draper | 2014-07-14 | 3 | -1/+32 |
|\ \ \ \ |
|
| * | | | | Dump PostgreSQL primary key with custom function as a default. | Andrey Novikov | 2014-07-11 | 3 | -1/+32 |
* | | | | | Merge pull request #16156 from mechanicles/document-improvement | Zachary Scott | 2014-07-13 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] Little bit doc code improvement. | Santosh Wadghule | 2014-07-14 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Format pass on 4.2 release notes [ci skip] | Godfrey Chan | 2014-07-13 | 1 | -157/+163 |
* | | | | | Merge pull request #16155 from mechanicles/fix-typos | Zachary Scott | 2014-07-13 | 3 | -4/+4 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip] | Santosh Wadghule | 2014-07-14 | 3 | -4/+4 |
|/ / / / |
|
* | | | | Merge pull request #16150 from sferik/fix-tests | Matthew Draper | 2014-07-13 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix tests broken in https://github.com/rails/rails/pull/16149 | Erik Michaels-Ober | 2014-07-12 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #16149 from sferik/refactor-transform_values | Guillermo Iguaran | 2014-07-12 | 4 | -2/+50 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Return an Enumerator if no block is given | Erik Michaels-Ober | 2014-07-12 | 4 | -1/+49 |
| * | | | Don't construct a Proc if no block is given | Erik Michaels-Ober | 2014-07-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #16147 from seuros/templates | Matthew Draper | 2014-07-12 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | [Bug report templates] Added rack master to the Gemfile | Abdelkader Boudih | 2014-07-12 | 2 | -0/+2 |
|/ / / |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-07-12 | 1 | -113/+93 |
|\ \ \ |
|
| * | | | fix mismatched example call [ci skip] | Vijay Dev | 2014-07-12 | 1 | -2/+2 |
| * | | | Revert "[ci skip] Fix doc for except" | Vijay Dev | 2014-07-12 | 1 | -4/+5 |
| * | | | Prefer find_by over where.first for record | Gaurish Sharma | 2014-07-07 | 1 | -1/+1 |
| * | | | [ci skip] remove invalid code from docs | schneems | 2014-06-28 | 1 | -2/+0 |
| * | | | [ci skip] Fix doc for except | schneems | 2014-06-28 | 1 | -5/+4 |
| * | | | [ci skip] Doc ability to chain in `find_each` | schneems | 2014-06-28 | 1 | -1/+9 |
| * | | | [ci skip] Consolidate docs for `find` | schneems | 2014-06-28 | 1 | -25/+19 |
| * | | | [ci skip] Consolidate docs for `last` | schneems | 2014-06-28 | 1 | -16/+21 |
| * | | | [ci skip] Consolidate docs for `take` | schneems | 2014-06-28 | 1 | -35/+20 |
| * | | | [ci skip] Consolidate docs for `find_by` | schneems | 2014-06-28 | 1 | -19/+14 |
| * | | | [ci skip] Consolidate docs for `first` | schneems | 2014-06-28 | 1 | -35/+21 |
| * | | | [ci skip] Add return values to examples | schneems | 2014-06-28 | 1 | -1/+10 |
* | | | | Assert the nature of the original exception | Matthew Draper | 2014-07-12 | 1 | -0/+1 |
* | | | | Merge pull request #16143 from robin850/silence-downloading-output | Rafael Mendonça França | 2014-07-11 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Silence the output downloading a file | Robin Dupret | 2014-07-11 | 1 | -1/+0 |
* | | | | | Merge pull request #16144 from grekko/patch-1 | Richard Schneeman | 2014-07-11 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fixing typo in comment | Gregory Igelmund | 2014-07-12 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #11993 from razielgn/actionview-use-name-to-inspect-error | Guillermo Iguaran | 2014-07-11 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Use NameError#name to assert raised error. | Federico Ravasio | 2013-11-24 | 1 | -1/+1 |
* | | | | | Merge pull request #16136 from sgrif/sg-pg-bit-string | Matthew Draper | 2014-07-12 | 2 | -13/+33 |
|\ \ \ \ \ |
|
| * | | | | | Don't rely on the column SQL type for bit string quoting | Sean Griffin | 2014-07-11 | 2 | -13/+33 |