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
*
Correctly parse bigint defaults in PostgreSQL, Backpost #10098.
Erik Peterson
2013-04-11
2
-0
/
+6
*
Merge branch '3-2-later' into 3-2-stable
Aaron Patterson
2013-04-09
1
-0
/
+10
|
\
|
*
adding test for CVE
Aaron Patterson
2013-02-09
1
-0
/
+10
|
*
Merge pull request #9224 from dylanahsmith/bigdecimal-takes-string
Guillermo Iguaran
2013-02-09
1
-1
/
+1
|
*
Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric
Guillermo Iguaran
2013-02-09
4
-10
/
+37
*
|
Merge pull request #7792 from seejee/chained_scopes_preload_properly
Carlos Antonio da Silva
2013-04-03
2
-0
/
+10
|
\
\
|
*
|
Chained scopes will be preloaded properly. Fixes #7490
Chris Geihsler
2013-04-03
2
-0
/
+10
*
|
|
Don't reset inheritance_column when setting explicitly.
Fred Wu
2013-03-27
1
-0
/
+10
*
|
|
use ruby 1.8 Hash syntax [ci skip]
Yves Senn
2013-03-22
1
-1
/
+1
*
|
|
do not reset associations when preloading twice.
Yves Senn
2013-03-22
1
-0
/
+7
*
|
|
Wrong exception is occured when raising no translatable exception
kennyj
2013-03-20
1
-0
/
+6
*
|
|
Bring back test and changelog entry from #pluck method and select clause
Carlos Antonio da Silva
2013-03-18
1
-0
/
+6
*
|
|
Merge branch '3-2-13' into 3-2-stable
Aaron Patterson
2013-03-18
3
-14
/
+8
|
\
\
\
|
*
|
|
stop calling to_sym when building arel nodes [CVE-2013-1854]
Aaron Patterson
2013-03-15
2
-8
/
+8
|
|
/
/
|
*
|
Revert "Merge pull request #8209 from senny/backport_8176"
Aaron Patterson
2013-03-05
1
-6
/
+0
*
|
|
Fix ar:mysql2 build on Ruby 1.8.7
Andrew White
2013-03-13
1
-4
/
+12
*
|
|
Merge pull request #9613 from arunagw/remove_fixme
Carlos Antonio da Silva
2013-03-08
1
-9
/
+8
|
\
\
\
|
*
|
|
Removing FIXME
Arun Agrawal
2013-03-08
1
-9
/
+8
*
|
|
|
Merge pull request #9549 from larrylv/reload-stable-target-before-saving
Rafael Mendonça França
2013-03-07
1
-0
/
+14
|
\
\
\
\
|
*
|
|
|
Fix issue #7526. Reload the target if it's stale.
larrylv
2013-03-05
1
-0
/
+14
*
|
|
|
|
Use shorter prefix and suffix as in Oracle database identifier
Yasuo Honda
2013-03-07
1
-4
/
+5
|
/
/
/
/
*
|
|
|
Revert "Skip test_remove_column_with_array_as_an_argument_is_deprecated with ...
Yasuo Honda
2013-02-28
1
-3
/
+1
*
|
|
|
Fix ORA-00972 error at test_rename_table_with_prefix_and_suffix
Yasuo Honda
2013-02-28
1
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"
Steve Klabnik
2013-02-26
4
-37
/
+10
*
|
|
Do not override attributes on `dup` by default scopes
Hiroshige Umino
2013-02-26
1
-0
/
+9
*
|
|
Backported #7072 to 3-2-stable. Use database value for uniqueness validation ...
Narihiro Nakamura
2013-02-26
1
-0
/
+16
*
|
|
Sqlite preserves primary keys when copying/altering tables.
Yves Senn
2013-02-23
2
-0
/
+22
*
|
|
Use order to get the first record since postgresql returns in the
Rafael Mendonça França
2013-02-20
1
-1
/
+1
*
|
|
keep the build :green_heart:, #first on 1.8.7 and pg is different
Yves Senn
2013-02-19
1
-1
/
+1
*
|
|
don't cache invalid subsets when preloading hmt associations.
Yves Senn
2013-02-19
1
-0
/
+6
*
|
|
Fix handling of dirty time zone aware attributes
Lilibeth De La Cruz
2013-02-17
1
-0
/
+2
*
|
|
Revert "Merge pull request #9252 from senny/8423_hmt_preloading_bug"
Rafael Mendonça França
2013-02-15
1
-6
/
+0
*
|
|
Merge pull request #9252 from senny/8423_hmt_preloading_bug
Rafael Mendonça França
2013-02-14
1
-0
/
+6
*
|
|
backport of fix for issue #7630
Matthew Robertson
2013-02-13
1
-0
/
+11
*
|
|
Fix test failure for ruby 1.8.
Dylan Smith
2013-02-08
1
-1
/
+1
*
|
|
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
4
-10
/
+37
*
|
|
This pull requests addresses ORA-01400 errors and also supports #6115 issue t...
Yasuo Honda
2013-02-03
1
-1
/
+1
*
|
|
Duplicate column_defaults properly
Piotr Sarnacki
2013-02-03
2
-1
/
+8
*
|
|
Merge pull request #9078 from senny/6865_ar_count_with_uniq
Rafael Mendonça França
2013-02-02
1
-0
/
+4
*
|
|
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2013-01-23
3
-2
/
+16
*
|
|
Merge pull request #6197 from blakesmith/connection_adapters_without_explain_...
Xavier Noria
2013-01-22
1
-0
/
+10
*
|
|
Revert "Merge pull request #6986 from kennyj/fix_6975"
Andrew White
2013-01-22
1
-15
/
+0
*
|
|
Add failing test case for #8460
Andrew White
2013-01-22
1
-0
/
+14
|
/
/
*
|
Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"
Carlos Antonio da Silva
2013-01-15
1
-7
/
+0
*
|
Revert "Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt"
Ernie Miller
2013-01-11
1
-5
/
+0
*
|
Ignore binds payload with nil column in AR log subscriber
Yasuo Honda
2013-01-09
1
-12
/
+22
*
|
Merge branch '3-2-sec' into 3-2-secmerge
Aaron Patterson
2013-01-08
1
-1
/
+15
|
\
|
|
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
1
-1
/
+15
*
|
Remove not used variable in eager test
Carlos Antonio da Silva
2013-01-07
1
-1
/
+0
*
|
Test only with Ruby 1.9+
Rafael Mendonça França
2013-01-06
1
-4
/
+6
[next]