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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed acts_as_list where deleting an item that was removed from the list woul...
David Heinemeier Hansson
2005-04-25
1
-8
/
+22
*
Added validates_exclusion_of as a negative of validates_inclusion_of
David Heinemeier Hansson
2005-04-24
1
-0
/
+25
*
Optimize counting of has_many associations by setting the association to empt...
David Heinemeier Hansson
2005-04-23
1
-1
/
+5
*
Dont reload on empty associations
David Heinemeier Hansson
2005-04-19
1
-2
/
+4
*
Fixed order of loading in eager associations
David Heinemeier Hansson
2005-04-19
2
-10
/
+20
*
Fixed that :get, :post, and the others should take a flash array as the third...
David Heinemeier Hansson
2005-04-19
1
-0
/
+3
*
Added documentation about :limit not working with eager loading
David Heinemeier Hansson
2005-04-19
1
-3
/
+6
*
Fixed stray comma when using eager loading and ordering together from has_man...
David Heinemeier Hansson
2005-04-19
1
-1
/
+7
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
2
-7
/
+7
*
Added Base.save! that attempts to save the record just like Base.save but wil...
David Heinemeier Hansson
2005-04-18
1
-0
/
+9
*
Speeded up eager loading a whole bunch
David Heinemeier Hansson
2005-04-18
4
-52
/
+52
*
Updated documentation here and there
David Heinemeier Hansson
2005-04-18
2
-12
/
+9
*
Added documentation for new Base.find API and eager association loading
David Heinemeier Hansson
2005-04-18
2
-7
/
+55
*
Fixed PostgreSQL usage of fixtures with regards to public schemas and table n...
David Heinemeier Hansson
2005-04-18
1
-2
/
+2
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
1
-7
/
+14
*
Move nodoc to the individual methods
David Heinemeier Hansson
2005-04-18
1
-4
/
+4
*
Refactored a bit
David Heinemeier Hansson
2005-04-18
1
-5
/
+1
*
Changed habtm eager loading to also use joins
David Heinemeier Hansson
2005-04-18
1
-26
/
+10
*
Fixes for postgresql testing #1129, #1130, #1131
David Heinemeier Hansson
2005-04-18
1
-10
/
+17
*
Made the dynamic finders use the new find API and updated the examples here a...
David Heinemeier Hansson
2005-04-17
1
-17
/
+26
*
Fixes a problem with the SQL Adapter which was resulting in IDENTITY_INSERT n...
David Heinemeier Hansson
2005-04-17
1
-2
/
+1
*
Added the option to specify the acceptance string in validates_acceptance_of ...
David Heinemeier Hansson
2005-04-17
1
-3
/
+5
*
Added acts_as_nested_set #1000 [wschenk]
David Heinemeier Hansson
2005-04-17
2
-0
/
+214
*
Added insert_at(position) to acts_as_list #1083 [DeLynnB]
David Heinemeier Hansson
2005-04-17
1
-4
/
+28
*
Cleaned up validates_length_of by calling existing validations on the common ...
David Heinemeier Hansson
2005-04-17
1
-29
/
+17
*
Dont prefix on updates and deletes, only selects
David Heinemeier Hansson
2005-04-17
1
-1
/
+1
*
Made migrations create InnoDB tables per default
David Heinemeier Hansson
2005-04-16
2
-2
/
+6
*
Honor the order in the new finder
David Heinemeier Hansson
2005-04-15
1
-0
/
+1
*
Dont initialize the association proxy for nil records
David Heinemeier Hansson
2005-04-14
1
-0
/
+1
*
Order by is no longer a guarentee
David Heinemeier Hansson
2005-04-14
1
-1
/
+1
*
Qualify the ids used such that eager loading can avoid ambigious keys
David Heinemeier Hansson
2005-04-13
4
-6
/
+6
*
Removed the default order by id on has_and_belongs_to_many queries as it coul...
David Heinemeier Hansson
2005-04-13
1
-7
/
+13
*
Fixed pagination to work with joins #1034 [scott@sigkill.org]
David Heinemeier Hansson
2005-04-13
1
-1
/
+1
*
Fixed that Base.silence should restore the old logger level when done, not ju...
David Heinemeier Hansson
2005-04-13
1
-1
/
+2
*
Fixed boolean saving on Oracle #1093 [mparrish@pearware.org]
David Heinemeier Hansson
2005-04-13
1
-2
/
+2
*
Address parsing failed when the "to" (or "cc", or whatever) was an array. It ...
David Heinemeier Hansson
2005-04-13
1
-4
/
+4
*
Moved build_association and create_association for has_one and belongs_to out...
David Heinemeier Hansson
2005-04-12
3
-32
/
+32
*
No conditions relevant here
David Heinemeier Hansson
2005-04-11
1
-1
/
+1
*
Doc changes
David Heinemeier Hansson
2005-04-10
1
-0
/
+5
*
Added rollbacks of transactions if they're active as the dispatcher is killed...
David Heinemeier Hansson
2005-04-10
1
-0
/
+7
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
1
-31
/
+118
*
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]
David Heinemeier Hansson
2005-04-10
1
-3
/
+5
*
Updated docs #1070
David Heinemeier Hansson
2005-04-10
1
-11
/
+12
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
1
-1
/
+2
*
Fixed check_box with postgresql booleans is more work now again #995
David Heinemeier Hansson
2005-04-07
1
-1
/
+1
*
Fixed counter_sql when no records exist in database for PostgreSQL (would giv...
David Heinemeier Hansson
2005-04-07
1
-2
/
+8
*
Use :foreign_key option if specified on the association
David Heinemeier Hansson
2005-04-05
1
-2
/
+2
*
Dont include multiple versions of the same association object
David Heinemeier Hansson
2005-04-04
1
-1
/
+1
*
Prefix primary key with table name so it works as part of a joined fetch
David Heinemeier Hansson
2005-04-04
1
-2
/
+2
*
More eager fixes
David Heinemeier Hansson
2005-04-03
2
-4
/
+2
[next]