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
*
Merge pull request #16467 from strzalek/cookies-digest-config-option2
Godfrey Chan
2014-08-17
5
-5
/
+68
|
\
|
*
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
5
-5
/
+68
*
|
Merge pull request #16484 from strzalek/remove-redundant-null-serializer
Godfrey Chan
2014-08-17
1
-16
/
+7
|
\
\
|
*
|
Remove redundant NullSerializer
Łukasz Strzałkowski
2014-08-13
1
-16
/
+7
|
|
/
*
|
Merge pull request #16526 from rails/jv-no-responders
José Valim
2014-08-17
14
-1276
/
+16
|
\
\
|
*
|
Remove more references to respond_with
José Valim
2014-08-17
9
-8
/
+7
|
*
|
Remove usafe of respond_to in ActionView tests
José Valim
2014-08-17
1
-3
/
+1
|
*
|
Move respond_with to the responders gem
José Valim
2014-08-17
4
-1265
/
+8
|
/
/
*
|
Merge pull request #16529 from y-yagi/patch-1
Zachary Scott
2014-08-17
1
-1
/
+1
|
\
\
|
*
|
[ci skip] Fix sample code in Layouts and Rendering guide
yuuji.yaginuma
2014-08-17
1
-1
/
+1
*
|
|
Allow usage of bundle local config for rack by specifying the branch
Carlos Antonio da Silva
2014-08-17
1
-1
/
+1
*
|
|
Merge pull request #16338 from robin850/rbx-safe-constantize
Matthew Draper
2014-08-18
1
-2
/
+2
|
\
\
\
|
*
|
|
Avoid relying on error messages when rescuing
Robin Dupret
2014-08-08
1
-2
/
+2
*
|
|
|
Merge pull request #16527 from jeremy/etag_with_template_digest
Jeremy Kemper
2014-08-17
7
-9
/
+136
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
7
-9
/
+136
|
/
/
/
*
|
|
Merge pull request #16189 from sgrif/sg-attribute-was-in-place
Godfrey Chan
2014-08-16
9
-20
/
+67
|
\
\
\
|
*
|
|
Don't expose these new APIs yet (added in 877ea78 / #16189)
Godfrey Chan
2014-08-16
3
-15
/
+21
|
*
|
|
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
8
-21
/
+62
|
/
/
/
*
|
|
Merge pull request #16517 from sgrif/sg-comparable-attributes
Rafael Mendonça França
2014-08-16
4
-0
/
+50
|
\
\
\
|
*
|
|
Implement `==` on `Type::Value` and `Attribute`
Sean Griffin
2014-08-15
4
-0
/
+50
*
|
|
|
Merge pull request #16523 from tomkadwill/cookie_store_rewording
Rafael Mendonça França
2014-08-16
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
[ci skip] re-worded section on CookieStore to make it more readable.
Tom Kadwill
2014-08-16
1
-3
/
+3
|
/
/
/
/
*
|
|
|
Avoid mutating the constants in a test case
Akira Matsuda
2014-08-16
2
-6
/
+4
*
|
|
|
Avoid polluting String class globally in a test case
Akira Matsuda
2014-08-16
1
-8
/
+13
*
|
|
|
Unused ivar in a test suite
Akira Matsuda
2014-08-16
1
-1
/
+0
*
|
|
|
Merge pull request #16435 from arthurnn/after_commit_run_on_top_level_trans_m...
Godfrey Chan
2014-08-15
4
-4
/
+47
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix regression on after_commit in nested transactions.
Arthur Neves
2014-08-15
3
-0
/
+21
|
*
|
|
Use *_transaction methods in TransactionManager
Arthur Neves
2014-08-15
2
-4
/
+26
|
/
/
/
*
|
|
Point to rubygems instead of Rails GitHub. [ci skip]
Rafael Mendonça França
2014-08-15
1
-1
/
+1
*
|
|
Fixed link for in_place_editor [ci skip]
Arun Agrawal
2014-08-15
1
-1
/
+1
*
|
|
fix typo in method name (broken build :sweat:)
Yves Senn
2014-08-15
1
-1
/
+1
*
|
|
prefer `has_attribute?` over `attributes.key?`.
Yves Senn
2014-08-15
1
-1
/
+1
*
|
|
Merge pull request #16505 from sgrif/sg-attribute-internals
Yves Senn
2014-08-15
1
-2
/
+3
|
\
\
\
|
*
|
|
Use the method for determining attribute methods rather than duplicating
Sean Griffin
2014-08-15
1
-2
/
+3
*
|
|
|
create_table + transactional_fixtures = :bomb:
Akira Matsuda
2014-08-15
1
-0
/
+4
*
|
|
|
s/Dont'/Don't/
Akira Matsuda
2014-08-15
1
-1
/
+1
*
|
|
|
Merge pull request #16508 from jbsmith86/master
Sean Griffin
2014-08-14
3
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Spelling errors
jbsmith86
2014-08-14
3
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #16504 from schneems/schneems/fix_url_for
Aaron Patterson
2014-08-14
1
-1
/
+3
|
\
\
\
|
*
|
|
Perf optimization for `url_for` called w/ Hash
schneems
2014-08-14
1
-1
/
+3
*
|
|
|
Ignore MySQL "SHOW VARIABLES" when counting queries
Akira Matsuda
2014-08-15
1
-1
/
+1
*
|
|
|
extract methods and metaprogram less.
Aaron Patterson
2014-08-14
1
-11
/
+16
*
|
|
|
Be sure to reset PK name renamed in the test
Akira Matsuda
2014-08-15
1
-0
/
+3
*
|
|
|
Use string for order argument, fixed from #16501 [ci skip]
Zachary Scott
2014-08-14
1
-1
/
+1
*
|
|
|
Merge pull request #16501 from tomkadwill/update_delete_to_new_style
Zachary Scott
2014-08-14
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
[ci skip] updated 'where' in association documention to new style syntax
Tom Kadwill
2014-08-14
1
-1
/
+1
*
|
|
|
|
Warm up Symbols with where method
Akira Matsuda
2014-08-15
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #16502 from bogdan/where-hash-nested-relation
Santiago Pastorino
2014-08-14
2
-3
/
+24
|
\
\
\
\
|
*
|
|
|
Fixed AR::Relation#where edge case with Hash and other Relation
Bogdan Gusiev
2014-08-14
2
-3
/
+24
*
|
|
|
|
Merge pull request #16438 from agrobbin/input-placeholder-i18n
Jeremy Kemper
2014-08-14
5
-0
/
+214
|
\
\
\
\
\
[next]