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
*
Improve test name related to cache timestamp format [ci skip]
Carlos Antonio da Silva
2012-12-11
1
-1
/
+1
*
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
1
-3
/
+3
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
2
-0
/
+10
*
Make sure the tests pass in the case closer to described in #8195
Rafael Mendonça França
2012-12-10
4
-19
/
+14
*
Added regression test for #8195.
jacobstr
2012-12-10
1
-0
/
+18
*
Fix decorating columns for serialized attributes
itzki
2012-12-10
1
-0
/
+13
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
9
-148
/
+30
*
Session variables for mysql, mysql2, and postgresql adapters can be set
Aaron Stone
2012-12-08
3
-0
/
+75
*
Rollback where.like and where.not_like
Carlos Antonio da Silva
2012-12-07
1
-17
/
+2
*
Document the types of arguments accepted by AR#not
claudiob
2012-12-07
1
-0
/
+12
*
Fix where.not with in clause
Carlos Antonio da Silva
2012-12-07
1
-1
/
+1
*
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
9
-31
/
+149
|
\
\
|
*
|
style cleanup
Josh Susser
2012-12-03
2
-2
/
+1
|
*
|
Add migration history to schema.rb dump
Josh Susser
2012-12-02
4
-2
/
+77
|
*
|
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
2
-0
/
+16
|
/
/
*
|
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
2
-13
/
+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
7
-0
/
+126
*
|
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
*
|
Fix some indentation in the postgresql_specific_schema
Rafael Mendonça França
2012-11-28
1
-9
/
+9
*
|
Add comment to a table without model.
Rafael Mendonça França
2012-11-28
1
-0
/
+1
*
|
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
|
/
/
[next]