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
...
*
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
*
Moved over TimeZone test too
David Heinemeier Hansson
2005-02-23
1
-78
/
+0
*
Remove outdated dev-utils
David Heinemeier Hansson
2005-02-23
6
-6
/
+0
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
8
-180
/
+218
*
Added TimeZone as the first of a number of value objects that Active Record w...
David Heinemeier Hansson
2005-02-23
1
-0
/
+78
*
Fixed that when using validation macros with a custom message, if you happene...
David Heinemeier Hansson
2005-02-22
1
-0
/
+82
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
21
-4
/
+172
*
Added validates_each that validates each specified attribute against a block ...
David Heinemeier Hansson
2005-02-18
1
-39
/
+130
*
Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...
David Heinemeier Hansson
2005-02-18
1
-0
/
+10
*
Skip Active Record tests in Action Pack if the SQLite database cant be brough...
David Heinemeier Hansson
2005-02-17
3
-3
/
+9
*
Addded validation for validate all the associated objects before declaring fa...
David Heinemeier Hansson
2005-02-17
1
-2
/
+17
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
2
-3
/
+3
*
Fix test case for MySQL #598
David Heinemeier Hansson
2005-02-15
1
-0
/
+1
[prev]
[next]