Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | tests, use `if_exists: true` instead of `rescue nil`. | Yves Senn | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Bring original puts back after finishing tests | Akira Matsuda | 2014-08-29 | 1 | -4/+0 |
| | |||||
* | Change the default `null` value for timestamps | Sean Griffin | 2014-08-12 | 1 | -1/+1 |
| | | | | | | | As per discussion, this changes the model generators to specify `null: false` for timestamp columns. A warning is now emitted if `timestamps` is called without a `null` option specified, so we can safely change the behavior when no option is specified in Rails 5. | ||||
* | Initialize accessors to remove some warnings in Ruby 2.0 | Carlos Antonio da Silva | 2012-11-19 | 1 | -4/+2 |
| | |||||
* | Add references schema statements | Aleksey Magusev | 2012-07-03 | 1 | -1/+1 |
| | | | | | | | | | | Examples: add_reference :products, :supplier, polymorphic: true, index: true remove_reference :products, :user `add_belongs_to` and `remove_belongs_to` are acceptable. | ||||
* | Refactor migration test_helper | Aleksey Magusev | 2012-07-01 | 1 | -23/+4 |
| | | | | and create_join_table_test | ||||
* | silencing migrator tests, refactoring the migration test helper | Aaron Patterson | 2012-01-16 | 1 | -0/+9 |
| | |||||
* | adding a test class for table renaming | Aaron Patterson | 2012-01-13 | 1 | -0/+6 |
| | |||||
* | moving more renaming tests to the proper test case | Aaron Patterson | 2012-01-13 | 1 | -0/+8 |
| | |||||
* | moving rename column tests to their own class | Aaron Patterson | 2012-01-13 | 1 | -0/+41 |