aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5810 from kennyj/fix_5797Aaron Patterson2012-05-304-5/+15
|\
| * Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-304-5/+15
* | Merge pull request #6386 from kennyj/fix_logs_name_consistencyAaron Patterson2012-05-307-33/+123
|\ \
| * | Fix logs name consistency.kennyj2012-05-197-33/+123
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-305-27/+37
|\ \ \ | |_|/ |/| |
| * | copy edit the batches docs [ci skip]Vijay Dev2012-05-301-9/+7
| * | change example on CollectionProxy#delete to accept multiple valuesFrancesco Rodriguez2012-05-281-1/+1
| * | Adds to Batch processing documentation [ci skip]Alvaro Pereyra2012-05-281-9/+20
| * | fix typo and remove 'examples' noise [ci skip]Francesco Rodriguez2012-05-281-18/+6
| * | Updates examples for FinderMethods [ci skip]Alvaro Pereyra2012-05-281-2/+14
| * | Merge branch 'master' of github.com:lifo/docrailsAlvaro Pereyra2012-05-2840-99/+798
| |\ \
| | * \ Merge pull request #102 from xenda/masterXenda2012-05-271-4/+4
| | |\ \
| | * | | "a sql" -> "an SQL" per API documentation guidelinesMark Rushakoff2012-05-271-1/+1
| * | | | Adds examples to FinderMethods#first [ci skip]Alvaro Pereyra2012-05-281-0/+1
| | |/ / | |/| |
| * | | Updates validations examples to be more attuned on the new Rails 3.0 conventionsAlvaro Pereyra2012-05-281-4/+4
* | | | Fix #5847 and #4045 on master.kennyj2012-05-301-0/+2
* | | | Use runner hook to load ActiveRecord::Base.kennyj2012-05-301-0/+4
* | | | SchemaMigration should be loaded lazily.kennyj2012-05-293-2/+1
* | | | Add tests to delete by fixnum or string id with has many through associationsFrancesco Rodriguez2012-05-281-0/+20
* | | | Fix failing build related to change in CollectionAssociation#deleteCarlos Antonio da Silva2012-05-291-1/+1
* | | | Yield only one argument instead of splatting.Carlos Antonio da Silva2012-05-282-2/+9
* | | | Allow blocks for count with ActiveRecord::Relation. Document and test that su...chrisfinne2012-05-282-3/+30
* | | | Add support for CollectionAssociation#delete by Fixnum or StringFrancesco Rodriguez2012-05-284-3/+57
| |/ / |/| |
* | | remove unnecessary ruby 1.8 reference from active_record/core [ci skip]Francesco Rodriguez2012-05-261-3/+4
* | | add CollectionProxy#uniq documentationFrancesco Rodriguez2012-05-261-0/+21
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-261-2/+188
|\ \ \
| * | | add :nodoc: to CollectionProxy#initializeFrancesco Rodriguez2012-05-251-1/+1
| * | | add CollectionProxy#== documentationFrancesco Rodriguez2012-05-251-0/+24
| * | | add CollectionProxy#count documentationFrancesco Rodriguez2012-05-251-0/+26
| * | | add CollectionProxy#to_ary documentationFrancesco Rodriguez2012-05-251-2/+35
| * | | add CollectionProxy#delete documentationFrancesco Rodriguez2012-05-251-1/+104
* | | | Merge pull request #4132 from Juanmcuello/clone_structureAaron Patterson2012-05-251-0/+1
|\ \ \ \
| * | | | Reset postgreSQL search path in db:test:clone_structure.Juan M. Cuello2011-12-221-0/+1
* | | | | Merge pull request #5872 from evtuhovich/prepared_statement_fixAaron Patterson2012-05-251-10/+10
|\ \ \ \ \
| * | | | | Remove prepared statement from system query in postgresql adapterIvan Evtukhovich2012-05-121-10/+10
* | | | | | Merge pull request #5244 from fotos/myqsl2_wait_timeoutRafael Mendonça França2012-05-251-1/+1
|\ \ \ \ \ \
| * | | | | | Maximum wait_timeout on Windows is 2147483Fotos Georgiadis2012-03-021-1/+1
* | | | | | | Merge pull request #5925 from Juanmcuello/pg_structure_dumpCarlos Antonio da Silva2012-05-241-2/+2
* | | | | | | Whitespaces :scissors:Rafael Mendonça França2012-05-232-7/+7
* | | | | | | PGconn doesn't accepts :checkout_timeout option.Rafael Mendonça França2012-05-231-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-233-34/+463
|\ \ \ \ \ \
| * | | | | | copy edits in collection proxy docs [ci skip]Vijay Dev2012-05-231-25/+18
| * | | | | | Revert "Remove blank trailing comments"Vijay Dev2012-05-2321-0/+31
| * | | | | | add CollectionProxy#length documentationFrancesco Rodriguez2012-05-221-5/+37
| * | | | | | add CollectionProxy#size documentationFrancesco Rodriguez2012-05-221-2/+25
| * | | | | | add :call-seq: to +first+ and +last+ CollectionProxy methodsFrancesco Rodriguez2012-05-221-0/+6
| * | | | | | add CollectionProxy#create! documentationFrancesco Rodriguez2012-05-221-0/+22
| * | | | | | add CollectionProxy#create documentationFrancesco Rodriguez2012-05-221-0/+33
| * | | | | | add more examples to CollectionProxy#findFrancesco Rodriguez2012-05-221-0/+9
| * | | | | | adding :call-seq: to CollectionProxy methodsFrancesco Rodriguez2012-05-221-0/+39