Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the error message for +find+ on an inverse_of association | wangjohn | 2013-04-01 | 2 | -3/+1 |
| | | | | | so that it is consistent with the error thrown for +find+ without an inverse_of association. | ||||
* | Throwing a RecordNotFound exception when a record is scanned using the | wangjohn | 2013-04-01 | 3 | -12/+55 |
| | | | | | inverse_of option. I've also refactored the code for raising a RecordNotFound exception when searching for records with ids. | ||||
* | :uniq is still a valid relation option since it was only silently | Rafael Mendonça França | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | | deprecated Fixes activerecord-deprecated_finders build. https://travis-ci.org/rails/activerecord-deprecated_finders/builds/5964703 | ||||
* | 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 | ||||
| * | 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 |
|/ | | | | enum includes text or blob or ... hooked by wrong regex | ||||
* | 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 |
| | | | | | | | | | | | once This way the available options are only built for actually fetching the algorithm in case the option is given. The options are going to be necessary a second time only in case the option is given but does not exist, which is supposed to be due to a typo or something like that, so no problem. | ||||
* | 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 |
| | | | | | | | | | When building the indexes list in PostgreSQL, IndexDefinition objects are only created if the query for the related attributes really returns something matching the attributes. In case it does not, the variables for building the definition objects were being created but not used. | ||||
* | 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 |
|\ | | | | | Reorganize scoping test files | ||||
| * | 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 |
| | | | | | | | | | | The file name should be name_scoping_test.rb and the class should be `NamedScopingTest` according to ActiveRecord::Scoping::Name | ||||
| * | move tests for NamedScope and DefaultScope under test/cases/scoping/ | Takehiro Adachi | 2013-03-30 | 2 | -0/+0 |
| | | | | | | | | | | | | The scoping/default.rb and scoping/named.rb got moved under scoping/ in commit 2b22564c4efaa63d4bbc006762838c4025c1bdca, but the tests never did. | ||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 10 | -37/+62 |
|\ \ | |/ |/| | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip] | ||||
| * | 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 |
| | | | | | | | | [ci skip] | ||||
| * | Fix typo, ording to ordering | Carson McDonald | 2013-03-18 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
| * | 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 |
| | | | | | | Document the possibility to use a hash of hashes for nested attributes for a one-to-many association (in addition to the documented possibility to use an array of hashes). | ||||
| * | Uniq cannot be used directly on an ActiveRecord model. 'DISTINCT field' is ↵ | Daniel Lobato | 2013-03-12 | 1 | -1/+1 |
| | | | | | | | | the only pluck query that translates into the aforementioned SQL | ||||
| * | 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 |
| | | | | | | | | This seems to be a legacy file, I cannot find any place where it is used. | ||||
* | | Merge pull request #9984 from ranjaykrishna/col-prob | Rafael Mendonça França | 2013-03-28 | 3 | -4/+8 |
|\ \ | | | | | | | valid_type? added to super class abstract_adapter | ||||
| * | | added comments to test_invalid_type in sqlite3 adapter test and added ↵ | Ranjay Krishna | 2013-03-28 | 3 | -4/+8 |
| | | | | | | | | | | | | valid_type? method to abstract_adapter.rb and removed unnecessary method from sqlite3 adapter | ||||
* | | | 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 | ||||
| * | | 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 | ||||
| * | | | 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 | ||||
| * | | 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 |
|\ \ | | | | | | | | | | Use define_method when method name contains weird characters. | ||||
| * | | Use define_method when method name contains weird characters. | Krzysztof Jurewicz | 2013-03-18 | 2 | -5/+17 |
| | | |