| Commit message (Expand) | Author | Age | Files | Lines |
* | Active Record changelog needs to keep pointing at 4-2-stable. #17651 | Yves Senn | 2014-12-03 | 1 | -1/+1 |
* | docs, add new changelog entries at the top :sweat: [ci skip] #17651 | Yves Senn | 2014-12-03 | 1 | -5/+5 |
* | Merge pull request #17651 from CLUSTERfoo/fix/adding_timestamps_migration_not... | Yves Senn | 2014-12-03 | 8 | -11/+16 |
|\ |
|
| * | Failure to rollback t.timestamps when within a change_table migration | noam | 2014-12-03 | 8 | -11/+16 |
* | | document that `.delete` does work on `#readonly?` records. Closes #11860 | Yves Senn | 2014-12-03 | 1 | -0/+2 |
|/ |
|
* | skip test to get `sqlite3_mem` suite passing. | Yves Senn | 2014-12-03 | 1 | -1/+1 |
* | Merge pull request #17890 from sergey-alekseev/remove-useless-methods | Yves Senn | 2014-12-03 | 1 | -10/+0 |
|\ |
|
| * | remove useless methods | Sergey Alekseev | 2014-12-03 | 1 | -10/+0 |
* | | Merge pull request #17889 from mxie/mx-fix-nonexistent-typo | Sean Griffin | 2014-12-02 | 5 | -8/+8 |
|\ \
| |/
|/| |
|
| * | Fix "nonexistent" typo in tests | Melissa Xie | 2014-12-02 | 5 | -8/+8 |
* | | Require missing association in test | Sean Griffin | 2014-12-02 | 1 | -0/+1 |
|/ |
|
* | Refactor `build_from_hash` to convert dot notation to hash first | Melanie Gilman | 2014-12-02 | 2 | -29/+40 |
* | Merge pull request #17886 from mrgilman/refactor-predicate-builder | Sean Griffin | 2014-12-02 | 4 | -19/+32 |
|\ |
|
| * | Refactor `PredicateBuilder` from singleton to instance | Melanie Gilman | 2014-12-02 | 4 | -19/+32 |
* | | Allow to unscope where conditions using `arel_table` with Symbol | deeeki | 2014-12-03 | 2 | -1/+9 |
|/ |
|
* | no need to pass native_database_types around | Yves Senn | 2014-12-02 | 4 | -7/+13 |
* | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 3 | -53/+51 |
* | pg tests, move uniqueness validation test to array tests. | Yves Senn | 2014-12-02 | 3 | -27/+16 |
* | tests, extract pg number tests into separate file. | Yves Senn | 2014-12-02 | 3 | -44/+51 |
* | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 10 | -131/+89 |
* | tests, move pg geometric tests out of `base_test`. | Yves Senn | 2014-12-02 | 3 | -106/+73 |
* | ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961 | Aaron Patterson | 2014-12-01 | 1 | -0/+5 |
* | tests, favor public API over inspecting columns where possible. | Yves Senn | 2014-12-01 | 3 | -23/+20 |
* | tests, run numeric default tests for every adapter. | Yves Senn | 2014-12-01 | 1 | -15/+33 |
* | tests, use public API to verify default parsing. #17863, #17856 | Yves Senn | 2014-12-01 | 1 | -1/+2 |
* | Fix value extracted from negative integers for PostgreSQL. | Guo Xiang Tan | 2014-12-01 | 2 | -1/+5 |
* | Ensure numericality validations work with mutation | Sean Griffin | 2014-12-01 | 2 | -6/+19 |
* | Fix grammar on ActiveRecord::AttributeMethods doc. | Hendy Tanata | 2014-11-30 | 1 | -1/+1 |
* | Update Arel usage for rails/arel#98fc259 | Sean Griffin | 2014-11-29 | 4 | -8/+8 |
* | Stop using `Arel::Table.engine` | Sean Griffin | 2014-11-29 | 4 | -5/+5 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 59 | -176/+156 |
* | Bump required Ruby version to 2.1.0 | claudiob | 2014-11-28 | 1 | -1/+1 |
* | Merge pull request #17799 from kamipo/refactor_add_column_options | Rafael Mendonça França | 2014-11-28 | 2 | -6/+14 |
|\ |
|
| * | Rename to `quote_default_expression` from `quote_value` | Ryuta Kamizono | 2014-11-28 | 2 | -3/+3 |
| * | Refactor `add_column_options!`, to move the quoting of default value for :uui... | Ryuta Kamizono | 2014-11-28 | 1 | -4/+12 |
* | | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 2 | -1339/+4 |
* | | Adds preloaded_records method to NullPreloader | Thorsten Ball | 2014-11-28 | 2 | -0/+9 |
* | | Merge pull request #17808 from yuki24/fix-bug-where-record-not-saved-loses-er... | Rafael Mendonça França | 2014-11-28 | 5 | -12/+31 |
|\ \ |
|
| * | | Fix a bug where AR::RecordNotSaved loses error messages | Yuki Nishijima | 2014-11-27 | 5 | -12/+31 |
| |/ |
|
* | | Merge pull request #17798 from kamipo/refactor_visit_add_column | Yves Senn | 2014-11-28 | 2 | -9/+1 |
|\ \
| |/
|/| |
|
| * | Refactor `SchemaCreation#visit_AddColumn` | Ryuta Kamizono | 2014-11-27 | 2 | -9/+1 |
* | | Merge pull request #17807 from jvperrin/correct-integer-test | Rafael Mendonça França | 2014-11-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Correct test description for large integer test | Jason Perrin | 2014-11-03 | 1 | -1/+1 |
* | | | Update the StatementCache documentation | Rafael Mendonça França | 2014-11-27 | 1 | -4/+15 |
* | | | StatementCache is private API | Rafael Mendonça França | 2014-11-27 | 1 | -6/+6 |
| |/
|/| |
|
* | | various error classes: added newlines & removed :nodoc: flag from public attr... | Recursive Madman | 2014-11-26 | 2 | -3/+6 |
* | | Merge pull request #17674 from recursive-madman/activerecord-error-improvement | Rafael Mendonça França | 2014-11-26 | 3 | -4/+25 |
|\ \ |
|
| * | | Add #record attribute to RecordNotFound and RecordDestroyed exceptions. | Recursive Madman | 2014-11-26 | 3 | -4/+25 |
* | | | Active Record change log pass [skip ci] | Jon Atack | 2014-11-26 | 1 | -38/+40 |
* | | | Generators add foreign keys on references | Derek Prior | 2014-11-25 | 2 | -0/+9 |