Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Get ready to release 4.1.0.beta1 | David Heinemeier Hansson | 2013-12-17 | 7 | -7/+7 | |
* | | | | | | | | | | | Remove the navigator for now. Its ugly and it promises more than it can deliv... | David Heinemeier Hansson | 2013-12-17 | 1 | -6/+1 | |
* | | | | | | | | | | | Clearly limit new CSRF protection to GET requests | Jeremy Kemper | 2013-12-17 | 2 | -2/+17 | |
* | | | | | | | | | | | 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 it... | Jeremy Kemper | 2013-12-17 | 1 | -132/+146 | |
* | | | | | | | | | | | Fix integration test to pass same-origin verification | Jeremy Kemper | 2013-12-17 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #13345 from jeremy/get-csrf | Jeremy Kemper | 2013-12-17 | 6 | -28/+143 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | CSRF protection from cross-origin <script> tags | Jeremy Kemper | 2013-12-17 | 6 | -28/+143 | |
* | | | | | | | | | | | | Merge pull request #13314 from laurocaetano/blacklist_array_methods | Jeremy Kemper | 2013-12-17 | 4 | -30/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Create a blacklist to disallow mutator methods to be delegated to `Array`. | Lauro Caetano | 2013-12-17 | 4 | -30/+59 | |
* | | | | | | | | | | | | Add changelog entries about secrets.yml and secrets.secret_key_base | Guillermo Iguaran | 2013-12-17 | 1 | -0/+29 | |
* | | | | | | | | | | | | Merge pull request #13346 from chancancode/release_notes_etc | Yves Senn | 2013-12-17 | 4 | -47/+147 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Some assorted fixes for the 4.1 release notes: | Godfrey Chan | 2013-12-17 | 4 | -47/+147 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #13341 from carlosantoniodasilva/ca-i18n | Carlos Antonio da Silva | 2013-12-17 | 10 | -14/+94 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Require I18n >= 0.6.9 | Carlos Antonio da Silva | 2013-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | Add changelog and upgrading notice related to I18n enforce_available_locales ... | Carlos Antonio da Silva | 2013-12-17 | 2 | -5/+30 | |
| * | | | | | | | | | | | Disable available locales checks to avoid warnings running the tests | Carlos Antonio da Silva | 2013-12-17 | 5 | -0/+15 | |
| * | | | | | | | | | | | Default I18n.enforce_available_locales to true | Carlos Antonio da Silva | 2013-12-17 | 2 | -8/+48 | |
* | | | | | | | | | | | | concern doesn't include the module automatically | Rafael Mendonça França | 2013-12-17 | 1 | -1/+0 | |
* | | | | | | | | | | | | Merge pull request #13343 from akshay-vishnoi/test-cases | Rafael Mendonça França | 2013-12-17 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | test case for #limit added - picking latest value from limit | Akshay Vishnoi | 2013-12-17 | 1 | -0/+4 | |
* | | | | | | | | | | | | | release notes link to fixed versions of the API. [ci skip] | Yves Senn | 2013-12-17 | 2 | -2/+2 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Fix indent on AS changelog [ci skip] | Carlos Antonio da Silva | 2013-12-17 | 1 | -18/+18 | |
* | | | | | | | | | | | | minor doc reword. Upgrade Rails itself not to Rails. [ci skip] | Yves Senn | 2013-12-17 | 1 | -3/+3 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #13347 from jeremy/concerning | Jeremy Kemper | 2013-12-17 | 4 | -0/+219 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Introduce Module#concerning | Jeremy Kemper | 2013-12-17 | 4 | -0/+219 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | MySQL: remove the old-school 'packets out of order' message | Jeremy Kemper | 2013-12-17 | 1 | -6/+0 | |
* | | | | | | | | | | | use `bin/spring` in release notes. [ci skip] | Yves Senn | 2013-12-17 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #13332 from rails/pixeltrix/mail_view | Guillermo Iguaran | 2013-12-16 | 21 | -26/+765 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 17 | -6/+736 | |
| * | | | | | | | | | | | Add an application controller for internal controllers | Andrew White | 2013-12-17 | 3 | -18/+23 | |
| * | | | | | | | | | | | Fix method redefinition warning | Andrew White | 2013-12-17 | 1 | -2/+6 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #12873 from martinemde/fix-where-assoc-nil | Carlos Antonio da Silva | 2013-12-16 | 3 | -3/+104 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Better support for `where()` conditions that use an association name. | Martin Emde | 2013-12-16 | 3 | -3/+104 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Remove the link for code.whytheluckystiff.net | Rafael Mendonça França | 2013-12-16 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #13338 from shreve/patch-1 | Rafael Mendonça França | 2013-12-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix url leak in application templates guide | Jacob Evan Shreve | 2013-12-16 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #13321 from mezis/fix-safebuffer-interpolation-master | Jeremy Kemper | 2013-12-16 | 2 | -7/+37 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixes interpolation on SafeBuffer | Julien Letessier | 2013-12-14 | 2 | -7/+37 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Fix missing closing rdoc tag [ci skip] | Carlos Antonio da Silva | 2013-12-16 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #13328 from teohm/dbconsole_support_database_url | Yves Senn | 2013-12-16 | 3 | -35/+76 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fixed rails dbconsole to support ENV['DATABASE_URL']. | Huiming Teo | 2013-12-16 | 3 | -35/+76 | |
* | | | | | | | | | | | Merge pull request #13333 from kia84/master | Yves Senn | 2013-12-15 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Added `absence` parameter to pluralization table | Ivan | 2013-12-16 | 1 | -0/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #13307 from akshay-vishnoi/typo | Rafael Mendonça França | 2013-12-15 | 4 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Spelling and Grammar check [ci skip] | Akshay Vishnoi | 2013-12-16 | 4 | -6/+6 | |
* | | | | | | | | | | | Improve CHANGELOG entry with examples [ci skip] | Rafael Mendonça França | 2013-12-15 | 1 | -0/+10 | |
* | | | | | | | | | | | Merge pull request #13313 from ccutrer/temp-tables | Rafael Mendonça França | 2013-12-15 | 8 | -17/+83 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | support creating temporary tables from queries | Cody Cutrer | 2013-12-14 | 8 | -17/+83 | |
* | | | | | | | | | | | | Improve the CHANGELOG entry [ci skip] | Rafael Mendonça França | 2013-12-15 | 1 | -3/+3 |