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
...
|
*
|
|
test/hash: move lonely indifferent hash test
Simon Eskildsen
2015-07-10
2
-11
/
+6
|
*
|
|
active_support/indifferent_hash: dont raise on to_hash when default_proc raises
Simon Eskildsen
2015-07-10
3
-1
/
+22
|
*
|
|
active_support/indifferent_hash: fix cloning default_proc on dup
Simon Eskildsen
2015-07-10
3
-1
/
+30
*
|
|
|
drop runtime conditionals in parameter parsing
Aaron Patterson
2015-07-09
1
-13
/
+9
*
|
|
|
Merge pull request #20457 from ronakjangir47/remove_mocha_activesupport
Kasper Timm Hansen
2015-07-09
8
-65
/
+87
|
\
\
\
\
|
*
|
|
|
Removed use of mocha in active_support
Ronak Jangir
2015-07-10
8
-65
/
+87
*
|
|
|
|
Merge pull request #20813 from noniq/locale-argument-for-pluralize-helper
Kasper Timm Hansen
2015-07-09
2
-2
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
Allow `pluralize` helper to take a locale.
Stefan Daschek
2015-07-09
2
-2
/
+22
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
use `Rack::Test::UploadedFile` when uploading files
Aaron Patterson
2015-07-09
1
-2
/
+2
*
|
|
|
|
set parameters as a query string
Aaron Patterson
2015-07-09
2
-7
/
+10
*
|
|
|
|
use JSON to communicate between the controller and the tests
Aaron Patterson
2015-07-09
1
-12
/
+12
*
|
|
|
|
Merge pull request #20765 from maurogeorge/activejob-exception
Robin Dupret
2015-07-09
1
-0
/
+7
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add Deserialization section on guides at ActiveJob Exception
Mauro George
2015-07-08
1
-0
/
+7
*
|
|
|
|
build and assign parameters rather than rely on mutations
Aaron Patterson
2015-07-08
2
-4
/
+18
*
|
|
|
|
use new constructor. (Oops! :bomb:)
Aaron Patterson
2015-07-08
2
-2
/
+2
*
|
|
|
|
assign the cookie hash on request allocation
Aaron Patterson
2015-07-08
2
-2
/
+2
*
|
|
|
|
request objects are no longer recycled
Aaron Patterson
2015-07-08
2
-16
/
+8
*
|
|
|
|
pass the variant as a parameter to more reflect real world apps
Aaron Patterson
2015-07-08
1
-3
/
+3
*
|
|
|
|
add a new constructor for allocating test requests
Aaron Patterson
2015-07-08
4
-29
/
+31
*
|
|
|
|
make `env` a required parameter
Aaron Patterson
2015-07-08
2
-7
/
+7
*
|
|
|
|
pass the starting env and session to build_request
Aaron Patterson
2015-07-08
2
-4
/
+4
*
|
|
|
|
remove call to build_request
Aaron Patterson
2015-07-08
1
-1
/
+0
*
|
|
|
|
pass the session and env in to the test request
Aaron Patterson
2015-07-08
1
-4
/
+8
*
|
|
|
|
let the superclass build the request and response
Aaron Patterson
2015-07-08
11
-48
/
+14
*
|
|
|
|
Merge pull request #20781 from dubek/collection-cache-explicit
Kasper Timm Hansen
2015-07-08
5
-9
/
+47
|
\
\
\
\
\
|
*
|
|
|
|
Support explicit defintion of resouce name for collection caching.
Dov Murik
2015-07-07
5
-9
/
+47
*
|
|
|
|
|
Merge pull request #20784 from kaspth/great-expectations
Kasper Timm Hansen
2015-07-08
2
-0
/
+121
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add method call assertions for internal use.
Kasper Timm Hansen
2015-07-08
2
-0
/
+121
*
|
|
|
|
|
|
remove useless `new` implementation
Aaron Patterson
2015-07-08
1
-4
/
+0
*
|
|
|
|
|
|
allocate new responses rather than recycling them
Aaron Patterson
2015-07-08
1
-12
/
+5
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #20805 from yui-knk/fix/how_to_run_test
Yves Senn
2015-07-08
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ci skip] Add `bundle exec` to Running a Single Test
yui-knk
2015-07-08
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #20803 from TheBlasfem/marking_serialization_class
Rafael Mendonça França
2015-07-08
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
marking serialization class
Julio Lopez
2015-07-07
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #20804 from TheBlasfem/adding_brackets_to_array_in_docs
Rafael Mendonça França
2015-07-08
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
adding brackets to array in docs
Julio Lopez
2015-07-07
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
pass variants in rather than mutating the request.
Aaron Patterson
2015-07-07
1
-48
/
+31
*
|
|
|
|
|
|
pass cookies from the jar in the HTTP_COOKIE header
eileencodes
2015-07-07
3
-19
/
+11
*
|
|
|
|
|
|
Send cookies with request
eileencodes
2015-07-07
3
-2
/
+9
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_re...
Kasper Timm Hansen
2015-07-07
4
-25
/
+9
*
|
|
|
|
|
Fix regression caused by a01d164b
Rafael Mendonça França
2015-07-07
3
-2
/
+37
*
|
|
|
|
|
docs, clarify the meanaing of return values from validation methods.
Yves Senn
2015-07-07
2
-2
/
+6
*
|
|
|
|
|
docs, remove accidental :nodoc: of ActiveModel::Validations::ClassMethods met...
Yves Senn
2015-07-07
1
-2
/
+1
*
|
|
|
|
|
Merge pull request #20794 from vredniy/patch-1
Robin Dupret
2015-07-07
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Update CHANGELOG.md
Dmitry Zudochkin
2015-07-07
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #20793 from pwnall/nested_test
Yves Senn
2015-07-07
1
-0
/
+10
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add test proving that accepts_nested_attributes_for is secure against ID tamp...
Victor Costan
2015-07-07
1
-0
/
+10
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #13897 from gmalette/nested-parameter-filtering-2
Arthur Nogueira Neves
2015-07-06
3
-7
/
+28
|
\
\
\
\
\
|
*
|
|
|
|
Allow filtering params based on parent keys
Guillaume Malette
2015-06-22
3
-7
/
+28
*
|
|
|
|
|
Merge pull request #20779 from maurogeorge/secrets-guides
Robin Dupret
2015-07-06
1
-0
/
+23
|
\
\
\
\
\
\
[prev]
[next]