Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | added comments to test_invalid_type in sqlite3 adapter test and added valid_t... | Ranjay Krishna | 2013-03-28 | 3 | -4/+8 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | anual_salary => annual_salary | Vipul A M | 2013-03-28 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #9972 from divineforest/fix-overriden-typo | Rafael Mendonça França | 2013-03-28 | 4 | -5/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix typo: overriden => overriDDen | Alexander Balashov | 2013-03-28 | 4 | -5/+5 | |
* | | | | | Fixed typos in ActiveRecord | Prathamesh Sonpatki | 2013-03-28 | 3 | -5/+5 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #9970 from divineforest/fix-typo | Rafael Mendonça França | 2013-03-28 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix typo | Alexander Balashov | 2013-03-28 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Use snake case variable names, stick with the convention | Carlos Antonio da Silva | 2013-03-28 | 1 | -13/+13 | |
* | | | | Merge pull request #9963 from obrie/fix/after_create_updates | Carlos Antonio da Silva | 2013-03-28 | 2 | -1/+17 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix updates not working within after_create hooks | Aaron Pfeifer | 2013-03-27 | 2 | -1/+17 | |
* | | | | Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. | Ken Mazaika | 2013-03-27 | 13 | -37/+108 | |
* | | | | Dump the 'using' options for a SQL index into the schema. | Ken Mazaika | 2013-03-27 | 3 | -2/+11 | |
|/ / / | ||||||
* | | | Fix syntax error | Rafael Mendonça França | 2013-03-27 | 1 | -1/+0 | |
* | | | Merge pull request #9274 from KrzysiekJ/spaces_in_scope_names | Rafael Mendonça França | 2013-03-27 | 2 | -5/+17 | |
|\ \ \ |