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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
r3632@asus: jeremy | 2005-09-27 12:18:49 -0700
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
r3613@asus: jeremy | 2005-09-26 22:25:04 -0700
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
r3605@asus: jeremy | 2005-09-26 19:10:50 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
Make update_attribute use the same writer method that update_attributes uses.
Marcel Molina
2005-09-26
1
-0
/
+3
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
1
-0
/
+2
*
r3592@asus: jeremy | 2005-09-26 17:01:47 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3569@asus: jeremy | 2005-09-26 05:33:09 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
1
-0
/
+2
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-6
/
+2
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-3
/
+13
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
1
-0
/
+2
*
Allow the postgresql adapter to work with the SchemaDumper.
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
1
-0
/
+2
*
Fixed migrations for Windows when using more than 10 [David Naseby]
David Heinemeier Hansson
2005-09-21
1
-0
/
+2
*
Fixed that the create_x method from belongs_to wouldn't save the association ...
David Heinemeier Hansson
2005-09-20
1
-0
/
+2
*
Fixed saving a record with two unsaved belongs_to associations pointing to th...
Jamis Buck
2005-09-20
1
-0
/
+2
*
Improved migrations' behavior when the schema_info table is empty.
Nicholas Seckar
2005-09-20
1
-0
/
+2
*
Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
David Heinemeier Hansson
2005-09-19
1
-0
/
+2
*
Fix eager loading error messages, allow :include to specify tables using stri...
Nicholas Seckar
2005-09-18
1
-0
/
+2
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-1
/
+1
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-0
/
+2
*
Fixed various problems with has_and_belongs_to_many when using customer finde...
David Heinemeier Hansson
2005-09-13
1
-0
/
+2
*
Added better exception error when unknown column types are used with migratio...
David Heinemeier Hansson
2005-09-11
1
-0
/
+2
*
Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill ...
David Heinemeier Hansson
2005-09-11
1
-0
/
+2
*
Fixed comparison of Active Record objects so two new objects are not equal #2...
David Heinemeier Hansson
2005-09-09
1
-0
/
+2
*
Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...
David Heinemeier Hansson
2005-09-09
1
-0
/
+2
*
Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...
David Heinemeier Hansson
2005-09-09
1
-0
/
+2
*
Fixed that Active Record would call SHOW FIELDS twice (or more) for the same ...
David Heinemeier Hansson
2005-09-08
1
-1
/
+3
*
Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...
David Heinemeier Hansson
2005-09-06
1
-0
/
+2
*
Make sure the schema_info table is created before querying the current versio...
Jamis Buck
2005-09-02
1
-0
/
+2
*
Fixtures ignore table name prefix and suffix #1987 [Jakob S]
Jamis Buck
2005-09-02
1
-0
/
+2
*
Add documentation for index_type argument to add_index method for migrations ...
Jamis Buck
2005-09-02
1
-0
/
+2
*
Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]
Jamis Buck
2005-09-02
1
-0
/
+2
*
Revert [2040], caused assignment of belongs_to associations to fail in some c...
Jamis Buck
2005-08-24
1
-2
/
+0
*
Saving a record with two unsaved belongs_to associations pointing to the same...
Jamis Buck
2005-08-23
1
-0
/
+2
*
Update changelog
Jamis Buck
2005-08-14
1
-0
/
+2
*
Fix typo in validations documentation #1938 [court3nay]
Jamis Buck
2005-08-14
1
-0
/
+2
*
Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]
Jamis Buck
2005-08-14
1
-0
/
+2
*
Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky]
Jamis Buck
2005-08-14
1
-0
/
+2
*
Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...
Jamis Buck
2005-07-30
1
-0
/
+2
*
Fix create_table so that id column is implicitly added [Rick Olson]
Jamis Buck
2005-07-27
1
-0
/
+2
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
1
-0
/
+10
*
Added warning about relying on habtm table aliases etc
David Heinemeier Hansson
2005-07-22
1
-0
/
+5
*
Added support for calling constrained class methods on has_many and has_and_b...
David Heinemeier Hansson
2005-07-22
1
-0
/
+14
*
Added migration support for SQLite (using temporary tables to simulate ALTER ...
David Heinemeier Hansson
2005-07-22
1
-0
/
+2
*
Remove extra definition of supports_migrations? from abstract_adaptor.rb
Nicholas Seckar
2005-07-22
1
-0
/
+2
*
Fix acts_as_list such that moving next-to-last item to the bottom does not re...
Jamis Buck
2005-07-20
1
-0
/
+2
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
1
-0
/
+2
*
Added :select option to find which can specify a different value than the def...
David Heinemeier Hansson
2005-07-14
1
-0
/
+5
*
Made ready for release of 0.13.1
David Heinemeier Hansson
2005-07-11
1
-2
/
+2
[next]