aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Adding a new test using chained where, limit and find([pks])Miguel Grazziotin2015-08-071-2/+12
* WIP: fixing the limit bug and introducing new tests (failing for now) on .fin...Miguel Grazziotin2015-06-191-4/+25
* do not change the order of the result if the object was already ordered by th...Miguel Grazziotin2015-06-051-0/+5
* adding a test to ensure the find is obbeying the limitMiguel Grazziotin2015-06-031-0/+7
* [#20338] adding tests to ensure the order clause takes precedenceMiguel Grazziotin2015-06-031-0/+18
* [#20338] improving implementation, fixing and adding some more specsMiguel Grazziotin2015-06-031-1/+2
* [#20338] WIP: first basic implementation and specsMiguel Grazziotin2015-05-291-0/+12
* Persist user provided default values, even if unchangedSean Griffin2015-05-282-26/+6
* Allow proc defaults with the Attributes APISean Griffin2015-05-281-0/+10
* Merge pull request #20196 from huoxito/preload-association-and-mergesRafael Mendonça França2015-05-281-1/+27
|\
| * Properly append preload / includes args on MergerWashington Luiz2015-05-281-1/+27
* | 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
| |/ / /