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
/
action_controller
/
metal
/
mime_responds.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix rdoc markup [ci skip]
yuuji.yaginuma
2015-10-25
1
-4
/
+4
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-3
/
+3
*
swap upcase and to_sym
Aaron Patterson
2015-09-21
1
-1
/
+1
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-3
/
+3
*
push content_type assigment in to metal
Aaron Patterson
2015-09-08
1
-1
/
+1
*
only call self.content_type= when there is a response
Aaron Patterson
2015-08-26
1
-0
/
+1
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-4
/
+4
*
Provide friendlier access to request variants
George Claghorn
2015-03-24
1
-6
/
+7
*
Remove unused require
Carlos Antonio da Silva
2015-01-04
1
-1
/
+0
*
Remove respond_to/respond_with placeholder methods
Carlos Antonio da Silva
2015-01-04
1
-20
/
+0
*
Removed documentation that still mentioned using respond_with in place
Robert Evans
2014-11-05
1
-16
/
+4
*
Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...
Rafael Mendonça França
2014-10-18
1
-2
/
+2
*
Revert "Replace (slower) block.call with (faster) yield"
Zachary Scott
2014-10-18
1
-2
/
+2
*
Replace (slower) block.call with (faster) yield
claudiob
2014-10-18
1
-2
/
+2
*
`responders` 1.x won't do it. Told you to RTFM for details!
Godfrey Chan
2014-08-17
1
-3
/
+6
*
The gem is called 'responders'
Godfrey Chan
2014-08-17
1
-2
/
+2
*
Raise a more helpful error for people who are using these extracted features
Godfrey Chan
2014-08-17
1
-1
/
+16
*
Move respond_with to the responders gem
José Valim
2014-08-17
1
-231
/
+3
*
[ci skip] /javascript/ ~> JavaScript
Aditya Kapoor
2014-06-17
1
-3
/
+3
*
No variant should also be picked up by variant.any if variant.none is not def...
David Heinemeier Hansson
2014-02-13
1
-1
/
+1
*
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-8
/
+20
*
Add any/all support for variants
Łukasz Strzałkowski
2013-12-26
1
-27
/
+54
*
Some assorted fixes for the 4.1 release notes:
Godfrey Chan
2013-12-17
1
-1
/
+1
*
Variants inline syntax documentation [ci skip]
Łukasz Strzałkowski
2013-12-12
1
-0
/
+9
*
Inline variants syntax
Łukasz Strzałkowski
2013-12-10
1
-2
/
+24
*
Simplify @responses hash initialization
Łukasz Strzałkowski
2013-12-10
1
-1
/
+2
*
Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...
David Heinemeier Hansson
2013-12-08
1
-15
/
+9
*
Inline variants syntax
Łukasz Strzałkowski
2013-12-08
1
-8
/
+14
*
Simplify @responses hash initialization
Łukasz Strzałkowski
2013-12-08
1
-1
/
+1
*
Variants can be declared without a block to signify their presence in the con...
David Heinemeier Hansson
2013-12-07
1
-1
/
+3
*
Allow code execution in case no variant has been set with variant.none
David Heinemeier Hansson
2013-12-07
1
-4
/
+5
*
Improve a couple exception messages related to variants and mime types
Carlos Antonio da Silva
2013-12-03
1
-2
/
+4
*
Add nodoc to added VariantFilter class
Carlos Antonio da Silva
2013-12-03
1
-3
/
+3
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-4
/
+46
*
Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...
David Heinemeier Hansson
2013-11-14
1
-2
/
+2
*
Merge pull request #12889 from kuldeepaggarwal/speed_ups
Rafael Mendonça França
2013-11-14
1
-2
/
+2
|
\
|
*
Used Yield instead of block.call
Kuldeep Aggarwal
2013-11-15
1
-2
/
+2
*
|
Remove order attribute from collector
Lukasz Strzalkowski
2013-11-10
1
-4
/
+3
|
/
*
Fixing repond_with working directly on the options hash
BlueHotDog
2013-10-09
1
-0
/
+1
*
Remove remaining coupling with AV in MimeResponds
José Valim
2013-09-09
1
-3
/
+1
*
fix respond_to without blocks not working if one of the blocks is all
grosser
2013-02-24
1
-1
/
+1
*
Missing or unneeded require extract_options
Akira Matsuda
2013-02-01
1
-0
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-01-09
1
-4
/
+4
|
\
|
*
PUT => PATCH
Akira Matsuda
2013-01-03
1
-1
/
+1
|
*
find_or_create_by is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-3
/
+3
*
|
Reduce number of Strings a bit
Akira Matsuda
2013-01-07
1
-1
/
+1
|
/
*
Multiple changes to 1,9 hash syntax
AvnerCohen
2012-10-27
1
-12
/
+12
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-2
/
+2
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
[next]