Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #20437 from pwnall/abstract_fixtures | Rafael Mendonça França | 2015-06-09 | 4 | -0/+30 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix crash when loading fixture with belongs_to association defined in abstrac... | Victor Costan | 2015-06-04 | 4 | -0/+30 | |
* | | | | | | | | Return a `Point` object from the PG Point type | Sean Griffin | 2015-06-05 | 1 | -11/+108 | |
|/ / / / / / / | ||||||
* | | | | | | | Apply Active Record suppression to all saves | George Claghorn | 2015-06-04 | 1 | -1/+32 | |
* | | | | | | | Skip test that fails from outdated sqlite3 on travis | Sean Griffin | 2015-06-02 | 1 | -7/+9 | |
* | | | | | | | Fix postgresql DISTINCT requirement in pluck test | Kevin Deisz | 2015-06-02 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #20362 from kddeisz/enumerable_pluck | Rafael Mendonça França | 2015-06-01 | 1 | -0/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow Enumerable#pluck to take a splat. | Kevin Deisz | 2015-05-29 | 1 | -0/+21 | |
* | | | | | | | | Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle | Yasuo Honda | 2015-06-01 | 2 | -2/+6 | |
* | | | | | | | | Ensure symbols passed to `select` are always quoted | Sean Griffin | 2015-05-30 | 1 | -0/+22 | |
|/ / / / / / / | ||||||
* | | | | | | | Persist user provided default values, even if unchanged | Sean Griffin | 2015-05-28 | 2 | -26/+6 | |
* | | | | | | | Allow proc defaults with the Attributes API | Sean Griffin | 2015-05-28 | 1 | -0/+10 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #20196 from huoxito/preload-association-and-merges | Rafael Mendonça França | 2015-05-28 | 1 | -1/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Properly append preload / includes args on Merger | Washington Luiz | 2015-05-28 | 1 | -1/+27 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #20041 from akshay-vishnoi/sqlite_collation | Rafael Mendonça França | 2015-05-28 | 3 | -5/+58 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add collation support for string and text columns in SQLite3 | Akshay Vishnoi | 2015-05-28 | 3 | -5/+58 | |
* | | | | | | | Add test to 57daaef | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #20171 from georgeclaghorn/enums-in-fixtures | Rafael Mendonça França | 2015-05-27 | 4 | -32/+50 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Resolve enums in test fixtures | George Claghorn | 2015-05-27 | 4 | -32/+50 | |
* | | | | | | | Merge pull request #19886 from henders/henders/reload_wipe_query_cache | Rafael Mendonça França | 2015-05-27 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Cause ActiveRecord::Base::reload to also ignore the QueryCache. | Shane Hender | 2015-04-28 | 1 | -0/+27 | |
* | | | | | | | | Merge pull request #17654 from kamipo/strict_mode_explicitly | Rafael Mendonça França | 2015-05-27 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | If specify `strict: :default` explicitly, do not set sql_mode. | Ryuta Kamizono | 2015-05-26 | 2 | -0/+18 | |
* | | | | | | | | Merge pull request #20269 from wojobucco/master | Rafael Mendonça França | 2015-05-27 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Changed mysqldump to include sprocs and functions | Jonathan Worek | 2015-05-22 | 1 | -4/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | add `extend` option on `has_and_belongs_to_many`. | keepcosmos | 2015-05-26 | 1 | -0/+15 | |
* | | | | | | | Remove unused variable | Arun Agrawal | 2015-05-26 | 1 | -1/+1 | |
* | | | | | | | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 8 | -28/+41 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #20175 from eugeneius/copy_schema_cache_after_fork | Rafael Mendonça França | 2015-05-18 | 2 | -23/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add schema cache to new connection pool after fork | Eugene Kenny | 2015-05-17 | 2 | -23/+46 | |
* | | | | | | | Merge pull request #20190 from kamipo/fix_serial_with_quoted_sequence_name | Rafael Mendonça França | 2015-05-18 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix `serial?` with quoted sequence name | Ryuta Kamizono | 2015-05-18 | 1 | -0/+8 | |
| |/ / / / / / | ||||||
* / / / / / / | sqlite3_mem has an existing connection | Matthew Draper | 2015-05-18 | 1 | -1/+3 | |
|/ / / / / / | ||||||
* | | | | | | AR::ConPool - remove synchronization around connection cache. | thedarkone | 2015-05-14 | 1 | -4/+132 | |
* | | | | | | AR::ConPool - establish connections outside of critical section. | thedarkone | 2015-05-14 | 2 | -1/+35 | |
* | | | | | | AR::ConPool - reduce post checkout critical section. | thedarkone | 2015-05-14 | 1 | -1/+3 | |
* | | | | | | Merge pull request #20150 from karanarora/Typo-fix | Rafael Mendonça França | 2015-05-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove redundant parenthesis | karanarora | 2015-05-14 | 1 | -1/+1 | |
* | | | | | | | invalid sti error message contains the full class name. | Yves Senn | 2015-05-13 | 1 | -0/+11 | |
* | | | | | | | Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/ra... | Yves Senn | 2015-05-13 | 2 | -0/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | allow setting of a demodulized class name when using STI | Alex Robbin | 2015-05-11 | 2 | -0/+11 | |
* | | | | | | | | Add full set of MySQL CLI options to support SSL authentication when using db... | Alex Coomans | 2015-05-12 | 1 | -1/+10 | |
|/ / / / / / / | ||||||
* | | | | / / | remove duplicate test. | Yves Senn | 2015-05-08 | 1 | -10/+2 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | tests, extract helpers to modify global state. | Yves Senn | 2015-05-07 | 1 | -46/+55 | |
* | | | | | | Merge pull request #17632 from eugeneius/schema_cache_dump_connection_pool | Aaron Patterson | 2015-05-04 | 1 | -0/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Apply schema cache dump when creating connections | Eugene Kenny | 2015-04-29 | 1 | -0/+15 | |
| |/ / / / / | ||||||
* | | | | | | More exercise the create index sql tests | Ryuta Kamizono | 2015-05-04 | 2 | -0/+74 | |
* | | | | | | Merge pull request #19994 from kamipo/dump_indexes_in_create_table | Rafael Mendonça França | 2015-05-03 | 1 | -10/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Dump indexes in `create_table` instead of `add_index` | Ryuta Kamizono | 2015-05-03 | 1 | -10/+10 | |
* | | | | | | | Merge pull request #17824 from yuki24/change-record-not-saved-and-not-destroy... | Rafael Mendonça França | 2015-05-03 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ |