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
*
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
*
Use the proper encoding comment on the file
Rafael Mendonça França
2013-08-06
1
-0
/
+2
*
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
2
-0
/
+8
*
Merge pull request #11767 from kassio/master-load-fixtures-from-linked-folder
Rafael Mendonça França
2013-08-05
4
-2
/
+15
|
\
|
*
load fixtures from linked folders
Kassio Borges
2013-08-05
4
-2
/
+15
*
|
Create sqlite3 directory if not present
schneems
2013-08-05
1
-0
/
+21
*
|
Merge pull request #11740 from Karunakar/self_table
Rafael Mendonça França
2013-08-03
1
-2
/
+2
|
\
\
|
*
|
Changing the def self.table_name to self.table_name in the column_name.rb
Karunakar (Ruby)
2013-08-03
1
-2
/
+2
*
|
|
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
|
\
|
*
Define enable_extension method to prevent undefined method error
Antonio Santos
2013-08-02
2
-0
/
+24
*
|
Use assert_nil instead of testing for equality
Carlos Antonio da Silva
2013-08-02
1
-2
/
+1
*
|
Removed redundant xml override from pg adapter
Paul Nikitochkin
2013-08-02
1
-0
/
+39
*
|
Change test_registering_new_handlers and test_count_on_invalid_columns_raises
Yasuo Honda
2013-08-02
2
-2
/
+2
*
|
association builder classes no longer need the model
Aaron Patterson
2013-08-01
1
-1
/
+1
*
|
no need to define the constant twice
Aaron Patterson
2013-08-01
1
-1
/
+0
*
|
this code is dead, removing
Aaron Patterson
2013-08-01
1
-6
/
+0
*
|
assert that constants have been set rather than the names
Aaron Patterson
2013-08-01
1
-6
/
+8
*
|
do is_a? tests on assignment so runtime is faster
Aaron Patterson
2013-07-31
1
-2
/
+2
*
|
Merge pull request #11668 from neerajdotname/make_test_order_independent_2
Rafael Mendonça França
2013-07-30
2
-3
/
+6
|
\
\
|
*
|
assert_no_queries should ignore certain sqls
Neeraj Singh
2013-07-30
1
-1
/
+3
|
*
|
assert_no_queries should allow to ignore some queries
Neeraj Singh
2013-07-30
1
-2
/
+3
*
|
|
Merge branch 'revert-order-prepending'
Rafael Mendonça França
2013-07-30
4
-15
/
+15
|
\
\
\
|
*
|
|
Revert change on ActiveRecord::Relation#order method that prepends new
Rafael Mendonça França
2013-07-29
4
-15
/
+15
|
|
/
/
*
|
|
Merge pull request #10673 from sgrif/master
Rafael Mendonça França
2013-07-29
1
-0
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add ability to specify how a class is converted to Arel predicate
sgrif
2013-07-28
1
-0
/
+14
*
|
|
Merge pull request #11651 from neerajdotname/log_should_mimick_original_log_m...
Carlos Antonio da Silva
2013-07-29
1
-1
/
+1
|
\
\
\
|
*
|
|
interceptor should mimick original method
Neeraj Singh
2013-07-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #11649 from neerajdotname/use_method_with_active_record_de...
Carlos Antonio da Silva
2013-07-29
1
-30
/
+20
|
\
\
\
|
*
|
|
use method with_active_record_default_timezone
Neeraj Singh
2013-07-29
1
-30
/
+20
|
|
/
/
*
/
/
remove duplicate method
Neeraj Singh
2013-07-29
1
-7
/
+0
|
/
/
*
|
Revert "fix order dependent test related to migration"
Akira Matsuda
2013-07-29
1
-4
/
+0
*
|
Properly repair validations when dynamically added
Akira Matsuda
2013-07-29
1
-24
/
+30
[next]