Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Add default options to 'bit' and 'bit_varying' methods | Melody | 2015-02-03 | 1 | -2/+2 | |
| * | | | | | | | | | Adds default options hash for postgres money type | Melody Berton | 2015-02-03 | 1 | -1/+1 | |
* | | | | | | | | | | Respect custom primary keys for associations in `Relation#where` | Sean Griffin | 2015-02-04 | 4 | -2/+65 | |
* | | | | | | | | | | revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip] | Abdelkader Boudih | 2015-02-04 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #18812 from yatmsu/fix_typo_in_rails_guides | Abdelkader Boudih | 2015-02-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix typo in Creating and Customizing Rails Generators & Templates guides | Yasuhiko Katoh (y@su) | 2015-02-04 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Don't remove all line endings from routes.rb | Andrew White | 2015-02-03 | 3 | -2/+26 | |
* | | | | | | | | | rm `Column#cast_type` | Sean Griffin | 2015-02-03 | 14 | -138/+185 | |
* | | | | | | | | | Correct errors in counter cache updating | Sean Griffin | 2015-02-03 | 3 | -3/+14 | |
* | | | | | | | | | `RouteSet` should not be listed in the public API [ci skip] | Sean Griffin | 2015-02-03 | 1 | -10/+10 | |
* | | | | | | | | | Merge pull request #18801 from andreynering/fix-js-link | Eileen M. Uchitelle | 2015-02-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix link [ci skip] | Andrey Nering | 2015-02-03 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #18800 from jtperreault/master | Abdelkader Boudih | 2015-02-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] | James T. Perreault | 2015-02-03 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #18758 from yuki24/change-travel-to-stub-datetime-too | Rafael Mendonça França | 2015-02-03 | 3 | -0/+17 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.now | Yuki Nishijima | 2015-02-03 | 3 | -0/+17 | |
* | | | | | | | | | | Merge pull request #18795 from vipulnsward/remove-magic-comments | Jeremy Kemper | 2015-02-03 | 77 | -78/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 77 | -78/+0 | |
* | | | | | | | | | | Merge pull request #18796 from 5minpause/master | Carlos Antonio da Silva | 2015-02-03 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Small enhancement for generators | Holger Frohloff | 2015-02-03 | 1 | -2/+2 | |
* | | | | | | | | | | | Wrap method arguments with parentheses in docs | Carlos Antonio da Silva | 2015-02-03 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #18794 from vipulnsward/fix-dirty | Abdelkader Boudih | 2015-02-03 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Person class doesn't contain finder methods, hence usage of Person.find_by is... | Vipul A M | 2015-02-03 | 1 | -1/+5 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #18791 from Sinjo/consistent-foreign-key-name-generation | Sean Griffin | 2015-02-02 | 3 | -3/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Generate consistent names for foreign keys | Chris Sinjakli | 2015-02-03 | 3 | -3/+16 | |
* | | | | | | | | | | Merge pull request #18789 from jafrog/master | Sean Griffin | 2015-02-02 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix a typo in autoloading doc and note on autoload_paths [ci skip] | jafrog | 2015-02-02 | 1 | -1/+2 | |
* | | | | | | | | | | | Properly lookup the limit for bigint | Sean Griffin | 2015-02-02 | 2 | -1/+11 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Rename `user_provided_types` to something more meaningful | Sean Griffin | 2015-02-02 | 1 | -4/+4 | |
* | | | | | | | | | | Remove unused `Column#with_type` | Sean Griffin | 2015-02-02 | 1 | -6/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #18779 from jduff/fix_documentation_typo | Abdelkader Boudih | 2015-02-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix typo in Time#change docs | John Duff | 2015-02-02 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #18612 from eileencodes/fix-validates-on-associated-record... | Aaron Patterson | 2015-02-01 | 9 | -5/+80 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix validations on child record when record parent has validate: false | eileencodes | 2015-02-01 | 9 | -5/+80 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Cache `url_helpers` separately for mailers | Andrew White | 2015-02-01 | 1 | -44/+50 | |
* | | | | | | | | | Merge pull request #18776 from eileencodes/cache-url-helpers | Andrew White | 2015-02-01 | 1 | -42/+44 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Cache `url_helpers` | eileencodes | 2015-02-01 | 1 | -42/+44 | |
* | | | | | | | | | | add destroyed records to the currend transaction | Aaron Patterson | 2015-02-01 | 2 | -1/+5 | |
* | | | | | | | | | | Fix Issue #15549, unbounded memory growth when saving records that have any a... | Will Bryant | 2015-02-01 | 1 | -2/+3 | |
* | | | | | | | | | | make the private methods private | Aaron Patterson | 2015-02-01 | 1 | -2/+2 | |
* | | | | | | | | | | push add to transaction logic down to the instance | Aaron Patterson | 2015-02-01 | 3 | -6/+10 | |
* | | | | | | | | | | remove conditional that is always true | Aaron Patterson | 2015-02-01 | 1 | -3/+2 | |
* | | | | | | | | | | stop making calls to add_record | Aaron Patterson | 2015-02-01 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #18770 from palkan/docs-hasone-dependent | Abdelkader Boudih | 2015-02-01 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] add note about has_one :through and :dependent | palkan | 2015-02-01 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge pull request #18756 from ajgrover/activejob_tests | Matthew Draper | 2015-02-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Update queue_classic gem to use latest | Alex Grover | 2015-01-31 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #18721 from sj26/pre-discard-flash | Aaron Patterson | 2015-02-01 | 4 | -28/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Migrate old flash behaviour | Samuel Cochran | 2015-01-30 | 2 | -6/+13 | |
| * | | | | | | | | | | | Discard from flash before persisting in session | Samuel Cochran | 2015-01-29 | 2 | -24/+26 |