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
...
|
*
|
|
|
|
Added missing tests for transform_values! which returns Enumerator without bl...
Ronak Jangir
2015-09-26
1
-0
/
+12
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #21773 from amitsuroliya/marked_as_readonly
Rafael Mendonça França
2015-09-25
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Correcting `ActiveRecord::ReadOnlyRecord` Error Message [ci skip]
amitkumarsuroliya
2015-09-26
1
-1
/
+1
*
|
|
|
|
|
nodoc the mutation trackers
Rafael Mendonça França
2015-09-25
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #21771 from ronakjangir47/missing_transform_keys_test
Rafael Mendonça França
2015-09-25
1
-0
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
Added missing tests for transform_keys! which returns Enumerator without block
Ronak Jangir
2015-09-26
1
-0
/
+12
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mime
Rafael Mendonça França
2015-09-25
2
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
fix Mime type in doc since mime types via constants is deprecated [ci skip]
Gaurav Sharma
2015-09-26
2
-4
/
+4
|
|
/
/
/
/
*
|
|
|
|
inherit from our AbstractStore
Aaron Patterson
2015-09-25
1
-5
/
+1
*
|
|
|
|
pull the flash methods in to their own module
Aaron Patterson
2015-09-25
2
-34
/
+41
*
|
|
|
|
make sure flash middleware is required
Aaron Patterson
2015-09-25
1
-0
/
+1
*
|
|
|
|
commit the flash after the controller finishes being serviced
Aaron Patterson
2015-09-25
3
-25
/
+17
*
|
|
|
|
move flash committing to the request object.
Aaron Patterson
2015-09-25
2
-12
/
+16
*
|
|
|
|
Merge pull request #21766 from amitsuroliya/missing_breaket
Eileen M. Uchitelle
2015-09-25
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
docs, add missing closing bracket. [ci skip]
amitkumarsuroliya
2015-09-25
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #21770 from pratik96/human
Arthur Nogueira Neves
2015-09-25
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed humane -> human [ci skip]
Pratik
2015-09-26
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #21738 from cllns/remove-to_s-from-example
Eileen M. Uchitelle
2015-09-25
1
-19
/
+1
|
\
\
\
\
|
*
|
|
|
Remove to_s example
Sean Collins
2015-09-24
1
-19
/
+1
*
|
|
|
|
`validates_acceptance_of` shouldn't require a database connection
Sean Griffin
2015-09-25
3
-4
/
+67
*
|
|
|
|
Merge pull request #21758 from yui-knk/fix_sanitize_test_example
Eileen M. Uchitelle
2015-09-25
1
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Quote prepared statements of `sanitize_sql_array`
yui-knk
2015-09-25
1
-4
/
+4
*
|
|
|
|
|
Merge pull request #21759 from amitsuroliya/mime_deprecation
Kasper Timm Hansen
2015-09-25
1
-5
/
+5
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix deprecated mime types via constants
amitkumarsuroliya
2015-09-25
1
-5
/
+5
|
/
/
/
/
/
*
|
|
|
|
Don't assert fractional seconds can be applied on unsupported adapters
Sean Griffin
2015-09-24
1
-0
/
+1
*
|
|
|
|
Apply subsecond precision on assignment when using TZ aware attributes
Sean Griffin
2015-09-24
1
-1
/
+1
*
|
|
|
|
Remove debug statements
Sean Griffin
2015-09-24
1
-4
/
+1
*
|
|
|
|
build the Set-Cookie header functionally
Aaron Patterson
2015-09-24
1
-5
/
+18
*
|
|
|
|
move the Header hash to the super class
Aaron Patterson
2015-09-24
2
-28
/
+24
*
|
|
|
|
mutate headers before committing the response
Aaron Patterson
2015-09-24
1
-2
/
+8
*
|
|
|
|
Add a few debug statements to figure out the build failure
Sean Griffin
2015-09-24
1
-0
/
+3
*
|
|
|
|
We still need to reset `@changed_attributes` in `changes_applied`
Sean Griffin
2015-09-24
1
-0
/
+2
*
|
|
|
|
Improve the performance of `save` and friends
Sean Griffin
2015-09-24
3
-4
/
+41
*
|
|
|
|
Encapsulate a lot of the logic from `Dirty` in an object
Sean Griffin
2015-09-24
3
-25
/
+65
*
|
|
|
|
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
13
-89
/
+114
*
|
|
|
|
Merge pull request #21754 from lucasmazza/lm-assert-difference
Rafael Mendonça França
2015-09-24
3
-2
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
Make `assert_difference` return the result of the yielded block.
Lucas Mazza
2015-09-24
3
-2
/
+23
*
|
|
|
|
|
Merge pull request #21753 from jonatack/fix-typo-in-ignored_columns_test
Rafael Mendonça França
2015-09-24
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix typo in ignored_columns test [skip ci]
Jon Atack
2015-09-24
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #21720 from byroot/ignore-columns
Sean Griffin
2015-09-24
5
-1
/
+37
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Implement ActiveRecord::Base.ignored_columns
Jean Boussier
2015-09-24
5
-1
/
+37
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #21550 from didacte/unscope-associations
Sean Griffin
2015-09-24
3
-1
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
Include association's `unscope` when preloading
Jimmy Bourassa
2015-09-09
2
-1
/
+22
*
|
|
|
|
|
Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bug
Sean Griffin
2015-09-24
2
-1
/
+15
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix a bug with returning_disabled when using the postgresql adapter
George Deglin
2015-09-20
2
-1
/
+16
*
|
|
|
|
|
Merge pull request #21746 from amitsuroliya/doc_fixes
Kasper Timm Hansen
2015-09-24
2
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Improve readability of docs by using code tag [ci skip]
amitkumarsuroliya
2015-09-24
2
-3
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #21740 from cllns/add-jbuilder-notes
Yves Senn
2015-09-24
1
-0
/
+33
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add note about Jbuilder
Sean Collins
2015-09-23
1
-0
/
+33
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #21744 from amitsuroliya/doc_changes
Yves Senn
2015-09-24
1
-1
/
+1
|
\
\
\
\
\
\
[prev]
[next]