aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Remove depreacted findersŁukasz Strzałkowski2013-06-287-637/+7
* activerecord/examples/simple.rb use master branch activesupport gemtumayun2013-06-271-1/+1
* fix activerecord/examples/performance.rb#L101 syntax errortumayun2013-06-271-1/+1
* Moving the `pluck` and `ids` methods to their own delegate line.wangjohn2013-06-251-8/+9
* Fix @tenderlove's name in changelog :sparkles:Carlos Antonio da Silva2013-06-261-2/+2
* Merge pull request #10730 from tkhr/add_test_for_AR__CounterCache#update_coun...Carlos Antonio da Silva2013-06-251-8/+9
|\
| * Refactor AR's counter_cache_test.rb testTakehiro Adachi2013-05-231-8/+3
| * Add test for AR::CounterCache.update_countersTakehiro Adachi2013-05-231-0/+6
* | Add changelog entry for database tasks removal #10853 [ci skip]Carlos Antonio da Silva2013-06-251-0/+4
* | Merge pull request #10853 from kennyj/deprecated-database_tasksCarlos Antonio da Silva2013-06-257-433/+0
|\ \
| * | Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-053-158/+0
| * | Remove SqlseverDatabaseTasks was deprecated, because this was provided by 3rd...kennyj2013-06-053-136/+0
| * | Remove OracleDatabaseTasks was deprecated, because this was provided by 3rd-p...kennyj2013-06-053-139/+0
* | | Merge pull request #10992 from Empact/find-each-enumeratorCarlos Antonio da Silva2013-06-253-2/+36
|\ \ \
| * | | When .find_each is called without a block, return an Enumerator.Ben Woosley2013-06-193-2/+36
* | | | Merge pull request #10993 from Empact/result-each-enumeratorCarlos Antonio da Silva2013-06-253-1/+42
|\ \ \ \
| * | | | Change Result#each to return an Enumerator when called without a block.Ben Woosley2013-06-183-1/+43
* | | | | Merge pull request #11046 from arunagw/verbose_mode_onCarlos Antonio da Silva2013-06-251-1/+1
|\ \ \ \ \
| * | | | | Adding verbose in isolated test.Arun Agrawal2013-06-211-1/+1
* | | | | | removed unnecessary mapping for on optionsAnton Kalyaev2013-06-251-5/+5
* | | | | | remove trailing whitespace from Active Record CHANGELOGYves Senn2013-06-251-1/+1
* | | | | | Fix `another_contract` not being used warningVipul A M2013-06-241-1/+1
* | | | | | test-case to prevent regressions described in #10901.Jared Armstrong2013-06-241-0/+27
* | | | | | replace all older rocket sign to new ":" from examples of active record and a...Rajarshi Das2013-06-242-19/+19
* | | | | | Setup env and seed_loaded for DatabaseTasks outside load_configPiotr Sarnacki2013-06-231-2/+3
* | | | | | Change a way ActiveRecord's config is prepared for rake tasksPiotr Sarnacki2013-06-231-10/+14
* | | | | | test-case to prevent regressions on `Association#build` with an Array.Yves Senn2013-06-221-0/+10
* | | | | | flatten merged join_values before building the joinsNeeraj Singh2013-06-223-2/+19
* | | | | | do not load all child records for inverse caseNeeraj Singh2013-06-213-1/+25
* | | | | | Merge pull request #11049 from neerajdotname/no-need-of-large-numberJon Leighton2013-06-211-1/+5
|\ \ \ \ \ \
| * | | | | | fix bad test by making number that fits for integerNeeraj Singh2013-06-211-1/+5
| |/ / / / /
* | | | | | Merge pull request #11040 from satococoa/fix-create_join_table-documentCarlos Antonio da Silva2013-06-211-2/+2
|\ \ \ \ \ \
| * | | | | | Fix documents for create_join_tableSatoshi Ebisawa2013-06-211-2/+2
| |/ / / / /
* / / / / / Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
|/ / / / /
* | | | | `inspect` for AR model classes does not initiate a new connection.Yves Senn2013-06-203-0/+33
* | | | | add forgotten CHANGELOG entry for #10884.Yves Senn2013-06-191-0/+5
* | | | | Merge pull request #10884 from dmarkow/pg_fix_default_quotesYves Senn2013-06-192-1/+26
|\ \ \ \ \
| * | | | | Handle single quotes in PostgreSQL default column valuesDylan Markow2013-06-192-1/+26
* | | | | | Revert "Merge pull request #10566 from neerajdotname/10509d"Jon Leighton2013-06-193-25/+1
* | | | | | log the sql that is actually sent to the databaseNeeraj Singh2013-06-193-1/+19
* | | | | | do not load all child records for inverse caseNeeraj Singh2013-06-193-1/+25
| |/ / / / |/| | | |
* | | | | Fix formatting of my name in the changelog, and given Aaron credit for b483a0...Ben Woosley2013-06-181-1/+3
* | | | | It takes 4 spaces or some backticks to have this code displayed as code in th...Ben Woosley2013-06-181-23/+23
| |/ / / |/| | |
* | | | Merge pull request #10987 from senny/10979_association_include_returns_trueXavier Noria2013-06-182-12/+12
|\ \ \ \
| * | | | `CollectionProxy#include?` returns `true` and `false` as documented.Yves Senn2013-06-182-12/+12
* | | | | just construct real objects rather than mock and stubAaron Patterson2013-06-171-7/+8
* | | | | Merge branch 'master' into mrbrdo-fixserializationAaron Patterson2013-06-1741-301/+522
|\ \ \ \ \
| * \ \ \ \ Merge pull request #10942 from yangchenyun/mineYves Senn2013-06-161-2/+2
| |\ \ \ \ \
| | * | | | | correct documentation about active_record behaviorSteven Yang2013-06-151-2/+2
| * | | | | | Merge pull request #10533 from vipulnsward/fix_testRafael Mendonça França2013-06-151-1/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |