aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Put some space for non-assets requests in development modePrathamesh Sonpatki2016-02-031-0/+2
* Sleep well, sweet princeSean Griffin2016-02-021-1/+1
* Merge pull request #23396 from pschambacher/pschambacher/fix_assert_generatesRafael França2016-02-021-0/+1
|\
| * Duplicate assert_generates options before modifying itPierre Schambacher2016-02-011-0/+1
* | Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-1/+1
* | Converge on filter.Kasper Timm Hansen2016-02-011-5/+4
* | Simplify filter normalization.Kasper Timm Hansen2016-02-011-5/+3
* | Merge pull request #23225 from vipulnsward/20420-rake-routes-optionsKasper Timm Hansen2016-02-012-16/+21
|\ \
| * | Add options for rake routes taskVipul A M2016-02-022-16/+21
| |/
* / Add documentation for #17573Jon Moss2016-02-011-0/+8
|/
* Merge pull request #23343 from y-yagi/remove_unused_requireRafael França2016-01-301-1/+0
|\
| * remove unused requireyuuji.yaginuma2016-01-301-1/+0
* | Handle response_body= when body is nileileencodes2016-01-301-0/+1
|/
* Add additional documentation on Headers#[] [ci skip]Tawan Sierek2016-01-291-1/+15
* speed up accept header parsing a bit.Aaron Patterson2016-01-281-8/+11
* convert AcceptList to a regular classAaron Patterson2016-01-281-20/+19
* remove == from AcceptItemAaron Patterson2016-01-271-6/+7
* remove useless private methodsAaron Patterson2016-01-271-13/+9
* change `@app_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-16/+10
* change `@text_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-13/+11
* Fix typo in strong params hash deprecation messageMarek2016-01-271-2/+2
* fix permitted? conditional for `render` callsAaron Patterson2016-01-261-3/+6
* Fix undefined error for `ActionController::Parameters`Jon Moss2016-01-261-6/+3
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-254-5/+30
|\
| * bumping versionAaron Patterson2016-01-251-1/+1
| * allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-1/+7
| * stop caching mime types globallyAaron Patterson2016-01-221-2/+16
| * use secure string comparisons for basic auth username / passwordAaron Patterson2016-01-221-1/+6
* | Fix nodoc to internal class error document some of themVipul A M2016-01-251-1/+0
* | Merge pull request #23167 from maclover7/fix-21032Rafael França2016-01-211-1/+5
|\ \
| * | Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-1/+5
* | | remove doc reference to ActionController::MimeResponds#respond_tosealocal2016-01-201-3/+0
* | | document simple example of ActionController::MimeResponds#respond_tosealocal2016-01-201-1/+9
* | | Re-add ActionController::ApiRenderingJon Moss2016-01-203-1/+19
|/ /
* | Merge pull request #23140 from rails/fix-search-for-custom-routesAaron Patterson2016-01-201-14/+20
|\ \
| * | Fix marking of custom routes for JourneyAndrew White2016-01-201-14/+20
* | | Merge pull request #17573 from zerothabhishek/masterGodfrey Chan2016-01-201-1/+1
|\ \ \ | |/ / |/| |
| * | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-201-1/+1
* | | Revert "Remove literal? check to fix issue with prefixed optionals"eileencodes2016-01-201-1/+1
|/ /
* | Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...schneems2016-01-191-1/+1
* | Merge pull request #23120 from vipulnsward/always-set-vary-for-static-assetsRichard Schneeman2016-01-191-1/+1
|\ \
| * | Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...Vipul A M2016-01-191-1/+1
* | | Link to docs instead of listing methodsschneems2016-01-191-5/+7
* | | Add methods to StrongParametersschneems2016-01-191-1/+1
* | | [close #23084] Deprecated StrongParametersschneems2016-01-191-0/+16
|/ /
* | Remove literal? check to fix issue with prefixed optionalseileencodes2016-01-161-1/+1
* | Fix typo in docs [ci skip]Rebecca Skinner2016-01-141-2/+2
* | Space OddityAkira Matsuda2016-01-143-4/+4
* | remove `present?` callsAaron Patterson2016-01-121-4/+4
* | monkey patch `recycle!` on to controllers onceAaron Patterson2016-01-121-4/+4