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
...
*
Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...
David Heinemeier Hansson
2005-05-21
1
-6
/
+15
*
Added the :if option to all validations that can either use a block or a meth...
David Heinemeier Hansson
2005-05-21
1
-5
/
+66
*
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
1
-1
/
+1
*
Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...
David Heinemeier Hansson
2005-05-19
2
-2
/
+4
*
Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net]
David Heinemeier Hansson
2005-05-19
1
-2
/
+0
*
Fixed that clone would break when an aggregate had the same name as one of it...
David Heinemeier Hansson
2005-05-19
1
-12
/
+25
*
Changed the callbacks such that observers are notified before the in-object c...
David Heinemeier Hansson
2005-05-02
2
-4
/
+16
*
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
1
-1
/
+9
*
Fixed association picture reference
David Heinemeier Hansson
2005-04-30
1
-1
/
+1
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
1
-1
/
+1
*
Fixed extraneous comma in count() function that made it not work with joins #...
David Heinemeier Hansson
2005-04-30
1
-3
/
+2
*
Fixed incompatibility with Base#find with an array of ids that would fail whe...
David Heinemeier Hansson
2005-04-30
1
-1
/
+1
*
Fixed that validate_length_of lost :on option when :within was specified #119...
David Heinemeier Hansson
2005-04-30
1
-3
/
+5
*
Added encoding and min_messages options for PostgreSQL #1205 [shugo]
David Heinemeier Hansson
2005-04-30
1
-0
/
+6
*
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
[prev]
[next]