Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | Go through normal where logic in `apply_join_dependency` | Sean Griffin | 2014-12-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | Inform Arel that we don't need to cast a value in tests | Sean Griffin | 2014-12-26 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | | | We don't need to type cast the offset in `find_in_batches` | Sean Griffin | 2014-12-26 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | | | Fall back to type casting from the connection adapter | Sean Griffin | 2014-12-26 | 1 | -2/+70 | |
* | | | | | | | | | | | | | | | | | | Go through normal `where` logic in uniqueness validation | Sean Griffin | 2014-12-26 | 1 | -4/+6 | |
* | | | | | | | | | | | | | | | | | | We don't need to cast the value a second time in uniqueness validations | Sean Griffin | 2014-12-26 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | We don't need to perform type casting on the STI condition | Sean Griffin | 2014-12-26 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | Go through normal `where` logic when preloading associations | Sean Griffin | 2014-12-26 | 5 | -5/+5 | |
* | | | | | | | | | | | | | | | | | | Eagerly cast array values passed to the predicate builder | Sean Griffin | 2014-12-26 | 2 | -3/+12 | |
* | | | | | | | | | | | | | | | | | | Eagerly cast range values in the predicate builder | Sean Griffin | 2014-12-26 | 2 | -1/+25 | |
* | | | | | | | | | | | | | | | | | | Perform casting of single values within the predicate builder | Sean Griffin | 2014-12-26 | 6 | -7/+38 | |
* | | | | | | | | | | | | | | | | | | Remove `klass` and `arel_table` as a dependency of `PredicateBuilder` | Sean Griffin | 2014-12-26 | 8 | -31/+72 | |
* | | | | | | | | | | | | | | | | | | Fix new warning in ruby 2.2 | Sean Griffin | 2014-12-26 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Refactor association handling in `PredicateBuilder` | Sean Griffin | 2014-12-26 | 2 | -21/+61 | |
* | | | | | | | | | | | | | | | | | | Re-use the predicate builder in the `ArrayHandler` | Sean Griffin | 2014-12-26 | 2 | -8/+16 | |
* | | | | | | | | | | | | | | | | | | Change `PredicateBuilder` handler methods to instance methods | Sean Griffin | 2014-12-26 | 6 | -31/+74 | |
* | | | | | | | | | | | | | | | | | | Add missing `:nodoc:` | Sean Griffin | 2014-12-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | Inject the `PredicateBuilder` into the `Relation` instance | Sean Griffin | 2014-12-26 | 12 | -43/+52 | |
* | | | | | | | | | | | | | | | | | | Remove unused `@relation` instance variable | Sean Griffin | 2014-12-26 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'brainopia-remember_frozen_state_in_transaction' | Sean Griffin | 2014-12-26 | 2 | -7/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Propagate frozen state during transaction changes | brainopia | 2014-12-26 | 2 | -7/+19 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / / / / | Correctly ignore `case_sensitive` for UUID uniqueness validation | Sean Griffin | 2014-12-26 | 6 | -2/+31 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Update guides regarding the extension changes | Robin Dupret | 2014-12-26 | 3 | -18/+18 | |
* | | | | | | | | | | | | | | | | | Merge pull request #18206 from kamipo/dump_default_nil_for_postgresql_uuid_pr... | Yves Senn | 2014-12-26 | 3 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Dump the default `nil` for PostgreSQL UUID primary key. | Ryuta Kamizono | 2014-12-26 | 3 | -1/+11 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #18205 from vipulnsward/fix-railties-warning | Guillermo Iguaran | 2014-12-26 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | - Changed `paths` to `routing_paths` to avoid warning `possible reference to ... | Vipul A M | 2014-12-26 | 1 | -3/+3 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #18197 from vipulnsward/fix-ar-2-2warning | Guillermo Iguaran | 2014-12-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | - Changed `target` to `target_reflection` to avoid warning `possible referenc... | Vipul A M | 2014-12-25 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | Merge pull request #18203 from kyledecot/ruby-2.2 | Guillermo Iguaran | 2014-12-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | targeting 2.2 | Kyle Decot | 2014-12-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #18204 from chocoby/remove-double-space | Guillermo Iguaran | 2014-12-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Remove unnecessary double space | Kenta Okamoto | 2014-12-26 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #18194 from claudiob/remove-action-controller-model-naming | Guillermo Iguaran | 2014-12-25 | 2 | -16/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Remove ActionController::ModelNaming | claudiob | 2014-12-25 | 2 | -16/+0 | |
* | | | | | | | | | | | | | | | | | | Add example to get Errored test to pass in Testing guide [ci skip] | Zachary Scott | 2014-12-25 | 1 | -0/+13 | |
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #18196 from PavelPenkov/rails_env_instead_of_rails | Matthew Draper | 2014-12-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Check for Rails.env instead of Rails | Pavel Penkov | 2014-12-25 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #18185 from ivalkeen/add_missing_guides | Zachary Scott | 2014-12-24 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | List the Active Support Instrumentation guide in the index (as WIP) | Ivan Tkalin | 2014-12-24 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | Correct grammar to fix #18182 [ci skip] | Zachary Scott | 2014-12-24 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Merge pull request #18190 from ef718/master | Zachary Scott | 2014-12-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Update grammar [ci skip] | Elaine Fang | 2014-12-24 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / / / | Fix a few typos [ci skip] | Robin Dupret | 2014-12-24 | 2 | -5/+6 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #18183 from danbernier/master | Arun Agrawal | 2014-12-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Fix bug in ActionMailer guide. | Dan Bernier | 2014-12-24 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #18107 from mkdynamic/add-reply-to-mail-to | Sean Griffin | 2014-12-24 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add support for Reply-To field in mail_to helper | Mark Dodwell | 2014-12-20 | 2 | -4/+5 | |
* | | | | | | | | | | | | | | | | | Merge pull request #18180 from vipulnsward/remove-unnecessary-name-passing | Sean Griffin | 2014-12-24 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | - Removed unused parameter to cookie serialize method and fixed usage of the ... | Vipul A M | 2014-12-24 | 1 | -4/+4 | |
|/ / / / / / / / / / / / / / / / / |