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
*
Rename ActiveRecord::Base.each to ActiveRecord::Base.find_each
Pratik Naik
2009-03-11
1
-2
/
+1
*
Release RC2 today
David Heinemeier Hansson
2009-03-05
1
-1
/
+1
*
So it didnt happen yesterday, but very soon! Just need the final details iron...
David Heinemeier Hansson
2009-02-28
1
-1
/
+1
*
Prep for RC2 later today
David Heinemeier Hansson
2009-02-27
1
-1
/
+1
*
Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batc...
David Heinemeier Hansson
2009-02-23
1
-0
/
+2
*
Add ActiveRecord::Base.exists? with no args [#1817 state:committed]
Scott Taylor
2009-02-05
1
-0
/
+5
*
Mark CHANGELOGs for release
David Heinemeier Hansson
2009-02-01
1
-1
/
+1
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+9
*
Merge docrails
Pratik Naik
2009-01-18
1
-2
/
+2
*
Fixed broken after_save callback; was being called when before_create was can...
Michael Lovitt
2009-01-16
1
-0
/
+4
*
Introduce transaction_joinable flag to mark that the fixtures transaction can...
Jeremy Kemper
2009-01-10
1
-0
/
+2
*
Introduce dynamic scopes for ActiveRecord: you can now use class methods like...
Yaroslav Markin
2008-12-28
1
-0
/
+2
*
ActiveRecord::Base#new_record? now returns false for existing records (was ni...
Yaroslav Markin
2008-12-27
1
-0
/
+2
*
normalize author names in changelogs [#1495 state:committed]
Xavier Noria
2008-12-16
1
-392
/
+392
*
Changelog entry for #1294
Jeremy Kemper
2008-12-08
1
-0
/
+2
*
Add :having option to find, to use in combination with grouped finds. Also ad...
miloops
2008-12-01
1
-0
/
+2
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
Pratik Naik
2008-11-16
1
-0
/
+16
*
Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...
David Heinemeier Hansson
2008-11-16
1
-16
/
+0
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
David Heinemeier Hansson
2008-11-16
1
-0
/
+16
*
Prepare for RC2
David Heinemeier Hansson
2008-11-14
1
-1
/
+1
*
Revert commit which breaks all the tests.
Michael Koziarski
2008-11-07
1
-2
/
+0
*
Fixed the sanitize helper to avoid double escaping already properly escaped e...
David Heinemeier Hansson
2008-11-06
1
-1
/
+1
*
Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t...
David Heinemeier Hansson
2008-11-06
1
-0
/
+2
*
Ensure indices don't flip order in schema.rb [#1266 state:committed]
Jordi Bunster
2008-10-30
1
-0
/
+2
*
Fixed that serialized strings should never be type-casted (i.e. turning "Yes"...
David Heinemeier Hansson
2008-10-27
1
-0
/
+5
*
Update CHANGELOGs with the last few fixes, set date for today
David Heinemeier Hansson
2008-10-24
1
-1
/
+3
*
Prepare for Rails 2.2.0 [RC1]
David Heinemeier Hansson
2008-10-23
1
-1
/
+1
*
Add Model#delete instance method, similar to Model.delete class method. [#108...
Hongli Lai (Phusion
2008-09-21
1
-0
/
+2
*
Deal with MySQL's quirky handling of defaults and blob/text columns
Frederick Cheung
2008-09-14
1
-0
/
+2
*
Multiparameter attributes skip time zone conversion for time-only columns [#1...
gbuesing
2008-09-14
1
-0
/
+2
*
Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor...
miloops
2008-09-14
1
-0
/
+2
*
Revert "Add :accessible option to Associations for allowing mass assignments ...
Pratik Naik
2008-09-10
1
-18
/
+0
*
Missing doc updates
David Heinemeier Hansson
2008-09-09
1
-0
/
+2
*
Add special AssociationReflection methods for creating association objects, a...
Hongli Lai (Phusion)
2008-09-09
1
-1
/
+1
*
Make the options that has_many, belongs_to and other association generation m...
Hongli Lai (Phusion)
2008-09-09
1
-0
/
+2
*
Changed all benchmarking reports to be in milliseconds
David Heinemeier Hansson
2008-09-05
1
-0
/
+2
*
Database connections are now pooled, one pool per #establish_connection call.
Jeremy Kemper
2008-09-02
1
-0
/
+2
*
Missed changelog update for #501
Jeremy Kemper
2008-08-28
1
-0
/
+2
*
Rollback the transaction when a before_* callback returns false.
Xavier Noria
2008-08-24
1
-0
/
+2
*
Made migrations transactional for PostgreSQL [#834 state:resolved]
Tarmo Tänav
2008-08-22
1
-0
/
+2
*
Set config.active_record.timestamped_migrations = false to have migrations wi...
Nik Wakelin
2008-07-17
1
-0
/
+2
*
Fixed mysql change_column_default to not make the column always nullable.
Tarmo Tänav
2008-07-14
1
-0
/
+2
*
Fixed that create database statements would always include "DEFAULT NULL" (Ni...
David Heinemeier Hansson
2008-07-14
1
-0
/
+2
*
Add :accessible option to Associations for allowing mass assignments using ha...
David Dollar
2008-07-14
1
-0
/
+18
*
Add :tokenizer option to validates_length_of. [#507 state:resolved]
David Lowenfels
2008-07-04
1
-0
/
+5
*
Allow conditions on multiple tables to be specified using hash.
Pratik Naik
2008-06-28
1
-0
/
+5
*
Always treat integer :limit as byte length. [#420 state:resolved]
Tarmo Tänav
2008-06-22
1
-0
/
+2
*
Partial updates don't update lock_version if nothing changed. [#426 state:re...
Daniel Morrison
2008-06-22
1
-0
/
+2
*
Fix column collision with named_scope and :joins. [#46 state:resolved]
Mark Catley
2008-06-22
1
-0
/
+2
*
ActiveRecord::Migrator#run records version-state after migrating. [#369 stat...
Michael Raidel
2008-06-22
1
-0
/
+2
[next]