| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #9975 from mmangino/raise_when_attributes_cant_be_unserial... | Aaron Patterson | 2013-04-02 | 2 | -14/+20 |
|\ |
|
| * | Remove all error masking when decoding serialized data fails? | Mike Mangino | 2013-04-02 | 2 | -15/+12 |
| * | Raise an exception when unserialization fails due to a missing class | Mike Mangino | 2013-03-28 | 2 | -1/+10 |
* | | Add CHANGELOG entry about extracting and deprecating Firebird/Sqlserver/Oracl... | kennyj | 2013-04-03 | 1 | -0/+5 |
* | | Show deprecated messages only when target database adapters defined | Yasuo Honda | 2013-04-03 | 3 | -3/+3 |
* | | Fix tiny problem: change method order for consistency and fix wrong method name. | kennyj | 2013-04-03 | 2 | -2/+2 |
* | | Suppress deprecation messages for deprecated database tasks, when executing r... | kennyj | 2013-04-03 | 3 | -0/+21 |
* | | Add deprecation message on Firebird / Sqlserver / Oracle database tasks. | kennyj | 2013-04-03 | 3 | -0/+3 |
* | | Extract Oracle database tasks. | kennyj | 2013-04-03 | 5 | -31/+140 |
* | | Extract Sqlserver database tasks. | kennyj | 2013-04-03 | 5 | -11/+131 |
* | | Extract Firebird database tasks. | kennyj | 2013-04-03 | 5 | -20/+151 |
* | | no need to invoke to_s before applying intern | Neeraj Singh | 2013-04-02 | 1 | -1/+1 |
* | | Merge pull request #10048 from senny/replace_merge_with_relation_calls_in_cou... | Rafael Mendonça França | 2013-04-02 | 1 | -17/+13 |
|\ \ |
|
| * | | replace #merge with relation API calls in calculations_test. | Yves Senn | 2013-04-02 | 1 | -17/+13 |
* | | | Fix #new with an STI object with complex inheritance | Nate Berkopec | 2013-04-02 | 2 | -1/+5 |
|/ / |
|
* | | Updated the error message for +find+ on an inverse_of association | wangjohn | 2013-04-01 | 2 | -3/+1 |
* | | Throwing a RecordNotFound exception when a record is scanned using the | wangjohn | 2013-04-01 | 3 | -12/+55 |
* | | :uniq is still a valid relation option since it was only silently | Rafael Mendonça França | 2013-04-01 | 1 | -1/+1 |
* | | Merge pull request #10010 from pwnall/fix_ref_index_true | Rafael Mendonça França | 2013-04-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Make references with index:true pass Hash options to add_index. | Victor Costan | 2013-04-01 | 1 | -1/+1 |
* | | | fix detect column type of enum | masarakki | 2013-04-01 | 5 | -6/+6 |
|/ / |
|
* | | Fix indent and change "or" usage to "||" in schema dumper tests | Carlos Antonio da Silva | 2013-03-30 | 1 | -5/+5 |
* | | Refactor index algorithm lookup so that it only builds the available options ... | Carlos Antonio da Silva | 2013-03-30 | 1 | -4/+4 |
* | | Minor doc improvement about index algorithms [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -3/+2 |
* | | Do not calculate values if they are not going to be used | Carlos Antonio da Silva | 2013-03-30 | 1 | -7/+9 |
* | | Make docs a little bit more consistent with colons [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -9/+9 |
* | | Fix code examples indent in new index options docs [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -3/+3 |
* | | Use new hash style in doc examples [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -2/+2 |
* | | Minor reviews in AR changelog [ci skip] | Carlos Antonio da Silva | 2013-03-30 | 1 | -10/+10 |
* | | Merge pull request #10003 from tkhr/refactor-scoping-test-files | Carlos Antonio da Silva | 2013-03-30 | 3 | -330/+333 |
|\ \ |
|
| * | | split relation_scoping_test.rb's default scoping tests into another file | Takehiro Adachi | 2013-03-30 | 2 | -357/+360 |
| * | | rename named_scope_test.rb to a proper file name | Takehiro Adachi | 2013-03-30 | 1 | -1/+1 |
| * | | move tests for NamedScope and DefaultScope under test/cases/scoping/ | Takehiro Adachi | 2013-03-30 | 2 | -0/+0 |
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 10 | -37/+62 |
|\ \ \
| |/ /
|/| | |
|
| * | | explain method invertible_for [ci skip] | Neeraj Singh | 2013-03-29 | 1 | -1/+2 |
| * | | Fixed typo : contraints -> constraints | Prathamesh Sonpatki | 2013-03-23 | 1 | -2/+2 |
| * | | Fix typo | Carson McDonald | 2013-03-22 | 1 | -1/+1 |
| * | | Fix typo, ording to ordering | Carson McDonald | 2013-03-18 | 1 | -1/+1 |
| * | | nodoc AR::ConnectionHandling for adapters [ci skip] | Francesco Rodriguez | 2013-03-15 | 5 | -12/+12 |
| * | | Unmatched parenthesis fix | Robin Dupret | 2013-03-15 | 1 | -1/+1 |
| * | | make the headers consistent | Waynn Lue | 2013-03-14 | 1 | -2/+2 |
| * | | Fix my typo | Alexey Muranov | 2013-03-12 | 1 | -1/+1 |
| * | | Align indentation in comments | Alexey Muranov | 2013-03-12 | 1 | -15/+15 |
| * | | Document nested attributes as hash of hashes | Alexey Muranov | 2013-03-12 | 1 | -2/+26 |
| * | | Uniq cannot be used directly on an ActiveRecord model. 'DISTINCT field' is th... | Daniel Lobato | 2013-03-12 | 1 | -1/+1 |
| * | | Minor copy editing | Neeraj Singh | 2013-03-11 | 1 | -4/+4 |
* | | | Do not use deprecate method [ci skip] | Neeraj Singh | 2013-03-29 | 1 | -1/+1 |
* | | | fix broken sentence [ci skip] | Neeraj Singh | 2013-03-29 | 1 | -1/+1 |
* | | | removes activerecord/examples/associations.png | Xavier Noria | 2013-03-29 | 1 | -0/+0 |
* | | | Merge pull request #9984 from ranjaykrishna/col-prob | Rafael Mendonça França | 2013-03-28 | 3 | -4/+8 |
|\ \ \ |
|