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
...
*
|
|
|
Merge pull request #10482 from scudco/10432-fix-add-column-with-array
Aaron Patterson
2013-06-05
1
-0
/
+29
|
\
\
\
\
|
*
|
|
|
Fixes #10432 add_column not creating array columns in PostgreSQL
Adam Anderson
2013-06-04
1
-0
/
+29
*
|
|
|
|
Fix #10789. Now at last ::Logger doesn't support #silence method .
kennyj
2013-06-05
1
-0
/
+9
*
|
|
|
|
the typecast value should be passed to the serializer. fixes #10830
Aaron Patterson
2013-06-05
1
-1
/
+0
*
|
|
|
|
adding a test for #10830
Aaron Patterson
2013-06-05
1
-0
/
+18
|
/
/
/
/
*
|
|
|
Revert "Merge pull request #4490 from EmmanuelOga/master"
José Valim
2013-06-04
1
-17
/
+0
*
|
|
|
Merge pull request #10824 from vipulnsward/wonderful
Guillermo Iguaran
2013-06-02
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
wonderfull => wonderful
Vipul A M
2013-06-02
1
-1
/
+1
*
|
|
|
|
Remove unnecessary testcase for instance level stored_attributes.
kennyj
2013-06-02
1
-5
/
+0
*
|
|
|
|
Remove instance level serialized_attributes setting was deprecated.
kennyj
2013-06-02
1
-6
/
+0
*
|
|
|
|
Remove instance level attr_readonly setting was deprecated.
kennyj
2013-06-02
1
-6
/
+0
*
|
|
|
|
Remove behavior that deals with a string as third argument of `add_index`, be...
kennyj
2013-06-02
1
-10
/
+0
*
|
|
|
|
Remove #sum with a block was deprecated.
kennyj
2013-06-01
2
-12
/
+0
*
|
|
|
|
Remove ActiveSupport::Benchmarkable#silence was deprecated.
kennyj
2013-06-01
1
-32
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #10495 from senny/postgres_test_cleanup
Rafael Mendonça França
2013-05-28
2
-30
/
+30
|
\
\
\
\
|
*
|
|
|
cleanup, assert on warning from postgres adapter
Yves Senn
2013-05-08
1
-1
/
+1
|
*
|
|
|
cleanup, switch arguments in assert_equal calls
Yves Senn
2013-05-08
1
-29
/
+29
*
|
|
|
|
test cleanup, replace `define_method` and `remove_method` with stubs.
Yves Senn
2013-05-28
1
-5
/
+1
*
|
|
|
|
`implicit_readonly` is being removed in favor of calling `readonly` explicitly
Yves Senn
2013-05-27
2
-14
/
+12
*
|
|
|
|
Fix the `:primary_key` option for `has_many` associations.
Yves Senn
2013-05-23
1
-0
/
+8
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #10714 from tkhr/extract_test_from_base_test.rb_in_AR
Carlos Antonio da Silva
2013-05-22
4
-45
/
+54
|
\
\
\
\
|
*
|
|
|
Extract AR::Persistence#becomes's test code out from base_test.rb
Takehiro Adachi
2013-05-22
2
-13
/
+13
|
*
|
|
|
Extract AR::AttributeMethods#attribute_for_inspect's test code out from base_...
Takehiro Adachi
2013-05-22
2
-8
/
+8
|
*
|
|
|
Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rb
Takehiro Adachi
2013-05-22
2
-24
/
+33
*
|
|
|
|
Merge branch 'bindwhere'
Aaron Patterson
2013-05-21
1
-0
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
avoid creating a set if no where values are removed
Aaron Patterson
2013-05-21
1
-0
/
+12
|
*
|
|
|
|
remove bind values for where clauses that were removed
Aaron Patterson
2013-05-21
1
-0
/
+10
|
|
/
/
/
/
*
/
/
/
/
In batches test @total was assigned but not used. Use it in tests instead of ...
Alexander Balashov
2013-05-21
1
-7
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #10692 from vipulnsward/fix_test_3
José Valim
2013-05-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix wrong `case_sensitive` in uniqueness validity test
Vipul A M
2013-05-20
1
-1
/
+1
*
|
|
|
|
Fix typo in test name and documentation
Vipul A M
2013-05-20
2
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #10676 from tkhr/add-test-to-counter_cache_test.rb
Rafael Mendonça França
2013-05-18
3
-4
/
+16
|
\
\
\
\
|
*
|
|
|
Fix tests which started to fail due to commit 0123c39f41e2062311b2197e6e230ef...
Takehiro Adachi
2013-05-18
2
-4
/
+4
|
*
|
|
|
Add test to AR's counter_cache_test.rb
Takehiro Adachi
2013-05-18
1
-0
/
+12
*
|
|
|
|
include bind values from the default scope
Aaron Patterson
2013-05-17
1
-4
/
+1
|
/
/
/
/
*
|
|
|
test refactor
Aaron Patterson
2013-05-16
1
-5
/
+2
*
|
|
|
Add more data to AR::UnknownAttributeError
Bogdan Gusiev
2013-05-16
1
-0
/
+12
*
|
|
|
Merge pull request #10619 from alno/top_level_array_in_postgres_json
Aaron Patterson
2013-05-16
1
-0
/
+14
|
\
\
\
\
|
*
|
|
|
Support array as root element in JSON
Alexey Noskov
2013-05-14
1
-0
/
+14
*
|
|
|
|
add failing test exposing mysql adapter tinyint bug
phinze
2013-05-15
1
-3
/
+16
*
|
|
|
|
Merge branch 'master' into normalizecb
Aaron Patterson
2013-05-13
6
-15
/
+48
|
\
|
|
|
|
|
*
|
|
|
Merge pull request #10577 from vipulnsward/fix_method_typos
Rafael Mendonça França
2013-05-12
3
-3
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
Fix class and method name typos
Vipul A M
2013-05-12
3
-3
/
+3
|
*
|
|
|
|
Merge pull request #10556 from Empact/deprecate-schema-statements-distinct
Rafael Mendonça França
2013-05-12
1
-12
/
+24
|
|
/
/
/
/
|
*
|
|
|
Call assume_migrated_upto_version on connection
Kyle Stevens
2013-05-11
1
-0
/
+20
|
*
|
|
|
read_attribute_before_type_cast should accept symbol
Neeraj Singh
2013-05-11
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
callbacks are wrapped with lambdas
Aaron Patterson
2013-05-10
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #6792 from Empact/postgres-distinct
Jon Leighton
2013-05-10
2
-0
/
+46
|
\
\
\
|
*
|
|
Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"
Ben Woosley
2013-05-10
2
-0
/
+46
|
|
|
/
|
|
/
|
*
|
|
Don't try to EXPLAIN select_db calls
Daniel Schierbeck
2013-05-10
1
-0
/
+5
[prev]
[next]