Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | AR::RecordNotSaved & RecordNotDestroyed should include an error message | Yuki Nishijima | 2015-05-01 | 2 | -1/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #17569 from kamipo/dump_table_options | Rafael Mendonça França | 2015-05-03 | 2 | -0/+84 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Correctly dump `:options` on `create_table` for MySQL | Ryuta Kamizono | 2015-05-03 | 2 | -0/+84 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #19987 from kamipo/move_postgresql_specific_schema | Rafael Mendonça França | 2015-05-03 | 2 | -14/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move PostgreSQL specific schema to postgresql_specific_schema.rb | Ryuta Kamizono | 2015-05-03 | 2 | -14/+11 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | PostgreSQL: `:collation` support for string and text columns | Ryuta Kamizono | 2015-05-04 | 1 | -0/+53 | |
|/ / / / / / | ||||||
* / / / / / | Remove unused require | Ryuta Kamizono | 2015-05-03 | 2 | -2/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_than | Yves Senn | 2015-04-28 | 1 | -0/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix unscope for less than | TAKAHASHI Kazuaki | 2015-03-27 | 1 | -0/+12 | |
* | | | | | | Merge pull request #19718 from eagletmt/find_by-without-arg | Yves Senn | 2015-04-28 | 1 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Raise ArgumentError when find_by receives no arguments | Kohei Suzuki | 2015-04-11 | 1 | -0/+8 | |
* | | | | | | | test, for `create_table` and `foreign_key: true` no-op. Closes #19794. | Yves Senn | 2015-04-27 | 1 | -0/+20 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Silence warning from MySQL::Error object in test | Prem Sichanugrist | 2015-04-23 | 1 | -1/+3 | |
* | | | | | | Merge pull request #18880 from mudge/timestamp-index-bug | Rafael Mendonça França | 2015-04-23 | 1 | -0/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix missing index when using timestamps with index | Paul Mucur | 2015-04-15 | 1 | -0/+11 | |
* | | | | | | | Rename association option :class to :anonymous_class | Andrew White | 2015-04-21 | 5 | -21/+21 | |
* | | | | | | | Merge pull request #19783 from vngrs/raise_error_on_touch_if_object_is_stale | Sean Griffin | 2015-04-19 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Raise StaleObjectError if touched object is stale and locking is enabled | Mehmet Emin İNAÇ | 2015-04-19 | 1 | -0/+10 |