aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20041 from akshay-vishnoi/sqlite_collationRafael Mendonça França2015-05-283-5/+58
|\
| * Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-283-5/+58
* | Add test to 57daaefRafael Mendonça França2015-05-281-1/+1
|/
* Merge pull request #20171 from georgeclaghorn/enums-in-fixturesRafael Mendonça França2015-05-274-32/+50
|\
| * Resolve enums in test fixturesGeorge Claghorn2015-05-274-32/+50
* | Merge pull request #19886 from henders/henders/reload_wipe_query_cacheRafael Mendonça França2015-05-271-0/+27
|\ \
| * | Cause ActiveRecord::Base::reload to also ignore the QueryCache.Shane Hender2015-04-281-0/+27
* | | Merge pull request #17654 from kamipo/strict_mode_explicitlyRafael Mendonça França2015-05-272-0/+18
|\ \ \ | |_|/ |/| |
| * | If specify `strict: :default` explicitly, do not set sql_mode.Ryuta Kamizono2015-05-262-0/+18
* | | Merge pull request #20269 from wojobucco/masterRafael Mendonça França2015-05-271-4/+4
|\ \ \ | |/ / |/| |
| * | Changed mysqldump to include sprocs and functionsJonathan Worek2015-05-221-4/+4
* | | add `extend` option on `has_and_belongs_to_many`.keepcosmos2015-05-261-0/+15
* | | Remove unused variableArun Agrawal2015-05-261-1/+1
* | | deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-268-28/+41
|/ /
* | Merge pull request #20175 from eugeneius/copy_schema_cache_after_forkRafael Mendonça França2015-05-182-23/+46
|\ \
| * | Add schema cache to new connection pool after forkEugene Kenny2015-05-172-23/+46
* | | Merge pull request #20190 from kamipo/fix_serial_with_quoted_sequence_nameRafael Mendonça França2015-05-181-0/+8
|\ \ \
| * | | Fix `serial?` with quoted sequence nameRyuta Kamizono2015-05-181-0/+8
| |/ /
* / / sqlite3_mem has an existing connectionMatthew Draper2015-05-181-1/+3
|/ /
* | AR::ConPool - remove synchronization around connection cache.thedarkone2015-05-141-4/+132
* | AR::ConPool - establish connections outside of critical section.thedarkone2015-05-142-1/+35
* | AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-1/+3
* | Merge pull request #20150 from karanarora/Typo-fixRafael Mendonça França2015-05-131-1/+1
|\ \
| * | remove redundant parenthesiskaranarora2015-05-141-1/+1
* | | invalid sti error message contains the full class name.Yves Senn2015-05-131-0/+11
* | | Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/ra...Yves Senn2015-05-132-0/+10
|\ \ \
| * | | allow setting of a demodulized class name when using STIAlex Robbin2015-05-112-0/+11
* | | | Add full set of MySQL CLI options to support SSL authentication when using db...Alex Coomans2015-05-121-1/+10
|/ / /
* | | remove duplicate test.Yves Senn2015-05-081-10/+2
* | | tests, extract helpers to modify global state.Yves Senn2015-05-071-46/+55
* | | Merge pull request #17632 from eugeneius/schema_cache_dump_connection_poolAaron Patterson2015-05-041-0/+15
|\ \ \
| * | | Apply schema cache dump when creating connectionsEugene Kenny2015-04-291-0/+15
| |/ /
* | | More exercise the create index sql testsRyuta Kamizono2015-05-042-0/+74
* | | Merge pull request #19994 from kamipo/dump_indexes_in_create_tableRafael Mendonça França2015-05-031-10/+10
|\ \ \
| * | | Dump indexes in `create_table` instead of `add_index`Ryuta Kamizono2015-05-031-10/+10
* | | | Merge pull request #17824 from yuki24/change-record-not-saved-and-not-destroy...Rafael Mendonça França2015-05-032-1/+4
|\ \ \ \
| * | | | AR::RecordNotSaved & RecordNotDestroyed should include an error messageYuki Nishijima2015-05-012-1/+4
| | |/ / | |/| |
* | | | Merge pull request #17569 from kamipo/dump_table_optionsRafael Mendonça França2015-05-032-0/+84
|\ \ \ \
| * | | | Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-032-0/+84
| |/ / /
* | | | Merge pull request #19987 from kamipo/move_postgresql_specific_schemaRafael Mendonça França2015-05-032-14/+11
|\ \ \ \
| * | | | Move PostgreSQL specific schema to postgresql_specific_schema.rbRyuta Kamizono2015-05-032-14/+11
| | |/ / | |/| |
* / | | PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-041-0/+53
|/ / /
* / / Remove unused requireRyuta Kamizono2015-05-032-2/+0
|/ /
* | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_thanYves Senn2015-04-281-0/+12
|\ \
| * | Fix unscope for less thanTAKAHASHI Kazuaki2015-03-271-0/+12
* | | Merge pull request #19718 from eagletmt/find_by-without-argYves Senn2015-04-281-0/+8
|\ \ \
| * | | Raise ArgumentError when find_by receives no argumentsKohei Suzuki2015-04-111-0/+8
* | | | test, for `create_table` and `foreign_key: true` no-op. Closes #19794.Yves Senn2015-04-271-0/+20
| |_|/ |/| |
* | | Silence warning from MySQL::Error object in testPrem Sichanugrist2015-04-231-1/+3
* | | Merge pull request #18880 from mudge/timestamp-index-bugRafael Mendonça França2015-04-231-0/+11
|\ \ \