| Commit message (Expand) | Author | Age | Files | Lines |
* | Call the new point behavior `:point`, not `:rails_5_1_point` | Sean Griffin | 2015-12-17 | 2 | -3/+2 |
* | fix typo in method name [ci skip] | yuuji.yaginuma | 2015-12-17 | 1 | -1/+1 |
* | Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_... | Rafael Mendonça França | 2015-12-17 | 3 | -5/+11 |
* | Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_to_update | Rafael França | 2015-12-17 | 3 | -11/+5 |
|\ |
|
| * | `join_to_delete` is same as `join_to_update` | Ryuta Kamizono | 2015-12-17 | 3 | -11/+5 |
* | | Make sure File.exist? run in the root of the application | Rafael Mendonça França | 2015-12-16 | 1 | -1/+5 |
* | | Do not define attributes_with_index as a Thor task | Rafael Mendonça França | 2015-12-16 | 1 | -4/+4 |
* | | Remove dead code | Rafael Mendonça França | 2015-12-16 | 1 | -4/+0 |
|/ |
|
* | Merge pull request #22567 from gsamokovarov/introduce-application-record | Rafael França | 2015-12-16 | 1 | -1/+8 |
|\ |
|
| * | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 1 | -1/+8 |
* | | Merge pull request #22598 from yui-knk/deprecate_string_callback | Rafael França | 2015-12-16 | 1 | -15/+0 |
|\ \ |
|
| * | | Deprecate passing string to define callback. | yui-knk | 2015-12-16 | 1 | -15/+0 |
* | | | Merge pull request #22562 from sblackstone/master | Jeremy Daer | 2015-12-15 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Allow users to pass flags from database.yml | Stephen Blackstone | 2015-12-15 | 1 | -2/+2 |
* | | | 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 | 4 | -18/+18 |
* | | | | 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 |
* | | | | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 4 | -18/+18 |
* | | | | Add migration versioning via Migration subclasses | Matthew Draper | 2015-12-15 | 4 | -2/+58 |
|/ / / |
|
* | | | Revert "Perform a more efficient query in `Relation#any?`" | Sean Griffin | 2015-12-14 | 2 | -8/+8 |
* | | | Merge pull request #22395 from avokhmin/becomes-errors-base-2 | Sean Griffin | 2015-12-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | `ActiveRecord::Base#becomes` should copy the errors | Vokhmin Alexey V | 2015-12-14 | 1 | -1/+1 |
* | | | | Perform a more efficient query in `Relation#any?` | Sean Griffin | 2015-12-14 | 2 | -8/+8 |
|/ / / |
|
* | | | Use a bind param for `LIMIT` and `OFFSET` | Sean Griffin | 2015-12-14 | 1 | -4/+30 |
* | | | Deprecate limit strings with commas | Sean Griffin | 2015-12-14 | 1 | -0/+6 |
* | | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na... | Sean Griffin | 2015-12-14 | 1 | -0/+9 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add test cases for `#sanitize_sql_array` with named_bind_variables | yui-knk | 2015-11-09 | 1 | -0/+9 |
* | | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supported | Aaron Patterson | 2015-12-13 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Support supports_datetime_with_precision? for sqlite3 | Yasuo Honda | 2015-11-30 | 1 | -0/+4 |
* | | | 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 |
* | | | | | Make sure we touch all the parents when touch_later. | Arthur Neves | 2015-12-06 | 3 | -6/+17 |
* | | | | | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 1 | -3/+23 |
* | | | | | Clean up and correct documentation for update_columns and update_all [ci skip] | James Wen | 2015-12-05 | 2 | -3/+3 |
|/ / / / |
|
* | | | | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 1 | -2/+0 |
* | | | | don't rely on the columns hash to get defaults. follow-up to #17169. | Yves Senn | 2015-12-02 | 1 | -7/+1 |
* | | | | add `ActiveRecord::Base.has_attribute?` | Yves Senn | 2015-12-02 | 2 | -2/+14 |
* | | | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-type | Yves Senn | 2015-12-02 | 1 | -9/+13 |
|\ \ \ \ |
|
| * | | | | STI cast new instances to `default type` on initialize. | Kuldeep Aggarwal | 2015-12-02 | 1 | -0/+12 |
|/ / / / |
|
* | | | | Ensure `Relation` responds to `shuffle` | Sean Griffin | 2015-12-01 | 1 | -1/+1 |
* | | | | 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 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 1 | -2/+2 |