Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add regression test for collection proxy reader | Arthur Neves | 2014-02-20 | 1 | -0/+7 | |
| * | | | Revert "speed up the collection proxy reader method, but slow down the constr... | Arthur Neves | 2014-02-20 | 1 | -5/+1 | |
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-02-20 | 1 | -0/+7 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add tip about using RDoc's --pipe command to quickly test the output of | Zachary Scott | 2014-02-10 | 1 | -0/+7 | |
* | | | | Merge pull request #14120 from gregmolnar/guides | Carlos Antonio da Silva | 2014-02-20 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | change 'assert !' to 'assert_not' in guides [ci skip] | Greg Molnar | 2014-02-20 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | Pointing to latest guides [ci skip] | Arun Agrawal | 2014-02-19 | 1 | -1/+1 | |
* | | | | Merge pull request #14102 from arthurnn/quietly_doc | Xavier Noria | 2014-02-19 | 1 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | Methods silence_stream/quietly are not thread-safe [skip ci] | Arthur Neves | 2014-02-19 | 1 | -0/+4 | |
* | | | | | Merge pull request #14107 from prakashmurthy/patch-1 | Arun Agrawal | 2014-02-19 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Close the meta tag with '/>' instead of '>' | Prakash Murthy | 2014-02-19 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Fix render plain docs example in AM::Base | Guillermo Iguaran | 2014-02-18 | 1 | -2/+2 | |
* | | | | | Merge pull request #14099 from robertomiranda/render-text-2-plain | Guillermo Iguaran | 2014-02-18 | 4 | -11/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update Docs in favor to use render plain instead of text option | robertomiranda | 2014-02-18 | 4 | -11/+11 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #14098 from Amit-Thawait/master | Arthur Nogueira Neves | 2014-02-18 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Typo fix for unscope | Amit Thawait | 2014-02-18 | 2 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Use the reference for the mime type to get the format | Rafael Mendonça França | 2014-02-18 | 4 | -2/+36 | |
* | | | | | Merge branch '4-1-0-beta2' | Rafael Mendonça França | 2014-02-18 | 15 | -15/+83 | |
|\ \ \ \ \ | ||||||
| * | | | | | Preparing for 4.1.0.beta2 release | Rafael Mendonça França | 2014-02-18 | 11 | -9/+17 | |
| * | | | | | Correctly escape PostgreSQL arrays. | Aaron Patterson | 2014-02-18 | 2 | -1/+13 | |
| * | | | | | Escape format, negative_format and units options of number helpers | Rafael Mendonça França | 2014-02-18 | 2 | -5/+53 | |
* | | | | | | Merge pull request #14097 from chancancode/sync_4_1_release_notes | Godfrey Chan | 2014-02-18 | 1 | -3/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Sync 4.1 release notes with changes since 7f648bc7 [ci skip] | Godfrey Chan | 2014-02-18 | 1 | -3/+11 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #14062 from sikachu/ps-render-format | Rafael Mendonça França | 2014-02-18 | 22 | -41/+762 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update upgrading guide regarding `render :text` | Prem Sichanugrist | 2014-02-18 | 1 | -0/+19 | |
| * | | | | | | Add `#no_content_type` attribute to `AD::Response` | Prem Sichanugrist | 2014-02-18 | 5 | -11/+25 | |
| * | | | | | | Add missing CHANGELOG entry to Action View | Prem Sichanugrist | 2014-02-18 | 1 | -0/+5 | |
| * | | | | | | Update guides for new rendering options | Prem Sichanugrist | 2014-02-18 | 3 | -6/+38 | |
| * | | | | | | Cleanup `ActionController::Rendering` | Prem Sichanugrist | 2014-02-18 | 1 | -11/+27 | |
| * | | | | | | Fix a fragile test on `action_view/render` | Prem Sichanugrist | 2014-02-18 | 1 | -1/+1 | |
| * | | | | | | Introduce `render :html` for render HTML string | Prem Sichanugrist | 2014-02-18 | 8 | -3/+242 | |
| * | | | | | | Introduce `render :plain` for render plain text | Prem Sichanugrist | 2014-02-18 | 6 | -4/+192 | |
| * | | | | | | Update hash format for render_text_test | Prem Sichanugrist | 2014-02-18 | 1 | -18/+18 | |
| * | | | | | | Introduce `render :body` for render raw content | Prem Sichanugrist | 2014-02-18 | 10 | -11/+219 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #14095 from rails/rm-scopes | Rafael Mendonça França | 2014-02-18 | 4 | -12/+146 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't use `# =>` when it is not the expression values | Rafael Mendonça França | 2014-02-18 | 3 | -26/+26 | |
| * | | | | | | Fix the column name [ci skip] | Rafael Mendonça França | 2014-02-18 | 3 | -14/+14 | |
| * | | | | | | Document the default scopes change on the release notes, CHANGELOG | Rafael Mendonça França | 2014-02-18 | 3 | -0/+134 | |
| * | | | | | | Aesthetic [ci skip] | Rafael Mendonça França | 2014-02-18 | 1 | -4/+4 | |
| * | | | | | | Tell default_scope are prepended [ci skip] | Rafael Mendonça França | 2014-02-18 | 1 | -1/+1 | |
| * | | | | | | Updated doc for default scope [ci skip] | Rashmi Yadav | 2014-02-18 | 1 | -4/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #14094 from kalabiyau/fix_parameters_naming | Carlos Antonio da Silva | 2014-02-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix parameter naming in RemoteIp middleware constructor method | KalabiYau | 2014-02-18 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Move changelog entry to the top, fix examples indent [ci skip] | Carlos Antonio da Silva | 2014-02-18 | 1 | -10/+10 | |
* | | | | | | Minor grammar/punctuation fixes [ci skip] | Carlos Antonio da Silva | 2014-02-18 | 1 | -4/+3 | |
* | | | | | | Use assert_nil instead as its clearer about what the return is expected to be | David Heinemeier Hansson | 2014-02-18 | 1 | -1/+1 | |
* | | | | | | Merge pull request #14096 from arthurnn/precompile_all | Guillermo Iguaran | 2014-02-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Doc: assets:precompile:all was removed on 4 [skip ci] | Arthur Neves | 2014-02-18 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* / / / / / | Added Object#present_in to simplify value whitelisting | David Heinemeier Hansson | 2014-02-18 | 3 | -0/+29 | |
|/ / / / / | ||||||
* | | | | | travel_to travels back and re-raises if the block raises | Xavier Noria | 2014-02-18 | 2 | -3/+18 |