Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused code | Rafael Mendonça França | 2014-09-25 | 2 | -23/+1 |
| | |||||
* | :nail_care: the CSS | Rafael Mendonça França | 2014-09-25 | 1 | -7/+18 |
| | |||||
* | Merge pull request #17024 from buddhamagnet/amend-welcome-page | Rafael Mendonça França | 2014-09-25 | 2 | -14/+11 |
|\ | | | | | Amend welcome page | ||||
| * | Improve welcome page css and table cell aignments. | buddhamagnet | 2014-09-25 | 2 | -14/+11 |
| | | |||||
* | | Fix string/gid collision in job arguments | Jeremy Kemper | 2014-09-25 | 2 | -6/+38 |
| | | | | | | | | Serialize Global IDs as special objects, distinguishable from Strings | ||||
* | | Fix actionpack test cases broken by #16888 | Godfrey Chan | 2014-09-26 | 2 | -29/+9 |
| | | |||||
* | | Revert "Revert "Merge pull request #16888 from jejacks0n/render_template"" | Godfrey Chan | 2014-09-26 | 4 | -20/+27 |
| | | | | | | | | This reverts commit 585e75696b31395aee895e5366e331c07c3f5ee1. | ||||
* | | Use released rails-html-sanitizer and rails-deprecated_sanitizer | Godfrey Chan | 2014-09-26 | 4 | -7/+5 |
| | | |||||
* | | Use release web-console | Rafael Mendonça França | 2014-09-25 | 1 | -1/+1 |
| | | |||||
* | | Use released rails-dom-testing | Rafael Mendonça França | 2014-09-25 | 4 | -5/+3 |
| | | |||||
* | | Merge pull request #17051 from jwworth/task/fix_typo | Rafael Mendonça França | 2014-09-24 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo | ||||
| * | | Fix typo | Jake Worth | 2014-09-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #17042 from DanOlson/remove-skip-action-view | Rafael Mendonça França | 2014-09-24 | 5 | -11/+9 |
|\ \ | | | | | | | Remove --skip-action-view option from application generator | ||||
| * | | Remove --skip-action-view option from application generator | Dan Olson | 2014-09-24 | 5 | -11/+9 |
|/ / | |||||
* | | Merge pull request #17020 from Sirupsen/ar-override-rack-test | Aaron Patterson | 2014-09-23 | 3 | -1/+14 |
|\ \ | | | | | | | activerecord/connection_pool: honor overidden rack.test in tests | ||||
| * | | ar/connection_pool: honor overriden rack.test in middleware | Simon Eskildsen | 2014-09-23 | 3 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | Honoring an overidden `rack.test` allows testing closed connection between multiple requests. This is useful if you're working on database resiliency, to ensure the connection is in the expected state from one request to another on the same worker. | ||||
* | | | Merge pull request #17032 from tgxworld/update_contributing_guide | Arthur Nogueira Neves | 2014-09-23 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | [CI SKIP] Improve force push note. | ||||
| * | | | [CI SKIP] Improve force push note. | Guo Xiang Tan | 2014-09-23 | 1 | -5/+5 |
|/ / / | |||||
* | | | Merge pull request #17029 from grk/fix-loading-fixtures-in-engine-tests | Santiago Pastorino | 2014-09-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix loading fixtures in engine tests | ||||
| * | | | Fix loading fixtures in engine tests | Grzesiek Kolodziejczyk | 2014-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixture_path is a class attribute of ActiveSupport::TestCase, so ActiveSupport::TestCase.method_defined?(:fixture_path=) would always return false. This should fix #4971 | ||||
* | | | | Merge pull request #17026 from ↵ | Richard Schneeman | 2014-09-23 | 1 | -0/+17 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | prathamesh-sonpatki/mention-updating-pull-requests Added note about updating pull requests by force push | ||||
| * | | | Added note about updating pull requests by force push | Prathamesh Sonpatki | 2014-09-23 | 1 | -0/+17 |
| |/ / | | | | | | | | | | | | | | | | - Added note about force pushing same branch to update a existing pull request instead of opening new one in contributing guide. - [ci skip] | ||||
* | | | Merge pull request #17005 from y-yagi/fix_aj_test_helper | Yves Senn | 2014-09-23 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | | | | | add message to `assert` in `assert_enqueued_with` | ||||
| * | | | add message to `assert` in `assert_enqueued_with` | yuuji.yaginuma | 2014-09-23 | 2 | -2/+4 |
| | | | | |||||
* | | | | Merge pull request #17022 from prathamesh-sonpatki/test-for-validate-message | Yves Senn | 2014-09-23 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | Added test for exception message for validate method | ||||
| * | | | Added test for exception message for validate method | Prathamesh Sonpatki | 2014-09-23 | 1 | -1/+3 |
|/ / / | | | | | | | | | | - Test case for https://github.com/rails/rails/pull/16851 | ||||
* | | | Merge pull request #17018 from prathamesh-sonpatki/tenderlove | Abdelkader Boudih | 2014-09-23 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Update changelog with tenderlove's entry | ||||
| * | | | Update changelog with tenderlove's entry | Prathamesh Sonpatki | 2014-09-23 | 1 | -1/+5 |
|/ / / | | | | | | | | | | [ci skip] | ||||
* | | | add a truncate method to the connection | Aaron Patterson | 2014-09-22 | 6 | -0/+38 |
| | | | | | | | | | | | | | | | | | | it doesn't work on SQLite3 since it doesn't support truncate, but that's OK. If you call truncate on the connection, you're now bound to that database (same as if you use hstore or any other db specific feature). | ||||
* | | | Merge pull request #17012 from ↵ | Rafael Mendonça França | 2014-09-22 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | petedmarsh/clarify-association-primary-key-option-documentation Clarify the documentation of the primary_key option for associations | ||||
| * | | | Clarify the documentation of the primary_key option for associations | Peter Marsh | 2014-09-22 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | Previously the documentation stated that `primary_key` should be the name of a *method* that returns the primary key used for the association. This is incorrect. This changes the documentation to say that the value must be the name of a column. | ||||
* | | | Merge pull request #16963 from collectiveidea/activejob-dj | Rafael Mendonça França | 2014-09-22 | 1 | -3/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Cleaner queuing of jobs using Delayed Job Conflicts: activejob/lib/active_job/queue_adapters/delayed_job_adapter.rb | ||||
| * | | | Cleaner queuing of jobs using Delayed Job | David Genord II | 2014-09-18 | 1 | -3/+9 |
| | | | | |||||
* | | | | Merge pull request #17009 from arthurnn/foreign_key_symbols | Rafael Mendonça França | 2014-09-22 | 3 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Fixtures using Foreign key symbols | ||||
| * | | | | Better regression test for Fixtures with fk as a symbol | Arthur Neves | 2014-09-22 | 2 | -11/+2 |
| | | | | | |||||
| * | | | | fix fixtures not loading if a belongs_to association is defined with a ↵ | Will Bryant | 2014-09-22 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | :foreign_key option that's a symbol | ||||
* | | | | | Revert "Merge pull request #16888 from jejacks0n/render_template" | Godfrey Chan | 2014-09-23 | 4 | -27/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 07635a74b5ee08dcba3f6617def6230d8f114fe5, reversing changes made to 1b5f61a025b6ce1ee52b7148e3ed2a9acbde28b9. Reason: it's not ready :bomb:, see https://github.com/rails/rails/pull/16888#issuecomment-56400816 | ||||
* | | | | | Move the array to a constant | Godfrey Chan | 2014-09-23 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Merge pull request #16851 from ↵ | Godfrey Chan | 2014-09-23 | 1 | -1/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | prathamesh-sonpatki/mention-validate-in-upgrade-guide Update error message of Active Model's validate method | ||||
| * | | | | Update error message for validate method | Prathamesh Sonpatki | 2014-09-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Improve the error message by suggesting that the user may have intended to call validates instead of validate method. | ||||
* | | | | | Merge pull request #16985 from matthewd/no-isolated-for-prs | Godfrey Chan | 2014-09-23 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Skip isolated tests for PRs | ||||
| * | | | | Skip isolated tests for PRs | Matthew Draper | 2014-09-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | They're valuable, but the types of errors they catch are fairly rare: we can address them post-merge when they show up. | ||||
* | | | | | CHANGELOG for 07635a7 | Godfrey Chan | 2014-09-23 | 2 | -0/+20 |
| | | | | | |||||
* | | | | | Merge pull request #16888 from jejacks0n/render_template | Godfrey Chan | 2014-09-23 | 2 | -20/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Changes default render behavior from file to template. | ||||
| * | | | | | Changes default render behavior from file to template. | jejacks0n | 2014-09-11 | 2 | -20/+7 |
| | | | | | | |||||
* | | | | | | Merge pull request #16999 from cristianbica/activejob-adapters-rdoc | Abdelkader Boudih | 2014-09-22 | 14 | -71/+194 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | [ci skip] Added RDoc for each Active Job adapter | ||||
| * | | | | | Added RDoc for each Active Job adapter | Cristian Bica | 2014-09-22 | 14 | -71/+194 |
| | | | | | | |||||
* | | | | | | Merge pull request #16974 from silp-com/mail_was_called | Yves Senn | 2014-09-22 | 5 | -2/+30 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ActionMailer: mark mail as called after instead of before processing it | ||||
| * | | | | | | Allow attaching files while the mail view is rendered | Christian Felder (masone) | 2014-09-22 | 4 | -2/+24 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #17001 from ↵ | Yves Senn | 2014-09-22 | 2 | -35/+19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | claudiob/remove-wrapping-div-from-form-helpers-doc Remove wrapping <div> in form helpers from doc [ci skip] |