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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c...
Jon Leighton
2011-04-12
1
-0
/
+18
*
Evaluate default scopes at the last possible moment in order to avoid problem...
Jon Leighton
2011-04-12
1
-0
/
+11
*
Deprecated support for passing hashes and relations to default_scope, in favo...
Jon Leighton
2011-04-12
1
-0
/
+21
*
adding pg support notes to the changelog
Aaron Patterson
2011-04-10
1
-0
/
+2
*
proxy body responses so we close database connections after body is flushed
Aaron Patterson
2011-03-29
1
-0
/
+3
*
Added new #update_column method.
Sebastian Martinez
2011-03-27
1
-0
/
+9
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-05
1
-0
/
+3
|
\
|
*
implements ActiveRecord::Base.connection_config to be able to check the confi...
Xavier Noria
2011-03-05
1
-0
/
+3
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-4
/
+0
|
\
|
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-3
/
+175
|
\
|
|
*
removing limits and offsets from COUNT queries unless both are specified. [#6...
Aaron Patterson
2011-02-25
1
-0
/
+9
|
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-0
/
+12
|
*
Allow building and then later saving has_many :through records, such that the...
Jon Leighton
2011-02-18
1
-0
/
+24
|
*
Add interpolation of association conditions back in, in the form of proc { .....
Jon Leighton
2011-02-14
1
-2
/
+21
|
*
Support the :dependent option on has_many :through associations. For historic...
Jon Leighton
2011-02-07
1
-0
/
+8
|
*
Make record.association.destroy(*records) on habtm and hm:t only delete recor...
Jon Leighton
2011-02-07
1
-0
/
+19
|
*
Add :bulk => true option to change_table
Pratik Naik
2011-01-31
1
-0
/
+13
|
*
Add CHANGELOG entry for the addition of create_association! methods on has_on...
Jon Leighton
2011-01-16
1
-0
/
+2
|
*
Removed support for accessing attributes on a has_and_belongs_to_many join ta...
Jon Leighton
2011-01-16
1
-1
/
+5
|
*
updates AR's CHANGELOG with changes in 9e64dfa and ad343d7
Xavier Noria
2011-01-16
1
-0
/
+4
|
*
Aligning master changelog w/ 3-0-stable
Kevin Moore
2011-01-09
1
-1
/
+9
|
*
removing SQL interpolation, please use scoping and attribute conditionals as ...
Aaron Patterson
2010-12-22
1
-0
/
+3
|
*
Remove weak_passwords list and the length/strong password validator, leave th...
Santiago Pastorino
2010-12-19
1
-5
/
+5
|
*
Switch from SHA2 to BCrypt (easy Windows compatibility is coming shortly with...
David Heinemeier Hansson
2010-12-18
1
-1
/
+1
|
*
Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword...
David Heinemeier Hansson
2010-12-18
1
-0
/
+19
|
*
Generate add_index by default when giving type belongs_to or references
Santiago Pastorino
2010-12-16
1
-0
/
+22
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-12-12
1
-1
/
+6
|
\
|
|
*
updating CHANGELOG
Aaron Patterson
2010-12-08
1
-0
/
+3
|
*
rolling out migrated_at until I can fix the build
Aaron Patterson
2010-12-01
1
-4
/
+0
|
*
updating CHANGELOG
Aaron Patterson
2010-12-01
1
-0
/
+4
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-11-27
1
-0
/
+38
|
\
|
|
*
updating changelog for dup and clone semantics
Aaron Patterson
2010-11-23
1
-0
/
+11
|
*
wtf vim
Aaron Patterson
2010-11-19
1
-1
/
+1
|
*
adding Migration#change to the CHANGELOG
Aaron Patterson
2010-11-19
1
-0
/
+18
|
*
updating CHANGELOG
Aaron Patterson
2010-11-17
1
-0
/
+9
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-11-17
1
-0
/
+29
|
\
|
|
*
syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in master
Xavier Noria
2010-11-09
1
-0
/
+29
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2010-10-28
1
-0
/
+3
|
\
|
|
*
has_one maintains the association with separate after_create/after_update
Xavier Noria
2010-10-22
1
-0
/
+3
*
|
Add a CHANGELOG entry about nested through associations
Jon Leighton
2010-10-19
1
-0
/
+2
|
/
*
Merge CHANGELOGs from 3-0-stable
Santiago Pastorino
2010-10-18
1
-0
/
+4
*
removing nonsensical tests, limit now actually adds a limit
Aaron Patterson
2010-09-15
1
-1
/
+13
*
Update CHANGELOGs for 3.0 release and upcoming 3.1
Jeremy Kemper
2010-08-29
1
-16
/
+2
*
Clean up CHANGELOGs
Jeremy Kemper
2010-08-28
1
-0
/
+10
*
change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines
Jaime Iniesta
2010-08-26
1
-2
/
+2
*
lifecycle should be two words, life cycle
Jaime Iniesta
2010-08-26
1
-1
/
+1
*
applied guidelines to "# =>"
Paco Guzman
2010-08-12
1
-1
/
+1
*
Prep for RC
David Heinemeier Hansson
2010-07-26
1
-1
/
+1
*
Add missing entries and tidy up CHANGELOG.
José Valim
2010-07-19
1
-0
/
+2
*
Add missing CHANGELOG items.
José Valim
2010-06-30
1
-0
/
+2
[next]