Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Remove dead code | Rafael Mendonça França | 2015-12-16 | 1 | -4/+0 | |
* | | | | | | Don't over-specify types in our tests | Sean Griffin | 2015-12-16 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | Fix test failures on Windows | Sean Griffin | 2015-12-16 | 1 | -4/+12 | |
* | | | | | Fix test failure on Windows | Sean Griffin | 2015-12-16 | 1 | -6/+10 | |
* | | | | | Merge pull request #22567 from gsamokovarov/introduce-application-record | Rafael França | 2015-12-16 | 2 | -1/+23 | |
|\ \ \ \ \ | ||||||
| * | | | | | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 2 | -1/+23 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #22605 from tonyta/delete-dead-comments | Rafael França | 2015-12-16 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | deletes commented code introduced in db045db (initial commit) | Tony Ta | 2015-12-15 | 1 | -1/+0 | |
* | | | | | | Merge pull request #22598 from yui-knk/deprecate_string_callback | Rafael França | 2015-12-16 | 2 | -16/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Deprecate passing string to define callback. | yui-knk | 2015-12-16 | 2 | -16/+1 | |
* | | | | | | Merge pull request #22562 from sblackstone/master | Jeremy Daer | 2015-12-15 | 2 | -2/+9 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Allow users to pass flags from database.yml | Stephen Blackstone | 2015-12-15 | 2 | -2/+9 | |
* | | | | | | Merge pull request #22596 from y-yagi/remove_extra_space_from_deprecation_msg | Eileen M. Uchitelle | 2015-12-15 | 2 | -2/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove extra spaces from deprecation message | yuuji.yaginuma | 2015-12-15 | 2 | -2/+5 | |
* | | | | | | | Use a real migration version number in docs | Matthew Draper | 2015-12-15 | 5 | -19/+19 | |
* | | | | | | | Schema uses current migration API | Matthew Draper | 2015-12-15 | 1 | -1/+1 | |
* | | | | | | | In 4.2 migrations, `timestamps` defaulted to `null: true` | Matthew Draper | 2015-12-15 | 1 | -0/+24 | |
* | | | | | | | Find the delegate, even in a deeper inheritance tree | Matthew Draper | 2015-12-15 | 1 | -1/+5 | |
* | | | | | | | Internal test migrations use the private 'Current' version | Matthew Draper | 2015-12-15 | 36 | -49/+49 | |
* | | | | | | | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 5 | -19/+19 | |
* | | | | | | | Add migration versioning via Migration subclasses | Matthew Draper | 2015-12-15 | 5 | -2/+64 | |
* | | | | | | | Ensure uuid-ossp extension is present before we rely on it | Matthew Draper | 2015-12-15 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* | | | | | | Revert "Perform a more efficient query in `Relation#any?`" | Sean Griffin | 2015-12-14 | 3 | -8/+15 | |
* | | | | | | Merge pull request #22395 from avokhmin/becomes-errors-base-2 | Sean Griffin | 2015-12-14 | 2 | -2/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | `ActiveRecord::Base#becomes` should copy the errors | Vokhmin Alexey V | 2015-12-14 | 2 | -2/+21 | |
* | | | | | | | Perform a more efficient query in `Relation#any?` | Sean Griffin | 2015-12-14 | 2 | -8/+8 | |
* | | | | | | | Fix test failures caused by 574f255 | Sean Griffin | 2015-12-14 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Use a bind param for `LIMIT` and `OFFSET` | Sean Griffin | 2015-12-14 | 4 | -13/+42 | |
* | | | | | | Deprecate limit strings with commas | Sean Griffin | 2015-12-14 | 2 | -3/+13 | |
* | | | | | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na... | Sean Griffin | 2015-12-14 | 2 | -0/+19 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add test cases for `#sanitize_sql_array` with named_bind_variables | yui-knk | 2015-11-09 | 2 | -0/+19 | |
* | | | | | | | Merge pull request #22571 from mtsmfm/travel-back | Santiago Pastorino | 2015-12-13 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | travel back | Fumiaki MATSUSHIMA | 2015-12-13 | 1 | -3/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supported | Aaron Patterson | 2015-12-13 | 4 | -60/+17 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Consolidate tests for time and datetime columns options, limit and precision | Yasuo Honda | 2015-11-30 | 2 | -59/+12 | |
| * | | | | | Support supports_datetime_with_precision? for sqlite3 | Yasuo Honda | 2015-11-30 | 1 | -0/+4 | |
| * | | | | | Use adapter supports_datetime_with_precision to support 3rd party adapter tests | Yasuo Honda | 2015-11-30 | 1 | -1/+1 | |
* | | | | | | Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice" | Arthur Neves | 2015-12-11 | 1 | -0/+8 | |
* | | | | | | Merge pull request #22502 from maclover7/remove-deprecation-notice | Arthur Nogueira Neves | 2015-12-11 | 1 | -8/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused deprecation notice | Jon Moss | 2015-12-05 | 1 | -8/+0 | |
* | | | | | | | Merge pull request #22523 from Elektron1c97/master | Rafael França | 2015-12-07 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Typo correction | Yves Siegrist | 2015-12-07 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #22517 from Elektron1c97/master | Rafael França | 2015-12-07 | 1 | -2/+1 | |
|\| | | | | | | | ||||||
| * | | | | | | | [ci skip] Add a dollar sign to each command in the READMEs | Elektron1c97 | 2015-12-06 | 1 | -2/+1 | |
* | | | | | | | | Make sure we touch all the parents when touch_later. | Arthur Neves | 2015-12-06 | 4 | -8/+17 | |
* | | | | | | | | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 3 | -6/+44 | |
* | | | | | | | | Merge pull request #22492 from RochesterinNYC/patch-1 | Sean Griffin | 2015-12-05 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Clean up and correct documentation for update_columns and update_all [ci skip] | James Wen | 2015-12-05 | 2 | -3/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #22500 from y-yagi/fix_warning_in_geometric_test | Sean Griffin | 2015-12-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | remove warning from postgresql geometric test | yuuji.yaginuma | 2015-12-05 | 1 | -1/+3 |