Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Support passing the schema name prefix to `conenction.indexes` | Grey Baker | 2015-12-17 | 3 | -9/+24 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #19456 from greysteil/index-exists-behaviour | Matthew Draper | 2015-12-18 | 7 | -20/+126 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Support removing custom-names indexes when only specifying column names | Grey Baker | 2015-12-15 | 6 | -18/+107 | |
| * | | | | | | | | | Ignore index name in `index_exists?` when not passed a name to check for | Grey Baker | 2015-12-15 | 4 | -2/+19 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #22642 from seuros/remove-mysql-adapter | Matthew Draper | 2015-12-18 | 51 | -1723/+61 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 50 | -1723/+56 | |
* | | | | | | | | | | Use released arel | Rafael Mendonça França | 2015-12-17 | 1 | -1/+1 | |
* | | | | | | | | | | Expanding the documentation for collection=objects for has_many :through [ci-... | Eric Krause | 2015-12-17 | 1 | -1/+2 | |
* | | | | | | | | | | Call the new point behavior `:point`, not `:rails_5_1_point` | Sean Griffin | 2015-12-17 | 3 | -7/+6 | |
|/ / / / / / / / / | ||||||
* | / / / / / / / | Pass over the ApplicationRecord changelog entry | Genadi Samokovarov | 2015-12-17 | 1 | -10/+5 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | 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 | |
* | | | | | | | | 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 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |