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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Load fixtures from linked folders
Kassio Borges
2013-08-05
4
-3
/
+8
|
/
*
Move changelog entry to the top [ci skip]
Rafael Mendonça França
2013-07-30
1
-5
/
+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
*
Merge pull request #11563 from 90yukke/fix-nomethoderror-on-non-attribute-equ...
Rafael Mendonça França
2013-07-23
3
-2
/
+23
|
\
|
*
Fix merge error when Equality LHS is non-attribute.
90yukke
2013-07-23
3
-2
/
+23
|
/
*
Fix actionpack CHANGELOG entry
Rafael Mendonça França
2013-07-22
1
-1
/
+4
*
Merge branch '3-2-14' into 3-2-stable
Rafael Mendonça França
2013-07-22
16
-16
/
+24
|
\
|
*
Fix activemodel CHANGELOG
Rafael Mendonça França
2013-07-22
1
-6
/
+1
|
*
Preparing for 3.2.14 release
Rafael Mendonça França
2013-07-22
9
-9
/
+9
|
*
Update CHANGELOG entry
Rafael Mendonça França
2013-07-22
6
-34
/
+6
|
*
Preparing for 3.2.14.rc2 release
Rafael Mendonça França
2013-07-16
16
-17
/
+47
|
*
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
16
-24
/
+26
*
|
Add test to prevent route reloading regression
Andrew White
2013-07-21
1
-0
/
+45
*
|
Merge pull request #11486 from wolframarnold/3-2-stable_fix_respond_to_missin...
Rafael Mendonça França
2013-07-18
3
-0
/
+12
|
\
\
|
*
|
Add respond_to_missing? for TaggedLogging which is needed if another log abst...
Wolfram Arnold
2013-07-17
3
-0
/
+12
*
|
|
Merge pull request #10800 from 907th/fix-custom-message-for-assert_redirected_to
Rafael Mendonça França
2013-07-17
3
-2
/
+11
|
\
\
\
|
*
|
|
Fix `assert_redirected_to` does not show user-supplied message.
Alexey Chernenkov
2013-07-18
3
-2
/
+11
|
/
/
/
*
|
|
Merge pull request #11468 from arunagw/removed_unsed_test
Carlos Antonio da Silva
2013-07-17
1
-32
/
+0
|
\
|
|
|
*
|
Removed unused test file
Arun Agrawal
2013-07-17
1
-32
/
+0
|
/
/
*
|
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
2
-0
/
+9
|
/
*
Add missing require so that DateTime has the right superclass
Andrew White
2013-07-10
1
-0
/
+1
*
Return local time for backwards compatibility
Andrew White
2013-07-09
3
-10
/
+27
*
Retain offset and fraction when using Time.at_with_coercion
Andrew White
2013-07-09
3
-3
/
+51
*
Do not shallow the original exception in exec_cache
Rafael Mendonça França
2013-07-09
2
-1
/
+11
*
Remove git dependecy
Rafael Mendonça França
2013-07-08
1
-1
/
+1
*
Add license to the gemspec
Rafael Mendonça França
2013-07-08
8
-0
/
+19
*
New changelog entries always on the top [ci skip]
Rafael Mendonça França
2013-07-06
1
-4
/
+5
*
Remove warning of assigned but unused variable
Rafael Mendonça França
2013-07-06
1
-1
/
+1
*
Skip connection url test when the machine is using socket configuration.
Rafael Mendonça França
2013-07-06
1
-0
/
+3
*
Add missing require
Santiago Pastorino
2013-07-02
1
-0
/
+1
*
Merge pull request #8881 from carsonreinke/3-2-stable
Rafael Mendonça França
2013-07-01
3
-2
/
+23
|
\
|
*
Incorrectly providing program name the same as log message even when block is...
Carson Reinke
2013-07-01
3
-2
/
+23
|
/
*
unify duplicate CHANGELOG entry
Yves Senn
2013-06-27
1
-6
/
+2
*
Merge pull request #9173 from senny/backport_perftest_fix
Yves Senn
2013-06-27
8
-8
/
+23
|
\
|
*
clear ARGV to prevent mintest autorun errors:
Yves Senn
2013-06-27
3
-0
/
+8
|
*
Backport rails/rails-perftest#2 to fix rake test:benchmark
Yves Senn
2013-06-27
7
-8
/
+15
|
/
*
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
[prev]
[next]