| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
|\ \ |
|