| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Encoding::CompatibilityError when public path is UTF-8 | Andrew White | 2013-12-29 | 8 | -6/+41 |
* | Fix method redefined warning message in mapper.rb | Andrew White | 2013-12-29 | 1 | -2/+3 |
* | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 1 | -1/+1 |
* | Unused classes in AP tests | Akira Matsuda | 2013-12-25 | 2 | -14/+0 |
* | AC::Parameters#permit! permits hashes in array values | Xavier Noria | 2013-12-23 | 3 | -5/+19 |
* | Move the null mime type to request.format | Carlos Antonio da Silva | 2013-12-23 | 6 | -10/+10 |
* | Add missing av/railtie require | Łukasz Strzałkowski | 2013-12-22 | 1 | -0/+1 |
* | optimizes array conversion in AC::Parameters | Xavier Noria | 2013-12-21 | 2 | -2/+17 |
* | refactors AC::Parameters#fetch | Xavier Noria | 2013-12-21 | 1 | -10/+3 |
* | converts hashes in arrays of unfiltered params to unpermitted params [fixes #... | Xavier Noria | 2013-12-21 | 3 | -3/+23 |
* | Merge pull request #13188 from imanel/skip_deep_munge | Jeremy Kemper | 2013-12-19 | 4 | -0/+33 |
|\ |
|
| * | Add configuration option to optionally disable deep_munge | Bernard Potocki | 2013-12-05 | 4 | -0/+35 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 4 | -4/+4 |
|\ \ |
|
| * | | Typos. return -> returns. [ci skip] | Lauro Caetano | 2013-12-03 | 4 | -4/+4 |
* | | | Fix assertions for testing unknown formats using Mime::NullType | Carlos Antonio da Silva | 2013-12-19 | 1 | -5/+5 |
* | | | Show routes defined under assets prefix | Ryunosuke SATO | 2013-12-19 | 3 | -1/+17 |
* | | | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 2 | -20/+9 |
* | | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena... | Vipul A M | 2013-12-18 | 3 | -7/+7 |
* | | | Get ready to release 4.1.0.beta1 | David Heinemeier Hansson | 2013-12-17 | 1 | -1/+1 |
* | | | Clearly limit new CSRF protection to GET requests | Jeremy Kemper | 2013-12-17 | 2 | -2/+17 |
* | | | Merge pull request #13345 from jeremy/get-csrf | Jeremy Kemper | 2013-12-17 | 5 | -25/+138 |
|\ \ \ |
|
| * | | | CSRF protection from cross-origin <script> tags | Jeremy Kemper | 2013-12-17 | 5 | -25/+138 |
* | | | | Merge pull request #13346 from chancancode/release_notes_etc | Yves Senn | 2013-12-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Some assorted fixes for the 4.1 release notes: | Godfrey Chan | 2013-12-17 | 1 | -1/+1 |
| |/ / / |
|
* / / / | Disable available locales checks to avoid warnings running the tests | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+3 |
|/ / / |
|
* | | | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 1 | -1/+1 |
* | | | Merge pull request #13307 from akshay-vishnoi/typo | Rafael Mendonça França | 2013-12-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Spelling and Grammar check [ci skip] | Akshay Vishnoi | 2013-12-16 | 1 | -1/+1 |
* | | | | Update secret_key_base Docs | robertomiranda | 2013-12-15 | 2 | -10/+11 |
* | | | | Fix syntax error in redirect_to example | Philipe Fatio | 2013-12-14 | 1 | -1/+1 |
* | | | | Merge pull request #13293 from akshay-vishnoi/typo | Carlos Antonio da Silva | 2013-12-12 | 4 | -5/+5 |
|\| | | |
|
| * | | | Spelling and Grammar checks | Akshay Vishnoi | 2013-12-12 | 4 | -5/+5 |
* | | | | Merge pull request #13290 from strzalek/inline-syntax-docs | Rafael Mendonça França | 2013-12-12 | 2 | -0/+17 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Variants inline syntax documentation [ci skip] | Łukasz Strzałkowski | 2013-12-12 | 2 | -0/+17 |
* | | | | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-12-12 | 1 | -4/+6 |
|/ / / |
|
* | | | Merge pull request #13288 from dvsuresh/fix_typo | Damien Mathieu | 2013-12-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix typo in action_controller responder.rb | dvsuresh | 2013-12-12 | 1 | -1/+1 |
* | | | | Merge pull request #13284 from aayushkhandelwal11/typos_corrected | Godfrey Chan | 2013-12-11 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | typos rectified [ci skip] | Aayush khandelwal | 2013-12-12 | 1 | -1/+1 |
* | | | | Update CHANGELOG entry for Session#fetch | Trent Ogren | 2013-12-11 | 1 | -3/+1 |
* | | | | Make ActionDispatch::Request::Session#fetch behave like Hash#fetch | Trent Ogren | 2013-12-11 | 2 | -11/+10 |
|/ / / |
|
* | | | Fix mounting engines inside a resources block | Piotr Sarnacki | 2013-12-10 | 3 | -2/+18 |
* | | | Inline variants syntax | Łukasz Strzałkowski | 2013-12-10 | 3 | -3/+63 |
* | | | 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 | 2 | -28/+10 |
* | | | Merge pull request #13235 from strzalek/variants-inline | David Heinemeier Hansson | 2013-12-08 | 2 | -10/+28 |
|\ \ \ |
|
| * | | | Inline variants syntax | Łukasz Strzałkowski | 2013-12-08 | 2 | -9/+27 |
| * | | | Simplify @responses hash initialization | Łukasz Strzałkowski | 2013-12-08 | 1 | -1/+1 |
* | | | | Require action_view explicitly in AC::Base | Łukasz Strzałkowski | 2013-12-08 | 2 | -0/+2 |
|/ / / |
|
* | | | Variants can be declared without a block to signify their presence in the con... | David Heinemeier Hansson | 2013-12-07 | 3 | -2/+5 |