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
*
ActiveRecord::RecordInvalid now states which validations failed in its defaul...
Tobias Lütke
2006-02-05
2
-2
/
+4
*
Update versions to match latest from stable
David Heinemeier Hansson
2006-02-05
2
-2
/
+2
*
Just go with Subclasses instead of OnlySubclasses
David Heinemeier Hansson
2006-02-04
1
-1
/
+1
*
Just go with Subclasses instead of OnlySubclasses
David Heinemeier Hansson
2006-02-04
1
-4
/
+2
*
Using AssociationCollection#build with arrays of hashes should call build, no...
David Heinemeier Hansson
2006-02-03
2
-1
/
+3
*
Remove definition of reloadable? from ActiveRecord::Base to make way for new ...
Nicholas Seckar
2006-02-02
2
-8
/
+2
*
Add Reloadable::OnlySubclasses which handles the common case where a base cla...
Nicholas Seckar
2006-02-02
2
-7
/
+5
*
Fixed schema handling for DB2 adapter that didn't work: an initial schema cou...
David Heinemeier Hansson
2006-02-01
3
-8
/
+13
*
Silly me
David Heinemeier Hansson
2006-02-01
2
-7
/
+0
*
Added Errors#any? to mean !Errors#empty? [DHH]
David Heinemeier Hansson
2006-02-01
2
-0
/
+7
*
Support the :column option for remove_index with the PostgreSQL adapter. Clos...
Marcel Molina
2006-01-31
2
-7
/
+3
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
3
-1
/
+9
*
Add documentation for add_index and remove_index. Closes #3600.
Marcel Molina
2006-01-25
2
-1
/
+13
*
If the OCI library is not available, raise an exception indicating as much. C...
Marcel Molina
2006-01-25
2
-0
/
+10
*
give helpful error messages when fixtures accessed style table_name(:name) ca...
Tobias Lütke
2006-01-25
1
-1
/
+5
*
AR should run schema.rb for tests when building test DBs (closes #3578) [Rick...
David Heinemeier Hansson
2006-01-23
3
-1
/
+3
*
Add explicit :order in finder tests as postgresql orders results differently ...
Marcel Molina
2006-01-22
2
-1
/
+3
*
Make dynamic finders honor additional passed in :conditions. Closes #3569.
Marcel Molina
2006-01-22
4
-3
/
+30
*
Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...
Nicholas Seckar
2006-01-22
2
-0
/
+10
*
allow has_many :through to work with custom :foreign key (closes #3422) [Rick...
David Heinemeier Hansson
2006-01-21
3
-3
/
+9
*
Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...
David Heinemeier Hansson
2006-01-21
3
-29
/
+18
*
Fix .count for has_many associations with multi-line finder-sql. Closes #3540
Michael Koziarski
2006-01-21
3
-2
/
+6
*
Add a test to verify correct behavior when creating a polymorphic association
Jamis Buck
2006-01-20
2
-0
/
+9
*
Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]
Jamis Buck
2006-01-20
3
-5
/
+24
*
allow the 'lock_version' column to be configured with set_locking_column. Cl...
Michael Koziarski
2006-01-14
19
-5
/
+111
*
Don't hardcode id in acts_as_list. Closes #3370
Michael Koziarski
2006-01-14
2
-2
/
+4
*
Fix test error caused by operator error with last commit
Michael Koziarski
2006-01-14
1
-1
/
+1
*
Don't alter the Hash passed to attributes=, closes #3385
Michael Koziarski
2006-01-14
2
-4
/
+16
*
Fix date errors for SQLServer in association tests. Closes #3406.
Marcel Molina
2006-01-13
2
-9
/
+8
*
Escape database name in MySQL adapter when creating and dropping databases. C...
Marcel Molina
2006-01-13
2
-2
/
+4
*
Disambiguate table names for columns in validates_uniquness_of's WHERE clause...
Marcel Molina
2006-01-13
2
-3
/
+5
*
Fixed that .with_scope imposed create parameters bypass attr_protected
Tobias Lütke
2006-01-10
2
-2
/
+5
*
Fix doc bug
David Heinemeier Hansson
2006-01-09
1
-1
/
+1
*
Don't raise an exception when there are more keys than there are named bind v...
Marcel Molina
2006-01-05
4
-23
/
+2
*
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.
Marcel Molina
2006-01-04
7
-169
/
+207
*
Sanitize scoped conditions.
Marcel Molina
2006-01-04
6
-15
/
+37
*
Made Field.focus in prototype friendly to effects by adding optional delay pa...
David Heinemeier Hansson
2005-12-31
1
-0
/
+1
*
Added option to Base.reflection_of_all_associations to specify a specific ass...
David Heinemeier Hansson
2005-12-27
3
-3
/
+13
*
ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...
Tobias Lütke
2005-12-24
5
-12
/
+12
*
SchemaDumper now doesn't fail anymore when there are unknown column types in ...
Tobias Lütke
2005-12-24
5
-19
/
+82
*
Better language for the CHANGELOG entry of previous commit.
Florian Weber
2005-12-21
1
-1
/
+1
*
Fixed that saving a model with multiple habtm associations, would only save t...
Florian Weber
2005-12-21
3
-4
/
+19
*
Fix form_for use of datetime_select and date_select as well as a few stylisti...
David Heinemeier Hansson
2005-12-21
1
-3
/
+4
*
Oops, I killed Tobi's changelog entries.
Scott Barron
2005-12-20
1
-0
/
+6
*
Fix change_column to work with postgres 7.x and 8.x.
Scott Barron
2005-12-20
3
-11
/
+22
*
removed :piggyback in favor of just allowing :select on :through associations
Tobias Lütke
2005-12-20
4
-7
/
+5
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
4
-4
/
+57
*
DRY up PG's add_column a bit to use change_column_default and match the other
Scott Barron
2005-12-20
1
-9
/
+3
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
5
-3
/
+17
*
Check for the key instead of the value, because it (the value) can be false.
Scott Barron
2005-12-20
1
-1
/
+1
[next]