Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | 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 | |
* | | | | | | | | | | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 2 | -2/+7 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | don't rely on the columns hash to get defaults. follow-up to #17169. | Yves Senn | 2015-12-02 | 2 | -7/+25 | |
* | | | | | | | | | add `ActiveRecord::Base.has_attribute?` | Yves Senn | 2015-12-02 | 3 | -2/+27 | |
* | | | | | | | | | tests, pluralize singular table name. | Yves Senn | 2015-12-02 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-type | Yves Senn | 2015-12-02 | 3 | -9/+47 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | STI cast new instances to `default type` on initialize. | Kuldeep Aggarwal | 2015-12-02 | 3 | -0/+42 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Ensure `Relation` responds to `shuffle` | Sean Griffin | 2015-12-01 | 2 | -2/+2 | |
* | | | | | | | | | Merge pull request #22449 from dnagir/database_connection_message | Yves Senn | 2015-12-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Explain the connection pool error message better | Dmytrii Nagirniak | 2015-12-01 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #22345 from GUI/fix-multi-schema-structure-dump | Yves Senn | 2015-11-30 | 3 | -4/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 3 | -4/+13 | |
* | | | | | | | | | | Merge pull request #22451 from kamipo/refactor_abstract_adapter_initialize | Kasper Timm Hansen | 2015-11-30 | 4 | -8/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Refactor `AbstractAdapter#initialize` | Ryuta Kamizono | 2015-11-30 | 4 | -8/+7 | |
* | | | | | | | | | | | Fix indentation in CHANGELOG.md [ci skip] | Ryuta Kamizono | 2015-11-30 | 1 | -7/+7 | |
* | | | | | | | | | | | Merge pull request #22363 from yui-knk/mv_ar_test_case | Yves Senn | 2015-11-30 | 2 | -91/+94 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove some bind related test cases from finder_test.rb to sanitize_test.rb | yui-knk | 2015-11-21 | 2 | -91/+94 | |
* | | | | | | | | | | | Merge pull request #18155 from bogdan/collection_association_double_element_fix | Sean Griffin | 2015-11-29 | 3 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Bugfix collection association #create method … | Bogdan Gusiev | 2015-11-23 | 3 | -4/+20 | |
* | | | | | | | | | | | `connection_options` is only needed for `MysqlAdapter` | Ryuta Kamizono | 2015-11-29 | 3 | -3/+3 | |
* | | | | | | | | | | | Revert "Add prepared statements support for `Mysql2Adapter`" | Sean Griffin | 2015-11-26 | 4 | -149/+151 |