Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #20041 from akshay-vishnoi/sqlite_collation | Rafael Mendonça França | 2015-05-28 | 6 | -9/+139 | |
|\ \ \ \ | ||||||
| * | | | | Add collation support for string and text columns in SQLite3 | Akshay Vishnoi | 2015-05-28 | 6 | -9/+139 | |
* | | | | | Add test to 57daaef | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 | |
* | | | | | Allow Relation#compact using delegation | Jordan Raine | 2015-05-28 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #20171 from georgeclaghorn/enums-in-fixtures | Rafael Mendonça França | 2015-05-27 | 6 | -32/+64 | |
|\ \ \ \ | ||||||
| * | | | | Resolve enums in test fixtures | George Claghorn | 2015-05-27 | 6 | -32/+64 | |
* | | | | | Merge pull request #19886 from henders/henders/reload_wipe_query_cache | Rafael Mendonça França | 2015-05-27 | 3 | -1/+34 | |
|\ \ \ \ \ | ||||||
| * | | | | | Cause ActiveRecord::Base::reload to also ignore the QueryCache. | Shane Hender | 2015-04-28 | 2 | -1/+30 | |
* | | | | | | Merge pull request #17654 from kamipo/strict_mode_explicitly | Rafael Mendonça França | 2015-05-27 | 3 | -2/+22 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | If specify `strict: :default` explicitly, do not set sql_mode. | Ryuta Kamizono | 2015-05-26 | 3 | -2/+22 | |
* | | | | | | Merge pull request #20269 from wojobucco/master | Rafael Mendonça França | 2015-05-27 | 3 | -4/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Changed mysqldump to include sprocs and functions | Jonathan Worek | 2015-05-22 | 2 | -4/+5 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-task | Yves Senn | 2015-05-27 | 1 | -9/+0 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Remove broken and unused release task | Arun Agrawal | 2015-05-22 | 1 | -9/+0 | |
| |/ / / / | ||||||
* | | | | | add `extend` option on `has_and_belongs_to_many`. | keepcosmos | 2015-05-26 | 3 | -1/+20 | |
* | | | | | Remove unused variable | Arun Agrawal | 2015-05-26 | 1 | -1/+1 | |
* | | | | | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 12 | -31/+52 | |
* | | | | | Remove `.superclass_delegating_accessor`. Refer #14271 | Akshay Vishnoi | 2015-05-24 | 1 | -1/+0 | |
|/ / / / | ||||||
* | | | | "maybe" => "may be" | Waynn Lue | 2015-05-21 | 1 | -1/+1 | |
* | | | | updated Inline format at activerecord rdoc | Manish shrivastava | 2015-05-20 | 1 | -2/+2 | |
* | | | | Merge pull request #20219 from karanarora/Typo-fix | Santiago Pastorino | 2015-05-20 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | typo fix [ci skip] | karanarora | 2015-05-20 | 1 | -1/+1 | |
* | | | | | Merge pull request #20217 from amitsuroliya/fix_netaddr_link | Arun Agrawal | 2015-05-20 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix NetAddr link [ci skip] | amitkumarsuroliya | 2015-05-20 | 1 | -1/+1 | |
* | | | | | | Updated postgresql documentation link to use latest version [ci skip] | Ronak Jangir | 2015-05-20 | 3 | -6/+6 | |
|/ / / / / | ||||||
* | | | | | parent_reflection should store only a reflection object | Aaron Patterson | 2015-05-19 | 2 | -7/+9 | |
* | | | | | Remove unused already require | Ryuta Kamizono | 2015-05-19 | 3 | -8/+0 | |
* | | | | | Remove `require 'arel/visitors/bind_visitor'` | Ryuta Kamizono | 2015-05-19 | 3 | -4/+0 | |
* | | | | | Merge pull request #20212 from kamipo/avoid_heredoc | Rafael Mendonça França | 2015-05-19 | 1 | -20/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Avoid the heredoc in one line queries and simple queries | Ryuta Kamizono | 2015-05-19 | 1 | -20/+5 | |
| |/ / / / | ||||||
* / / / / | Eliminate the duplication code of `StatementPool` | Ryuta Kamizono | 2015-05-19 | 4 | -92/+36 | |
|/ / / / | ||||||
* | | | | Merge pull request #20175 from eugeneius/copy_schema_cache_after_fork | Rafael Mendonça França | 2015-05-18 | 3 | -24/+49 | |
|\ \ \ \ | ||||||
| * | | | | Add schema cache to new connection pool after fork | Eugene Kenny | 2015-05-17 | 3 | -24/+49 | |
* | | | | | Merge pull request #20187 from yui-knk/refactor/type_int | Rafael Mendonça França | 2015-05-18 | 1 | -3/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Refactoring `ActiveRecord::Type::Integer` limit | yui-knk | 2015-05-18 | 1 | -3/+6 | |
* | | | | | | Merge pull request #20192 from kamipo/divide_to_column_options_handling_methods | Rafael Mendonça França | 2015-05-18 | 2 | -10/+34 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Divide methods for handling column options separately | Ryuta Kamizono | 2015-05-18 | 2 | -10/+34 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #20190 from kamipo/fix_serial_with_quoted_sequence_name | Rafael Mendonça França | 2015-05-18 | 2 | -1/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `serial?` with quoted sequence name | Ryuta Kamizono | 2015-05-18 | 2 | -1/+10 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #20082 from sh6khan/nested-attributes-docs | Eileen M. Uchitelle | 2015-05-18 | 1 | -0/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | docs for updating nested attributes while creating parent record [ci | sh6khan | 2015-05-18 | 1 | -0/+5 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | sqlite3_mem has an existing connection | Matthew Draper | 2015-05-18 | 1 | -1/+3 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | better `add_reference` documentation. [ci skip] | Yves Senn | 2015-05-18 | 2 | -20/+18 | |
| |/ / / |/| | | | ||||||
* | | | | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -2/+3 | |
* | | | | Merge pull request #14938 from thedarkone/pool-lock-fix | Matthew Draper | 2015-05-16 | 5 | -92/+577 | |
|\ \ \ \ | ||||||
| * | | | | AR::ConPool - remove synchronization around connection cache. | thedarkone | 2015-05-14 | 3 | -84/+436 | |
| * | | | | AR::ConPool - establish connections outside of critical section. | thedarkone | 2015-05-14 | 3 | -28/+136 | |
| * | | | | AR::ConPool - reduce post checkout critical section. | thedarkone | 2015-05-14 | 3 | -14/+38 | |
* | | | | | Remove redundant require 'set' lines | Mehmet Emin İNAÇ | 2015-05-15 | 3 | -3/+0 | |
* | | | | | Merge pull request #20113 from claudiob/remove-rails31-refs | Yves Senn | 2015-05-14 | 2 | -18/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | |