index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-8
/
+1
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-1
/
+8
*
Rename the partial_updates config to partial_writes
Jon Leighton
2012-10-19
1
-0
/
+4
*
nodoc the first_or_create methods and document alternatives
Jon Leighton
2012-10-19
1
-3
/
+11
*
Add Relation#find_or_create_by and friends
Jon Leighton
2012-10-19
1
-2
/
+32
*
Fix bug with presence validation of associations.
Scott Willson
2012-10-16
1
-0
/
+5
*
Merge pull request #7371 from csmuc/fix_dup_validation_errors
Santiago Pastorino
2012-10-16
1
-0
/
+5
|
\
|
*
Call super to nullify the reference to the original errors object in the dup'...
Christian Seiler
2012-10-16
1
-0
/
+5
*
|
Move changelog entry from #7439 to the top [ci skip]
Carlos Antonio da Silva
2012-10-15
1
-6
/
+6
*
|
ActiveRecord: sum expression returns string '0' for no records, fixed
Tim Macfarlane
2012-10-15
1
-0
/
+5
*
|
#7914 Add change of previous commit to CHANGELOG.md
Arturo Pie
2012-10-13
1
-0
/
+4
*
|
learn ActiveRecord::QueryMethods#order work with hash arguments
Tima Maslyuchenko
2012-10-12
1
-0
/
+10
|
/
*
Add CHANGELOG entry for "Fixtures" -> "FixtureSet"
Alexey Muranov
2012-10-07
1
-1
/
+13
*
PostgreSQL, quote table names when fetching the primary key. Closes #5920
Yves Senn
2012-10-05
1
-0
/
+5
*
Fix CHANGELOG entry [ci skip]
Rafael Mendonça França
2012-10-04
1
-4
/
+4
*
Count returns 0 without querying if parent is not saved
Francesco Rodriguez
2012-10-03
1
-0
/
+17
*
Fix reset_counters() crashing on has_many :through associations.
lulalala
2012-10-02
1
-0
/
+5
*
Add missing CHANGELOG entry removed by mistake at 7f3b475 [ci skip]
Rafael Mendonça França
2012-09-28
1
-11
/
+20
*
Support for partial inserts.
Jon Leighton
2012-09-28
1
-0
/
+13
*
Add #update_columns entry to AR Changelog.
Sebastian Martinez
2012-09-28
1
-0
/
+11
*
Add CHANGELOG entry and update the guide
John Foley
2012-09-23
1
-0
/
+4
*
Revert "Fix find_in_batches with customized primary_key"
Santiago Pastorino
2012-09-21
1
-15
/
+0
*
Support for specifying transaction isolation level
Jon Leighton
2012-09-21
1
-0
/
+35
*
remove unnecessary entry and make minor edits to AR/CHANGELOG [ci skip]
Francesco Rodriguez
2012-09-20
1
-7
/
+2
*
rename AR::Model::Tag to AR::Tag - fixes #7714
Francesco Rodriguez
2012-09-20
1
-0
/
+5
*
Update changelogs to add entries about strong_parameters integration
Guillermo Iguaran
2012-09-19
1
-0
/
+14
*
Improve the CHANGELOG entry for #6971
Rafael Mendonça França
2012-09-19
1
-1
/
+14
*
fix querying with an empty hash
Damien Mathieu
2012-09-19
1
-0
/
+2
*
ActiveRecord -> Active Record
Xavier Noria
2012-09-18
1
-1
/
+1
*
Use the CHANGELOG convention [ci skip]
Rafael Mendonça França
2012-09-17
1
-3
/
+5
*
Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt
Rafael Mendonça França
2012-09-17
1
-0
/
+5
|
\
|
*
Fix collection= on hm:t join models when unsaved
Ernie Miller
2012-09-17
1
-0
/
+5
*
|
improve AR/CHANGELOG [ci skip]
Francesco Rodriguez
2012-09-16
1
-44
/
+68
*
|
Merge pull request #7547 from danmcclain/pg-arrays
Rafael Mendonça França
2012-09-16
1
-0
/
+31
|
\
\
|
|
/
|
/
|
|
*
Moves column dump specific code to a module included in AbstractAdapter
Dan McClain
2012-09-14
1
-0
/
+31
*
|
Don't explain except normal CRUD sql.
kennyj
2012-09-17
1
-0
/
+5
*
|
Fix find_in_batches with customized primary_key
Toshiyuki Kawanishi
2012-09-16
1
-0
/
+15
|
/
*
refactor store_accessor
Matt Jones
2012-09-13
1
-1
/
+7
*
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
1
-0
/
+12
*
Use native mysqldump command for 'rake db:structure:dump'.
kennyj
2012-09-12
1
-0
/
+5
*
Raise MissingAttributeError on query methods
Ernie Miller
2012-09-08
1
-0
/
+6
*
improve AR CHANGELOG [ci skip]
Francesco Rodriguez
2012-09-08
1
-8
/
+9
*
Improve latest AR and AP changelog entries
Carlos Antonio da Silva
2012-09-08
1
-1
/
+4
*
Dump schema using new style hash
Konstantin Shabanov
2012-09-08
1
-0
/
+2
*
Add changelog entry for #7545: map interval with precision to string
Carlos Antonio da Silva
2012-09-07
1
-0
/
+2
*
Remove 3.2.x entries from Active Record changelog [ci skip]
Carlos Antonio da Silva
2012-09-07
1
-100
/
+0
*
Add Changelog entry for #4976: fix eager load associations without pks [ci skip]
Carlos Antonio da Silva
2012-09-07
1
-0
/
+2
*
Update Active Record CHANGELOG for #7419
Prem Sichanugrist
2012-09-06
1
-0
/
+6
*
ActiveRecord support to PostgreSQL 9.2 JSON type
Dickson S. Guedes
2012-09-05
1
-0
/
+5
*
Add CHANGELOG entry for #7532 [ci skip]
Rafael Mendonça França
2012-09-05
1
-0
/
+10
[next]