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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
4
-0
/
+28
*
|
Change ActionView ERB Handler from Erubis to Erubi
Jeremy Evans
2017-01-25
1
-2
/
+0
*
|
Delete PATH_INFO after each controller test request
Dominic Cleal
2017-01-23
1
-0
/
+1
*
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
1
-3
/
+1
*
|
Add missing require
David Heinemeier Hansson
2017-01-16
1
-0
/
+1
*
|
`respond_to_missing?` should fallback to `super` where method_missing could c...
Akira Matsuda
2017-01-15
1
-1
/
+1
*
|
AC::ParamsWrapper::Options needs anonymous superclass
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
2
-2
/
+2
*
|
fix method name in `Renderer` doc [ci skip]
yuuji.yaginuma
2017-01-12
1
-1
/
+2
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
4
-7
/
+7
*
|
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
1
-2
/
+3
*
|
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
kenta-s
2017-01-11
1
-1
/
+1
|
/
*
Current default Rails app encoding "utf-8" looks more like a W3C charset than...
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Use already defined Encoding constant rather than freezing a String
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Make ActionDispatch::Request.parameter_parsers public API
Rafael Mendonça França
2017-01-11
1
-1
/
+11
*
Update `cookies` helper on all HTTP requests
Jon Moss
2017-01-05
1
-3
/
+2
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
4
-4
/
+4
*
String#end_with? should be faster than Regexp here
Akira Matsuda
2017-01-05
1
-1
/
+1
*
No need to :doc: a public method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Remove deprecated ActionController::Metal.call
Rafael Mendonça França
2017-01-03
2
-17
/
+7
*
Remove deprecated Metal#env
Rafael Mendonça França
2017-01-03
1
-5
/
+0
*
Extract variant setter to process method
Jon Moss
2017-01-02
2
-4
/
+10
*
Bump license years for 2017
Jon Moss
2016-12-31
2
-2
/
+2
*
fix with_routing when testing api only controllers
Julia López
2016-12-29
1
-2
/
+5
*
Use `next` instead of `break`; avoid terminating whole loop
Jon Moss
2016-12-29
1
-1
/
+1
*
Use proper output format [ci skip] (#27498)
प्रथमेश Sonpatki
2016-12-29
1
-1
/
+1
*
Update request.rb --ci skip
Shardul Parab
2016-12-29
1
-0
/
+3
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-1
/
+1
*
Optimize Journey::Route#score
Ben Hughes
2016-12-28
2
-5
/
+14
*
renderers typo fix [ci skip]
ota42y
2016-12-27
1
-1
/
+1
*
Shave a couple of allocations off Journey scan & parse
Matthew Draper
2016-12-25
3
-203
/
+207
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
15
-83
/
+82
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
5
-24
/
+24
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
updating docs
Aaron Patterson
2016-12-21
1
-0
/
+4
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
5
-23
/
+44
*
Merge pull request #27408 from matthewd/charset-fix
Matthew Draper
2016-12-20
2
-4
/
+6
|
\
|
*
Only default the response charset when it is first set
Matthew Draper
2016-12-20
2
-4
/
+6
*
|
Merge pull request #27146 from maclover7/jm-fix-27145
Eileen M. Uchitelle
2016-12-19
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Do not clear HTTP_COOKIES header after request
Jon Moss
2016-12-11
1
-2
/
+0
*
|
Missing require "active_support/testing/constant_lookup"
Akira Matsuda
2016-12-14
1
-0
/
+1
|
/
*
Do not raise exception when content_type is a empty string
Rafael Mendonça França
2016-12-09
1
-1
/
+1
*
Only move fixture_file_upload to IntegrationTest
Matthew Draper
2016-12-07
2
-18
/
+22
*
Do not try to set the content_type if the format is nil
Rafael Mendonça França
2016-12-05
1
-1
/
+1
*
Document 'false' as option for 'action_on_unpermitted_parameters'
Daniel Carral
2016-11-29
1
-2
/
+2
*
[ci skip] Update the `as` docs.
Kasper Timm Hansen
2016-11-27
1
-1
/
+2
*
Remove default argument value.
Kasper Timm Hansen
2016-11-27
1
-1
/
+1
*
Merge pull request #27140 from supercaracal/fix-force-ssl-if-session-store-di...
Rafael França
2016-11-25
1
-1
/
+1
|
\
|
*
Fix a force ssl redirection bug that occur when session store disabled.
Taishi Kasuga
2016-11-22
1
-1
/
+1
[prev]
[next]