Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | test `include?`- fix typo | Akshay Vishnoi | 2016-01-09 | 1 | -1/+1 | |
* | | | | Fix typo in docs [ci skip] | Rebecca Skinner | 2016-01-14 | 1 | -2/+2 | |
* | | | | Space Oddity | Akira Matsuda | 2016-01-14 | 3 | -4/+4 | |
* | | | | docs, formatting pass over changelogs. [ci skip] | Yves Senn | 2016-01-13 | 1 | -4/+4 | |
* | | | | do not run in parallel on travis | Aaron Patterson | 2016-01-12 | 1 | -1/+5 | |
* | | | | remove `present?` calls | Aaron Patterson | 2016-01-12 | 1 | -4/+4 | |
* | | | | monkey patch `recycle!` on to controllers once | Aaron Patterson | 2016-01-12 | 1 | -4/+4 | |
* | | | | Merge pull request #22935 from cllns/add-status-name-to-output | Rafael França | 2016-01-12 | 5 | -17/+84 | |
|\ \ \ \ | ||||||
| * | | | | Add both HTTP Response Code and Type to assertion messages | Sean Collins | 2016-01-12 | 5 | -17/+84 | |
* | | | | | Merge pull request #23035 from jkowens/fix-null-byte | Rafael França | 2016-01-12 | 2 | -1/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Prevent attempt to serve a request with a null byte | Jordan Owens | 2016-01-12 | 2 | -1/+9 | |
* | | | | | | AC::Parameters#at_json: restore Rails 4.2’s value | claudiob | 2016-01-12 | 2 | -1/+8 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Commit before freezing the headers | Matthew Draper | 2016-01-12 | 3 | -1/+29 | |
* | | | | | Unneeded &block parameters | Akira Matsuda | 2016-01-12 | 1 | -2/+2 | |
* | | | | | Merge pull request #21181 from denisenkom/mypatch | Kasper Timm Hansen | 2016-01-10 | 1 | -0/+19 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Test basic auth with symbols in login and password | Mikhail Denisenko | 2015-10-24 | 1 | -0/+19 | |
* | | | | | [ci skip] Fix typo Renderering --> Rendering | Akshay Vishnoi | 2016-01-09 | 1 | -1/+1 | |
* | | | | | Fix typo in ActionPack CHANGELOG [ci skip] | Prathamesh Sonpatki | 2016-01-08 | 1 | -1/+1 | |
* | | | | | add greg | Ben Toews | 2016-01-07 | 1 | -1/+1 | |
* | | | | | Better error message when running `rake routes` with CONTROLLER arg: | Edouard CHIN | 2016-01-07 | 3 | -7/+64 | |
* | | | | | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root | Kasper Timm Hansen | 2016-01-07 | 1 | -21/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | Kept overridden root method and removed original method | Prathamesh Sonpatki | 2016-01-07 | 1 | -21/+21 | |
* | | | | | | Remove splat operator warning from ssl_test | Prathamesh Sonpatki | 2016-01-07 | 1 | -1/+1 | |
* | | | | | | Allow AC::Parameters as an argument to url_helpers | Prathamesh Sonpatki | 2016-01-07 | 3 | -2/+40 | |
* | | | | | | Merge pull request #22275 from mastahyeti/per-form-csrf | Rafael França | 2016-01-06 | 3 | -11/+230 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 3 | -11/+230 | |
* | | | | | | | Merge pull request #22906 from bf4/rendering_exceptions | Rafael França | 2016-01-04 | 3 | -88/+163 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Group related methods together | Benjamin Fleischer | 2016-01-03 | 1 | -67/+67 | |
| * | | | | | | Add ActionController:Renderers test | Benjamin Fleischer | 2016-01-03 | 3 | -24/+99 | |
* | | | | | | | Merge pull request #22890 from DNNX/times-map | Santiago Pastorino | 2016-01-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace x.times.map{} with Array.new(x){} | Viktar Basharymau | 2016-01-02 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* / / / / / / | Fix typo in test desctiption [skip ci] | Anton Davydov | 2016-01-04 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #22519 from bf4/test_use_renderers | Rafael França | 2015-12-31 | 4 | -0/+86 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Test ActionController::Renderers::use_renderers | Benjamin Fleischer | 2015-12-31 | 4 | -0/+86 | |
* | | | | | | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 3 | -3/+3 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2 | Kasper Timm Hansen | 2015-12-31 | 3 | -6/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix AC::Parameters#to_unsafe_h to return all unfiltered values | Prathamesh Sonpatki | 2015-12-31 | 3 | -6/+22 | |
* | | | | | | Merge pull request #22826 from timrogers/actiondispatch-ssl-config | Rafael França | 2015-12-31 | 2 | -23/+42 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Flexible configuration for ActionDispatch::SSL | Tim Rogers | 2015-12-29 | 2 | -23/+42 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Avoid `Time.parse` for static date | Rafaël Blais Masson | 2015-12-30 | 1 | -1/+1 | |
* | | | | | | Fix test for AC::Parameters#to_unsafe_h | Prathamesh Sonpatki | 2015-12-30 | 1 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #22830 from jcoyne/parameters_include | Richard Schneeman | 2015-12-29 | 3 | -1/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add AC::Parameters#include? | Justin Coyne | 2015-12-29 | 3 | -1/+11 | |
| |/ / / / | ||||||
* | | | | | Format from Accept headers have higher precedence than path extension format | Jorge Bejar | 2015-12-29 | 2 | -2/+11 | |
* | | | | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i... | Jorge Bejar | 2015-12-29 | 2 | -3/+15 | |
|/ / / / | ||||||
* | | | | Improve RDoc documentation of ActionDispatch::SSL | Tim Rogers | 2015-12-24 | 1 | -12/+14 | |
* | | | | Currectly test the Middleware#== | Rafael Mendonça França | 2015-12-22 | 1 | -4/+8 | |
* | | | | Merge pull request #22743 from maclover7/fix-22738 | Rafael Mendonça França | 2015-12-22 | 2 | -0/+21 | |
|\ \ \ \ | ||||||
| * | | | | Add #== back to ActionDispatch::MiddlewareStack::Middleware | Jon Moss | 2015-12-21 | 2 | -0/+21 | |
* | | | | | release notes, extract notable changes from Action Pack CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -24/+25 | |
|/ / / / |