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
...
*
Added warning about relying on habtm table aliases etc
David Heinemeier Hansson
2005-07-22
1
-0
/
+5
*
Added support for calling constrained class methods on has_many and has_and_b...
David Heinemeier Hansson
2005-07-22
1
-0
/
+14
*
Added migration support for SQLite (using temporary tables to simulate ALTER ...
David Heinemeier Hansson
2005-07-22
1
-0
/
+2
*
Remove extra definition of supports_migrations? from abstract_adaptor.rb
Nicholas Seckar
2005-07-22
1
-0
/
+2
*
Fix acts_as_list such that moving next-to-last item to the bottom does not re...
Jamis Buck
2005-07-20
1
-0
/
+2
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
1
-0
/
+2
*
Added :select option to find which can specify a different value than the def...
David Heinemeier Hansson
2005-07-14
1
-0
/
+5
*
Made ready for release of 0.13.1
David Heinemeier Hansson
2005-07-11
1
-2
/
+2
*
Added support for limit and offset with eager loading of has_one and belongs_...
David Heinemeier Hansson
2005-07-11
1
-0
/
+2
*
Fixed that assume_bottom_position (in acts_as_list) could be called on items ...
David Heinemeier Hansson
2005-07-10
1
-0
/
+2
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
1
-0
/
+2
*
r2985@asus: jeremy | 2005-07-10 02:04:41 -0700
Jeremy Kemper
2005-07-10
1
-0
/
+2
*
Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]
David Heinemeier Hansson
2005-07-09
1
-0
/
+2
*
Added a VERSION parameter to the migrate task that allows you to do "rake mig...
David Heinemeier Hansson
2005-07-09
1
-0
/
+2
*
Added better error message for "packets out of order" #1630 [courtenay]
David Heinemeier Hansson
2005-07-08
1
-0
/
+2
*
Fixed first run of "rake migrate" on PostgreSQL by not expecting a return val...
David Heinemeier Hansson
2005-07-07
1
-0
/
+5
*
Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...
David Heinemeier Hansson
2005-07-06
1
-0
/
+2
*
Made documentation ready for release (AR)
David Heinemeier Hansson
2005-07-06
1
-1
/
+1
*
Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...
David Heinemeier Hansson
2005-07-05
1
-0
/
+2
*
Added new Migrations framework for describing schema transformations in a way...
David Heinemeier Hansson
2005-07-04
1
-0
/
+2
*
Added callback hooks to association collections #1549 [Florian Weber]
David Heinemeier Hansson
2005-07-04
1
-0
/
+13
*
Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...
David Heinemeier Hansson
2005-07-03
1
-0
/
+2
*
Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...
David Heinemeier Hansson
2005-07-03
1
-0
/
+2
*
Mark ticket # in changelog. Snip some trailing whitespace.
Jeremy Kemper
2005-07-03
1
-1
/
+1
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
1
-0
/
+2
*
r1601@asus: jeremy | 2005-07-02 14:33:08 -0700
Jeremy Kemper
2005-07-03
1
-0
/
+4
*
Fixed that single-table inheritance sub-classes couldn't be used to limit the...
David Heinemeier Hansson
2005-07-03
1
-0
/
+2
*
Fixed validates_numericality_of to work with overrided getter-method when :al...
David Heinemeier Hansson
2005-07-02
1
-0
/
+2
*
Added roots, root, and siblings to the batch of methods added by acts_as_tree...
David Heinemeier Hansson
2005-07-01
1
-0
/
+2
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
1
-0
/
+4
*
Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...
David Heinemeier Hansson
2005-06-28
1
-0
/
+2
*
Fixed problem with eager loading when using a has_and_belongs_to_many associa...
David Heinemeier Hansson
2005-06-26
1
-0
/
+2
*
Fixed Base#find to honor the documentation on how :joins work and make them c...
David Heinemeier Hansson
2005-06-25
1
-0
/
+12
*
Fixed that validations didn't respecting custom setting for too_short, too_lo...
David Heinemeier Hansson
2005-06-25
1
-0
/
+2
*
Fixed that clear_association_cache doesn't delete new associations on new rec...
David Heinemeier Hansson
2005-06-25
1
-0
/
+2
*
Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...
David Heinemeier Hansson
2005-06-21
1
-0
/
+2
*
Removed the AR::Recursion module--it broke more code than it fixed
Jamis Buck
2005-06-21
1
-2
/
+0
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
1
-0
/
+2
*
Fixed saving of in-memory association structures to happen as a after_create/...
David Heinemeier Hansson
2005-06-17
1
-0
/
+2
*
Revealed the man behind the mask!
David Heinemeier Hansson
2005-06-16
1
-21
/
+21
*
Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat]
David Heinemeier Hansson
2005-06-16
1
-0
/
+2
*
Added actual database-changing behavior to collection assigment for has_many ...
David Heinemeier Hansson
2005-06-16
1
-0
/
+13
*
r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700
Jeremy Kemper
2005-06-13
1
-0
/
+2
*
Added ActiveRecord::Recursion to guard against recursive calls to #save
Jamis Buck
2005-06-13
1
-0
/
+2
*
r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700
Jeremy Kemper
2005-06-13
1
-0
/
+2
*
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Jeremy Kemper
2005-06-12
1
-0
/
+2
*
Corrected @@configurations typo. #1410 [david@ruppconsulting.com]
Jeremy Kemper
2005-06-12
1
-0
/
+2
*
Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...
Jeremy Kemper
2005-06-12
1
-0
/
+2
*
Allow before/after update hooks to work on models with optimistic locking
Jamis Buck
2005-06-11
1
-0
/
+2
*
Eager loading of dependent has_one associations won't delete the association ...
Jamis Buck
2005-06-10
1
-0
/
+2
[prev]
[next]