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
/
actionpack
/
lib
/
action_controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #21031 from vngrs/fix_params_wrapper_doc
Rafael Mendonça França
2015-07-27
1
-3
/
+3
|
\
\
|
*
|
Fix params_wrapper doc [ci skip]
Mehmet Emin İNAÇ
2015-07-26
1
-3
/
+3
|
|
/
*
/
[ci skip] it should be protect_from_forgery
Aditya Kapoor
2015-07-27
1
-1
/
+1
|
/
*
drop conditionals in conversion logic
Aaron Patterson
2015-07-21
1
-7
/
+5
*
rearrange logic to use positive branches
Aaron Patterson
2015-07-21
1
-4
/
+6
*
Merge pull request #20946 from schneems/schneems/let-it-go
Sean Griffin
2015-07-19
2
-3
/
+3
|
\
|
*
Freeze string literals when not mutated.
schneems
2015-07-19
2
-3
/
+3
*
|
Merge pull request #20936 from repinel/fix-params-fetch-exception-overwritten
Sean Griffin
2015-07-19
1
-3
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix exception overwritten for parameters fetch method
Roque Pinel
2015-07-18
1
-3
/
+7
*
|
Fix formatting of force_ssl options documentation [ci skip]
Eliot Sykes
2015-07-19
1
-6
/
+6
|
/
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
3
-6
/
+6
*
Merge pull request #20917 from sikachu/ps-deprecate-render-text
Jeremy Daer (Kemper)
2015-07-17
1
-0
/
+14
|
\
|
*
Add deprecation warning for `render :text`
Prem Sichanugrist
2015-07-17
1
-0
/
+14
*
|
push fields_for_style? in to a protected method
Aaron Patterson
2015-07-17
1
-5
/
+5
*
|
push is_a checks up the stack
Aaron Patterson
2015-07-17
1
-13
/
+13
*
|
remove useless conditional
Aaron Patterson
2015-07-17
1
-1
/
+0
*
|
remove useless conditionals
Aaron Patterson
2015-07-17
1
-2
/
+2
*
|
remove useless function
Aaron Patterson
2015-07-17
1
-8
/
+2
*
|
stop passing `params` to `array_of_permitted_scalars_filter`
Aaron Patterson
2015-07-17
1
-4
/
+6
*
|
push key checking up
Aaron Patterson
2015-07-17
1
-1
/
+2
|
/
*
Standardize `ActionController::Parameters#to_unsafe_h` return value
Zoltan Kiss
2015-07-15
1
-1
/
+1
*
Update documentation on `AC::Parameters`
Prem Sichanugrist
2015-07-15
1
-6
/
+32
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-28
/
+99
*
Rack implements `redirect?` so we don't need it
Aaron Patterson
2015-07-14
1
-3
/
+0
*
Change AC::TestResponse to AD::TestResponse
Prem Sichanugrist
2015-07-14
1
-1
/
+1
*
only have one TestResponse class
Aaron Patterson
2015-07-13
1
-4
/
+1
*
move buffer caching on to the buffer
Aaron Patterson
2015-07-13
2
-4
/
+4
*
Merge pull request #20736 from antoine-lizee/docs
Robin Dupret
2015-07-13
1
-1
/
+1
|
\
|
*
[ci skip] doc: making clear that perform_caching has a limited impact
antoine.lizee
2015-07-13
1
-1
/
+1
*
|
Merge pull request #20842 from TheBlasfem/removed_usage_lines_docs
Claudio B.
2015-07-11
1
-1
/
+1
|
\
\
|
*
|
added description instead of remove usage [ci skip]
Julio Lopez
2015-07-11
1
-1
/
+1
*
|
|
we don't really need an extra method to set the script name
Aaron Patterson
2015-07-10
1
-5
/
+1
*
|
|
Remove useless conditional
Aaron Patterson
2015-07-10
1
-12
/
+0
*
|
|
default `PATH_INFO` to the generated path
Aaron Patterson
2015-07-10
1
-1
/
+2
*
|
|
always default the SCRIPT_NAME to whatever is on the controller
Aaron Patterson
2015-07-10
1
-1
/
+1
*
|
|
remove useless ivar clearing
Aaron Patterson
2015-07-10
1
-6
/
+0
*
|
|
call the `path_parameters=` setter rather than rely on mutations
Aaron Patterson
2015-07-10
1
-1
/
+3
*
|
|
start collecting `env` mutations
Aaron Patterson
2015-07-10
1
-5
/
+3
*
|
|
Parameters are converted to a query string
Aaron Patterson
2015-07-10
1
-17
/
+0
*
|
|
no more HWIA
Aaron Patterson
2015-07-10
1
-1
/
+1
*
|
|
remove param dup'ing logic
Aaron Patterson
2015-07-10
1
-8
/
+0
*
|
|
encode / decode parameters before assigning them to the request
Aaron Patterson
2015-07-10
1
-5
/
+58
|
/
/
*
|
set parameters as a query string
Aaron Patterson
2015-07-09
1
-6
/
+9
*
|
build and assign parameters rather than rely on mutations
Aaron Patterson
2015-07-08
1
-1
/
+15
*
|
assign the cookie hash on request allocation
Aaron Patterson
2015-07-08
1
-1
/
+1
*
|
request objects are no longer recycled
Aaron Patterson
2015-07-08
1
-10
/
+8
*
|
add a new constructor for allocating test requests
Aaron Patterson
2015-07-08
1
-11
/
+13
*
|
pass the starting env and session to build_request
Aaron Patterson
2015-07-08
1
-3
/
+3
*
|
pass the session and env in to the test request
Aaron Patterson
2015-07-08
1
-4
/
+8
*
|
allocate new responses rather than recycling them
Aaron Patterson
2015-07-08
1
-12
/
+5
[prev]
[next]