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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not reset associations when preloading twice.
Yves Senn
2013-03-22
1
-2
/
+1
*
Wrong exception is occured when raising no translatable exception
kennyj
2013-03-20
1
-0
/
+2
*
Don't crash exception translation w/ nil result attribute.
Steve Jorgensen
2013-03-20
1
-1
/
+1
*
Reset postgreSQL search path in db:test:clone_structure.
Alexander
2013-03-19
1
-0
/
+1
*
Merge branch '3-2-13' into 3-2-stable
Aaron Patterson
2013-03-18
3
-3
/
+3
|
\
|
*
bumping to 3.2.13
Aaron Patterson
2013-03-18
1
-1
/
+1
|
*
stop calling to_sym when building arel nodes [CVE-2013-1854]
Aaron Patterson
2013-03-15
2
-2
/
+2
|
*
bumping to rc2
Aaron Patterson
2013-03-06
1
-1
/
+1
|
*
Freeze columns only once per Result
Santiago Pastorino
2013-03-05
1
-3
/
+9
|
*
Preparing for 3.2.13.rc1 release
Steve Klabnik
2013-02-27
1
-2
/
+2
*
|
@target might be nil when Identity Map is enabled.
Larry Lv
2013-03-08
1
-3
/
+8
*
|
Fix issue #7526. Reload the target if it's stale.
larrylv
2013-03-05
4
-6
/
+8
*
|
Freeze columns only once per Result
Santiago Pastorino
2013-03-03
1
-3
/
+9
*
|
Update docs, change_table does not use TableDefinition.
Yves Senn
2013-02-28
1
-2
/
+2
*
|
Backported #6755 to 3-2-stable. Don't read csv file during executing db:fixtu...
Narihiro Nakamura
2013-02-28
1
-1
/
+1
|
/
*
Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"
Steve Klabnik
2013-02-26
3
-12
/
+4
*
Do not override attributes on `dup` by default scopes
Hiroshige Umino
2013-02-26
1
-1
/
+0
*
Backported #7072 to 3-2-stable. Use database value for uniqueness validation ...
Narihiro Nakamura
2013-02-26
1
-1
/
+1
*
Sqlite preserves primary keys when copying/altering tables.
Yves Senn
2013-02-23
1
-2
/
+6
*
don't cache invalid subsets when preloading hmt associations.
Yves Senn
2013-02-19
1
-1
/
+2
*
Fix handling of dirty time zone aware attributes
Lilibeth De La Cruz
2013-02-17
1
-2
/
+2
*
Revert "Merge pull request #9252 from senny/8423_hmt_preloading_bug"
Rafael Mendonça França
2013-02-15
1
-2
/
+1
*
Merge pull request #9252 from senny/8423_hmt_preloading_bug
Rafael Mendonça França
2013-02-14
1
-1
/
+2
*
backport of fix for issue #7630
Matthew Robertson
2013-02-13
1
-0
/
+5
*
Merge branch '3-2-sec' into 3-2-stable
Aaron Patterson
2013-02-11
1
-1
/
+1
|
\
|
*
bumping version
Aaron Patterson
2013-02-10
1
-1
/
+1
|
*
fixing call to columns hash. run the damn tests when you backport!
Aaron Patterson
2013-02-09
1
-1
/
+1
|
*
Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric
Guillermo Iguaran
2013-02-09
3
-4
/
+12
*
|
fixing call to columns hash. run the damn tests when you backport!
Aaron Patterson
2013-02-09
1
-1
/
+1
*
|
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
3
-4
/
+12
*
|
Duplicate column_defaults properly
Piotr Sarnacki
2013-02-03
1
-1
/
+2
*
|
Merge pull request #9078 from senny/6865_ar_count_with_uniq
Rafael Mendonça França
2013-02-02
1
-1
/
+2
*
|
Merge pull request #9043 from senny/backport_7536
Carlos Antonio da Silva
2013-01-29
1
-1
/
+1
|
\
\
|
*
|
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2013-01-23
1
-1
/
+1
*
|
|
Replaced abcs to config.
Damir Gaynetdinov
2013-01-25
1
-3
/
+3
|
/
/
*
|
Merge pull request #6197 from blakesmith/connection_adapters_without_explain_...
Xavier Noria
2013-01-22
2
-6
/
+14
*
|
Revert "Merge pull request #6986 from kennyj/fix_6975"
Andrew White
2013-01-22
1
-14
/
+5
*
|
Revert "Work around undiagnosed bug that's draining a relation's bind_values"
Carlos Antonio da Silva
2013-01-15
1
-1
/
+0
*
|
Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"
Carlos Antonio da Silva
2013-01-15
6
-35
/
+12
*
|
Revert "Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt"
Ernie Miller
2013-01-11
1
-14
/
+0
*
|
Ignore binds payload with nil column in AR log subscriber
Yasuo Honda
2013-01-09
1
-1
/
+5
*
|
Merge branch '3-2-sec' into 3-2-secmerge
Aaron Patterson
2013-01-08
2
-2
/
+7
|
\
|
|
*
bumping version
Aaron Patterson
2013-01-08
1
-1
/
+1
|
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
1
-1
/
+6
*
|
Refactor write attribute logic to convert number column value
Carlos Antonio da Silva
2013-01-07
1
-4
/
+5
*
|
Fix named scope + class method example
Carlos Antonio da Silva
2013-01-07
1
-3
/
+1
*
|
connection_parameters is an Array and will never have
Rafael Mendonça França
2013-01-06
1
-2
/
+0
*
|
Fix error when assigning NaN to an integer column
Tristan Harward
2013-01-06
1
-5
/
+1
*
|
Fix undefined method `to_i' introduced since 3.2.8
Jason Stirk
2013-01-04
1
-1
/
+5
*
|
Merge tag 'v3.2.10' into 3-2-stable
Miguel
2013-01-03
1
-1
/
+1
|
\
|
[next]