| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge pull request #15560 from aditya-kapoor/guide-fixes | Rafael Mendonça França | 2014-06-07 | 1 | -7/+6 |
|\ \ \ \ |
|
| * | | | | Correct Example output in Rails guides [ci skip] | Aditya Kapoor | 2014-06-07 | 1 | -7/+6 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #15564 from sgrif/sg-remove-dead-code | Rafael Mendonça França | 2014-06-07 | 1 | -7/+2 |
|\ \ \ \ |
|
| * | | | | Remove dead branch when restoring ID within a transaction | Sean Griffin | 2014-06-07 | 1 | -7/+2 |
* | | | | | Merge pull request #15565 from sgrif/sg-no-unfreezing | Rafael Mendonça França | 2014-06-07 | 2 | -4/+8 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Move conditionals about freezing closer to the definition of `freeze` | Sean Griffin | 2014-06-07 | 2 | -4/+8 |
|/ / / / |
|
* | | | | Merge pull request #15563 from sgrif/sg-raw-attributes-access | Rafael Mendonça França | 2014-06-07 | 2 | -3/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Remove duplicated `@raw_attributes.keys` | Sean Griffin | 2014-06-07 | 2 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #15557 from sgrif/sg-specify-time-zone | Matthew Draper | 2014-06-08 | 1 | -5/+10 |
|\ \ \ |
|
| * | | | Don't rely on `Time.current` in tests | Sean Griffin | 2014-06-07 | 1 | -5/+10 |
| |/ / |
|
* / / | changelog for #15556 and credit @kuldeepaggarwal [Kuldeep Aggarwal] | Yves Senn | 2014-06-07 | 2 | -2/+6 |
|/ / |
|
* | | Merge pull request #15556 from sgrif/sg-time-zone-aware-arrays | Yves Senn | 2014-06-07 | 2 | -1/+29 |
|\ \ |
|
| * | | Add array support when time zone aware attributes are enabled | Sean Griffin | 2014-06-07 | 2 | -1/+29 |
* | | | adds some details to the rationale of converted_arrays [ci skip] | Xavier Noria | 2014-06-07 | 2 | -1/+5 |
* | | | adds a regression test for the strong params converted arrays cache | Xavier Noria | 2014-06-07 | 1 | -1/+18 |
* | | | Revert "Convert StrongParameters cache to a hash. This fixes an unbounded" | Xavier Noria | 2014-06-07 | 2 | -7/+7 |
* | | | copy edits [ci skip] | Vijay Dev | 2014-06-07 | 2 | -2/+2 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-06-07 | 2 | -4/+13 |
|\ \ \ |
|
| * | | | [ci skip] remove double "in your" | schneems | 2014-06-04 | 1 | -1/+1 |
| * | | | [ci skip] explain association behavior. | schneems | 2014-06-02 | 1 | -0/+6 |
| * | | | [ci skip] add fixture docs link to guides | schneems | 2014-06-02 | 1 | -1/+3 |
| * | | | [ci skip] less derogatory explanation of defaults | schneems | 2014-06-02 | 1 | -2/+3 |
| * | | | [ci skip] fix "note" syntax | schneems | 2014-06-02 | 1 | -1/+1 |
* | | | | Merge pull request #15555 from akshay-vishnoi/doc_changes | Xavier Noria | 2014-06-07 | 8 | -26/+26 |
|\ \ \ \ |
|
| * | | | | [ci skip] Fix capitalization | Akshay Vishnoi | 2014-06-07 | 8 | -26/+26 |
|/ / / / |
|
* | | | | Merge pull request #15542 from Gaurav2728/gaurav-remove_shutdown_link | Arthur Nogueira Neves | 2014-06-06 | 9 | -15/+17 |
|\ \ \ \ |
|
| * | | | | remove rubyforge.org that was shut down [ci skip] | Gaurav Sharma | 2014-06-06 | 9 | -15/+17 |
* | | | | | Unwrap another html_escape | Matthew Draper | 2014-06-07 | 1 | -2/+2 |
* | | | | | Merge pull request #15554 from sgrif/sg-klass | Rafael Mendonça França | 2014-06-06 | 6 | -21/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Removed unused `klass` definitions from types | Sean Griffin | 2014-06-06 | 6 | -21/+0 |
|/ / / / |
|
* | | | | eliminate more wasteful allocations | Aaron Patterson | 2014-06-06 | 1 | -2/+2 |
* | | | | Merge pull request #15552 from sgrif/sg-remove-klass-special-case | Rafael Mendonça França | 2014-06-06 | 2 | -4/+7 |
|\ \ \ \ |
|
| * | | | | Remove composed_of special case from multi-parameter attributes | Sean Griffin | 2014-06-06 | 2 | -4/+7 |
* | | | | | Merge pull request #15551 from sgrif/sg-numeric-types | Rafael Mendonça França | 2014-06-06 | 2 | -9/+9 |
|\ \ \ \ \ |
|
| * | | | | | Don't mess with `_before_type_cast` for numeric types | Sean Griffin | 2014-06-06 | 2 | -9/+9 |
| |/ / / / |
|
* | | | | | remove another wasteful AS::SafeBuffer allocation | Aaron Patterson | 2014-06-06 | 1 | -1/+1 |
* | | | | | eliminate wasteful AS::SafeBuffer allocation | Aaron Patterson | 2014-06-06 | 1 | -1/+1 |
* | | | | | Revert "Merge pull request #15550 from sgrif/sg-numeric-types" | Rafael Mendonça França | 2014-06-06 | 1 | -8/+7 |
* | | | | | Merge pull request #15550 from sgrif/sg-numeric-types | Rafael Mendonça França | 2014-06-06 | 1 | -7/+8 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Don't mess with `_before_type_cast` for numeric types | Sean Griffin | 2014-06-06 | 1 | -7/+8 |
|/ / / / |
|
* | | | | Merge pull request #15548 from zuhao/refactor_actionmailer_i18n_with_controll... | Yves Senn | 2014-06-06 | 1 | -0/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Restore I18n.locale to default after test. | Zuhao Wan | 2014-06-07 | 1 | -0/+4 |
|/ / / |
|
* | | | Merge pull request #15544 from zuhao/refactor_actionmailer_test_case | Santiago Pastorino | 2014-06-06 | 1 | -0/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | Restore test deliveries properly in ActionMailer. | Zuhao Wan | 2014-06-07 | 1 | -0/+8 |
|/ / |
|
* | | Merge pull request #15533 from sgrif/sg-missing-schema-tests | Yves Senn | 2014-06-06 | 1 | -0/+29 |
|\ \ |
|
| * | | Add missing test cases for schema dumping defaults | Sean Griffin | 2014-06-06 | 1 | -0/+29 |
* | | | credit JoseLuis Torres for #15051. [JoseLuis Torres] | Yves Senn | 2014-06-06 | 1 | -1/+1 |
* | | | `ActiveRecord::SchemaMigration` has no primary key. | Yves Senn | 2014-06-06 | 3 | -0/+24 |
* | | | test refactor, don't hardcode default for `table_name_prefix`. | Yves Senn | 2014-06-06 | 1 | -1/+2 |
* | | | test refactor, don't hardcode `primary_key_prefix_type` default. | Yves Senn | 2014-06-06 | 1 | -0/+3 |