aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is givenSean Griffin2015-06-193-2/+20
* Merge pull request #20259 from rastasheep/rastasheep-patch-1Yves Senn2015-06-191-2/+2
|\
| * Fix typo [ci skip]Aleksandar Diklic2015-05-221-2/+2
* | Merge pull request #19843 from marshall-lee/explain_cte_queriesYves Senn2015-06-193-1/+10
|\ \
| * | Let WITH (CTE) queries be explainableVladimir Kochnev2015-05-283-1/+10
* | | Autoload ActiveRecord::RecordInvalidRafael Mendonça França2015-06-181-0/+1
* | | Fix descriptions of databases.rake [ci skip]Mehmet Emin İNAÇ2015-06-171-11/+11
* | | raise ActiveModel::MissingAttributeError when trying to access a relationship...Diego Carrion2015-06-162-1/+5
* | | Merge pull request #20572 from arthurnn/db_resetYves Senn2015-06-161-4/+1
|\ \ \
| * | | Small refactor on db:resetArthur Neves2015-06-151-4/+1
* | | | Merge pull request #20257 from prathamesh-sonpatki/test-for-serial-for-quoted...Arthur Nogueira Neves2015-06-151-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Added test case for serial? method when sequence name is not quotedPrathamesh Sonpatki2015-05-221-0/+6
| | |/ | |/|
* | | Merge pull request #20016 from steved/sdavidovitz/abort_if_pendingArthur Nogueira Neves2015-06-151-1/+1
|\ \ \
| * | | make sure to load_config for db:abort_if_pending_migrationsSteven Davidovitz2015-05-041-1/+1
* | | | A few documentation edits [ci skip]Robin Dupret2015-06-151-2/+2
* | | | make `remove_index :table, :column` reversible.Yves Senn2015-06-155-14/+29
* | | | quick pass over changelogs. [ci skip]Yves Senn2015-06-151-3/+4
* | | | Merge pull request #20550 from maurogeorge/add_reference-rdocYves Senn2015-06-151-0/+3
|\ \ \ \
| * | | | Add RDoc about add_reference to ActiveRecord::MigrationMauro George2015-06-131-0/+6
* | | | | [ci skip] fix typo mistakeKuldeep Aggarwal2015-06-141-1/+1
* | | | | [ci skip] Fix the dynamic fixtures exampleJeremy Baker2015-06-131-1/+1
|/ / / /
* | | | [ci skip] Fix the API docs for Bi-directional associationsRoque Pinel2015-06-131-12/+7
* | | | Copy-edits in 04c349659bfd97f9eaf5266ef7a64b4eb367c6a8Rafael Mendonça França2015-06-121-1/+2
* | | | add doc about how empty serialization objects are persisted Diego Carrion2015-06-121-0/+2
* | | | Add a test to ensure `serialize` persists `nil` as `NULL`Sean Griffin2015-06-121-0/+8
* | | | Don't crash when mutating attributes in a getterSean Griffin2015-06-123-1/+29
* | | | Merge pull request #20480 from senny/test_runnerYves Senn2015-06-1278-223/+246
|\ \ \ \
| * | | | select the AR adapter through `bin/test`.Yves Senn2015-06-111-0/+16
| * | | | make it possible to run AR tests with bin/testYves Senn2015-06-1178-223/+230
* | | | | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-124-2/+50
|\ \ \ \ \
| * | | | | Add an invert method for remove_foreign_keyAster Ryan2015-06-114-2/+51
* | | | | | Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-126-6/+104
|/ / / / /
* | | | | Add a missing test case for the persistence behavior of `serialize`Sean Griffin2015-06-111-0/+13
* | | | | Credit the author of #20515 in the previous commitSean Griffin2015-06-111-1/+1
* | | | | Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-114-0/+17
* | | | | Merge pull request #20516 from kares/patch-2Matthew Draper2015-06-121-1/+1
* | | | | Merge pull request #20497 from dcrec1/masterSean Griffin2015-06-111-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refactor ActiveRecord's #become by simplifying codeDiego Carrion2015-06-101-2/+1
* | | | | Use block variable instead of globalRoque Pinel2015-06-091-2/+2
|/ / / /
* | | | Merge pull request #20437 from pwnall/abstract_fixturesRafael Mendonça França2015-06-095-1/+31
|\ \ \ \
| * | | | Fix crash when loading fixture with belongs_to association defined in abstrac...Victor Costan2015-06-045-1/+31
* | | | | Merge pull request #20460 from mtsmfm/stop-to-s-for-fixture-timestampsSean Griffin2015-06-071-1/+0
|\ \ \ \ \
| * | | | | Stop `to_s(:db)` for fixture's timestampFumiaki MATSUSHIMA2015-06-071-1/+0
* | | | | | Merge pull request #20448 from sgrif/sg-postgresql-point-typeSean Griffin2015-06-076-11/+189
|\ \ \ \ \ \
| * | | | | | Return a `Point` object from the PG Point typeSean Griffin2015-06-056-11/+189
| | |/ / / / | |/| | | |
* | | | | | A few documentation tweaks [ci skip]Robin Dupret2015-06-071-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-06-051-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip] Upcase `SAVEPOINT`yui-knk2015-05-121-1/+1
| * | | | [ci skip] Fix comment indentyui-knk2015-05-121-1/+1
* | | | | Apply Active Record suppression to all savesGeorge Claghorn2015-06-042-3/+33