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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #27926 from st0012/freeze-cache-instrument-name
Rafael França
2017-02-13
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Freeze fragment cache related instrument name.
Stan Lo
2017-02-07
2
-2
/
+2
*
|
Remove unused require
Ryuta Kamizono
2017-02-12
2
-3
/
+0
*
|
Removed the `attribute_accessors` required file:
Edouard CHIN
2017-02-12
1
-1
/
+0
*
|
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
3
-3
/
+0
|
/
*
Correct spelling
Benjamin Fleischer
2017-02-05
5
-5
/
+5
*
Properly escape test names
Akira Matsuda
2017-02-02
1
-3
/
+3
*
Remove deprecated callbacks from ActionDispatch middlewares
Rafael Mendonça França
2017-01-31
6
-162
/
+57
*
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
4
-0
/
+28
|
\
|
*
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
2
-0
/
+15
*
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
Use ActionDispatch::IntegrationTest http helper methods
Andrew White
2017-01-18
1
-45
/
+41
*
|
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-1
/
+5
*
|
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
2
-10
/
+22
*
|
Fix all rubocop violations
Rafael Mendonça França
2017-01-17
1
-1
/
+1
*
|
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
*
|
Merge pull request #27692 from y-yagi/make_render_work_with_ac_params
Eileen M. Uchitelle
2017-01-16
1
-1
/
+0
|
\
\
|
*
|
make `render` work with AC::Params
yuuji.yaginuma
2017-01-15
1
-1
/
+0
*
|
|
Added test to ensure that we dont break #to_h again when trying to restore th...
David Heinemeier Hansson
2017-01-16
1
-0
/
+5
*
|
|
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
2
-8
/
+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
*
|
Small spelling error
Lachlan Priest
2017-01-14
1
-4
/
+4
*
|
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
3
-4
/
+4
*
|
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
6
-9
/
+9
*
|
Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing
Andrew White
2017-01-12
1
-1
/
+1
|
\
\
|
*
|
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
1
-1
/
+1
*
|
|
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
2
-11
/
+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 Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
1
-2
/
+2
*
|
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
2
-3
/
+11
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
7
-8
/
+8
*
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-3
/
+3
*
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
3
-17
/
+11
*
List full class name
Jon Moss
2017-01-03
1
-1
/
+1
*
Remove deprecated Metal#env
Rafael Mendonça França
2017-01-03
2
-5
/
+4
*
Extract variant setter to process method
Jon Moss
2017-01-02
2
-4
/
+10
*
Bump license years for 2017
Jon Moss
2016-12-31
3
-3
/
+3
*
fix with_routing when testing api only controllers
Julia López
2016-12-29
3
-2
/
+33
*
Use `next` instead of `break`; avoid terminating whole loop
Jon Moss
2016-12-29
2
-1
/
+22
*
Use proper output format [ci skip] (#27498)
प्रथमेश Sonpatki
2016-12-29
1
-1
/
+1
[prev]
[next]