Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Change the assertions depending in the database adapter | Rafael Mendonça França | 2014-03-10 | 1 | -14/+9 | |
* | | | | | Do proper adapter check | Rafael Mendonça França | 2014-03-10 | 1 | -2/+2 | |
* | | | | | Whitespaces | Rafael Mendonça França | 2014-03-10 | 1 | -2/+2 | |
* | | | | | Merge pull request #14341 from keikun17/master | Yves Senn | 2014-03-10 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix 'fields_for' doc typo. | Cakey | Buddy Magsipoc | 2014-03-10 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #14332 from tgxworld/autosave_association_test | Yves Senn | 2014-03-10 | 1 | -7/+3 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Cleanup Parrot after each test. | Guo Xiang Tan | 2014-03-09 | 1 | -7/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #14334 from kennym/master | Godfrey Chan | 2014-03-09 | 1 | -4/+8 | |
|\ \ \ \ | ||||||
| * | | | | Enhance readability of ActionView DateHelper#distance_of_time_in_words | Kenny Meyer | 2014-03-09 | 1 | -4/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #14315 from zuhao/activemodel_tests_in_random_order | Yves Senn | 2014-03-09 | 4 | -13/+39 | |
|\ \ \ \ | ||||||
| * | | | | Run ActiveModel test suites in random order. | Zuhao Wan | 2014-03-10 | 4 | -13/+39 | |
* | | | | | Merge pull request #14262 from sferik/flat_map | Andrew White | 2014-03-09 | 16 | -30/+30 | |
|\ \ \ \ \ | ||||||
| * | | | | | Replace map.flatten with flat_map in railties | Erik Michaels-Ober | 2014-03-04 | 4 | -4/+4 | |
| * | | | | | Replace map.flatten with flat_map in activerecord | Erik Michaels-Ober | 2014-03-03 | 5 | -8/+8 | |
| * | | | | | Replace map.flatten with flat_map in actionpack | Erik Michaels-Ober | 2014-03-03 | 7 | -18/+18 | |
* | | | | | | Move changelog entry to the top, highlight module name [ci skip] | Carlos Antonio da Silva | 2014-03-08 | 1 | -5/+6 | |
* | | | | | | Copy shallow options from normal options when using scope | Andrew White | 2014-03-08 | 2 | -1/+50 | |
* | | | | | | Pull namespace defaults out of the options hash | Andrew White | 2014-03-08 | 2 | -3/+140 | |
* | | | | | | Only use shallow nested scope when depth is > 1 | Andrew White | 2014-03-08 | 2 | -20/+83 | |
* | | | | | | Move setting :scope_level_resource to resource_scope | Andrew White | 2014-03-08 | 1 | -7/+7 | |
* | | | | | | Merge pull request #14313 from m-Peter/active_model_doc_fixes | Yves Senn | 2014-03-08 | 1 | -30/+49 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix errors for four of the code samples | Peter Markou | 2014-03-08 | 1 | -30/+49 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #14325 from robin850/issue-12133 | Santiago Pastorino | 2014-03-08 | 3 | -1/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make the rails:template rake task load initializers | Robin Dupret | 2014-03-08 | 3 | -1/+18 | |
* | | | | | | | Merge pull request #14244 from arthurnn/orderd_hash_select_fix | Santiago Pastorino | 2014-03-08 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix OrderedHash.select to return self instance. | Arthur Neves | 2014-03-07 | 2 | -1/+8 | |
* | | | | | | | | Merge pull request #14280 from joho/make_csrf_failure_logging_optional | Santiago Pastorino | 2014-03-08 | 3 | -1/+28 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Make CSRF failure logging optional/configurable. | John Barton (joho) | 2014-03-05 | 3 | -1/+28 | |
* | | | | | | | | 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 | |
* | | | | | | | | Tests for indifferent access using full_messages_for. Closes #11916 | Pavel Penkov | 2014-03-08 | 1 | -0/+7 | |
* | | | | | | | | Merge pull request #14318 from arthurnn/clean_preview_interceptors | Andrew White | 2014-03-07 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make sure we clean preview_interceptors | Arthur Neves | 2014-03-07 | 1 | -0/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #14316 from the4dpatrick/master | Arthur Nogueira Neves | 2014-03-07 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | 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 | 8 | -22/+37 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix typo app -> all | dmathieu | 2014-03-07 | 1 | -1/+1 | |
| * | | | | | | | unscope doesn't remove only the default_scope, but all of them. | dmathieu | 2014-03-07 | 1 | -4/+5 | |
| * | | | | | | | Update doc for TagHelper. | Hendy Tanata | 2014-03-05 | 1 | -2/+8 | |
| * | | | | | | | 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 | |
| * | | | | | | | :scissors: | Zachary Scott | 2014-02-23 | 3 | -3/+3 | |
| * | | | | | | | 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 | 8 | -51/+24 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Do note remove `Content-Type` when `render :body` | Prem Sichanugrist | 2014-03-05 | 8 | -51/+24 | |
* | | | | | | | | | | Merge pull request #14296 from joker1007/fix_rails_guides_about_active_record... | Yves Senn | 2014-03-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | |