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
*
Revert "Remove literal? check to fix issue with prefixed optionals"
eileencodes
2016-01-20
1
-1
/
+1
*
Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...
schneems
2016-01-19
1
-1
/
+1
*
Merge pull request #23120 from vipulnsward/always-set-vary-for-static-assets
Richard Schneeman
2016-01-19
1
-1
/
+1
|
\
|
*
Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...
Vipul A M
2016-01-19
1
-1
/
+1
*
|
Link to docs instead of listing methods
schneems
2016-01-19
1
-5
/
+7
*
|
Add methods to StrongParameters
schneems
2016-01-19
1
-1
/
+1
*
|
[close #23084] Deprecated StrongParameters
schneems
2016-01-19
1
-0
/
+16
|
/
*
Remove literal? check to fix issue with prefixed optionals
eileencodes
2016-01-16
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
*
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
3
-14
/
+64
|
\
|
*
Add both HTTP Response Code and Type to assertion messages
Sean Collins
2016-01-12
3
-14
/
+64
*
|
Merge pull request #23035 from jkowens/fix-null-byte
Rafael França
2016-01-12
1
-1
/
+5
|
\
\
|
*
|
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-1
/
+5
*
|
|
AC::Parameters#at_json: restore Rails 4.2’s value
claudiob
2016-01-12
1
-1
/
+2
|
|
/
|
/
|
*
|
Commit before freezing the headers
Matthew Draper
2016-01-12
2
-1
/
+8
*
|
Unneeded &block parameters
Akira Matsuda
2016-01-12
1
-2
/
+2
*
|
[ci skip] Fix typo Renderering --> Rendering
Akshay Vishnoi
2016-01-09
1
-1
/
+1
*
|
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-7
/
+18
*
|
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
*
|
|
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-2
/
+11
*
|
|
Merge pull request #22275 from mastahyeti/per-form-csrf
Rafael França
2016-01-06
1
-11
/
+54
|
\
\
\
|
*
|
|
add option for per-form CSRF tokens
Ben Toews
2016-01-04
1
-11
/
+54
*
|
|
|
Merge pull request #22906 from bf4/rendering_exceptions
Rafael França
2016-01-04
1
-64
/
+73
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Group related methods together
Benjamin Fleischer
2016-01-03
1
-67
/
+67
|
*
|
|
Add ActionController:Renderers test
Benjamin Fleischer
2016-01-03
1
-0
/
+9
*
|
|
|
Replace x.times.map{} with Array.new(x){}
Viktar Basharymau
2016-01-02
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #22519 from bf4/test_use_renderers
Rafael França
2015-12-31
1
-0
/
+34
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Test ActionController::Renderers::use_renderers
Benjamin Fleischer
2015-12-31
1
-0
/
+34
*
|
|
Update copyright notices to 2016 [ci skip]
Rashmi Yadav
2015-12-31
2
-2
/
+2
|
/
/
*
|
Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2
Kasper Timm Hansen
2015-12-31
1
-6
/
+6
|
\
\
|
*
|
Fix AC::Parameters#to_unsafe_h to return all unfiltered values
Prathamesh Sonpatki
2015-12-31
1
-6
/
+6
*
|
|
Merge pull request #22826 from timrogers/actiondispatch-ssl-config
Rafael França
2015-12-31
1
-8
/
+12
|
\
\
\
|
*
|
|
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-8
/
+12
*
|
|
|
Avoid `Time.parse` for static date
Rafaël Blais Masson
2015-12-30
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #22830 from jcoyne/parameters_include
Richard Schneeman
2015-12-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Add AC::Parameters#include?
Justin Coyne
2015-12-29
1
-1
/
+1
|
|
/
/
*
|
|
Format from Accept headers have higher precedence than path extension format
Jorge Bejar
2015-12-29
1
-2
/
+2
*
|
|
Rely on default Mime format when MimeNegotiation#format_from_path_extension i...
Jorge Bejar
2015-12-29
1
-3
/
+3
|
/
/
*
|
Improve RDoc documentation of ActionDispatch::SSL
Tim Rogers
2015-12-24
1
-12
/
+14
*
|
Add #== back to ActionDispatch::MiddlewareStack::Middleware
Jon Moss
2015-12-21
1
-0
/
+9
*
|
Remember the parameter hash we return
Matthew Draper
2015-12-22
1
-1
/
+1
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-12-20
2
-3
/
+3
|
\
\
|
*
|
Add missing punctuation mark [ci skip]
Gaurav Sharma
2015-11-18
2
-3
/
+3
*
|
|
Change `alpha` to `beta1` to prep for release of Rails 5
eileencodes
2015-12-18
1
-1
/
+1
*
|
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
2
-2
/
+4
|
\
\
\
|
*
|
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
2
-2
/
+4
[next]