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
...
*
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
*
decrease reliance on instantiated fixtures #980 [Jeremy Kemper]
David Heinemeier Hansson
2005-04-02
1
-21
/
+15
*
Made sure all MySQL tables are created as InnoDB
David Heinemeier Hansson
2005-04-02
2
-14
/
+14
*
Fixed the MS SQL adapter to work with the new limit/offset approach and with ...
David Heinemeier Hansson
2005-03-23
5
-56
/
+46
*
Added adapter independent limit clause as a two-element array with the first ...
David Heinemeier Hansson
2005-03-20
1
-1
/
+28
*
changes the CREATE TABLE script for the "binaries" table to use the "image" d...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Added with additional settings for working with transactional fixtures and pr...
David Heinemeier Hansson
2005-03-20
1
-1
/
+16
*
Added the possibility of specifying fixtures in multiple calls #816 [kim@tink...
David Heinemeier Hansson
2005-03-17
1
-0
/
+20
*
Added Base.exists?(id) that'll return true if an object of the class with the...
David Heinemeier Hansson
2005-03-17
1
-0
/
+7
*
Added optionally allow for nil or empty strings with validates_numericality_o...
David Heinemeier Hansson
2005-03-14
1
-16
/
+16
*
Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]
David Heinemeier Hansson
2005-03-14
3
-2
/
+6
*
Added that all types of after_find/after_initialized callbacks are triggered ...
David Heinemeier Hansson
2005-03-14
1
-19
/
+61
*
More incremental work on active schema for MySQL
David Heinemeier Hansson
2005-03-10
1
-0
/
+31
*
Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ...
David Heinemeier Hansson
2005-03-06
1
-0
/
+10
*
Added transactional fixtures that uses rollback to undo changes to fixtures i...
David Heinemeier Hansson
2005-03-06
1
-1
/
+30
*
Added destruction of dependent objects in has_one associations when a new ass...
David Heinemeier Hansson
2005-03-06
1
-1
/
+2
*
Added validates_numericality_of #716 [skanthak/c.r.mcgrath]
David Heinemeier Hansson
2005-03-06
1
-0
/
+38
*
Fixed reflection_for_gps_location test
David Heinemeier Hansson
2005-03-06
1
-1
/
+5
*
Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
9
-5
/
+43
*
Added preliminary support for an agile database migration technique (currentl...
David Heinemeier Hansson
2005-03-01
4
-4
/
+129
*
Added MacroReflection#macro which will return a symbol describing the macro u...
David Heinemeier Hansson
2005-02-27
1
-3
/
+3
*
Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...
David Heinemeier Hansson
2005-02-24
1
-2
/
+2
[prev]
[next]