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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Allow before/after update hooks to work on models with optimistic locking
Jamis Buck
2005-06-11
2
-1
/
+3
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
23
-223
/
+254
*
Eager loading of dependent has_one associations won't delete the association ...
Jamis Buck
2005-06-10
6
-120
/
+122
*
Sort the migration files explicitly so that they are always ordered correctly.
Jamis Buck
2005-06-07
1
-2
/
+2
*
Replace the in-memory object, but dont orphan the existing one
David Heinemeier Hansson
2005-06-07
1
-0
/
+1
*
Added a second parameter to the build and create method for has_one that cont...
David Heinemeier Hansson
2005-06-06
4
-3
/
+53
*
Using transactional fixtures now causes the data to be loaded only once, for ...
Jamis Buck
2005-06-03
2
-2
/
+10
*
Added fixture accessors that can be used when fixture instantiation is disabl...
Jamis Buck
2005-06-03
3
-2
/
+43
*
Added DoubleRenderError exception that'll be raised if render* is called twic...
David Heinemeier Hansson
2005-05-21
1
-0
/
+4
*
Added note of limitation for #1279
David Heinemeier Hansson
2005-05-21
1
-1
/
+2
*
Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...
David Heinemeier Hansson
2005-05-21
3
-9
/
+27
*
Added the :if option to all validations that can either use a block or a meth...
David Heinemeier Hansson
2005-05-21
3
-7
/
+142
*
Speed up timestamping a tad #1227 [skaen]
David Heinemeier Hansson
2005-05-19
1
-8
/
+10
*
Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]
David Heinemeier Hansson
2005-05-19
3
-1
/
+11
*
Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...
David Heinemeier Hansson
2005-05-19
5
-2
/
+26
*
Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net]
David Heinemeier Hansson
2005-05-19
1
-2
/
+0
*
Push to .org instead
David Heinemeier Hansson
2005-05-19
2
-3
/
+5
*
Fixed that clone would break when an aggregate had the same name as one of it...
David Heinemeier Hansson
2005-05-19
3
-15
/
+62
*
Changed that destroying an object will only freeze the attributes hash, which...
David Heinemeier Hansson
2005-05-02
1
-0
/
+2
*
Changed the callbacks such that observers are notified before the in-object c...
David Heinemeier Hansson
2005-05-02
4
-5
/
+26
*
Started work on a per-request query cache
David Heinemeier Hansson
2005-05-02
2
-0
/
+66
*
Added option for passing an array to the find_all version of the dynamic find...
David Heinemeier Hansson
2005-05-02
3
-1
/
+18
*
Fixed association picture reference
David Heinemeier Hansson
2005-04-30
2
-2
/
+8
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
10
-9
/
+19
*
Fixed extraneous comma in count() function that made it not work with joins #...
David Heinemeier Hansson
2005-04-30
3
-3
/
+16
*
Fixed incompatibility with Base#find with an array of ids that would fail whe...
David Heinemeier Hansson
2005-04-30
2
-1
/
+3
*
Fixed that validate_length_of lost :on option when :within was specified #119...
David Heinemeier Hansson
2005-04-30
3
-3
/
+49
*
A few more tests #1199
David Heinemeier Hansson
2005-04-30
1
-1
/
+14
*
Added encoding and min_messages options for PostgreSQL #1205 [shugo]
David Heinemeier Hansson
2005-04-30
2
-0
/
+17
*
Fixed acts_as_list where deleting an item that was removed from the list woul...
David Heinemeier Hansson
2005-04-25
2
-8
/
+24
*
Added validates_exclusion_of as a negative of validates_inclusion_of
David Heinemeier Hansson
2005-04-24
3
-0
/
+39
*
Optimize counting of has_many associations by setting the association to empt...
David Heinemeier Hansson
2005-04-23
1
-1
/
+5
*
Fixed frivilous database queries being triggered with eager loading on empty ...
David Heinemeier Hansson
2005-04-19
1
-0
/
+2
*
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
5
-13
/
+32
*
Fixed that :get, :post, and the others should take a flash array as the third...
David Heinemeier Hansson
2005-04-19
1
-0
/
+3
*
Fixed OCI fixtures [Ryan Carver]
David Heinemeier Hansson
2005-04-19
1
-3
/
+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
4
-3
/
+14
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
6
-21
/
+21
*
Added Base.save! that attempts to save the record just like Base.save but wil...
David Heinemeier Hansson
2005-04-18
3
-0
/
+16
*
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
3
-22
/
+22
*
Added documentation for new Base.find API and eager association loading
David Heinemeier Hansson
2005-04-18
3
-7
/
+77
*
Fixed PostgreSQL usage of fixtures with regards to public schemas and table n...
David Heinemeier Hansson
2005-04-18
3
-4
/
+6
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
11
-7
/
+107
*
Move nodoc to the individual methods
David Heinemeier Hansson
2005-04-18
1
-4
/
+4
[prev]
[next]