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
*
experiment
Aaron Patterson
2013-05-17
2
-16
/
+15
*
Merge branch 'master' into stmt
Aaron Patterson
2013-05-17
1
-4
/
+1
|
\
|
*
include bind values from the default scope
Aaron Patterson
2013-05-17
1
-4
/
+1
*
|
Merge branch 'master' into stmt
Aaron Patterson
2013-05-17
29
-131
/
+523
|
\
|
|
*
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
|
*
|
Set the inverse when association queries are refined
Jon Leighton
2013-05-10
1
-0
/
+13
|
|
/
|
*
Merge pull request #10521 from yahonda/sanitize_oracle
Rafael Mendonça França
2013-05-08
1
-5
/
+4
|
|
\
|
|
*
Remove current_adapter? from test_sanitize_sql_hash_handles_associations
Yasuo Honda
2013-05-08
1
-5
/
+4
|
*
|
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
2
-0
/
+84
|
*
|
Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide...
Aaron Patterson
2013-05-07
1
-29
/
+0
|
*
|
Handle other pk types in PostgreSQL gracefully.
Patrick Robertson
2013-05-07
1
-0
/
+29
|
|
/
|
*
Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy
Rafael Mendonça França
2013-05-06
1
-0
/
+20
|
|
\
|
|
*
Confirm a record has not already been destroyed before decrementing
Ben Tucker
2013-05-06
1
-0
/
+20
|
*
|
Fix test asserting the sanitized SQL hash differently to some adapters
Rafael Mendonça França
2013-05-06
1
-1
/
+7
|
*
|
Merge pull request #10352 from zohlgren/fix_activerecord_sanitization_sanitiz...
Rafael Mendonça França
2013-05-06
1
-0
/
+4
|
|
\
\
|
|
*
|
Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions
Zach Ohlgren
2013-05-06
1
-0
/
+4
|
*
|
|
fix failing test caused by 3771e4d511
Neeraj Singh
2013-05-06
1
-2
/
+2
|
|
/
/
|
*
|
raise IrreversibleMigration if no column given
Neeraj Singh
2013-05-06
1
-0
/
+28
|
*
|
fix to remove warning on postgres adapter test.
Akshay Khole
2013-05-05
1
-1
/
+1
|
*
|
Merge pull request #10458 from bwbuchanan/issue-10451
Rafael Mendonça França
2013-05-04
1
-0
/
+12
|
|
\
\
|
|
*
|
Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.
Brian Buchanan
2013-05-03
1
-0
/
+12
|
*
|
|
Squashed commit of the following:
Aaron Patterson
2013-05-03
1
-2
/
+0
|
|
/
/
|
*
|
Do not overwrite manually built records during one-to-one nested attribute as...
Olek Janiszewski
2013-05-03
1
-0
/
+14
|
*
|
Merge pull request #10417 from jholton/fix_association_auto_save
Jon Leighton
2013-05-03
1
-3
/
+19
|
|
\
\
|
|
*
|
destroys association records before saving/inserting new association records
Johnny Holton
2013-05-02
1
-3
/
+19
|
*
|
|
Fix broken mysql test
Jon Leighton
2013-05-03
2
-32
/
+22
|
*
|
|
Add test for `AR::Base#to_param`
Takehiro Adachi
2013-05-02
1
-1
/
+6
|
|
/
/
|
*
|
Merge pull request #10396 from tkhr/extract-test-code-from-base_test.rb
Carlos Antonio da Silva
2013-05-01
2
-73
/
+82
|
|
\
\
|
|
*
|
Extract tests code out from AR's base_test.rb to integration_test.rb
Takehiro Adachi
2013-05-02
2
-73
/
+82
|
|
|
/
|
*
|
Merge pull request #7839 from chancancode/handle_aliased_attributes_in_ar_rel...
Aaron Patterson
2013-05-01
3
-1
/
+22
|
|
\
\
|
|
*
|
Handle aliased attributes in ActiveRecord::Relation.
Godfrey Chan
2013-05-01
3
-1
/
+22
|
*
|
|
Improve docs for postgresql with uuid primary keys [ci skip]
Carlos Antonio da Silva
2013-05-01
1
-1
/
+0
|
|
/
/
|
*
/
allow override of uuid_generate_v4() default by passing default: nil
Chad Moone
2013-05-01
1
-0
/
+31
|
|
/
|
*
Mute psql output when running rake db:schema:load
Godfrey Chan
2013-04-30
1
-1
/
+1
|
*
Fix #8856 Ensure has_one association=(associate) triggers save.
Chris Thompson
2013-04-30
1
-0
/
+16
|
*
Abort a rake task when missing db/structure.sql like `db:schema:load` task.
kennyj
2013-05-01
1
-0
/
+7
[next]