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
*
Remove not used variable warnigns
Carlos Antonio da Silva
2012-12-01
2
-5
/
+5
*
Use separate Relation subclasses for each AR class
Jon Leighton
2012-11-30
2
-21
/
+53
*
Fix memory leak in development mode
Jon Leighton
2012-11-30
1
-7
/
+5
*
Revert "Fix annoy warning, when executing testcase."
Andrey Deryabin
2012-11-30
1
-2
/
+0
*
User assert_kind_of, invert assert_equal expectations
Carlos Antonio da Silva
2012-11-29
4
-12
/
+12
*
Added STI support to init and building associations
Jason Rush
2012-11-29
5
-0
/
+124
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
3
-338
/
+1
*
Ensure that associations have a symbol argument.
Steve Klabnik
2012-11-28
1
-0
/
+8
*
Use assert_nil instead of assert_equal
Rafael Mendonça França
2012-11-28
1
-2
/
+2
*
Use "refute" instead of "assert !"
Carlos Antonio da Silva
2012-11-27
1
-6
/
+5
*
Merge pull request #8319 from alindeman/typo
Carlos Antonio da Silva
2012-11-26
1
-1
/
+1
|
\
|
*
Corrects typo in test name
Andy Lindeman
2012-11-26
1
-1
/
+1
*
|
Don't run explain on slow queries for database adapters that don't support it
Blake Smith
2012-11-26
1
-0
/
+10
|
/
*
Don't call will_change! for datetime nil->"".
Alisdair McDiarmid
2012-11-25
1
-0
/
+14
*
Merge pull request #8291 from senny/8265_build_with_polymorphic_association
Rafael Mendonça França
2012-11-22
1
-0
/
+8
|
\
|
*
prevent mass assignment of polymorphic type when using `build`
Yves Senn
2012-11-22
1
-0
/
+8
*
|
Deprecate Relation#sum with a block.
Carlos Antonio da Silva
2012-11-21
2
-2
/
+10
*
|
Revert "Yield only one argument instead of splatting."
Carlos Antonio da Silva
2012-11-21
1
-16
/
+0
*
|
Move migration test together with other join table tests
Carlos Antonio da Silva
2012-11-21
2
-7
/
+6
|
/
*
Merge pull request #7716 from steveklabnik/issue_7715
Rafael Mendonça França
2012-11-21
1
-0
/
+7
|
\
|
*
Coerce strings in create_join_table.
Steve Klabnik
2012-11-21
1
-0
/
+7
*
|
Merge pull request #6245 from bogdan/bc_timestamp
Rafael Mendonça França
2012-11-21
1
-0
/
+9
|
\
\
|
*
|
Fix postgresql adapter to handle bc timestamps correctly
Bogdan Gusiev
2012-11-21
1
-0
/
+9
*
|
|
Refactoring, testing and documenting pg_connection.distinct
Semyon Perepelitsa
2012-11-21
1
-0
/
+29
|
/
/
*
|
Postgresql doesn't accepts limits on text columns.
Victor Costan
2012-11-20
1
-0
/
+18
*
|
Initialize accessors to remove some warnings in Ruby 2.0
Carlos Antonio da Silva
2012-11-19
1
-4
/
+2
*
|
Merge pull request #3023 from Tho85/preserve_sti_type
Rafael Mendonça França
2012-11-18
1
-1
/
+12
|
\
\
|
*
|
AR::Base.becomes should not change the STI type
Thomas Hollstegge
2012-11-17
1
-1
/
+12
*
|
|
Add rename_index to change_table.
Jarek Radosz
2012-11-19
1
-0
/
+7
*
|
|
Ensure ordering to make the test pass with postgresql
Carlos Antonio da Silva
2012-11-18
1
-4
/
+5
*
|
|
Add test to ensure preloading works as expected with "select" and "includes".
Dieter Komendera
2012-11-18
1
-0
/
+13
*
|
|
Remove not used require and some useless test comments
Carlos Antonio da Silva
2012-11-17
1
-12
/
+3
*
|
|
Fix typo in module name and make #in_time_zone private
Carlos Antonio da Silva
2012-11-17
3
-3
/
+5
*
|
|
Extract #in_time_zone helper method duplication to a module
Carlos Antonio da Silva
2012-11-17
3
-24
/
+17
*
|
|
Simplify helper method in attribute methods test
Carlos Antonio da Silva
2012-11-17
1
-3
/
+1
*
|
|
Remove return guard
Carlos Antonio da Silva
2012-11-17
1
-1
/
+0
|
/
/
*
|
Test for has_many bug on unsaved records
George Brocklehurst
2012-11-16
1
-0
/
+7
*
|
arel columns can be used for grouping so that "weird" column names are usable
Aaron Patterson
2012-11-15
1
-0
/
+6
*
|
Assert the query result instead of checking for nothing raised
Carlos Antonio da Silva
2012-11-13
1
-4
/
+2
*
|
Merge pull request #8202 from nikitug/regression_test_on_dynamic_finder_result
Carlos Antonio da Silva
2012-11-13
1
-0
/
+7
|
\
\
|
*
|
Regression test for #7238
Nikita Afanasenko
2012-11-13
1
-0
/
+7
*
|
|
Merge pull request #8176 from senny/7551_pluck_with_select
Rafael Mendonça França
2012-11-13
1
-0
/
+6
|
\
\
\
|
*
|
|
`#pluck` can be used on a relation with `select` clause.
Yves Senn
2012-11-12
1
-0
/
+6
*
|
|
|
Add a regression test on #8195
Nikita Afanasenko
2012-11-13
1
-0
/
+7
|
|
/
/
|
/
|
|
*
|
|
Merge and add tests related to 5215
Vipul A M
2012-11-12
3
-18
/
+25
|
/
/
*
|
Do not create useless database transaction when building `has_one` association.
Bogdan Gusiev
2012-11-10
1
-0
/
+6
*
|
Properly deprecate ConnectionHandler#connection_pools
Jon Leighton
2012-11-09
1
-1
/
+7
*
|
Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many
Jon Leighton
2012-11-09
1
-0
/
+8
|
\
\
|
*
|
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
1
-0
/
+8
*
|
|
Delegate all calculations to the scope.
Jon Leighton
2012-11-09
1
-0
/
+1
[next]