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
*
Update changelog
Jamis Buck
2005-08-14
1
-0
/
+2
*
Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]
Jamis Buck
2005-08-14
2
-1
/
+7
*
Fix typo in validations documentation #1938 [court3nay]
Jamis Buck
2005-08-14
2
-1
/
+4
*
Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]
Jamis Buck
2005-08-14
3
-1
/
+12
*
Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky]
Jamis Buck
2005-08-14
2
-1
/
+3
*
Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...
Jamis Buck
2005-07-30
4
-7
/
+40
*
Fix create_table so that id column is implicitly added [Rick Olson]
Jamis Buck
2005-07-27
3
-6
/
+16
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
18
-59
/
+235
*
Added warning about relying on habtm table aliases etc
David Heinemeier Hansson
2005-07-22
1
-0
/
+5
*
Dont be ambigious about the condition key
David Heinemeier Hansson
2005-07-22
2
-3
/
+2
*
Added support for calling constrained class methods on has_many and has_and_b...
David Heinemeier Hansson
2005-07-22
12
-67
/
+299
*
Added migration support for SQLite (using temporary tables to simulate ALTER ...
David Heinemeier Hansson
2005-07-22
4
-17
/
+209
*
Remove extra definition of supports_migrations? from abstract_adaptor.rb
Nicholas Seckar
2005-07-22
2
-4
/
+2
*
Doc fixes #1775, #1776 [jon@instance-design.co.uk]
David Heinemeier Hansson
2005-07-22
1
-1
/
+1
*
A bit more work on the still unfinished query cache #1722
David Heinemeier Hansson
2005-07-22
1
-3
/
+3
*
Fix acts_as_list such that moving next-to-last item to the bottom does not re...
Jamis Buck
2005-07-20
3
-5
/
+25
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
8
-8
/
+36
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
6
-11
/
+14
*
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
3
-1
/
+12
*
Made ready for release of 0.13.1
David Heinemeier Hansson
2005-07-11
2
-4
/
+4
*
Added support for limit and offset with eager loading of has_one and belongs_...
David Heinemeier Hansson
2005-07-11
4
-11
/
+76
*
Fixed that assume_bottom_position (in acts_as_list) could be called on items ...
David Heinemeier Hansson
2005-07-10
2
-1
/
+3
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
5
-8
/
+54
*
r2985@asus: jeremy | 2005-07-10 02:04:41 -0700
Jeremy Kemper
2005-07-10
1
-0
/
+2
*
r2979@asus: jeremy | 2005-07-10 01:51:00 -0700
Jeremy Kemper
2005-07-10
4
-54
/
+63
*
better error message for missing associations #1631 [courtenay]
David Heinemeier Hansson
2005-07-09
2
-4
/
+23
*
Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]
David Heinemeier Hansson
2005-07-09
2
-2
/
+4
*
Fixed SQL Server test #1678 [Tom Ward]
David Heinemeier Hansson
2005-07-09
1
-1
/
+1
*
Made target migrations actually work
David Heinemeier Hansson
2005-07-09
1
-3
/
+5
*
Added a VERSION parameter to the migrate task that allows you to do "rake mig...
David Heinemeier Hansson
2005-07-09
3
-0
/
+40
*
Added better error message for "packets out of order" #1630 [courtenay]
David Heinemeier Hansson
2005-07-08
2
-0
/
+4
*
r2933@asus: jeremy | 2005-07-08 14:22:58 -0700
Jeremy Kemper
2005-07-08
1
-0
/
+9
*
Fixed first run of "rake migrate" on PostgreSQL by not expecting a return val...
David Heinemeier Hansson
2005-07-07
2
-1
/
+6
*
Pegged the versions for release
David Heinemeier Hansson
2005-07-06
1
-2
/
+2
*
Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...
David Heinemeier Hansson
2005-07-06
2
-1
/
+3
*
Made documentation ready for release (AR)
David Heinemeier Hansson
2005-07-06
4
-48
/
+46
*
Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...
David Heinemeier Hansson
2005-07-05
2
-1
/
+3
*
Fix regression from [1631] that caused an attribute to be set to nil if it wa...
Jamis Buck
2005-07-05
2
-1
/
+7
*
Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]
David Heinemeier Hansson
2005-07-05
4
-6
/
+23
*
Added callbacks on push_with_attributes #1594 [Florian Weber]
David Heinemeier Hansson
2005-07-05
2
-11
/
+23
*
Sugared up migrations with even more bling #1609 [Tobias Luekte]
David Heinemeier Hansson
2005-07-05
6
-36
/
+185
*
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
7
-112
/
+280
*
Make postgres8 ar tests work #1601 [Tobias Luetke]
David Heinemeier Hansson
2005-07-04
1
-2
/
+3
*
Fixed migration initialization of table
David Heinemeier Hansson
2005-07-04
1
-1
/
+1
*
Tests for association callbacks
David Heinemeier Hansson
2005-07-04
1
-0
/
+100
*
Added callback hooks to association collections #1549 [Florian Weber]
David Heinemeier Hansson
2005-07-04
5
-5
/
+137
*
Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...
David Heinemeier Hansson
2005-07-03
3
-2
/
+12
[next]