| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Fix (intermittent?) test failure | Matthew Draper | 2015-04-13 | 1 | -1/+1 |
* | | | | | Merge pull request #19721 from vngrs/validates_presence_of_missing_note | Robin Dupret | 2015-04-11 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | Missing note on validates_presence_of validation [ci skip] | Mehmet Emin İNAÇ | 2015-04-11 | 1 | -0/+4 |
| | |_|/ /
| |/| | | |
|
* / | | | | Use `use_transactional_tests` in Active Record | Prem Sichanugrist | 2015-04-10 | 2 | -2/+2 |
|/ / / / |
|
* | | | | fix documentation for SchemaStatements#add_foreign_key | Simon Stemplinger | 2015-04-08 | 1 | -2/+2 |
* | | | | Batch touch parent records | Arthur Neves | 2015-04-08 | 7 | -7/+172 |
* | | | | Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range' | Sean Griffin | 2015-04-08 | 3 | -0/+32 |
|\ \ \ \ |
|
| * | | | | Fix uniqueness validation with out of range value | Andrey Voronkov | 2015-04-08 | 3 | -0/+31 |
|/ / / / |
|
* | | | | Merge pull request #19680 from vngrs/make_join_model_name_const_private | Rafael Mendonça França | 2015-04-07 | 1 | -3/+1 |
|\ \ \ \ |
|
| * | | | | Change join model name constant to private constant | Mehmet Emin İNAÇ | 2015-04-07 | 1 | -3/+1 |
* | | | | | Merge pull request #17574 from kamipo/charset_collation_options | Jeremy Kemper | 2015-04-07 | 8 | -19/+172 |
|\ \ \ \ \ |
|
| * | | | | | Add `:charset` and `:collation` options support for MySQL string and text col... | Ryuta Kamizono | 2015-03-06 | 8 | -19/+172 |
* | | | | | | Merge pull request #19647 from codeout/association_update | Rafael Mendonça França | 2015-04-06 | 2 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix a regression introduced by removing unnecessary db call when replacing | Shintaro Kojima | 2015-04-04 | 2 | -0/+4 |
* | | | | | | | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run | Rafael Mendonça França | 2015-04-06 | 5 | -19/+18 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Revert "Reduce allocations when running AR callbacks." | Guo Xiang Tan | 2015-03-22 | 5 | -19/+18 |
* | | | | | | | | No need to document drop_table in the PostgreSQLAdapter | Rafael Mendonça França | 2015-04-06 | 3 | -9/+8 |
* | | | | | | | | change the explanation of :if_exists option [ci skip] | Mehmet Emin İNAÇ | 2015-04-06 | 2 | -2/+2 |
| |_|_|/ / / /
|/| | | | | | |
|
* | | | | | | | drop_table method documentation for mysql and postgresql adapters [ci skip] | Mehmet Emin İNAÇ | 2015-04-06 | 2 | -0/+19 |
* | | | | | | | Merge pull request #19652 from vngrs/pluralize_foreign_key_table_name_bug | Yves Senn | 2015-04-06 | 4 | -2/+34 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | use singular table name if pluralize_table_names is setted as false while cre... | Mehmet Emin İNAÇ | 2015-04-06 | 3 | -2/+27 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Don't invoke sql_runtime if logger is not set to info | eileencodes | 2015-04-04 | 2 | -2/+3 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | remove duplicates | Koen Punt | 2015-04-03 | 1 | -4/+0 |
|/ / / / / |
|
* | | | | | Freeze static arguments for gsub | brainopia | 2015-04-02 | 3 | -4/+4 |
* | | | | | Prefer string patterns for gsub | brainopia | 2015-04-02 | 3 | -3/+3 |
* | | | | | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methods | Rafael Mendonça França | 2015-03-31 | 2 | -1/+18 |
|\ \ \ \ \ |
|
| * | | | | | Fix eager loading association using default_scope for finder methods. | Santosh Wadghule | 2015-03-31 | 2 | -1/+18 |
* | | | | | | Make method as nodoc since we are already docummenting at AbstractAdapter | Rafael Mendonça França | 2015-03-31 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | use Model.reset_column_information to clear table cache connection wide. | Kuldeep Aggarwal | 2015-03-31 | 2 | -2/+4 |
* | | | | | [ci skip] Combine complementary AR #find doc lines | Alexander Dimitriyadi | 2015-03-30 | 1 | -3/+1 |
|/ / / / |
|
* | | | | Clarify the role of `ActiveRecord::Core.encode_with` | Sean Griffin | 2015-03-29 | 1 | -4/+8 |
* | | | | Reduce memory usage when loading types in PG | Sean Griffin | 2015-03-29 | 4 | -10/+40 |
* | | | | use correct method in batches test | yuuji.yaginuma | 2015-03-29 | 1 | -2/+3 |
* | | | | [skip ci] Improve `warn_on_records_fetched` documentation | Jon Atack | 2015-03-27 | 2 | -7/+6 |
| |_|/
|/| | |
|
* | | | Partially merge #17650 | Sean Griffin | 2015-03-26 | 3 | -147/+20 |
|\ \ \ |
|
| * | | | PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C. | Lars Kanis | 2015-03-25 | 3 | -147/+10 |
| * | | | PostgreSQL, Add input type casts for primitive types. | Lars Kanis | 2015-03-25 | 1 | -0/+10 |
* | | | | Partially merge #17650 | Sean Griffin | 2015-03-26 | 8 | -24/+24 |
|\| | | |
|
| * | | | PostgreSQL, Fix OID based type casts in C for primitive types. | Lars Kanis | 2015-03-25 | 8 | -24/+24 |
* | | | | Merge pull request #18846 from hundredwatt/feat/warn-on-result-set-size | Rafael Mendonça França | 2015-03-26 | 5 | -0/+102 |
|\ \ \ \ |
|
| * | | | | Add `config.active_record.warn_on_records_fetched_greater_than` option | Jason Nochlin | 2015-03-25 | 5 | -0/+102 |
| |/ / / |
|
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [ci skip] Add <tt> tag to `save!` and `create!` | yui-knk | 2015-03-21 | 1 | -1/+1 |
* | | | | Merge pull request #19503 from jasoncodes/no-psqlrc | Yves Senn | 2015-03-25 | 3 | -3/+7 |
|\ \ \ \ |
|
| * | | | | Avoid loading user's psqlrc when loading test structure | Jason Weathered | 2015-03-25 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Revert "Merge pull request #19500 from ccutrer/dry_sti_subclass_finding" | Rafael Mendonça França | 2015-03-24 | 1 | -19/+19 |
* | | | | DRY up STI subclass logic | Cody Cutrer | 2015-03-24 | 1 | -19/+19 |
* | | | | Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join... | Carlos Antonio da Silva | 2015-03-24 | 3 | -1/+19 |
|\ \ \ \ |
|
| * | | | | Fix referencing wrong aliases while joining tables of has many through | pinglamb | 2015-03-22 | 3 | -1/+19 |
* | | | | | Merge pull request #19493 from larskanis/add_infinity_test | Yves Senn | 2015-03-24 | 1 | -0/+9 |
|\ \ \ \ \ |
|