Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #21372 from yui-knk/fix/revert_change_column_default | Santiago Pastorino | 2015-08-25 | 1 | -8/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make `change_column_default` to work | yui-knk | 2015-08-25 | 1 | -8/+8 | |
* | | | | | | remove unused require ‘set’ | NehaGautam | 2015-08-25 | 1 | -1/+0 | |
* | | | | | | Merge pull request #21074 from vrybas/rdoc-fix-typo-belongs-to-inverse-of-cla... | Robin Dupret | 2015-08-25 | 1 | -3/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | RDoc: fix wrong model name `:inverse_of` with `:belongs_to` [ci skip] | Vladimir Rybas | 2015-07-30 | 1 | -3/+3 | |
* | | | | | | [ci skip] Fix #21364 error in documentation about ActiveRecord::Enum | Andrew Grimm | 2015-08-25 | 1 | -2/+1 | |
* | | | | | | Merge pull request #21354 from yui-knk/fix/migration_file_timestamp | Robin Dupret | 2015-08-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Fix migration file's timestamp | yui-knk | 2015-08-24 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* / | | | | | Only nullify persisted has_one target associations | Agis- | 2015-08-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21332 from ronakjangir47/take_docs | Eileen M. Uchitelle | 2015-08-23 | 1 | -0/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added docs for CollectionProxy#take [ci skip] | Ronak Jangir | 2015-08-23 | 1 | -0/+25 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #21335 from yui-knk/refactor/remove_not_used_block_arg | Yves Senn | 2015-08-23 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Remove not used a block argument (`&block`) | yui-knk | 2015-08-23 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* / | | | JSON is still an adapter specific type. | Sean Griffin | 2015-08-21 | 8 | -36/+50 | |
|/ / / | ||||||
* | | | better docs for `disable_ddl_transaction!`. Closes #21044. | Yves Senn | 2015-08-21 | 1 | -1/+4 | |
* | | | Fix Punctuation in `AutosaveAssociation` RDoc | Robert Eshleman | 2015-08-20 | 1 | -2/+2 | |
* | | | uniqueness validation raises error for persisted record without pk. | Yves Senn | 2015-08-20 | 2 | -4/+9 | |
* | | | Merge pull request #21282 from sjain1107/added_docs | Yves Senn | 2015-08-19 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Added docs for TableDefinition #coloumns & #remove_column [ci skip] | sjain1107 | 2015-08-18 | 1 | -0/+3 | |
* | | | | Add a native JSON data type support in MySQL | Ryuta Kamizono | 2015-08-18 | 9 | -50/+76 | |
* | | | | Merge pull request #21283 from ravindrakumawat/add_docs_for_pending_migration | Yves Senn | 2015-08-18 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Add Docs for ActiveRecord #check_pending [ci skip] | ravindra kumar kumawat | 2015-08-18 | 1 | -0/+1 | |
* | | | | | Correct error message in Standard American english and add a test case for th... | prakash | 2015-08-18 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Fix middleware deprecation message. Related to #21172. | Jon Atack | 2015-08-14 | 1 | -1/+1 | |
* | | | | Merge pull request #19683 from tristang/require-option-for-counter-cache | Rafael Mendonça França | 2015-08-13 | 1 | -1/+8 | |
|\ \ \ \ | ||||||
| * | | | | Require explicit counter_cache option for has_many | Tristan Gamilis | 2015-04-07 | 1 | -1/+8 | |
* | | | | | Merge pull request #19770 from vngrs/prevent_duplicated_where_clauses | Rafael Mendonça França | 2015-08-13 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Prevent duplicating `where` clauses when model is extended from an abstract c... | Mehmet Emin İNAÇ | 2015-04-15 | 1 | -0/+1 | |
* | | | | | | descriptive error message when fixtures contian a missing column. | Yves Senn | 2015-08-13 | 1 | -2/+6 | |
* | | | | | | Skip statement cache on through association reader | Rafael Mendonça França | 2015-08-12 | 3 | -12/+10 | |
* | | | | | | Merge pull request #21210 from akihiro17/fix-rdoc-markup | Rafael Mendonça França | 2015-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Fix rdoc markup | akihiro17 | 2015-08-12 | 1 | -1/+1 | |
* | | | | | | | docs, tiny rdoc markup fix. [ci skip] | Yves Senn | 2015-08-12 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21205 from akihiro17/fix-doc | Matthew Draper | 2015-08-12 | 1 | -13/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Fix the indentation | akihiro17 | 2015-08-12 | 1 | -13/+13 | |
* | | | | | | | Merge pull request #17885 from starbelly/patch-1 | Yves Senn | 2015-08-11 | 1 | -8/+20 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks | starbelly | 2015-08-01 | 2 | -11/+25 | |
* | | | | | | | | Merge pull request #21165 from manlon/master | Rafael Mendonça França | 2015-08-11 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | use correct DB connection for generated HABTM table | Matt Hanlon | 2015-08-07 | 1 | -3/+7 | |
* | | | | | | | | Reference actual classes | Miles Starkenburg | 2015-08-08 | 1 | -5/+5 | |
* | | | | | | | | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 2 | -195/+0 | |
* | | | | | | | | Add ActiveRecord::Relation#in_batches | Sina Siadat | 2015-08-07 | 4 | -10/+164 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #20459 | Sean Griffin | 2015-08-06 | 1 | -0/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add missing data types for ActiveRecord migrations | Mehmet Emin İNAÇ | 2015-06-08 | 1 | -0/+24 | |
* | | | | | | | | Merge pull request #21092 from vngrs/use_memoization_for_ids_reader | Rafael Mendonça França | 2015-08-06 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use memoization for collection associations ids reader | Mehmet Emin İNAÇ | 2015-08-03 | 1 | -2/+4 | |
* | | | | | | | | | better docs for ActiveRecord::Migration#table_name_options | Brendan Buckingham | 2015-08-06 | 1 | -1/+3 | |
* | | | | | | | | | Should use `server_info[:version]` instead of `info[:version]` | Ryuta Kamizono | 2015-08-04 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix test failures caused by #20884 | Sean Griffin | 2015-08-01 | 1 | -1/+3 | |
* | | | | | | | | Merge pull request #20884 | Sean Griffin | 2015-08-01 | 3 | -0/+56 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | |