aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix missing index when using timestamps with indexPaul Mucur2015-04-151-0/+11
* | | | Rename association option :class to :anonymous_classAndrew White2015-04-215-21/+21
* | | | Merge pull request #19783 from vngrs/raise_error_on_touch_if_object_is_staleSean Griffin2015-04-191-0/+10
|\ \ \ \
| * | | | Raise StaleObjectError if touched object is stale and locking is enabledMehmet Emin İNAÇ2015-04-191-0/+10
* | | | | Autosave existing records on HMT associations when the parent is newSean Griffin2015-04-181-0/+10
|/ / / /
* | | | Merge pull request #19763 from jonatack/fix-typos-in-docsYves Senn2015-04-152-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typos and improve the documentationJon Atack2015-04-152-3/+3
* | | | Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"Yves Senn2015-04-151-10/+0
|/ / /
* | | Merge pull request #19755 from yuki24/activerecord/support-for-setYves Senn2015-04-141-0/+10
|\ \ \
| * | | Add support for Set to Relation#whereYuki Nishijima2015-04-131-0/+11
|/ / /
* | | Fix (intermittent?) test failureMatthew Draper2015-04-131-1/+1
* | | Use `use_transactional_tests` in Active RecordPrem Sichanugrist2015-04-102-2/+2
|/ /
* | Batch touch parent recordsArthur Neves2015-04-082-0/+111
* | Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range'Sean Griffin2015-04-081-0/+25
|\ \
| * | Fix uniqueness validation with out of range valueAndrey Voronkov2015-04-081-0/+25
|/ /
* | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-074-18/+118
|\ \
| * | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-064-18/+118
* | | Merge pull request #19647 from codeout/association_updateRafael Mendonça França2015-04-061-0/+2
|\ \ \
| * | | Fix a regression introduced by removing unnecessary db call when replacingShintaro Kojima2015-04-041-0/+2
* | | | use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-061-0/+22
|/ / /
* | | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methodsRafael Mendonça França2015-03-311-0/+17
|\ \ \
| * | | Fix eager loading association using default_scope for finder methods.Santosh Wadghule2015-03-311-0/+17
* | | | use Model.reset_column_information to clear table cache connection wide.Kuldeep Aggarwal2015-03-312-2/+4
|/ / /
* | / use correct method in batches testyuuji.yaginuma2015-03-291-2/+3
| |/ |/|
* | Partially merge #17650Sean Griffin2015-03-265-14/+14
|\ \
| * | PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-255-14/+14
* | | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-251-0/+28
|/ /
* | Merge pull request #19503 from jasoncodes/no-psqlrcYves Senn2015-03-251-2/+2