Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Remove to_s example | Sean Collins | 2015-09-24 | 1 | -19/+1 | |
* | | | | | `validates_acceptance_of` shouldn't require a database connection | Sean Griffin | 2015-09-25 | 3 | -4/+67 | |
* | | | | | Merge pull request #21758 from yui-knk/fix_sanitize_test_example | Eileen M. Uchitelle | 2015-09-25 | 1 | -4/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Quote prepared statements of `sanitize_sql_array` | yui-knk | 2015-09-25 | 1 | -4/+4 | |
* | | | | | | Merge pull request #21759 from amitsuroliya/mime_deprecation | Kasper Timm Hansen | 2015-09-25 | 1 | -5/+5 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Fix deprecated mime types via constants | amitkumarsuroliya | 2015-09-25 | 1 | -5/+5 | |
|/ / / / / | ||||||
* | | | | | Don't assert fractional seconds can be applied on unsupported adapters | Sean Griffin | 2015-09-24 | 1 | -0/+1 | |
* | | | | | Apply subsecond precision on assignment when using TZ aware attributes | Sean Griffin | 2015-09-24 | 1 | -1/+1 | |
* | | | | | Remove debug statements | Sean Griffin | 2015-09-24 | 1 | -4/+1 | |
* | | | | | build the Set-Cookie header functionally | Aaron Patterson | 2015-09-24 | 1 | -5/+18 | |
* | | | | | move the Header hash to the super class | Aaron Patterson | 2015-09-24 | 2 | -28/+24 | |
* | | | | | mutate headers before committing the response | Aaron Patterson | 2015-09-24 | 1 | -2/+8 | |
* | | | | | Add a few debug statements to figure out the build failure | Sean Griffin | 2015-09-24 | 1 | -0/+3 | |
* | | | | | We still need to reset `@changed_attributes` in `changes_applied` | Sean Griffin | 2015-09-24 | 1 | -0/+2 | |
* | | | | | Improve the performance of `save` and friends | Sean Griffin | 2015-09-24 | 3 | -4/+41 | |
* | | | | | Encapsulate a lot of the logic from `Dirty` in an object | Sean Griffin | 2015-09-24 | 3 | -25/+65 | |
* | | | | | Clean up the implementation of AR::Dirty | Sean Griffin | 2015-09-24 | 13 | -89/+114 | |
* | | | | | Merge pull request #21754 from lucasmazza/lm-assert-difference | Rafael Mendonça França | 2015-09-24 | 3 | -2/+23 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make `assert_difference` return the result of the yielded block. | Lucas Mazza | 2015-09-24 | 3 | -2/+23 | |
* | | | | | | Merge pull request #21753 from jonatack/fix-typo-in-ignored_columns_test | Rafael Mendonça França | 2015-09-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix typo in ignored_columns test [skip ci] | Jon Atack | 2015-09-24 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21720 from byroot/ignore-columns | Sean Griffin | 2015-09-24 | 5 | -1/+37 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 5 | -1/+37 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21550 from didacte/unscope-associations | Sean Griffin | 2015-09-24 | 3 | -1/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | Include association's `unscope` when preloading | Jimmy Bourassa | 2015-09-09 | 2 | -1/+22 | |
* | | | | | | Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bug | Sean Griffin | 2015-09-24 | 2 | -1/+15 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Fix a bug with returning_disabled when using the postgresql adapter | George Deglin | 2015-09-20 | 2 | -1/+16 | |
* | | | | | | Merge pull request #21746 from amitsuroliya/doc_fixes | Kasper Timm Hansen | 2015-09-24 | 2 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve readability of docs by using code tag [ci skip] | amitkumarsuroliya | 2015-09-24 | 2 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21740 from cllns/add-jbuilder-notes | Yves Senn | 2015-09-24 | 1 | -0/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add note about Jbuilder | Sean Collins | 2015-09-23 | 1 | -0/+33 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #21744 from amitsuroliya/doc_changes | Yves Senn | 2015-09-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix ActiveRecord `instance_method_already_implemented` docs [ci skip] | amitkumarsuroliya | 2015-09-24 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #21745 from brandoncc/patch-1 | Yves Senn | 2015-09-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix out of sync comment | Brandon Conway | 2015-09-23 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | call `get` instead of controller.process | Aaron Patterson | 2015-09-23 | 1 | -12/+10 | |
* | | | | | | remove controller construction | Aaron Patterson | 2015-09-23 | 1 | -8/+4 | |
* | | | | | | stop directly referencing the request and response objects | Aaron Patterson | 2015-09-23 | 1 | -23/+21 | |
* | | | | | | test framework allocates the controller for us | Aaron Patterson | 2015-09-23 | 1 | -1/+0 | |
* | | | | | | type of response should not matter | Aaron Patterson | 2015-09-23 | 1 | -6/+0 | |
* | | | | | | don't touch the response object until after we call `get` | Aaron Patterson | 2015-09-23 | 1 | -5/+2 | |
* | | | | | | stop directly setting headers on the controller | Aaron Patterson | 2015-09-23 | 2 | -14/+1 | |
* | | | | | | stop constructing a request object in this setter | Aaron Patterson | 2015-09-23 | 1 | -1/+0 | |
* | | | | | | test against controller responses | Aaron Patterson | 2015-09-23 | 1 | -52/+65 | |
* | | | | | | stop applying default headers in ActionDispatch::Response | Aaron Patterson | 2015-09-23 | 7 | -16/+25 | |
* | | | | | | Merge pull request #21737 from cllns/make-engine-paths-consistent | Eileen M. Uchitelle | 2015-09-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Change the paths for both Gemfile lines to be 'engines/blorgh' | Sean Collins | 2015-09-23 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #21742 from vngrs/fix_ar_locking_doc | Sean Griffin | 2015-09-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix ActiveRecord::Locking doc [ci skip] | Mehmet Emin İNAÇ | 2015-09-24 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21218 from repinel/fix-as-callback-terminator | Kasper Timm Hansen | 2015-09-23 | 7 | -36/+45 | |
|\ \ \ \ \ \ |