Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | [ci skip] Fix the dynamic fixtures example | Jeremy Baker | 2015-06-13 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | [ci skip] Fix the API docs for Bi-directional associations | Roque Pinel | 2015-06-13 | 1 | -12/+7 | |
* | | | | | | | | | Copy-edits in 04c349659bfd97f9eaf5266ef7a64b4eb367c6a8 | Rafael Mendonça França | 2015-06-12 | 1 | -1/+2 | |
* | | | | | | | | | add doc about how empty serialization objects are persisted | Diego Carrion | 2015-06-12 | 1 | -0/+2 | |
* | | | | | | | | | Add a test to ensure `serialize` persists `nil` as `NULL` | Sean Griffin | 2015-06-12 | 1 | -0/+8 | |
* | | | | | | | | | Don't crash when mutating attributes in a getter | Sean Griffin | 2015-06-12 | 3 | -1/+29 | |
* | | | | | | | | | Merge pull request #20480 from senny/test_runner | Yves Senn | 2015-06-12 | 78 | -223/+246 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | select the AR adapter through `bin/test`. | Yves Senn | 2015-06-11 | 1 | -0/+16 | |
| * | | | | | | | | | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 78 | -223/+230 | |
* | | | | | | | | | | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-key | Yves Senn | 2015-06-12 | 4 | -2/+50 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add an invert method for remove_foreign_key | Aster Ryan | 2015-06-11 | 4 | -2/+51 | |
* | | | | | | | | | | | Add enum prefix/suffix option to enum definition | Igor Kapkov | 2015-06-12 | 6 | -6/+104 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Add a missing test case for the persistence behavior of `serialize` | Sean Griffin | 2015-06-11 | 1 | -0/+13 | |
* | | | | | | | | | | Credit the author of #20515 in the previous commit | Sean Griffin | 2015-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | Correctly handle array columns with defaults in the schema dumper | Sean Griffin | 2015-06-11 | 4 | -0/+17 | |
* | | | | | | | | | | Merge pull request #20516 from kares/patch-2 | Matthew Draper | 2015-06-12 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #20497 from dcrec1/master | Sean Griffin | 2015-06-11 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | refactor ActiveRecord's #become by simplifying code | Diego Carrion | 2015-06-10 | 1 | -2/+1 | |
* | | | | | | | | | | Use block variable instead of global | Roque Pinel | 2015-06-09 | 1 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #20437 from pwnall/abstract_fixtures | Rafael Mendonça França | 2015-06-09 | 5 | -1/+31 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix crash when loading fixture with belongs_to association defined in abstrac... | Victor Costan | 2015-06-04 | 5 | -1/+31 | |
* | | | | | | | | | Merge pull request #20460 from mtsmfm/stop-to-s-for-fixture-timestamps | Sean Griffin | 2015-06-07 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Stop `to_s(:db)` for fixture's timestamp | Fumiaki MATSUSHIMA | 2015-06-07 | 1 | -1/+0 | |
* | | | | | | | | | | Merge pull request #20448 from sgrif/sg-postgresql-point-type | Sean Griffin | 2015-06-07 | 6 | -11/+189 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Return a `Point` object from the PG Point type | Sean Griffin | 2015-06-05 | 6 | -11/+189 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | A few documentation tweaks [ci skip] | Robin Dupret | 2015-06-07 | 1 | -1/+1 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-06-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ci skip] Upcase `SAVEPOINT` | yui-knk | 2015-05-12 | 1 | -1/+1 | |
| * | | | | | | | | [ci skip] Fix comment indent | yui-knk | 2015-05-12 | 1 | -1/+1 | |
* | | | | | | | | | Apply Active Record suppression to all saves | George Claghorn | 2015-06-04 | 2 | -3/+33 | |
* | | | | | | | | | [ci skip] fix the `collection.clear` guide | Roque Pinel | 2015-06-02 | 1 | -7/+8 | |
* | | | | | | | | | Skip test that fails from outdated sqlite3 on travis | Sean Griffin | 2015-06-02 | 1 | -7/+9 | |
* | | | | | | | | | Fix postgresql DISTINCT requirement in pluck test | Kevin Deisz | 2015-06-02 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #20405 from manish-shrivastava/master | Rafael Mendonça França | 2015-06-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixed typos in guide | manish-shrivastava | 2015-06-01 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #20362 from kddeisz/enumerable_pluck | Rafael Mendonça França | 2015-06-01 | 2 | -0/+25 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Allow Enumerable#pluck to take a splat. | Kevin Deisz | 2015-05-29 | 2 | -0/+25 | |
* | | | | | | | | | | Merge pull request #20386 from yoongkang/circular_import | Rafael Mendonça França | 2015-06-01 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix circular import warning on build | Yoong Kang Lim | 2015-05-31 | 1 | -1/+0 | |
* | | | | | | | | | | | Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle | Yasuo Honda | 2015-06-01 | 2 | -2/+6 | |
* | | | | | | | | | | | minor formatting changes in changelogs. [ci skip] | Yves Senn | 2015-05-31 | 1 | -6/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Ensure symbols passed to `select` are always quoted | Sean Griffin | 2015-05-30 | 3 | -9/+36 | |
* | | | | | | | | | | Add docs and changelog entry for 73aab03 [ci skip] | Sean Griffin | 2015-05-30 | 2 | -1/+15 | |
* | | | | | | | | | | Add CHANGELOG entry for #17654 [ci skip] | Ryuta Kamizono | 2015-05-30 | 1 | -0/+13 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #20364 from ernie/update-serialize-docs | Sean Griffin | 2015-05-29 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Update docs for ActiveRecord `serialize` | Ernie Miller | 2015-05-29 | 1 | -0/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix the shadowing warning for `reflection` | Roque Pinel | 2015-05-28 | 1 | -2/+2 | |
* | | | | | | | | Persist user provided default values, even if unchanged | Sean Griffin | 2015-05-28 | 4 | -27/+21 | |
* | | | | | | | | Allow proc defaults with the Attributes API | Sean Griffin | 2015-05-28 | 3 | -1/+36 | |
* | | | | | | | | Merge pull request #20331 from arunagw/arunagw-remove-unused-package-tasks | Rafael Mendonça França | 2015-05-28 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | |