| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not specal case inspecting associated arrays of over 10 elements, preventi... | Kevin McPhillips | 2016-06-29 | 1 | -7/+3 |
* | Don't attempt to clear active connections unless we'ere connected | Sean Griffin | 2016-06-29 | 1 | -1/+1 |
* | Remove unused `ActiveRecord::Base.connection_id` | Sean Griffin | 2016-06-29 | 3 | -16/+4 |
* | [ci skip] Clarify DDL term in ActiveRecord::Transactions | Alex Kitchens | 2016-06-27 | 1 | -4/+4 |
* | Remove unnecessary `assert_valid_default` | Ryuta Kamizono | 2016-06-25 | 1 | -7/+0 |
* | nodoc `ActiveRecord::AttributeSet::YAMLEncoder` | Jon Moss | 2016-06-24 | 1 | -1/+1 |
* | Revert "[ci skip] better docs for ActiveRecord::AttributeSet::YAMLEncoder#dec... | Jon Moss | 2016-06-24 | 1 | -17/+0 |
* | Merge pull request #25506 from y-yagi/return_correct_from_enum_type | Sean Griffin | 2016-06-24 | 1 | -0/+2 |
|\ |
|
| * | return correct type from `EnumType` | yuuji.yaginuma | 2016-06-24 | 1 | -0/+2 |
* | | [ci skip] Update Documentation on ActiveRecord::Inheritance | Alex Kitchens | 2016-06-23 | 1 | -1/+2 |
|/ |
|
* | [ci skip] better docs for ActiveRecord::AttributeSet::YAMLEncoder#decode | David Elliott | 2016-06-21 | 1 | -0/+17 |
* | [ci skip] fix typo in ActiveRecord::ConnectionHandling | Alex Kitchens | 2016-06-20 | 1 | -1/+1 |
* | Merge pull request #23301 from ppworks/improve_mysqldump | Arthur Nogueira Neves | 2016-06-17 | 1 | -0/+1 |
|\ |
|
| * | Skip comments when exec mysqldump | Naoto Koshikawa | 2016-01-28 | 1 | -0/+1 |
* | | Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-command | Arthur Nogueira Neves | 2016-06-16 | 1 | -1/+2 |
|\ \ |
|
| * | | PostgreSQL: Fix db:structure:load silent failure on SQL error | Ralin Chimev | 2016-05-10 | 1 | -1/+2 |
* | | | Merge pull request #25271 from kamipo/prevent_range_error_for_exists | Sean Griffin | 2016-06-15 | 2 | -6/+4 |
|\ \ \ |
|
| * | | | Prevent `RangeError` for `FinderMethods#exists?` | Ryuta Kamizono | 2016-06-16 | 2 | -2/+3 |
| * | | | Avoid type casting in uniqueness validator | Ryuta Kamizono | 2016-06-04 | 1 | -5/+2 |
* | | | | Merge pull request #25339 from prathamesh-sonpatki/reuse-validate-index-length | Rafael França | 2016-06-15 | 1 | -7/+7 |
|\ \ \ \ |
|
| * | | | | Reuse existing validate_index_length! method | Prathamesh Sonpatki | 2016-06-09 | 1 | -7/+7 |
| |/ / / |
|
* | | | | Respect the current `connected?` method when calling `cache` | Arthur Neves | 2016-06-14 | 1 | -2/+2 |
* | | | | Fix error message to talk about the scale not precision of the type | Rafael Mendonça França | 2016-06-13 | 1 | -1/+1 |
* | | | | Merge pull request #24756 from gsamokovarov/always-inherit-from-application-r... | Rafael Mendonça França | 2016-06-13 | 1 | -2/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' into always-inherit-from-application-record | Genadi Samokovarov | 2016-05-30 | 43 | -183/+258 |
| |\ \ \ \ |
|
| * | | | | | Always genererate models with ApplicationRecord parent | Genadi Samokovarov | 2016-04-28 | 1 | -11/+3 |
* | | | | | | Merge pull request #25319 from morgoth/generate-application-record-first | Rafael França | 2016-06-13 | 1 | -10/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Generate application_record.rb file before model file | Wojciech Wnętrzak | 2016-06-08 | 1 | -10/+2 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Fix `calculate` with a string value in `from` and eager loading | Ryuta Kamizono | 2016-06-13 | 1 | -9/+1 |
* | | | | | | Fix typo | Francesco Rodriguez | 2016-06-12 | 1 | -1/+1 |
* | | | | | | Fix `or` result SQL [ci skip] | Ryuta Kamizono | 2016-06-11 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Ensure that records with unselected fields can be updated | Sean Griffin | 2016-06-02 | 1 | -0/+6 |
* | | | | | Fix failing tests | Sean Griffin | 2016-06-02 | 2 | -5/+10 |
* | | | | | Make Active Record emit significantly smaller YAML | Sean Griffin | 2016-05-31 | 7 | -7/+72 |
* | | | | | Respect options passed to `foreign_key` when reverting `add_reference` | Sean Griffin | 2016-05-31 | 1 | -4/+9 |
* | | | | | Merge pull request #25213 from kamipo/do_not_include_default_column_limit | Sean Griffin | 2016-05-31 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Do not include default column limit in schema.rb | Ryuta Kamizono | 2016-05-31 | 1 | -2/+2 |
* | | | | | | `ActiveRecord::Base#hash` should differ between classes | Sean Griffin | 2016-05-31 | 1 | -1/+1 |
* | | | | | | Ensure hashes can be passed to attributes using `composed_of` | Sean Griffin | 2016-05-31 | 1 | -4/+5 |
|/ / / / / |
|
* | | | | | Merge pull request #25179 from kamipo/reuse_result_of_associated_table | Sean Griffin | 2016-05-30 | 1 | -2/+3 |
|\ \ \ \ \ |
|
| * | | | | | Reuse a result of `table.associated_table(column)` in `AssociationQueryHandle... | Ryuta Kamizono | 2016-05-28 | 1 | -2/+3 |
* | | | | | | Exists shouldn't error when used with `includes` | Sean Griffin | 2016-05-30 | 3 | -11/+8 |
* | | | | | | Tiny document fixes [ci skip] | Robin Dupret | 2016-05-30 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #22240 from resource11/resource11-patch-1 | Arthur Nogueira Neves | 2016-05-29 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | Issue 22240: adds link to list of instance methods [ci skip] | Kathleen McMahon | 2016-03-18 | 1 | -4/+4 |
* | | | | | | Merge pull request #24965 from arthurnn/arthurnn/conn_api | Arthur Nogueira Neves | 2016-05-29 | 4 | -25/+28 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Add to_hash to specification | Arthur Neves | 2016-05-25 | 3 | -3/+6 |
| * | | | | | Remove `name` from `establish_connection` | Arthur Neves | 2016-05-24 | 4 | -21/+17 |
| * | | | | | Move establish_connection to handler | Arthur Neves | 2016-05-24 | 3 | -14/+18 |
* | | | | | | Remove unused `association_for_table` private method | Ryuta Kamizono | 2016-05-27 | 1 | -6/+0 |