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
*
Change all calls to String#chars to String#mb_chars. Remove a exception for R...
Manfred Stienstra
2008-09-21
1
-2
/
+2
*
applied patch to fix the associations with blocks in modules bug from an old ...
Adeh DeSandies
2008-09-20
1
-0
/
+15
*
I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...
Sven Fuchs
2008-09-20
1
-1
/
+5
*
Fixed an error triggered by a reload followed by a foreign key assignment.
Nathaniel Talbott
2008-09-20
1
-0
/
+8
*
When counting grouped records the target should be loaded to return a valid g...
miloops
2008-09-15
1
-0
/
+2
*
stop AR's debug.log filling with warnings about not being able to load fixtur...
Frederick Cheung
2008-09-14
1
-0
/
+14
*
Deal with MySQL's quirky handling of defaults and blob/text columns
Frederick Cheung
2008-09-14
2
-1
/
+36
*
Multiparameter attributes skip time zone conversion for time-only columns [#1...
gbuesing
2008-09-14
1
-0
/
+18
*
Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor...
miloops
2008-09-14
1
-0
/
+9
*
Allow for the dirty tracking to work with the aliased name of aliased attribu...
Rich Cavanaugh
2008-09-13
2
-0
/
+14
*
Support for updating a belongs to association from the foreign key (without s...
Jon Leighton
2008-09-13
2
-0
/
+25
*
Use select and change test so new tests can work on postgres.
miloops
2008-09-12
3
-5
/
+5
*
Improve test coverage when using the group option in find, has_many or has_an...
miloops
2008-09-11
6
-2
/
+30
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
2
-2
/
+35
*
Fixes validates_uniquness_of problem with case insensitive string containing ...
wmoxam
2008-09-11
1
-0
/
+7
*
Add missing assert_deprecated calls to prevent spam during test runs
Michael Koziarski
2008-09-11
1
-2
/
+6
*
add activerecord tests to make sure the deprecated %s and %d interpolation sy...
Sven Fuchs
2008-09-10
1
-1
/
+15
*
add activerecord tests for deprecation of %s and %d in error messages (and tr...
Sven Fuchs
2008-09-10
1
-0
/
+12
*
change activerecord validation tests to not use the deprecated interpolation ...
Sven Fuchs
2008-09-10
1
-29
/
+29
*
fixed association preloading to use = instead of IN when there's only one record
rsl
2008-09-10
1
-1
/
+1
*
Revert "Add :accessible option to Associations for allowing mass assignments ...
Pratik Naik
2008-09-10
3
-115
/
+1
*
Added :constructor and :converter options to composed_of and deprecated the c...
Rob Anderton
2008-09-10
3
-2
/
+64
*
Support :limit on update_all so that has_many with :limit can be safely updated
Tarmo Tänav
2008-09-10
2
-4
/
+16
*
Fixed test_find_last_by_one_attribute_caches_dynamic_finder for postgresql 8.3
Tarmo Tänav
2008-09-10
1
-1
/
+1
*
Added find_last_by dynamic finder [status:committed #762]
miloops
2008-09-09
1
-4
/
+36
*
Revert "Revert "Raise UnknownAttributeError when unknown attributes are suppl...
Jeremy Kemper
2008-09-08
1
-0
/
+8
*
Revert "Raise UnknownAttributeError when unknown attributes are supplied via ...
Jeremy Kemper
2008-09-06
1
-8
/
+0
*
Rescue spurious failures in case dummy postgresql user or schema already exists
Jeremy Kemper
2008-09-04
1
-2
/
+2
*
Default connection allow_concurrency to false (for PostgreSQL)
Nick Sieger
2008-09-04
2
-0
/
+4
*
Deprecate verification_timeout and verify before reset
Nick Sieger
2008-09-04
2
-2
/
+2
*
Fix transaction exception test
Jeremy Kemper
2008-09-04
1
-0
/
+1
*
Database connections are now pooled, one pool per #establish_connection call.
Jeremy Kemper
2008-09-02
5
-16
/
+116
|
\
|
*
translates when a message symbol has been set on builtin validations
Iain Hecker
2008-08-31
1
-0
/
+33
|
*
Fix tests that assumed implicit order by id
Jeremy Kemper
2008-08-30
1
-2
/
+2
|
*
Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...
miloops
2008-08-30
3
-16
/
+68
|
*
Make NamedScope#size behave identically to AssociationCollection#size. [#933 ...
Tom Stuart
2008-08-29
1
-0
/
+15
*
|
Make clear_active_connections! also return stale connections back to the pool
Nick Sieger
2008-08-29
4
-96
/
+87
*
|
Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...
Nick Sieger
2008-08-29
3
-0
/
+7
*
|
Deprecate allow_concurrency and make it have no effect
Nick Sieger
2008-08-29
4
-55
/
+7
*
|
Fix typo: was using brackets instead of parens. Must need more sleep.
Nick Sieger
2008-08-29
1
-0
/
+10
*
|
Fix checkin method, add a couple more tests
Nick Sieger
2008-08-29
1
-4
/
+34
*
|
Nearing the finish line. Initial fixed-size connection pool implemented, more...
Nick Sieger
2008-08-29
1
-0
/
+36
*
|
Introduce synchronization around connection pool access
Nick
2008-08-29
1
-0
/
+4
*
|
Rename defined_connections to connection_pools
Nick
2008-08-29
1
-1
/
+1
*
|
Initial conversion to connection pool
Nick
2008-08-29
1
-24
/
+15
|
/
*
Make case insensitive validates_uniqueness_of use unicode aware downcase method.
Eugene Pimenov
2008-08-29
1
-0
/
+12
*
Fix parentheses warnings
Michael Koziarski
2008-08-29
1
-1
/
+1
*
Fix NamedScope regex so methods containing "an" get delegated to proxy_found....
Jan De Poorter
2008-08-29
1
-0
/
+4
*
Merge scoped :joins together instead of overwriting them. May expose scoping ...
Andrew White
2008-08-28
1
-2
/
+79
*
Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.
Ernie Miller
2008-08-28
1
-0
/
+7
[next]