aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Make test name descriptive and add reference to original regression commitVipul A M2013-06-151-1/+2
| * | | | fixture setup does not rely on `AR::Base.configurations`.Yves Senn2013-06-153-4/+21
| * | | | regression test + mysql2 adapter raises correct error if conn is closed.Yves Senn2013-06-153-3/+36
| * | | | cleanup, remove trailing whitespace from AR changelogYves Senn2013-06-151-4/+4
| * | | | Merge pull request #10953 from acapilleri/fix_typosYves Senn2013-06-151-1/+1
| |\ \ \ \
| | * | | | fix typosAngelo Capilleri2013-06-151-1/+1
| * | | | | Merge pull request #10898 from dmitry/find_first_refactor_duplicationRafael Mendonça França2013-06-141-11/+10
| |\ \ \ \ \
| | * | | | | rename method `find_first_records` to `find_first_with_limit`Dmitry Polushkin2013-06-101-3/+3
| | * | | | | Refactored ActiveRecord `first` method to get rid of duplication.Dmitry Polushkin2013-06-091-11/+10
| * | | | | | Properly namespace DatabaseTasksPiotr Sarnacki2013-06-141-1/+1
| * | | | | | Use DatabaseTasks.env instead of Rails.env in databases.rakePiotr Sarnacki2013-06-141-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | quoted table name is also cachedAaron Patterson2013-06-131-1/+1
| * | | | | table name is cached on the class, so stop caching twiceAaron Patterson2013-06-131-1/+1
| * | | | | calculate types on constructionAaron Patterson2013-06-131-8/+4
| * | | | | only cache the primary key column in one placeAaron Patterson2013-06-131-1/+1
| * | | | | these methods are never called, so remove themAaron Patterson2013-06-131-8/+0
| * | | | | This test does not test anything that happens in the real world. If youAaron Patterson2013-06-132-27/+0
| * | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-146-31/+96
| |\ \ \ \ \
| | * | | | | copy edits [ci skip]Vijay Dev2013-06-141-19/+15