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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '3-2-17' into 3-2-stable
Rafael Mendonça França
2014-02-18
1
-1
/
+1
|
\
|
*
Preparing for 3.2.17 release
Rafael Mendonça França
2014-02-18
1
-1
/
+1
*
|
Update Session Store Documentation
Chris Maddox
2013-12-13
1
-1
/
+1
|
/
*
updating the changelog
Aaron Patterson
2013-12-02
1
-1
/
+1
*
updating changelogs
Aaron Patterson
2013-10-16
1
-1
/
+1
*
bumping to 3.2.15
Aaron Patterson
2013-10-15
1
-1
/
+1
*
bumping to rc3
Aaron Patterson
2013-10-11
1
-1
/
+1
*
Revert "Merge pull request #12413 from arthurnn/inverse_of_on_build"
Rafael Mendonça França
2013-10-10
4
-10
/
+2
*
Revert "Merge pull request #12443 from arthurnn/add_inverse_of_add_target"
Rafael Mendonça França
2013-10-10
2
-14
/
+0
*
bumping to rc2
Aaron Patterson
2013-10-04
1
-1
/
+1
*
Merge pull request #12443 from arthurnn/add_inverse_of_add_target
Rafael Mendonça França
2013-10-04
2
-0
/
+14
*
bumping version to 3.2.15.rc1
Aaron Patterson
2013-10-03
1
-2
/
+2
*
Merge pull request #12084 from Ben-M/3-2-stable
Aaron Patterson
2013-10-03
3
-1
/
+11
|
\
|
*
Fix STI scopes using benolee's suggestion. Fixes #11939
Ben Maraney
2013-08-30
3
-1
/
+11
*
|
Move set_inverse_instance to association.build_record
Arthur Neves
2013-09-30
4
-2
/
+10
*
|
fix inverse_of when find_or_initialize_by_*
Arthur Neves
2013-09-26
3
-4
/
+22
*
|
on tests: dont always touch firm on validate
Arthur Neves
2013-09-25
2
-2
/
+5
*
|
Merge pull request #12359 from arthurnn/inverse_on_callbacks
Rafael Mendonça França
2013-09-25
4
-1
/
+18
*
|
Fix FinderMethods#last unscoped primary key
Eugene Kalenkovich
2013-09-12
3
-2
/
+21
*
|
on SchemaCache use the connection getter instead of the obj given
Arthur Neves
2013-09-09
1
-2
/
+2
|
/
*
Load fixtures from linked folders
Kassio Borges
2013-08-05
4
-3
/
+8
*
Fix broken test
Rafael Mendonça França
2013-07-24
1
-1
/
+1
*
Tidy up the "Specified column type for quote_value" changes
Ben Woosley
2013-07-24
2
-3
/
+3
*
Specified column type for quote_value
Alfred Wong
2013-07-24
3
-1
/
+24
*
Fix merge error when Equality LHS is non-attribute.
90yukke
2013-07-23
3
-2
/
+23
*
Preparing for 3.2.14 release
Rafael Mendonça França
2013-07-22
1
-1
/
+1
*
Update CHANGELOG entry
Rafael Mendonça França
2013-07-22
1
-4
/
+1
*
Preparing for 3.2.14.rc2 release
Rafael Mendonça França
2013-07-16
2
-3
/
+3
*
Use Ruby 1.8 syntax
Rafael Mendonça França
2013-07-15
1
-1
/
+1
*
Merge pull request #11451 from jetthoughts/11450_do_not_resave_destroyed_asso...
Yves Senn
2013-07-15
3
-0
/
+18
*
Preparing for 3.2.14.rc1 release
Rafael Mendonça França
2013-07-12
2
-3
/
+3
*
Do not shallow the original exception in exec_cache
Rafael Mendonça França
2013-07-09
2
-1
/
+11
*
Add license to the gemspec
Rafael Mendonça França
2013-07-08
1
-0
/
+2
*
Skip connection url test when the machine is using socket configuration.
Rafael Mendonça França
2013-07-06
1
-0
/
+3
*
Merge pull request #11019 from tkhr/test_case_for_issue_10393
Yves Senn
2013-06-25
3
-1
/
+29
|
\
|
*
Allow global override of default STI inheritance column
chapmajs
2013-06-26
3
-1
/
+29
*
|
build fix, fall back to old hash syntax
Yves Senn
2013-06-26
1
-3
/
+3
|
/
*
Merge pull request #9893 from JonRowe/add_test_to_assert_association_doesnt_o...
Yves Senn
2013-06-25
1
-0
/
+13
|
\
|
*
test case to assert that associations do not overwrite after create, fixes #9310
Jon Rowe
2013-03-24
1
-0
/
+13
*
|
Move changelog entry to the top [ci skip]
Carlos Antonio da Silva
2013-06-25
1
-5
/
+6
*
|
Merge pull request #10373 from janko-m/fix-store-accessor
Carlos Antonio da Silva
2013-06-25
3
-1
/
+13
|
\
\
|
*
|
Fix ActiveRecord::Store not tracking changes
Janko Marohnić
2013-04-29
3
-1
/
+13
*
|
|
Revert "Revert "Merge pull request #10901 from armstrjare/fix_query_null_fore...
Yves Senn
2013-06-25
3
-1
/
+43
*
|
|
Revert "Merge pull request #10901 from armstrjare/fix_query_null_foreign_key_...
Yves Senn
2013-06-22
3
-34
/
+1
*
|
|
Merge pull request #10901 from armstrjare/fix_query_null_foreign_key_on_new_r...
Yves Senn
2013-06-22
3
-1
/
+34
|
\
\
\
|
*
|
|
Fixes CollectionAssociation#ids_reader returning incorrect ids for new records
Jared Armstrong
2013-06-21
3
-1
/
+34
*
|
|
|
Merge pull request #10925 from senny/10917_test_to_prevent_regression
Yves Senn
2013-06-15
3
-3
/
+35
|
/
/
/
*
|
|
adding a test for #10830
Aaron Patterson
2013-06-05
1
-0
/
+46
*
|
|
Restore rescue block for when IM is enabled
Andrew White
2013-05-24
1
-19
/
+22
*
|
|
It's scoped in 3-2-stable!
Arun Agrawal
2013-05-24
1
-1
/
+1
[next]