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
...
*
Move where with blank conditions test to the correct where tests file
Carlos Antonio da Silva
2012-12-07
2
-6
/
+6
*
Ensure there won't be any regression with where(nil) calls
Carlos Antonio da Silva
2012-12-07
1
-1
/
+1
*
Merge pull request #8332 from amatsuda/ar_where_chain
Carlos Antonio da Silva
2012-12-07
2
-1
/
+79
|
\
|
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
2
-1
/
+79
*
|
Unscope update_column(s) query to ignore default scope
Carlos Antonio da Silva
2012-12-06
1
-0
/
+16
*
|
Remove method redefined warnings
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
|
Use CURRENT_TIMESTAMP since it has apparently better cross db support
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
|
convert time to string
Josh Susser
2012-12-06
2
-2
/
+2
*
|
Merge branch 'joshsusser-master' into merge
Aaron Patterson
2012-12-05
7
-31
/
+139
|
\
\
|
*
|
style cleanup
Josh Susser
2012-12-03
2
-2
/
+1
|
*
|
Add migration history to schema.rb dump
Josh Susser
2012-12-02
2
-2
/
+67
|
*
|
Add metadata to schema_migrations
Josh Susser
2012-12-01
6
-29
/
+73
*
|
|
Do not instantiate intermediate AR objects when eager loading.
Yves Senn
2012-12-04
1
-0
/
+6
|
/
/
*
|
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
[prev]
[next]