aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Small refactor on db:resetArthur Neves2015-06-151-4/+1
* 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-152-8/+10
* | 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
* | Don't crash when mutating attributes in a getterSean Griffin2015-06-121-1/+6
* | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-122-1/+15
|\ \
| * | Add an invert method for remove_foreign_keyAster Ryan2015-06-112-1/+16
* | | Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-121-6/+36
|/ /
* | Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
* | 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-091-1/+1
|\ \
| * | Fix crash when loading fixture with belongs_to association defined in abstrac...Victor Costan2015-06-041-1/+1
* | | 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-074-0/+76
|\ \ \ \
| * | | | Return a `Point` object from the PG Point typeSean Griffin2015-06-054-0/+76
| | |/ / | |/| |
* | | | 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-041-2/+1
* | | [ci skip] fix the `collection.clear` guideRoque Pinel2015-06-021-7/+8
* | | Merge pull request #20405 from manish-shrivastava/masterRafael Mendonça França2015-06-011-1/+1
|\ \ \
| * | | Fixed typos in guidemanish-shrivastava2015-06-011-1/+1
* | | | Merge pull request #20362 from kddeisz/enumerable_pluckRafael Mendonça França2015-06-011-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-0/+4
* | | | Fix circular import warning on buildYoong Kang Lim2015-05-311-1/+0
* | | | Ensure symbols passed to `select` are always quotedSean Griffin2015-05-301-9/+7
* | | | Add docs and changelog entry for 73aab03 [ci skip]Sean Griffin2015-05-301-1/+10
|/ / /
* | | Merge pull request #20364 from ernie/update-serialize-docsSean Griffin2015-05-291-0/+9
|\ \ \
| * | | Update docs for ActiveRecord `serialize`Ernie Miller2015-05-291-0/+9
|/ / /
* | | Fix the shadowing warning for `reflection`Roque Pinel2015-05-281-2/+2
* | | Persist user provided default values, even if unchangedSean Griffin2015-05-282-1/+15
* | | Allow proc defaults with the Attributes APISean Griffin2015-05-282-1/+26
* | | Merge pull request #20196 from huoxito/preload-association-and-mergesRafael Mendonça França2015-05-281-1/+23
|\ \ \
| * | | Properly append preload / includes args on MergerWashington Luiz2015-05-281-1/+23
* | | | Merge pull request #20041 from akshay-vishnoi/sqlite_collationRafael Mendonça França2015-05-282-4/+66
|\ \ \ \
| * | | | Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-282-4/+66
* | | | | Allow Relation#compact using delegationJordan Raine2015-05-281-1/+1
|/ / / /