| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | 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 |
| * | | | Allow code execution in case no variant has been set with variant.none | David Heinemeier Hansson | 2013-12-07 | 2 | -4/+21 |
| * | | | Fixed test for Mime::VCF | Arun Agrawal | 2013-12-06 | 1 | -3/+3 |
| * | | | Add Mime::Type.register "text/vcard", :vcf to the default list of mime types | David Heinemeier Hansson | 2013-12-05 | 2 | -0/+5 |
| * | | | Merge pull request #13189 from strzalek/retain-ap-av-dep | Jeremy Kemper | 2013-12-05 | 5 | -19/+6 |
| |\ \ \ |
|
| | * | | | Remove missing integration points of AV extraction | Carlos Antonio da Silva | 2013-12-05 | 2 | -3/+1 |
| | * | | | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 3 | -16/+5 |
| * | | | | add missing CHANGELOG entry for d8c6f52. [ci skip] | Yves Senn | 2013-12-05 | 1 | -0/+5 |
| * | | | | Escalate missing error when :raise is true | Shota Fukumori (sora_h) | 2013-12-05 | 1 | -0/+7 |
| * | | | | Update changelog [ci skip] | Rafael Mendonça França | 2013-12-04 | 1 | -2/+2 |
| * | | | | remove nil in NullType#ref. | Angelo capilleri | 2013-12-04 | 1 | -3/+1 |
| | |_|/
| |/| | |
|
| * | | | Improve a couple exception messages related to variants and mime types | Carlos Antonio da Silva | 2013-12-03 | 3 | -15/+19 |
| * | | | 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 | 9 | -6/+169 |
| * | | Change deep_munge call to avoid deprecation warning | Carlos Antonio da Silva | 2013-12-03 | 1 | -2/+2 |
| * | | Merge branch 'master-sec' | Aaron Patterson | 2013-12-03 | 2 | -2/+17 |
| |\ \ |
|
| | * | | Deep Munge the parameters for GET and POST | Michael Koziarski | 2013-12-02 | 2 | -2/+17 |
| * | | | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-12-03 | 1 | -5/+5 |
| * | | | Convert Mime::NullType in a singleton | Guillermo Iguaran | 2013-12-03 | 1 | -1/+4 |
| * | | | Cleanups in comment about conditional | Guillermo Iguaran | 2013-12-03 | 1 | -1/+2 |
| * | | | Merge branch 'format_localized_template' of https://github.com/acapilleri/rails | Guillermo Iguaran | 2013-12-03 | 4 | -1/+22 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Fix header Content-Type: #<Mime::NullType:...> in localized template | Angelo capilleri | 2013-12-03 | 4 | -1/+22 |
| * | | | Merge pull request #12123 from aredondo/master | Carlos Antonio da Silva | 2013-12-02 | 1 | -0/+8 |
| |\ \ \ |
|
| | * | | | Add regression test for IpSpoofAttackError issue | Alvaro Redondo | 2013-09-03 | 1 | -0/+8 |
| * | | | | Remove deprecated cattr_* requires | Genadi Samokovarov | 2013-12-03 | 4 | -4/+4 |
| * | | | | Try to escape each part of a path redirect route correctly | Andrew White | 2013-12-02 | 3 | -8/+41 |
| * | | | | [ci skip] Removing some gender sensitive object pronouns | Tejas Dinkar | 2013-12-02 | 1 | -2/+2 |
| * | | | | Use genderless pronouns in API docs | Guillermo Iguaran | 2013-12-01 | 1 | -1/+1 |
* | | | | | Fix stream closing when sending file with `ActionController::Live` included. | Lauro Caetano | 2013-11-30 | 3 | -1/+21 |
|/ / / / |
|
* | | | | Typo fixes [ci skip] | Akshay Vishnoi | 2013-11-30 | 1 | -2/+2 |
* | | | | first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip] | Yves Senn | 2013-11-28 | 1 | -5/+1 |
* | | | | fixed-case when invalid action name has passed | Kuldeep Aggarwal | 2013-11-28 | 1 | -0/+3 |
* | | | | fixed typo `destory` => `destroy` [ci skip] | Kuldeep Aggarwal | 2013-11-28 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Better error message for typos in assert_response argument. | Victor Costan | 2013-11-25 | 3 | -0/+19 |
* | | | Merge pull request #13020 from razielgn/raise-inspectable-messages | Carlos Antonio da Silva | 2013-11-24 | 2 | -4/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Raise RuntimeErrors with inspectable and MRI-independent messages. | Federico Ravasio | 2013-11-24 | 2 | -4/+4 |
* | | | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Change syntax format for example returned values | Prem Sichanugrist | 2013-11-11 | 1 | -1/+1 |
* | | | Improve changelogs | Carlos Antonio da Silva | 2013-11-22 | 1 | -1/+1 |
* | | | Build fix for Routing Inspector | Arun Agrawal | 2013-11-22 | 1 | -2/+2 |
* | | | Revert "Merge pull request #12990 from vipulnsward/remove_visualizer_param" | Rafael Mendonça França | 2013-11-21 | 1 | -1/+1 |
* | | | Remove unused param `title`to `TransitionTable#visualizer` | Vipul A M | 2013-11-22 | 1 | -1/+1 |
* | | | unify punctuation in Action Pack changelog. [ci skip] | Yves Senn | 2013-11-21 | 1 | -5/+7 |
* | | | Fix for routes task | Sıtkı Bağdat | 2013-11-21 | 3 | -17/+22 |
* | | | `skiping` => `skipping` | Kuldeep Aggarwal | 2013-11-19 | 1 | -1/+1 |
* | | | Merge pull request #12898 from chocoby/fix/changelog_comment | Carlos Antonio da Silva | 2013-11-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix CHANGELOG typo [ci skip] | chocoby | 2013-11-15 | 1 | -1/+1 |
* | | | | Avoid hash lookups for building an array of required defaults | Carlos Antonio da Silva | 2013-11-15 | 1 | -2/+3 |
* | | | | Get rid of useless temp variable | Carlos Antonio da Silva | 2013-11-15 | 1 | -2/+1 |