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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Jeremy Kemper
2005-06-12
2
-2
/
+63
*
Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...
Jeremy Kemper
2005-06-12
2
-1
/
+6
*
Don't expect fixtures to be returned in the order they were inserted.
Jeremy Kemper
2005-06-12
2
-5
/
+6
*
Don't expect fixtures to be returned in the order they were inserted.
Jeremy Kemper
2005-06-11
2
-3
/
+4
*
Preserve extendedWarranty case in PostgreSQL computers table.
Jeremy Kemper
2005-06-11
1
-1
/
+1
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
21
-221
/
+226
*
Eager loading of dependent has_one associations won't delete the association ...
Jamis Buck
2005-06-10
4
-119
/
+119
*
Added a second parameter to the build and create method for has_one that cont...
David Heinemeier Hansson
2005-06-06
1
-0
/
+29
*
Added fixture accessors that can be used when fixture instantiation is disabl...
Jamis Buck
2005-06-03
1
-0
/
+7
*
Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...
David Heinemeier Hansson
2005-05-21
1
-3
/
+8
*
Added the :if option to all validations that can either use a block or a meth...
David Heinemeier Hansson
2005-05-21
1
-2
/
+65
*
Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]
David Heinemeier Hansson
2005-05-19
1
-0
/
+8
*
Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...
David Heinemeier Hansson
2005-05-19
2
-0
/
+20
*
Fixed that clone would break when an aggregate had the same name as one of it...
David Heinemeier Hansson
2005-05-19
2
-3
/
+37
*
Changed the callbacks such that observers are notified before the in-object c...
David Heinemeier Hansson
2005-05-02
1
-1
/
+8
*
Added option for passing an array to the find_all version of the dynamic find...
David Heinemeier Hansson
2005-05-02
1
-0
/
+4
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
8
-8
/
+16
*
Fixed extraneous comma in count() function that made it not work with joins #...
David Heinemeier Hansson
2005-04-30
1
-0
/
+12
*
Fixed that validate_length_of lost :on option when :within was specified #119...
David Heinemeier Hansson
2005-04-30
1
-0
/
+42
*
A few more tests #1199
David Heinemeier Hansson
2005-04-30
1
-1
/
+14
*
Added validates_exclusion_of as a negative of validates_inclusion_of
David Heinemeier Hansson
2005-04-24
1
-0
/
+7
*
Fixed order of loading in eager associations
David Heinemeier Hansson
2005-04-19
1
-1
/
+8
*
Fixed OCI fixtures [Ryan Carver]
David Heinemeier Hansson
2005-04-19
1
-3
/
+3
*
Fixed stray comma when using eager loading and ordering together from has_man...
David Heinemeier Hansson
2005-04-19
2
-2
/
+2
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
1
-1
/
+1
*
Added Base.save! that attempts to save the record just like Base.save but wil...
David Heinemeier Hansson
2005-04-18
1
-0
/
+5
*
Updated documentation here and there
David Heinemeier Hansson
2005-04-18
1
-10
/
+13
*
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
9
-0
/
+91
*
Changed habtm eager loading to also use joins
David Heinemeier Hansson
2005-04-18
2
-7
/
+9
*
Fixes for postgresql testing #1129, #1130, #1131
David Heinemeier Hansson
2005-04-18
5
-7
/
+6
*
Made the dynamic finders use the new find API and updated the examples here a...
David Heinemeier Hansson
2005-04-17
2
-5
/
+19
*
SqlServer fixtures - CategoriesPosts
David Heinemeier Hansson
2005-04-17
1
-1
/
+1
*
Added the option to specify the acceptance string in validates_acceptance_of ...
David Heinemeier Hansson
2005-04-17
1
-0
/
+11
*
Added acts_as_nested_set #1000 [wschenk]
David Heinemeier Hansson
2005-04-17
1
-0
/
+184
*
Added acts_as_nested_set #1000 [wschenk]
David Heinemeier Hansson
2005-04-17
3
-0
/
+49
*
Added insert_at(position) to acts_as_list #1083 [DeLynnB]
David Heinemeier Hansson
2005-04-17
1
-3
/
+27
*
Dont initialize the association proxy for nil records
David Heinemeier Hansson
2005-04-14
2
-0
/
+11
*
Moved build_association and create_association for has_one and belongs_to out...
David Heinemeier Hansson
2005-04-12
2
-24
/
+37
*
Fixed db schema
David Heinemeier Hansson
2005-04-10
1
-1
/
+2
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
19
-45
/
+108
*
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]
David Heinemeier Hansson
2005-04-10
15
-6
/
+116
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
15
-4
/
+62
*
Fixed counter_sql when no records exist in database for PostgreSQL (would giv...
David Heinemeier Hansson
2005-04-07
2
-0
/
+7
*
Moved to new server
David Heinemeier Hansson
2005-04-07
2
-0
/
+21
*
Made eager loading work even more
David Heinemeier Hansson
2005-04-03
7
-32
/
+43
*
Allow order, conditions, and joins in finds that include associations
David Heinemeier Hansson
2005-04-03
1
-0
/
+4
*
Added tests
David Heinemeier Hansson
2005-04-03
1
-0
/
+278
*
Added new Base.find API and deprecated find_all, find_first. Added preliminar...
David Heinemeier Hansson
2005-04-03
11
-151
/
+90
*
Added that model.items.delete(child) will delete the child, not just set the ...
David Heinemeier Hansson
2005-04-02
1
-4
/
+16
[prev]
[next]