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
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-6
/
+6
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-2
/
+2
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
4
-9
/
+35
*
Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...
David Heinemeier Hansson
2005-09-24
1
-0
/
+13
*
Make sqlite adapter pass all tests
Jamis Buck
2005-09-23
1
-0
/
+2
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
4
-0
/
+92
*
Fixed that the create_x method from belongs_to wouldn't save the association ...
David Heinemeier Hansson
2005-09-20
1
-0
/
+3
*
Fixed saving a record with two unsaved belongs_to associations pointing to th...
Jamis Buck
2005-09-20
1
-0
/
+45
*
Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
David Heinemeier Hansson
2005-09-19
1
-0
/
+8
*
Fix eager loading error messages, allow :include to specify tables using stri...
Nicholas Seckar
2005-09-18
1
-0
/
+10
*
Fixed various problems with has_and_belongs_to_many when using customer finde...
David Heinemeier Hansson
2005-09-13
2
-0
/
+14
*
Rolled back broken #1814
David Heinemeier Hansson
2005-09-11
1
-14
/
+0
*
Added better exception error when unknown column types are used with migratio...
David Heinemeier Hansson
2005-09-11
1
-0
/
+14
*
Fix tests
David Heinemeier Hansson
2005-09-11
1
-19
/
+16
*
Fix fixture problem for pgsql
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Fixed comparison of Active Record objects so two new objects are not equal #2...
David Heinemeier Hansson
2005-09-09
1
-0
/
+4
*
Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...
David Heinemeier Hansson
2005-09-09
1
-4
/
+4
*
Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
Refactored away all the legacy validate_options calls and replaced them with ...
David Heinemeier Hansson
2005-09-09
3
-2
/
+21
*
Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...
David Heinemeier Hansson
2005-09-09
2
-3
/
+39
*
Fixtures ignore table name prefix and suffix #1987 [Jakob S]
Jamis Buck
2005-09-02
1
-0
/
+38
*
Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]
Jamis Buck
2005-09-02
1
-0
/
+10
*
Revert [2040], caused assignment of belongs_to associations to fail in some c...
Jamis Buck
2005-08-24
1
-6
/
+17
*
Add a failing test
Jamis Buck
2005-08-24
1
-0
/
+9
*
Saving a record with two unsaved belongs_to associations pointing to the same...
Jamis Buck
2005-08-23
8
-1
/
+96
*
Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]
Jamis Buck
2005-08-14
1
-0
/
+6
*
Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]
Jamis Buck
2005-08-14
1
-0
/
+9
*
Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...
Jamis Buck
2005-07-30
1
-0
/
+25
*
Fix create_table so that id column is implicitly added [Rick Olson]
Jamis Buck
2005-07-27
1
-1
/
+12
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
8
-12
/
+90
*
Added support for calling constrained class methods on has_many and has_and_b...
David Heinemeier Hansson
2005-07-22
4
-3
/
+174
*
Added migration support for SQLite (using temporary tables to simulate ALTER ...
David Heinemeier Hansson
2005-07-22
1
-0
/
+64
*
Fix acts_as_list such that moving next-to-last item to the bottom does not re...
Jamis Buck
2005-07-20
1
-0
/
+16
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
7
-6
/
+32
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
2
-1
/
+3
*
Make all tests pass on PGSQL #1759 [Rick Olson]
David Heinemeier Hansson
2005-07-17
1
-4
/
+4
*
Added :select option to find which can specify a different value than the def...
David Heinemeier Hansson
2005-07-14
1
-0
/
+4
*
Added support for limit and offset with eager loading of has_one and belongs_...
David Heinemeier Hansson
2005-07-11
1
-2
/
+43
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
1
-0
/
+34
*
r2979@asus: jeremy | 2005-07-10 01:51:00 -0700
Jeremy Kemper
2005-07-10
2
-23
/
+30
*
better error message for missing associations #1631 [courtenay]
David Heinemeier Hansson
2005-07-09
1
-0
/
+12
*
Added a VERSION parameter to the migrate task that allows you to do "rake mig...
David Heinemeier Hansson
2005-07-09
1
-0
/
+15
*
Fix regression from [1631] that caused an attribute to be set to nil if it wa...
Jamis Buck
2005-07-05
1
-0
/
+6
*
Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]
David Heinemeier Hansson
2005-07-05
1
-0
/
+2
*
Added callbacks on push_with_attributes #1594 [Florian Weber]
David Heinemeier Hansson
2005-07-05
1
-11
/
+21
*
Sugared up migrations with even more bling #1609 [Tobias Luekte]
David Heinemeier Hansson
2005-07-05
2
-9
/
+66
*
Simplify aaa_create_tables_test
Jeremy Kemper
2005-07-05
1
-48
/
+26
*
Include all tables in mysql, sqlite, and postgresql drop sql.
Jeremy Kemper
2005-07-05
3
-1
/
+7
*
Added new Migrations framework for describing schema transformations in a way...
David Heinemeier Hansson
2005-07-04
2
-104
/
+139
*
Make postgres8 ar tests work #1601 [Tobias Luetke]
David Heinemeier Hansson
2005-07-04
1
-2
/
+3
[next]