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
...
*
Add efficient #include? to AssociationCollection (for has_many/has_many :thro...
Rick Olson
2008-04-01
1
-0
/
+2
*
PostgreSQL: create_ and drop_database support. Closes #9042.
Jeremy Kemper
2008-04-01
1
-0
/
+2
*
Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik...
Pratik Naik
2008-03-31
1
-0
/
+2
*
Partial updates include only unsaved attributes. Off by default; set YourClas...
Jeremy Kemper
2008-03-31
1
-0
/
+2
*
Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...
Geoff Buesing
2008-03-30
1
-0
/
+2
*
Fixed that validates_size_of :within works in associations (closes #11295, #1...
David Heinemeier Hansson
2008-03-29
1
-0
/
+2
*
Track changes to unsaved attributes
Jeremy Kemper
2008-03-29
1
-0
/
+2
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-0
/
+2
*
Fixed that has_many :through would ignore the hash conditions (closes #11447)...
David Heinemeier Hansson
2008-03-28
1
-0
/
+2
*
Fix issue where the :uniq option of a has_many :through association is ignore...
Rick Olson
2008-03-26
1
-0
/
+2
*
Fix duplicate table alias error when including an association with a has_many...
Rick Olson
2008-03-26
1
-0
/
+2
*
More efficient association preloading code that compacts a through_records ar...
Rick Olson
2008-03-26
1
-0
/
+2
*
Improve documentation.
Pratik Naik
2008-03-26
1
-0
/
+2
*
Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_p...
David Heinemeier Hansson
2008-03-25
1
-0
/
+2
*
Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)...
David Heinemeier Hansson
2008-03-24
1
-2
/
+4
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-0
/
+14
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
1
-0
/
+2
*
Migrations: create_table supports primary_key_prefix_type. Closes #10314.
Jeremy Kemper
2008-03-18
1
-0
/
+2
*
Added logging for dependency load errors with fixtures (closes #11056) [stuth...
David Heinemeier Hansson
2008-03-17
1
-0
/
+2
*
Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...
Geoff Buesing
2008-03-17
1
-0
/
+2
*
Fixed that scoped joins would not always be respected (closes #6821) [Theory/...
David Heinemeier Hansson
2008-03-13
1
-0
/
+2
*
Ensure that ActiveRecord::Calculations disambiguates field names with the tab...
Rick Olson
2008-03-13
1
-0
/
+2
*
Added add/remove_timestamps to the schema statements for adding the created_a...
David Heinemeier Hansson
2008-03-13
1
-0
/
+2
*
Added ActiveRecord::Base.find(:last) (closes #11338) [miloops]
David Heinemeier Hansson
2008-03-12
1
-0
/
+2
*
test_native_types expects DateTime.local_offset instead of DateTime.now.offse...
Geoff Buesing
2008-03-10
1
-0
/
+2
*
Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]
Pratik Naik
2008-03-07
1
-0
/
+2
*
Improve performance on :include/:conditions/:limit queries by selectively joi...
Michael Koziarski
2008-03-03
1
-0
/
+2
*
Improve performance by avoiding named block arguments. Closes #11109 [adymo]
Michael Koziarski
2008-02-29
1
-0
/
+2
*
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
[prev]
[next]