aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28974 from kamipo/extract_bind_param_and_bind_attributeRafael França2017-05-0311-51/+38
|\
| * Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-0411-51/+38
* | Remove duplicated `test_merging_reorders_bind_params`Ryuta Kamizono2017-05-041-9/+0
|/
* Add type caster to `RuntimeReflection#alias_name`Jon Moss2017-05-021-1/+4
* Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-2/+5
* Stop creating duplicate Struct instancesJon Moss2017-04-281-23/+15
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-1/+2
* Evaluate belongs_to :default option against the owner, not the associationGeorge Claghorn2017-04-271-0/+18
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-2721-26/+26
* Merge pull request #28883 from yahonda/fix28797Rafael França2017-04-261-2/+7
|\
| * PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functionsYasuo Honda2017-04-261-2/+7
* | Merge pull request #28881 from bogdanvlviv/verbose-migrationRafael França2017-04-261-1/+16
|\ \
| * | Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_varsbogdanvlviv2017-04-261-1/+16
| |/
* | Merge pull request #28885 from kamipo/remove_useless_test_caseRafael França2017-04-261-5/+0
|\ \
| * | Remove useless test caseRyuta Kamizono2017-04-261-5/+0
| |/
* / Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-2622-133/+94
|/
* Merge pull request #28831 from kamipo/respond_to_missing_should_be_privateRafael França2017-04-252-6/+1
|\
| * `respond_to_missing?` should be privateRyuta Kamizono2017-04-222-6/+1
* | Fix MigratorTest#test_migrator_verbositybogdanvlviv2017-04-261-1/+1
* | Merge pull request #28853 from kamipo/replace_regexp_zRafael França2017-04-253-14/+14
|\ \
| * | Replace \Z to \zRyuta Kamizono2017-04-243-14/+14
| |/
* / Remove checks for Enumerator#size methodEugene Kenny2017-04-252-18/+12
|/
* Don't attempt to create a new record that was already created.Isaac Betesh2017-04-201-0/+20
* Prevent double firing the before save callback of new object when the parent ...Ryuta Kamizono2017-04-211-2/+16
* Merge pull request #28681 from runephilosof/fix-mysql-grantRafael Mendonça França2017-04-201-1/+1
|\
| * Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* | Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0Rafael França2017-04-191-2/+2
|\ \
| * | Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-171-2/+2
* | | Merge pull request #28776 from kamipo/respect_limit_for_cache_keyRafael França2017-04-191-2/+28
|\ \ \
| * | | `cache_key` respects the limit in a relation even if a relation is not loadedRyuta Kamizono2017-04-171-2/+28
| |/ /
* | | Merge pull request #28161 from bogdanvlviv/add_test_attributesRafael França2017-04-181-0/+11
|\ \ \ | |/ / |/| |
| * | Add test for method `#attributes`bogdanvlviv2017-02-251-0/+11
* | | Support Descending Indexes for MySQLRyuta Kamizono2017-04-161-1/+5
* | | Move around AR::Dirty and fix _attribute methodAaron Patterson2017-04-141-0/+22
* | | Merge pull request #28661 from bogdanvlviv/fix-dirty-attributes-if-override-a...Aaron Patterson2017-04-141-0/+19
|\ \ \
| * | | Fix inconsistency with changed attributes when overriding AR attribute readerbogdanvlviv2017-04-121-0/+19
* | | | Add a test case for #20802Ryuta Kamizono2017-04-131-0/+5
* | | | :scissors:Ryuta Kamizono2017-04-132-2/+0
* | | | Use a query that's compatible with PostgreSQL 9.2Matthew Draper2017-04-123-5/+11
|/ / /
* | | Merge pull request #28721 from koic/oracle_does_not_support_limit_clauseRafael França2017-04-111-1/+1
|\ \ \
| * | | Fix an AR test of relations_test when using OracleKoichi ITO2017-04-111-1/+1
* | | | exclude ORDER BY clause for exists? (#28699)Boris Slobodin2017-04-101-0/+5
|/ / /
* | | More exercise `exists?` testsRyuta Kamizono2017-04-081-5/+18
* | | Passing in no arguments to the dynamic fixture accessor method returns all fi...Kevin McPhillips2017-04-071-0/+18
* | | Remove duplicated "test" prefixRyuta Kamizono2017-04-073-4/+4
| |/ |/|
* | Ignore AR tests of index comment when using OracleKoichi ITO2017-04-051-5/+9
* | Merge pull request #28029 from koic/empty_insert_statement_value_not_supportedMatthew Draper2017-04-042-0/+4
|\ \
| * | Raise NotImplementedError when using empty_insert_statement_value with OracleKoichi ITO2017-02-172-0/+4
* | | Fix a failed AR test when running with OracleAdapterKoichi ITO2017-03-311-0/+2
* | | Merge pull request #28592 from htanata/ar_relation_inspect_should_not_load_al...Rafael França2017-03-291-0/+6
|\ \ \