Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | typo: should be 'DateTime.civil_from_format' and not ↵ | Corprew Reed | 2013-12-17 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | 'DateTime.civil_from_fromat' | |||||
* | / / | [ci skip] Prettify the removals from Action Controller in 4.1 release notes. | Juanito Fatas | 2013-12-18 | 1 | -7/+9 | |
| |/ / |/| | | ||||||
* | | | Mention new CSRF protection gotcha in upgrade guide | Jeremy Kemper | 2013-12-17 | 1 | -1/+26 | |
| | | | ||||||
* | | | Discuss Action Pack's new CSRF protection from remote script tags and what ↵ | Jeremy Kemper | 2013-12-17 | 1 | -132/+146 | |
| | | | | | | | | | | | | it means for your app. In short, update your tests if they don't already use the 'xhr :post' style. | |||||
* | | | Merge pull request #13345 from jeremy/get-csrf | Jeremy Kemper | 2013-12-17 | 1 | -3/+5 | |
|\ \ \ | | | | | | | | | CSRF protection from cross-origin <script> tags | |||||
| * | | | CSRF protection from cross-origin <script> tags | Jeremy Kemper | 2013-12-17 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | Thanks to @homakov for sounding the alarm about JSONP-style data leaking | |||||
* | | | | Merge pull request #13314 from laurocaetano/blacklist_array_methods | Jeremy Kemper | 2013-12-17 | 1 | -0/+17 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a blacklist to disallow mutator methods to be delegated to Array Conflicts: guides/source/upgrading_ruby_on_rails.md | |||||
| * | | | | Create a blacklist to disallow mutator methods to be delegated to `Array`. | Lauro Caetano | 2013-12-17 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was necessary because the whitelist wouldn't work. It would be painful for users trying to update their applications. This blacklist intent to prevent odd bugs and confusion in code that call mutator methods directely on the `Relation`. | |||||
* | | | | | Merge pull request #13346 from chancancode/release_notes_etc | Yves Senn | 2013-12-17 | 2 | -45/+145 | |
|\ \ \ \ \ | | | | | | | | | | | | | Release notes fixes [ci skip] | |||||
| * | | | | | Some assorted fixes for the 4.1 release notes: | Godfrey Chan | 2013-12-17 | 2 | -45/+145 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added release notes for secrets.yml and mentioned it in the highlights * Added release notes for Mailer previews and mentioned it in the highlights * Added release notes for Module#concerning * Removed mention for AV extraction from the highlights * Rearranged the major features to put highlighted features first * Various improvements and typo fixes [ci skip] | |||||
* | | | | | Merge pull request #13341 from carlosantoniodasilva/ca-i18n | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+17 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Default I18n.enforce_available_locales to true We will default this option to true from now on to ensure users properly handle their list of available locales whenever necessary. This option was added as a security measure and thus Rails will follow it defaulting to secure option. Also improve the handling of I18n config options in its railtie, taking the new enforce_available_locales option into account, by setting it as the last one in the process. This ensures no other configuration will trigger a deprecation warning due to that setting. | |||||
| * | | | | Add changelog and upgrading notice related to I18n enforce_available_locales ↵ | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | handling | |||||
* | | | | | release notes link to fixed versions of the API. [ci skip] | Yves Senn | 2013-12-17 | 2 | -2/+2 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | As discussed with @fxn the release notes are a snapshot document. The links going out to the API should represent that exact snapshot. This means we always link to the full final release. For example the 3.2 release notes link to http://api.rubyonrails.org/v3.2.0. | |||||
* / / / | minor doc reword. Upgrade Rails itself not to Rails. [ci skip] | Yves Senn | 2013-12-17 | 1 | -3/+3 | |
|/ / / | | | | | | | | | | /cc @chancancode | |||||
* | | | use `bin/spring` in release notes. [ci skip] | Yves Senn | 2013-12-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Follow up to: https://github.com/rails/rails/commit/828a8f214535e59d709fd4862605902d1cc21632#commitcomment-4879462 This will be available after https://github.com/jonleighton/spring/commit/c6e25804b3338959d87a29f40967a333c650c031 is released. | |||||
* | | | Remove the link for code.whytheluckystiff.net | Rafael Mendonça França | 2013-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | This is not a valid URL. [ci skip] | |||||
* | | | Fix url leak in application templates guide | Jacob Evan Shreve | 2013-12-16 | 1 | -1/+1 | |
| | | | | | | | | | Encapsulate url that was including the trailing quote and colon. | |||||
* | | | Added `absence` parameter to pluralization table | Ivan | 2013-12-16 | 1 | -0/+1 | |
| | | | | | | | | | Added `absence` parameter to table in section `5.1.2 Error Message Interpolation`. | |||||
* | | | 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] | |||||
| * | | | Spelling and Grammar check [ci skip] | Akshay Vishnoi | 2013-12-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #13181 from fluxusfrequency/patch-4 | Robin Dupret | 2013-12-14 | 1 | -221/+603 | |
|\ \ \ \ | |_|_|/ |/| | | | Clarification, grammar fixes, punctuation, and capitalization [ci skip] | |||||
| * | | | Word wrapping engines guide [ci skip] | Ben Lewis | 2013-12-14 | 1 | -189/+568 | |
| | | | | ||||||
| * | | | Clarification, grammar fixes, punctuation, and capitalization [ci skip] | Ben Lewis | 2013-12-14 | 1 | -84/+87 | |
| | | | | ||||||
* | | | | Improved documents [ci skip] | Kuldeep Aggarwal | 2013-12-14 | 4 | -4/+4 | |
| | | | | ||||||
* | | | | Improve document: working with javascript in rails [ci skip]. | Juanito Fatas | 2013-12-14 | 1 | -5/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add form_tag generated output. * improve some text. * data-remote='true' should use double quotes. | |||||
* | | | | Merge pull request #13305 from psahni/form_tag_with_parameters | Yves Senn | 2013-12-13 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | form_tag with parameters fixed [ci skip] | |||||
| * | | | | form_tag with parameters fixed [ ci skip ] | Prashant Sahni | 2013-12-13 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | fix grammatical error | Afshin Mokhtari | 2013-12-12 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | docs guidelines: recommends wording in a way that avoids "you"s and "your"s | Xavier Noria | 2013-12-12 | 1 | -1/+15 | |
| | | | | | ||||||
* | | | | | copy-edits 68abbac [ci skip] | Xavier Noria | 2013-12-12 | 1 | -10/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewording to avoid "you"s. * Suggest as first natural alternative to refactor the block to evaluate to the returned value. * Removes the quotes around "filters", since that is a common work in our jargon. | |||||
* | | | | | Merge pull request #13293 from akshay-vishnoi/typo | Carlos Antonio da Silva | 2013-12-12 | 1 | -1/+1 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | Spelling and Grammar checks [ci skip] | |||||
| * | | | | Spelling and Grammar checks | Akshay Vishnoi | 2013-12-12 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #13271 from ↵ | Rafael Mendonça França | 2013-12-12 | 1 | -0/+33 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | chancancode/warn_about_using_return_in_as_callbacks Warn about using `return` inside inline callback blocks [ci skip] | |||||
| * | | | | Warn about using `return` inside inline callback blocks [ci skip] | Godfrey Chan | 2013-12-11 | 1 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | Closes #12981 | |||||
* | | | | | Merge pull request #13290 from strzalek/inline-syntax-docs | Rafael Mendonça França | 2013-12-12 | 1 | -0/+10 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Variants inline syntax documentation | |||||
| * | | | | Variants inline syntax documentation [ci skip] | Łukasz Strzałkowski | 2013-12-12 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extend method documentation * Mention it in actionpack/CHANGELOG * Update release notes | |||||
* | | | | | Merge pull request #13032 from kuldeepaggarwal/after_touch_documentation | Yves Senn | 2013-12-12 | 1 | -0/+49 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [ci skip] added after_touch callback documentation [ci skip] | |||||
| * | | | | [ci skip] added after_touch callback documentation | Kuldeep Aggarwal | 2013-12-12 | 1 | -0/+49 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] added more explanation for `after_touch` callback | |||||
* | | | | | typos rectified lifecycle => life cycle | Aayush khandelwal | 2013-12-12 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Some improvements on building nested forms. [ci skip] | Juanito Fatas | 2013-12-07 | 1 | -7/+11 | |
| | | | | ||||||
* | | | | capitalize words starting after numbered list to maintain consistency [ci skip] | Prashant Sahni | 2013-12-06 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Using 2.3.11 URL for 2.3.x guides [ci skip] | Arun Agrawal | 2013-12-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | add missing CHANGELOG entry for d8c6f52. [ci skip] | Yves Senn | 2013-12-05 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Discoverd by #13175. | |||||
* | | | | end sentences with a `.`. [ci skip] | Yves Senn | 2013-12-05 | 1 | -7/+9 | |
| | | | | ||||||
* | | | | Rails on Rack: Replace an unpleasant grammatical construct. | Jashank Jeremy | 2013-12-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | | Hightlight message verifier in the release notes [ci skip] | Rafael Mendonça França | 2013-12-04 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | Update the releases notes | Rafael Mendonça França | 2013-12-04 | 1 | -0/+1 | |
| |/ / |/| | | ||||||
* | | | Update guides welcome page to point to version 3.2.16 [ci skip] | Arun Agrawal | 2013-12-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | update guides to new version of rails 3.2.x[ci skip] | Kuldeep Aggarwal | 2013-12-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | mention Active Record enums as major feature for 4.1. [ci skip] | Yves Senn | 2013-12-04 | 1 | -0/+23 | |
| | | |