| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #10992 from Empact/find-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+5 |
|\ |
|
| * | When .find_each is called without a block, return an Enumerator. | Ben Woosley | 2013-06-19 | 1 | -0/+5 |
* | | Merge pull request #10993 from Empact/result-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -0/+5 |
|\ \ |
|
| * | | Change Result#each to return an Enumerator when called without a block. | Ben Woosley | 2013-06-18 | 1 | -0/+5 |
* | | | remove trailing whitespace from Active Record CHANGELOG | Yves Senn | 2013-06-25 | 1 | -1/+1 |
* | | | flatten merged join_values before building the joins | Neeraj Singh | 2013-06-22 | 1 | -0/+10 |
* | | | do not load all child records for inverse case | Neeraj Singh | 2013-06-21 | 1 | -0/+16 |
* | | | `inspect` for AR model classes does not initiate a new connection. | Yves Senn | 2013-06-20 | 1 | -0/+11 |
* | | | add forgotten CHANGELOG entry for #10884. | Yves Senn | 2013-06-19 | 1 | -0/+5 |
* | | | Revert "Merge pull request #10566 from neerajdotname/10509d" | Jon Leighton | 2013-06-19 | 1 | -16/+0 |
* | | | log the sql that is actually sent to the database | Neeraj Singh | 2013-06-19 | 1 | -0/+11 |
* | | | do not load all child records for inverse case | Neeraj Singh | 2013-06-19 | 1 | -0/+16 |
|/ / |
|
* | | Fix formatting of my name in the changelog, and given Aaron credit for b483a0... | Ben Woosley | 2013-06-18 | 1 | -1/+3 |
* | | It takes 4 spaces or some backticks to have this code displayed as code in th... | Ben Woosley | 2013-06-18 | 1 | -23/+23 |
|/ |
|
* | fixture setup does not rely on `AR::Base.configurations`. | Yves Senn | 2013-06-15 | 1 | -0/+5 |
* | regression test + mysql2 adapter raises correct error if conn is closed. | Yves Senn | 2013-06-15 | 1 | -0/+5 |
* | cleanup, remove trailing whitespace from AR changelog | Yves Senn | 2013-06-15 | 1 | -4/+4 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-14 | 1 | -2/+2 |
|\ |
|
| * | Consistent use of one space only after punctuation | Sunny Ripert | 2013-05-28 | 1 | -2/+2 |
* | | Ambiguous reflections are on :through relationships are no longer supported. | Aaron Patterson | 2013-06-13 | 1 | -0/+31 |
* | | Fix typos in AR changelog [ci skip] | Prathamesh Sonpatki | 2013-06-12 | 1 | -2/+2 |
* | | Remove fall back and column restrictions for `count`. | Yves Senn | 2013-06-09 | 1 | -0/+16 |
* | | Getting rid of the +automatic_inverse_of: false+ option in associations in favor | wangjohn | 2013-06-08 | 1 | -0/+21 |
* | | Fixes #10432 add_column not creating array columns in PostgreSQL | Adam Anderson | 2013-06-04 | 1 | -0/+4 |
* | | `implicit_readonly` is being removed in favor of calling `readonly` explicitly | Yves Senn | 2013-05-27 | 1 | -0/+12 |
* | | Fix the `:primary_key` option for `has_many` associations. | Yves Senn | 2013-05-23 | 1 | -0/+5 |
* | | Add CHANGELOG entry for 99860582b2b1c0fc42bf84c52aac57b243d42678 | Rafael Mendonça França | 2013-05-22 | 1 | -0/+6 |
|/ |
|
* | Fxied some typos | Prathamesh Sonpatki | 2013-05-18 | 1 | -1/+1 |
* | Also support extensions in PostgreSQL 9.1, because this has been supported si... | kennyj | 2013-05-15 | 1 | -0/+4 |
* | Merge pull request #10556 from Empact/deprecate-schema-statements-distinct | Rafael Mendonça França | 2013-05-12 | 1 | -0/+5 |
* | Improve CHANGELOG entry [ci kip] | Rafael Mendonça França | 2013-05-11 | 1 | -6/+10 |
* | Call assume_migrated_upto_version on connection | Kyle Stevens | 2013-05-11 | 1 | -0/+11 |
* | read_attribute_before_type_cast should accept symbol | Neeraj Singh | 2013-05-11 | 1 | -0/+4 |
* | Fix Typo existant -> existent [ci skip] | Prathamesh Sonpatki | 2013-05-08 | 1 | -1/+1 |
* | Improve CHANGELOG entry [ci skip] | Rafael Mendonça França | 2013-05-06 | 1 | -4/+4 |
* | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy | Rafael Mendonça França | 2013-05-06 | 1 | -1/+5 |
|\ |
|
| * | Confirm a record has not already been destroyed before decrementing | Ben Tucker | 2013-05-06 | 1 | -0/+4 |
* | | Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions | Zach Ohlgren | 2013-05-06 | 1 | -3/+10 |
* | | raise IrreversibleMigration if no column given | Neeraj Singh | 2013-05-06 | 1 | -0/+17 |
* | | Do not overwrite manually built records during one-to-one nested attribute as... | Olek Janiszewski | 2013-05-03 | 1 | -0/+21 |
* | | Merge pull request #10417 from jholton/fix_association_auto_save | Jon Leighton | 2013-05-03 | 1 | -0/+7 |
|\ \ |
|
| * | | destroys association records before saving/inserting new association records | Johnny Holton | 2013-05-02 | 1 | -0/+7 |
* | | | rake:db:test:prepare falls back to original environment after execution. | markevich | 2013-05-02 | 1 | -0/+4 |
|/ / |
|
* / | Handle aliased attributes in ActiveRecord::Relation. | Godfrey Chan | 2013-05-01 | 1 | -0/+24 |
|/ |
|
* | Mute psql output when running rake db:schema:load | Godfrey Chan | 2013-04-30 | 1 | -0/+4 |
* | Fix #8856 Ensure has_one association=(associate) triggers save. | Chris Thompson | 2013-04-30 | 1 | -0/+6 |
* | Abort a rake task when missing db/structure.sql like `db:schema:load` task. | kennyj | 2013-05-01 | 1 | -1/+3 |
* | rails/master is now 4.1.0.beta | Rafael Mendonça França | 2013-04-29 | 1 | -2043/+2 |
* | Minor AR changelog review [ci skip] | Carlos Antonio da Silva | 2013-04-24 | 1 | -6/+8 |
* | Merge branch 'active-record-standalone-improvements' | Piotr Sarnacki | 2013-04-24 | 1 | -0/+2 |
|\ |
|