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
*
reconnect after the fork returns
Aaron Patterson
2013-08-30
1
-0
/
+2
*
remove unused variable
Aaron Patterson
2013-08-30
1
-1
/
+1
*
move the cache to the AR models and populate it on inherited
Aaron Patterson
2013-08-30
1
-4
/
+19
*
add a failing test for marshal + cache problems
Aaron Patterson
2013-08-30
1
-0
/
+26
*
add missing fixtures file
Aaron Patterson
2013-08-30
1
-1
/
+2
*
make sure there are actually some categories when running the test
Aaron Patterson
2013-08-29
1
-0
/
+1
*
pk should not be required for hm:t associations
Aaron Patterson
2013-08-29
1
-0
/
+7
*
Merge pull request #12051 from bcherry/preserve_datetime_milliseconds
Andrew White
2013-08-28
1
-0
/
+5
|
\
|
*
Test that PostgreSQL adapter includes `usec` when quoting `DateTime`
Ben Cherry
2013-08-28
1
-0
/
+5
*
|
query the association rather than send the method for the association name
Aaron Patterson
2013-08-27
1
-6
/
+4
|
/
*
check class hierarchy with is_a? in PredicateBuilder.expand
Mikhail Dieterle
2013-08-27
1
-0
/
+25
*
Add config to method calls in fixtures.
wangjohn
2013-08-26
1
-1
/
+1
*
PG adapter deals with negative money values formatted with parenthesis.
Yves Senn
2013-08-26
1
-0
/
+8
*
Removing instances of string class_names in fixtures.
wangjohn
2013-08-24
1
-7
/
+7
*
Adding deprecation assertions for proper_table_name.
wangjohn
2013-08-24
1
-7
/
+21
*
Making proper_table_name take in options.
wangjohn
2013-08-22
1
-1
/
+28
*
Avoid compiling regexs in AR::Base.respond_to?
John Hawthorn
2013-08-21
1
-0
/
+5
*
Merge pull request #11922 from Empact/string-confusion
Yves Senn
2013-08-20
1
-1
/
+1
|
\
|
*
Stop interpreting SQL 'string' columns as :string type.
Ben Woosley
2013-08-17
1
-1
/
+1
*
|
let AR::FinderMethods#exists? return singletons in all cases [closes #11592]
Xavier Noria
2013-08-19
1
-27
/
+29
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
2
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
2
-6
/
+1
*
|
Fixing multi-word automatic inverse detection.
wangjohn
2013-08-15
1
-0
/
+14
*
|
Merge pull request #11574 from jetthoughts/11552_rescue_on_invalid_inet_assign
Yves Senn
2013-08-14
1
-0
/
+14
|
\
\
|
*
|
Rescue invalid ip address exceptions on assign.
Paul Nikitochkin
2013-08-14
1
-0
/
+14
*
|
|
Removed redundant asserts for assigns attribute operation
Paul Nikitochkin
2013-08-14
1
-28
/
+28
|
/
/
*
|
test-case for fixed issue #11870.
Yves Senn
2013-08-14
1
-0
/
+4
*
|
using assert_not instead of refute
Rajarshi Das
2013-08-13
2
-4
/
+4
*
|
Use assert_not rather than refute
Piotr Sarnacki
2013-08-12
1
-5
/
+5
*
|
Refactor NestedAttributesWithCallbacksTest for clarity
Ben Woosley
2013-08-12
1
-67
/
+66
*
|
Fix interactions between :before_add callbacks and nested attributes assignment
Dr.(USA) Joerg Schray
2013-08-12
1
-0
/
+145
*
|
chmod -x
Akira Matsuda
2013-08-12
1
-0
/
+0
*
|
Make 'enable_extension' revertible
Eric Tipton
2013-08-10
1
-0
/
+10
*
|
Remove redundant `string_to_binary` from type-casting
Vipul A M
2013-08-09
1
-19
/
+0
*
|
Merge pull request #11802 from ko1/fix_field_encoding_for_mysql
Aaron Patterson
2013-08-07
1
-2
/
+0
|
\
\
|
*
|
Set field encoding to client_encoding for mysql adapter.
Koichi Sasada
2013-08-08
1
-2
/
+0
*
|
|
cast hstore values on write to be consistent with reading from the db.
Yves Senn
2013-08-08
1
-0
/
+7
|
/
/
*
|
use `skip` so we can see what tests are not run
Aaron Patterson
2013-08-08
1
-6
/
+5
*
|
Fix multidimensional PG arrays containing non-string items
Yves Senn
2013-08-07
1
-14
/
+19
*
|
skip `test_unicode_column_name` for `MysqlAdapter`.
Yves Senn
2013-08-07
1
-3
/
+6
*
|
test to express that we can't turn non-array columns to array columns.
Yves Senn
2013-08-06
1
-0
/
+9
*
|
Fix indentation
Rafael Mendonça França
2013-08-06
1
-3
/
+2
*
|
asakusa.rb hack night!
Aaron Patterson + Akira Matsuda
2013-08-06
2
-0
/
+5
*
|
adding a weird test case
Aaron Patterson
2013-08-06
1
-0
/
+7
*
|
Merge pull request #11767 from kassio/master-load-fixtures-from-linked-folder
Rafael Mendonça França
2013-08-05
1
-2
/
+2
|
\
\
|
*
|
load fixtures from linked folders
Kassio Borges
2013-08-05
1
-2
/
+2
*
|
|
Create sqlite3 directory if not present
schneems
2013-08-05
1
-0
/
+21
*
|
|
fix for postgresql failing test in local
Karunakar (Ruby)
2013-08-04
1
-1
/
+1
*
|
|
add a test for concat on hm:t associations
Aaron Patterson
2013-08-02
1
-0
/
+7
|
/
/
*
|
Merge pull request #11455 from antonio/fix_enable_extension_not_being_defined
Rafael Mendonça França
2013-08-02
2
-0
/
+24
|
\
\
[next]