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
*
PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...
Jeremy Kemper
2008-02-22
1
-0
/
+2
*
Ensure nested preloading works when associations return nil. Closes #11145 [...
Michael Koziarski
2008-02-18
1
-0
/
+2
*
Make dynamic finders respect the :include on HasManyThrough associations. Cl...
Michael Koziarski
2008-02-18
1
-0
/
+2
*
ActiveRecord::Base#instantiate_time_object only uses Time.zone when Base.time...
Geoff Buesing
2008-02-16
1
-0
/
+2
*
Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage DateTime...
Geoff Buesing
2008-02-16
1
-0
/
+2
*
Revert [8865], broke AP record identifier. Reopens #11109.
Jeremy Kemper
2008-02-15
1
-2
/
+0
*
Optimisation for BigDecimal conversion code. Closes #11110 [adymo]
Michael Koziarski
2008-02-14
1
-0
/
+2
*
Improve associations performance by using symbol callbacks instead of string ...
Rick Olson
2008-02-14
1
-0
/
+2
*
Improve associations performance by avoiding named block arguments. Closes #1...
Rick Olson
2008-02-14
1
-0
/
+2
*
Introduce the :readonly option to all associations. Records from the associat...
Jeremy Kemper
2008-02-13
1
-0
/
+2
*
Multiparameter attributes for time columns fail over to DateTime when out of ...
Geoff Buesing
2008-02-10
1
-0
/
+2
*
TimeZone#new renamed #local, so that new TimeWithZone instances can be create...
Geoff Buesing
2008-02-10
1
-0
/
+2
*
Add Time Zone support to ActiveRecord, and config.time_zone property for spec...
Rick Olson
2008-02-06
1
-0
/
+4
*
Reshuffle load order so that routes and observers are initialized after plugi...
Rick Olson
2008-02-02
1
-0
/
+2
*
Fixed preloading belongs_to associations which reference a custom foreign key...
Jeremy Kemper
2008-01-31
1
-1
/
+1
*
MySQL: omit text/blob defaults from the schema instead of using an empty stri...
Jeremy Kemper
2008-01-30
1
-0
/
+2
*
belongs_to supports :dependent => :destroy and :delete. Closes #10592.
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
Introduce preload query strategy for eager :includes. Closes #9640.
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
Support aggregations in finder conditions. Closes #10572.
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
Organize and clean up the Active Record test suite. Closes #10742.
Jeremy Kemper
2008-01-18
1
-0
/
+2
*
Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...
Rick Olson
2008-01-18
1
-0
/
+2
*
Fix issue where Table#references doesn't pass a :null option to a *_type attr...
Rick Olson
2008-01-11
1
-0
/
+2
*
Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.
Jeremy Kemper
2008-01-08
1
-2
/
+4
*
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...
Jeremy Kemper
2008-01-05
1
-0
/
+2
*
pdate_all ignores scoped :order and :limit, so post.comments.update_all doesn...
Jeremy Kemper
2008-01-04
1
-0
/
+2
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-0
/
+2
*
Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [...
Michael Koziarski
2008-01-03
1
-0
/
+2
*
Added by parameter to increment, decrement, and their bang varieties so you c...
David Heinemeier Hansson
2008-01-03
1
-0
/
+2
*
Optimize ActiveRecord::Base#exists? to use #select_all instead of #find. Clo...
Rick Olson
2008-01-02
1
-0
/
+2
*
Ruby 1.9 compat: fix two failing tests since String#each has been removed. Cl...
Jeremy Kemper
2008-01-02
1
-1
/
+1
*
Don't unnecessarily load has_many associations in after_update callbacks. Cl...
Rick Olson
2007-12-28
1
-0
/
+2
*
Eager belongs_to :include infers the foreign key from the association name ra...
Jeremy Kemper
2007-12-21
1
-0
/
+2
*
SQLite: fix rename_ and remove_column for columns with unique indexes. Closes...
Jeremy Kemper
2007-12-20
1
-0
/
+2
*
Ruby 1.9 compat: check column type more carefully
Jeremy Kemper
2007-12-19
1
-0
/
+5
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
More changelog updates
Jeremy Kemper
2007-12-15
1
-2
/
+2
*
Ensure optimistic locking handles nil #lock_version values properly. Closes ...
Rick Olson
2007-12-15
1
-0
/
+2
*
Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...
Rick Olson
2007-12-15
1
-0
/
+2
*
Fix that validates_acceptance_of still works for non-existent tables (useful ...
Rick Olson
2007-12-12
1
-0
/
+2
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
1
-0
/
+2
*
Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10...
Jeremy Kemper
2007-12-11
1
-0
/
+2
*
Update destroy_all and delete_all documentation to better describe their trad...
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Document Active Record exceptions. Closes #10444.
Jeremy Kemper
2007-12-10
1
-0
/
+5
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-1
/
+2
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-13
/
+13
*
lifo -> Pratik
Jeremy Kemper
2007-12-10
1
-15
/
+15
*
More contributor name updates
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Update Chu's name in changelogs
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
Update Fred's name in changelogs
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Removed query cache rescue as it could cause code to be run twice (closes #10...
David Heinemeier Hansson
2007-12-07
1
-0
/
+5
[next]