| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve error message for guides:generate:kindle | Łukasz Adamczak | 2014-04-03 | 1 | -2/+2 |
* | Merge pull request #14569 from matthewd/sqlite_relative_deprecated | Rafael Mendonça França | 2014-04-03 | 1 | -2/+2 |
|\ |
|
| * | Revise 'sqlite3:' URL handling for smoother upgrades | Matthew Draper | 2014-04-03 | 1 | -2/+2 |
* | | In Active Record Querying guide, currently `Merging of scopes` section uses a... | ariabov | 2014-04-02 | 2 | -30/+33 |
* | | Merge pull request #14564 from killthekitten/patch-2 | Rafael Mendonça França | 2014-04-02 | 1 | -5/+4 |
|\ \ |
|
| * | | Fix default_url_options example in i18n guide [ci skip] | Nikolay Shebanov | 2014-04-03 | 1 | -5/+4 |
| |/ |
|
* | | Fix cookie serializer docs | Carlos Antonio da Silva | 2014-04-02 | 1 | -3/+3 |
* | | Fixed small documentation typo | Alessandro Tagliapietra | 2014-04-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-03-29 | 2 | -1/+11 |
|\ |
|
| * | copy edit [ci skip] | Vijay Dev | 2014-03-29 | 1 | -1/+1 |
| * | Clarify environment_name for logs | Gaurish Sharma | 2014-03-27 | 1 | -1/+1 |
| * | Updating select helper doc [ci skip] | Rashmi Yadav | 2014-03-08 | 1 | -0/+10 |
* | | [ci skip] Fix Pull Request URL in 4.1 release note. | Juanito Fatas | 2014-03-27 | 1 | -1/+1 |
* | | link to "Schema migration" Wikipedia page. Closes #14479. [ci skip] | Yves Senn | 2014-03-26 | 1 | -3/+4 |
* | | synchronize changelogs and 4.1 release notes. [ci skip] | Yves Senn | 2014-03-25 | 1 | -4/+12 |
* | | fix log_tags request object grammar | Iain D Broadfoot | 2014-03-21 | 1 | -1/+1 |
* | | Added a warning about serializing data with JSON cookie jars [skip ci] | Godfrey Chan | 2014-03-19 | 2 | -0/+48 |
* | | Fix a typo to make clause plural [ci skip] | chriskohlbrenner | 2014-03-19 | 1 | -1/+1 |
* | | Merge pull request #14379 from robertomiranda/rake-notes.config | Guillermo Iguaran | 2014-03-17 | 1 | -1/+7 |
|\ \ |
|
| * | | Update command line guide | robertomiranda | 2014-03-17 | 1 | -1/+7 |
* | | | Remove extra white-spaces [ci skip] | Robin Dupret | 2014-03-16 | 1 | -13/+13 |
* | | | Reword 5.6 strong parameters and private method stuff [ci skip] | Afshin Mokhtari | 2014-03-15 | 1 | -11/+28 |
|/ / |
|
* | | Fix probs in sections 5.6 and 5.9; [ci skip] | Afshin Mokhtari | 2014-03-13 | 1 | -3/+3 |
* | | Fix a grammatical error in the i18n guide [ci skip] | sukolsak | 2014-03-12 | 1 | -1/+1 |
* | | minor fix to 4.1 rel notes for begin_transaction joinable option [CI skip] | Gary S. Weaver | 2014-03-10 | 1 | -1/+1 |
* | | The 4.1 release notes is already a thing so lets show in the guides | Rafael Mendonça França | 2014-03-10 | 1 | -1/+0 |
* | | docs, shorten CsrfHelper description and refer to security guide. [ci skip] | Yves Senn | 2014-03-08 | 1 | -8/+3 |
* | | added CSRF helper to rails guide documentation. Closes #11615. [ci skip] | Yves Senn | 2014-03-08 | 1 | -3/+19 |
* | | Add preventDefault() on click event | Patrick Perey | 2014-03-07 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-03-07 | 3 | -13/+21 |
|\ |
|
| * | Improve collision explanation for Hash#transform_keys. | Hendy Tanata | 2014-02-28 | 1 | -3/+3 |
| * | Fix code alignment in duplicable? guide. | Hendy Tanata | 2014-02-27 | 1 | -2/+2 |
| * | Improve guide for Hash#transform_keys and related methods. | Hendy Tanata | 2014-02-27 | 1 | -6/+15 |
| * | Tweak Configuring Guide language | Gaurish Sharma | 2014-02-23 | 1 | -1/+1 |
| * | typos fixes | Mikhail Dieterle | 2014-02-22 | 1 | -4/+4 |
* | | Merge pull request #14257 from killthekitten/patch-1 | Vijay Dev | 2014-03-06 | 1 | -0/+20 |
|\ \ |
|
| * | | [ci skip] Add "Low-Level Caching" part to "Caching With Rails" | Nikolay Shebanov | 2014-03-06 | 1 | -0/+20 |
* | | | Merge pull request #14285 from sikachu/master-revert-render-body-remove-conte... | Aaron Patterson | 2014-03-06 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | Do note remove `Content-Type` when `render :body` | Prem Sichanugrist | 2014-03-05 | 1 | -2/+5 |
* | | | | Fix guide about `config.active_record.default_timezone` [ci skip] | joker1007 | 2014-03-06 | 1 | -1/+1 |
|/ / / |
|
* / / | docs, flash message keys are normalized to strings. [ci skip] | Yves Senn | 2014-03-05 | 1 | -0/+20 |
|/ / |
|
* | | [ci skip] use secrets.secret_key_base instead of config.secret_key_base | Kuldeep Aggarwal | 2014-03-01 | 2 | -4/+11 |
* | | Improve a bit the 4.1 release notes [ci skip] | Robin Dupret | 2014-02-28 | 1 | -4/+6 |
* | | [ci skip] use secrets.yml instead of secret_token.rb in the action controller... | Brian Thomas Storti | 2014-02-27 | 1 | -3/+18 |
* | | Fixes docs typo in nested resource path helpers [skip ci] | Gareth du Plooy | 2014-02-26 | 1 | -18/+18 |
* | | [ci skip] Update list of files extensions in rake notes guide | robertomiranda | 2014-02-26 | 1 | -1/+1 |
* | | [ci skip] remove guide section on models in migrations | Luke Steensen | 2014-02-26 | 1 | -153/+0 |
* | | Bump version of bcrypt gem | T.J. Schuck | 2014-02-25 | 1 | -1/+1 |
* | | Optimize getting started guide images, and use png instead of jpg | Carlos Antonio da Silva | 2014-02-25 | 16 | -1/+1 |
* | | :scissors: [ci skip] | Carlos Antonio da Silva | 2014-02-25 | 1 | -5/+5 |