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
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore behavior of Active Record 3.2.3 scopes
Andrew White
2012-06-01
1
-24
/
+0
*
Merge branch '3-2-stable-sec' into 3-2-stable
Aaron Patterson
2012-05-31
1
-0
/
+19
|
\
|
*
predicate builder should not recurse for determining where columns.
Aaron Patterson
2012-05-30
1
-0
/
+19
*
|
Merge pull request #5810 from kennyj/fix_5797
Aaron Patterson
2012-05-30
1
-0
/
+9
|
/
*
Fixes the build break caused by 9ee8528 in #6445.
Godfrey Chan
2012-05-22
1
-2
/
+4
*
Restore the frozen state on rollback. Fixes #6417.
Godfrey Chan
2012-05-22
1
-0
/
+10
*
Fix `validates_uniqueness_off :field, :allow_nil => false`
Piotr Sarnacki
2012-05-19
1
-0
/
+11
*
Ensure that CollectionAssociation#replace returns proper target
Piotr Sarnacki
2012-05-19
1
-2
/
+2
*
fix #delete_all with habtm with :delete_sql
Jon Leighton
2012-05-18
1
-0
/
+6
*
Perf: Don't load the association for #delete_all.
Jon Leighton
2012-05-18
1
-0
/
+12
*
Fix CollectionAssociation#replace to return new target (closes #6231)
Piotr Sarnacki
2012-05-16
1
-0
/
+12
*
Return false for exists? with new records - fixes #6199.
Andrew White
2012-05-10
2
-0
/
+2
*
Fix build
Francesco Rodriguez
2012-05-09
1
-1
/
+9
*
Merge pull request #6128 from frodsan/delete_all_limit_32
Aaron Patterson
2012-05-04
1
-0
/
+4
|
\
|
*
Fix #4979 against 3-2-stable - delete_all raise an error if a limit is provided
Francesco Rodriguez
2012-05-02
1
-0
/
+4
*
|
Deprecate remove_column with array as an argument
Piotr Sarnacki
2012-05-02
1
-0
/
+6
|
/
*
Add extra order clause to fix failing test on Ruby 1.8.7
Carlos Antonio da Silva
2012-04-24
1
-1
/
+1
*
Fix build. It seems that the Mocha's behavior were changed.
kennyj
2012-04-24
2
-3
/
+9
*
Be sure to correctly fetch PK name from MySQL even if the PK has some custom ...
Akira Matsuda
2012-04-19
1
-0
/
+30
*
Adds test to check that circular preloading does not modify Model.unscoped (a...
Benedikt Deicke
2012-04-19
2
-4
/
+24
*
Removes caching from ActiveRecord::Core::ClassMethods#relation
Benedikt Deicke
2012-04-19
1
-0
/
+4
*
Revert "Fix #5667. Preloading should ignore scoping."
Jeremy Kemper
2012-04-18
1
-11
/
+0
*
Fix tests of benchmark with silence equals to true
Rafael Mendonça França
2012-04-04
1
-3
/
+1
*
Merge pull request #5662 from arturopie/3-2_fixing_IM_when_using_find_select
Aaron Patterson
2012-03-30
1
-11
/
+6
|
\
|
*
refactor the checking of the attributes of the record in IdentityMap#add, so ...
Arturo Pie
2012-03-29
1
-4
/
+5
|
*
Adds a test that breaks IM when using #select
Arturo Pie
2012-03-29
1
-12
/
+6
*
|
Fix #5667. Preloading should ignore scoping.
Jon Leighton
2012-03-30
1
-0
/
+11
|
/
*
Merge pull request #5640 from yahonda/address_ora_00918_with_oracle
Santiago Pastorino
2012-03-28
1
-1
/
+1
|
\
|
*
Change the order argument from ('id') to ('taggings.id')
Yasuo Honda
2012-03-28
1
-1
/
+1
*
|
Test for #5549.
Aaron Patterson
2012-03-28
1
-1
/
+15
*
|
force datetime attributes to be changed
Sergey Nartimov
2012-03-27
1
-0
/
+14
|
/
*
Merge pull request #5537 from kennyj/fix_4399-32
Aaron Patterson
2012-03-23
1
-0
/
+12
|
\
|
*
migrate(:down) method with table_name_prefix
kennyj
2012-03-21
1
-0
/
+12
*
|
Fix identity map tests
Carlos Antonio da Silva
2012-03-23
1
-16
/
+16
*
|
Add order to tests that rely on db ordering, to fix failing tests on pg
Carlos Antonio da Silva
2012-03-22
12
-45
/
+44
|
/
*
Merge pull request #5437 from kennyj/fix_5430
Aaron Patterson
2012-03-15
1
-0
/
+7
*
[3-2-stable] Fix GH #5399. connection_pools's keys are ActiveRecord::Base::Co...
kennyj
2012-03-14
1
-1
/
+7
*
fix activerecord query_method regression with offset into Fixnum
Denis Jean
2012-03-13
1
-0
/
+4
*
make sure connections returned after close are marked as in_use
Aaron Patterson
2012-03-12
1
-0
/
+10
*
Add dynamic find_or_create_by_{attribute}! method.
Andrew White
2012-03-12
4
-0
/
+52
*
Not need to pass join attributes to association build
Rafael Mendonça França
2012-03-08
1
-3
/
+2
*
Add test case to has_many through association when mass_assignment_sanitizer is
Rafael Mendonça França
2012-03-08
1
-4
/
+21
*
ensure that released connections move between threads
Aaron Patterson
2012-03-08
1
-0
/
+18
*
make active_connection? return true only if there is an open connection in us...
Aaron Patterson
2012-03-08
1
-0
/
+42
*
Add tests to test that through associations are not readonly, and we can upda...
kuahyeow
2012-03-08
1
-0
/
+11
*
Merge pull request #5316 from Jacobkg/master
José Valim
2012-03-07
1
-0
/
+3
*
Fix #5069 - Protect foreign key from mass assignment throught association bui...
Jean Boussier
2012-03-05
2
-0
/
+38
*
Only run binary type cast test with encode! on Ruby 1.9
Carlos Antonio da Silva
2012-03-04
1
-6
/
+8
*
only log an error if there is a logger. fixes #5226
Aaron Patterson
2012-03-02
1
-0
/
+9
*
Merge pull request #5096 from lawso017/master
Aaron Patterson
2012-02-21
1
-3
/
+7
[next]