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
*
Add set_fixture_class to allow the use of table name accessors with models wh...
Nicholas Seckar
2006-02-27
7
-16
/
+66
*
Only load .yml files in sub-directories
David Heinemeier Hansson
2006-02-27
1
-1
/
+1
*
Added that fixtures to placed in subdirectories of the main fixture files are...
David Heinemeier Hansson
2006-02-27
4
-3
/
+29
*
doc fix (closes #3972) [robby]
David Heinemeier Hansson
2006-02-27
1
-7
/
+7
*
Dont require association classes before theyre supposed to be used (closes #3...
David Heinemeier Hansson
2006-02-27
2
-15
/
+2
*
Define attribute query methods to avoid method_missing calls. Closes #3677.
Jeremy Kemper
2006-02-27
3
-7
/
+13
*
CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins...
David Heinemeier Hansson
2006-02-27
1
-1
/
+1
*
Example for validates_presence_of method (closes #3966) [Robby Russell]
David Heinemeier Hansson
2006-02-26
1
-1
/
+7
*
ActiveRecord::Base.remove_connection explicitly closes database connections a...
Jeremy Kemper
2006-02-26
7
-14
/
+45
*
fix method scoping test for postgresql
Jeremy Kemper
2006-02-26
1
-1
/
+1
*
Added support for nested scopes (closes #3407) [anna@wota.jp]
David Heinemeier Hansson
2006-02-26
3
-33
/
+248
*
Aesthetics, baby
David Heinemeier Hansson
2006-02-26
1
-3
/
+5
*
Fixed db2 connection with empty user_name and auth options (closes #3622) [ph...
David Heinemeier Hansson
2006-02-26
2
-1
/
+3
*
Fixed validates_length_of to work on UTF-8 strings by using characters instea...
David Heinemeier Hansson
2006-02-25
4
-21
/
+163
*
Compatibility patches for calculations
David Heinemeier Hansson
2006-02-25
2
-34
/
+32
*
Updated docs (closes #3799) [ruby@bobsilva.com]
David Heinemeier Hansson
2006-02-25
1
-0
/
+10
*
Fixed that reflections would bleed across class boundaries in single-table in...
David Heinemeier Hansson
2006-02-25
4
-4
/
+10
*
Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) ...
David Heinemeier Hansson
2006-02-25
1
-2
/
+2
*
Documentation fixes (closes #3838)
David Heinemeier Hansson
2006-02-25
3
-3
/
+3
*
Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...
David Heinemeier Hansson
2006-02-25
6
-55
/
+347
*
fix test for postgresql
Jeremy Kemper
2006-02-23
1
-1
/
+1
*
Renamed Errors#count to Errors#size but kept an alias for the old name (and i...
David Heinemeier Hansson
2006-02-23
2
-1
/
+6
*
Reflections don't attempt to resolve module nesting of association classes. S...
Jeremy Kemper
2006-02-22
6
-14
/
+77
*
Improved the Oracle OCI Adapter with better performance for column reflection...
David Heinemeier Hansson
2006-02-21
6
-30
/
+54
*
Added :count option to pagination that'll make it possible for the ActiveReco...
David Heinemeier Hansson
2006-02-20
3
-3
/
+25
*
test_find_or_create_from_two_attributes is a duplicate of test_find_or_create...
David Heinemeier Hansson
2006-02-19
1
-4
/
+4
*
save polymorphic joins from the has_many|one association (closes #3812) [Rick...
David Heinemeier Hansson
2006-02-12
4
-4
/
+34
*
Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...
Michael Koziarski
2006-02-10
10
-2
/
+11
*
Add missing models and fixture
Michael Koziarski
2006-02-10
2
-0
/
+8
*
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
Michael Koziarski
2006-02-10
13
-4
/
+73
*
PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920.
Jeremy Kemper
2006-02-09
2
-2
/
+16
*
SQLServer: more compatible limit/offset emulation. Closes #3779.
Jeremy Kemper
2006-02-09
2
-1
/
+5
*
Closes #3784.
Jeremy Kemper
2006-02-09
1
-5
/
+5
*
Update AR default timezone docs.
Jeremy Kemper
2006-02-09
1
-1
/
+1
*
SQL Server cannot sort on type text. This causes three errors in the activere...
Jeremy Kemper
2006-02-09
1
-2
/
+2
*
Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...
Jeremy Kemper
2006-02-09
6
-4
/
+24
*
defaults_test gets a dummy test method so it has at least one test to run
Jeremy Kemper
2006-02-09
1
-0
/
+4
*
PostgreSQL: correctly parse negative integer column defaults. References #3776.
Jeremy Kemper
2006-02-09
4
-2
/
+20
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
7
-31
/
+149
*
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
[next]