aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | [ci skip] fix the `collection.clear` guideRoque Pinel2015-06-021-7/+8
* | | | | Skip test that fails from outdated sqlite3 on travisSean Griffin2015-06-021-7/+9
* | | | | Fix postgresql DISTINCT requirement in pluck testKevin Deisz2015-06-021-2/+2
* | | | | 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-012-0/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-292-0/+25
* | | | | | Merge pull request #20386 from yoongkang/circular_importRafael Mendonça França2015-06-011-1/+0
|\ \ \ \ \ \
| * | | | | | Fix circular import warning on buildYoong Kang Lim2015-05-311-1/+0
* | | | | | | Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for OracleYasuo Honda2015-06-012-2/+6
* | | | | | | minor formatting changes in changelogs. [ci skip]Yves Senn2015-05-311-6/+6
|/ / / / / /
* | | | | | Ensure symbols passed to `select` are always quotedSean Griffin2015-05-303-9/+36
* | | | | | Add docs and changelog entry for 73aab03 [ci skip]Sean Griffin2015-05-302-1/+15
* | | | | | Add CHANGELOG entry for #17654 [ci skip]Ryuta Kamizono2015-05-301-0/+13
|/ / / / /
* | | | | 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-284-27/+21
* | | | | Allow proc defaults with the Attributes APISean Griffin2015-05-283-1/+36
* | | | | Merge pull request #20331 from arunagw/arunagw-remove-unused-package-tasksRafael Mendonça França2015-05-281-7/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove unused package tasksArun Agrawal2015-05-281-7/+0
* | | | | Give credit to extra contributor for Base.reload fixShane Hender2015-05-281-2/+2
|/ / / /
* | | | Merge pull request #20196 from huoxito/preload-association-and-mergesRafael Mendonça França2015-05-282-2/+50
|\ \ \ \
| * | | | Properly append preload / includes args on MergerWashington Luiz2015-05-282-2/+50
| | |_|/ | |/| |
* | | | Merge pull request #20041 from akshay-vishnoi/sqlite_collationRafael Mendonça França2015-05-286-9/+139
|\ \ \ \
| * | | | Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-286-9/+139
* | | | | Add test to 57daaefRafael Mendonça França2015-05-281-1/+1
* | | | | Allow Relation#compact using delegationJordan Raine2015-05-281-1/+1
|/ / / /
* | | | Merge pull request #20171 from georgeclaghorn/enums-in-fixturesRafael Mendonça França2015-05-276-32/+64
|\ \ \ \
| * | | | Resolve enums in test fixturesGeorge Claghorn2015-05-276-32/+64
* | | | | Merge pull request #19886 from henders/henders/reload_wipe_query_cacheRafael Mendonça França2015-05-273-1/+34
|\ \ \ \ \
| * | | | | Cause ActiveRecord::Base::reload to also ignore the QueryCache.Shane Hender2015-04-282-1/+30