Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #18760 from hjoo/fix_fixtures | Aaron Patterson | 2015-01-31 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | changed deleted_tables list to set | Hyonjee Joo | 2015-01-31 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #18512 from vipulnsward/18492-fixtures-with-sti | Aaron Patterson | 2015-01-31 | 7 | -12/+46 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Fixes #18492 | Vipul A M | 2015-01-14 | 7 | -12/+46 | |
* | | | | | Remove `AttributeSet#initialized_keys` | Sean Griffin | 2015-01-31 | 2 | -6/+2 | |
* | | | | | Merge pull request #18700 from nygrenh/better-required-message | Aaron Patterson | 2015-01-31 | 4 | -3/+29 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Provide a better error message on :required association | Henrik Nygren | 2015-01-28 | 4 | -3/+29 | |
* | | | | | Merge pull request #18753 from andreynering/guide-single-table-inheritance | Robin Dupret | 2015-01-31 | 2 | -0/+68 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add Single Table Inheritance to guides [ci skip] | Andrey Nering | 2015-01-31 | 2 | -0/+68 | |
* | | | | | | Merge pull request #18540 from andreynering/guides-custom-form-builder | Robin Dupret | 2015-01-31 | 1 | -1/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improving 'Customizing Form Builder' section with example [ci skip] | Andrey Nering | 2015-01-16 | 1 | -1/+8 | |
* | | | | | | | Merge pull request #18752 from vipulnsward/kwargs-av | Arthur Nogueira Neves | 2015-01-31 | 3 | -29/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed test for deprecation warning in actionview, renaming from https://githu... | Vipul A M | 2015-01-31 | 3 | -29/+29 | |
* | | | | | | | | Merge pull request #18749 from JuanitoFatas/doc/fix-type-in-deprecation | Andrew White | 2015-01-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix a typo in deprecation warning. #process takes method instead of http_method. | Juanito Fatas | 2015-01-31 | 1 | -1/+1 | |
* | | | | | | | | fix kindlerb version [ci skip] | Xavier Noria | 2015-01-31 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #18748 from JuanitoFatas/doc/process-format | Abdelkader Boudih | 2015-01-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Document format parameter of process method in AC test_case. | Juanito Fatas | 2015-01-31 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* / / / / / / | unify CHANGELOG format. [ci skip] | Yves Senn | 2015-01-31 | 4 | -39/+42 | |
|/ / / / / / | ||||||
* | | | | | | Fixed a few things from ee9e4c3 | Godfrey Chan | 2015-01-30 | 5 | -12/+12 | |
* | | | | | | Merge pull request #13601 from robinboening/allow_dashes_in_gem_names | Godfrey Chan | 2015-01-30 | 21 | -67/+194 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow hyphenated names for `rails plugin new` generator. | Robin Böning | 2015-01-30 | 21 | -67/+194 | |
* | | | | | | | Allow keyword arguments to work with ActiveJob | Sean Griffin | 2015-01-30 | 4 | -19/+82 | |
* | | | | | | | Remove most type related predicates from `Column` | Sean Griffin | 2015-01-30 | 26 | -101/+134 | |
* | | | | | | | Remove most uses of `Column#cast_type` | Sean Griffin | 2015-01-30 | 6 | -22/+48 | |
* | | | | | | | Fix a state leak in `autosave_association_test` | Sean Griffin | 2015-01-30 | 1 | -0/+5 | |
|/ / / / / / | ||||||
* | | | | | | Always perform validations on nested attribute associations | Sean Griffin | 2015-01-30 | 4 | -5/+22 | |
* | | | | | | fix typo in `_filter` deprecation message. [ci skip] | Yves Senn | 2015-01-30 | 1 | -5/+5 | |
* | | | | | | build fix II, adjust broken tests as a consequence of 670ac73126. | Yves Senn | 2015-01-30 | 1 | -4/+4 | |
* | | | | | | build fix. | Yves Senn | 2015-01-30 | 1 | -4/+4 | |
* | | | | | | scaffold controller_test template should use kwargs. refs #18323. | Yves Senn | 2015-01-30 | 1 | -5/+5 | |
* | | | | | | tests, use `capture` instead of custom `redirect_stderr` helper. | Yves Senn | 2015-01-30 | 1 | -12/+2 | |
* | | | | | | Merge pull request #18736 from nonsensery/autoload-guide-grammar-fix | Yves Senn | 2015-01-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix grammar in Qualified Constants section | Alex Johnson | 2015-01-29 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #18734 from andreynering/docs-dumping | Rafael Mendonça França | 2015-01-29 | 1 | -5/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Improvements about schema dumping [ci skip] | Andrey Nering | 2015-01-29 | 1 | -5/+10 | |
* | | | | | | | | Merge pull request #18477 from Alamoz/scaffold_css_template | Rafael Mendonça França | 2015-01-29 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add a margin to body and padding to th, td. | Adrien Lamothe | 2015-01-29 | 1 | -0/+11 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #18732 from BMorearty/document-bundle-update | Rafael Mendonça França | 2015-01-29 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Doc: run bundle update after cloning Rails. | Brian Morearty | 2015-01-29 | 1 | -0/+8 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Remove duplicated tests | Rafael Mendonça França | 2015-01-29 | 1 | -30/+0 | |
* | | | | | | | | Merge pull request #18705 from mrgilman/skip-test | Rafael Mendonça França | 2015-01-29 | 11 | -22/+26 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Change option description and update test names | Melanie Gilman | 2015-01-29 | 3 | -3/+3 | |
| * | | | | | | | Update option to skip test in generators | Melanie Gilman | 2015-01-27 | 11 | -20/+24 | |
* | | | | | | | | Post.all.or(anything) == Post.all | Sean Griffin | 2015-01-29 | 3 | -7/+7 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #18722 from bogdan/group-by-key-word | Rafael Mendonça França | 2015-01-29 | 3 | -13/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed AR::Relation#group method when argument is a SQL reserved keyword | Bogdan Gusiev | 2015-01-29 | 3 | -13/+27 | |
* | | | | | | | | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 25 | -113/+117 | |
* | | | | | | | | Use fixed fonts only in the name of the parameter | Rafael Mendonça França | 2015-01-29 | 3 | -14/+14 | |
* | | | | | | | | Improve CHANGELOG | Rafael Mendonça França | 2015-01-29 | 1 | -6/+5 |