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
*
[ci skip] Add 'params' formatting in ActionController::Base
Alex Kitchens
2016-06-30
1
-4
/
+4
*
[ci skip] Fix typo & add link in PolymorphicRoutes
Alex Kitchens
2016-06-29
1
-2
/
+2
*
Merge pull request #25544 from piotrj/pj-issue-25488
Rafael França
2016-06-28
1
-1
/
+9
|
\
|
*
Fix setting route's to in a scope
Piotr Jakubowski
2016-06-28
1
-1
/
+9
*
|
Fix adding implicitly rendered template digests to ETags
Javan Makhmali
2016-06-28
1
-1
/
+7
|
/
*
Extract method to share path expansion logic.
Kasper Timm Hansen
2016-06-25
1
-11
/
+16
*
Simplify `as` passed check.
Kasper Timm Hansen
2016-06-25
1
-1
/
+1
*
Merge pull request #25435 from y-yagi/make_as_option_work_with_get_parameters
Kasper Timm Hansen
2016-06-25
1
-2
/
+4
|
\
|
*
make `as` option work with get parameters
yuuji.yaginuma
2016-06-25
1
-2
/
+4
*
|
`params.permitted?` is false by default
Jon Moss
2016-06-23
1
-0
/
+2
*
|
Update ActionController::Parameters documentation [ci skip]
Benjamin Quorning
2016-06-22
1
-19
/
+18
|
/
*
Fix typo in ActionController::Renderer [ci skip]
Alex Kitchens
2016-06-10
1
-1
/
+1
*
render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)
Brandon Medenwald
2016-06-09
1
-1
/
+1
*
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-1
/
+1
*
Use `#performed?` to terminate controller callbacks
Jeff Kreeftmeijer
2016-06-03
2
-1
/
+8
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-06-03
1
-4
/
+4
|
\
|
*
`routes.rb` --> `config/routes.rb`
Jon Moss
2016-05-19
1
-4
/
+4
*
|
Clean up the test request/response even after an exception
Matthew Draper
2016-06-01
1
-23
/
+26
*
|
Tiny document fixes [ci skip]
Robin Dupret
2016-05-30
1
-1
/
+1
*
|
ActionController::Parameters: Fix #dig doc code
Christian Wesselhoeft
2016-05-29
1
-5
/
+5
*
|
fix incorrect class name [ci skip]
yuuji.yaginuma
2016-05-28
1
-1
/
+1
*
|
add missing `as` to request kwargs of `ActionDispatch::IntegrationTest`
yuuji.yaginuma
2016-05-27
1
-2
/
+3
*
|
Respect `log_warning_on_csrf_failure` setting for all CSRF failures
Matthew Caruana Galizia
2016-05-23
1
-1
/
+3
*
|
Revert "Make sure the cache is always populated"
Rafael Mendonça França
2016-05-20
1
-5
/
+1
*
|
Make sure the cache is always populated
Aaron Patterson
2016-05-20
1
-1
/
+5
*
|
Add back in Oxford Comma
Jon Moss
2016-05-19
1
-1
/
+1
*
|
Merge pull request #25070 from josedonizetti/fix_example_routes_doc
Arthur Nogueira Neves
2016-05-19
1
-3
/
+3
|
\
\
|
*
|
fix named route example [ci skip]
Jose Donizetti
2016-05-19
1
-3
/
+3
*
|
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
2
-12
/
+8
|
/
/
*
|
Action Mailer: Declarative exception handling with `rescue_from`.
Jeremy Daer
2016-05-15
1
-12
/
+1
*
|
Document and test ActionDispatch server_port
Tom Kadwill
2016-05-12
1
-0
/
+11
|
/
*
Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port
Kasper Timm Hansen
2016-05-11
1
-3
/
+10
|
\
|
*
Improve documentation and tests for raw_host_with_port and host_with_port
Tom Kadwill
2016-05-11
1
-3
/
+10
*
|
Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format
Santiago Pastorino
2016-05-11
1
-8
/
+12
|
\
\
|
*
|
API only apps: Preserve request format for HTML requests too
Prathamesh Sonpatki
2016-05-11
1
-8
/
+12
*
|
|
Start Rails 5.1 development :tada:
Rafael Mendonça França
2016-05-10
1
-2
/
+2
*
|
|
use Rack::Utils.valid_path? to check path
Jordan Owens
2016-05-09
1
-6
/
+2
*
|
|
Replace `loop` to `until`
Molchanov Andrey
2016-05-07
1
-2
/
+1
*
|
|
Merge commit 'fbdcf5221ad7ea3d40ad09651962fc85d101dd67'
Matthew Draper
2016-05-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Preparing for 5.0.0.rc1 release
Rafael Mendonça França
2016-05-06
1
-1
/
+1
*
|
|
|
Helpers doc grammar fix [skip ci]
Jon Atack
2016-05-07
1
-2
/
+2
|
/
/
/
*
|
|
Make flash messages cookie compatible with Rails 4
Rafael Mendonça França
2016-05-06
1
-1
/
+1
*
|
|
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
3
-17
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixes #23964
Ryan T. Hosford
2016-03-13
3
-17
/
+34
*
|
|
Implement helpers proxy in controller instance level
Rafael Mendonça França
2016-05-05
2
-2
/
+7
*
|
|
Move protected instance variable to the right place
Rafael Mendonça França
2016-05-05
2
-6
/
+5
*
|
|
Merge pull request #24820 from maclover7/fix-15843
Kasper Timm Hansen
2016-05-04
1
-1
/
+5
|
\
\
\
|
*
|
|
Ensure compatibility between ActionDispatch::Request::Session and Rack
Jon Moss
2016-05-04
1
-1
/
+5
*
|
|
|
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
*
|
|
|
Merge pull request #24845 from tomkadwill/action_controller_typos
Rafael França
2016-05-04
2
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[next]