aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | No need `public_send`Ryuta Kamizono2016-07-171-2/+2
|/ / / /
* | | | Merge pull request #20818 from jeremywadsack/use_transactional_fixtures_all_d...Rafael França2016-07-172-0/+52
|\ \ \ \
| * | | | Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-122-0/+52
* | | | | Fix wrong test namePrathamesh Sonpatki2016-07-161-1/+1
* | | | | adds support for limits in batch processingXavier Noria2016-07-131-10/+122
|/ / / /
* | | | Fix Active Record test failureRyuta Kamizono2016-07-121-3/+2
* | | | Always prefer class types to query types when casting `group`Sean Griffin2016-07-111-0/+6
| |/ / |/| |
* | | fix to_param to maximize contentRob Biedenharn2016-07-081-2/+28
* | | Merge pull request #25707 from matthewd/double-reapMatthew Draper2016-07-071-1/+4
|\ \ \
| * | | Make connection stealing more explicitMatthew Draper2016-07-061-1/+4
* | | | Merge pull request #24890 from vipulnsward/travel-to-raiseKasper Timm Hansen2016-07-051-6/+5
|\ \ \ \ | |/ / / |/| | |
| * | | `travel/travel_to` travel time helpers, now raise on nested calls,Vipul A M2016-07-021-6/+5
* | | | Fix typo: accidently -> accidentally.Hendy Tanata2016-07-021-1/+1
| |/ / |/| |
* | | Merge pull request #25507 from bquorning/optimize-for-first-result-and-remove...Rafael França2016-07-021-0/+10
|\ \ \
| * | | Optimize ActiveRecord::Result#lastBenjamin Quorning2016-06-241-0/+5
| * | | Add ActiveRecord::Result#firstBenjamin Quorning2016-06-241-0/+5
* | | | Merge pull request #25631 from yahonda/revert_rename_to_ar_internal_metadataRafael França2016-07-011-15/+0
|\ \ \ \
| * | | | Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`"Yasuo Honda2016-07-011-15/+0
| | |/ / | |/| |
* | | | Merge pull request #25620 from kamipo/create_without_primary_keyRafael França2016-07-011-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Pass `pk: false` to `connection.insert` explicitly if do not have a primary keyRyuta Kamizono2016-07-011-0/+8
* | | | Add regression test for foreign key schema dump cachingeileencodes2016-07-011-0/+13
* | | | Merge pull request #25307 from kamipo/extract_foreign_key_action_from_informa...Eileen M. Uchitelle2016-07-013-19/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Extract foreign key action from `information_schema`Ryuta Kamizono2016-06-073-19/+29
* | | | Do not specal case inspecting associated arrays of over 10 elements, preventi...Kevin McPhillips2016-06-292-3/+27
* | | | Remove unused `ActiveRecord::Base.connection_id`Sean Griffin2016-06-291-12/+0
* | | | Merge pull request #25364 from kamipo/fix_serialize_for_date_typeRafael França2016-06-281-1/+13
|\ \ \ \
| * | | | Fix `Type::Date#serialize` to return a date object correctlyRyuta Kamizono2016-06-161-1/+13
* | | | | Remove unnecessary `assert_valid_default`Ryuta Kamizono2016-06-251-7/+0
* | | | | Merge pull request #25506 from y-yagi/return_correct_from_enum_typeSean Griffin2016-06-241-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | return correct type from `EnumType`yuuji.yaginuma2016-06-241-0/+4
* | | | | Removed a forgotten `with_exclusive_scope` test:Edouard CHIN2016-06-241-6/+0
|/ / / /
* | | | Merge pull request #23301 from ppworks/improve_mysqldumpArthur Nogueira Neves2016-06-171-4/+4
|\ \ \ \
| * | | | Skip comments when exec mysqldumpNaoto Koshikawa2016-01-281-4/+4
* | | | | Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-commandArthur Nogueira Neves2016-06-161-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | PostgreSQL: Fix db:structure:load silent failure on SQL errorRalin Chimev2016-05-101-2/+2
* | | | | Merge pull request #25271 from kamipo/prevent_range_error_for_existsSean Griffin2016-06-151-4/+2
|\ \ \ \ \
| * | | | | Prevent `RangeError` for `FinderMethods#exists?`Ryuta Kamizono2016-06-161-4/+2
| | |_|/ / | |/| | |
* | | | | Fix postgresql query_cache testArthur Neves2016-06-141-0/+1
* | | | | Respect the current `connected?` method when calling `cache`Arthur Neves2016-06-141-0/+15
* | | | | Remove not needed line on testArthur Neves2016-06-141-1/+0
* | | | | Merge pull request #25374 from kamipo/fix_calculate_with_string_in_from_and_e...Sean Griffin2016-06-131-0/+4
|\ \ \ \ \
| * | | | | Fix `calculate` with a string value in `from` and eager loadingRyuta Kamizono2016-06-131-0/+4
* | | | | | Merge pull request #25372 from kamipo/remove_assert_date_from_dbSean Griffin2016-06-132-5/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove unnecessary `assert_date_from_db`Ryuta Kamizono2016-06-122-5/+1
* | | | | | Merge pull request #25362 from maclover7/jm-rm-ar-requireEileen M. Uchitelle2016-06-121-2/+0
|\ \ \ \ \ \
| * | | | | | Remove unnecessary model requiresJon Moss2016-06-101-2/+0
| |/ / / / /
* / / / / / Remove outdated comments [ci skip]Ryuta Kamizono2016-06-121-12/+0
|/ / / / /
* | | | | Remove dead code from testsSean Griffin2016-06-091-17/+0
* | | | | Merge pull request #25329 from yahonda/allow_oracle_bind_value_syntax_in_loj_...Sean Griffin2016-06-091-1/+1
|\ \ \ \ \
| * | | | | Allow Oracle bind parameter syntax `:a1`Yasuo Honda2016-06-081-1/+1
| |/ / / /