aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Don't test PostgreSQL implementation detailsAkira Matsuda & Kohei Suzuki2014-08-291-3/+0
* | | | Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_...Yves Senn2014-08-291-0/+1
* | | | Reset ActiveRecord::Migration.message_count counter before start testingAkira Matsuda2014-08-291-1/+1
* | | | Bring original puts back after finishing testsAkira Matsuda2014-08-292-4/+12
* | | | Silence another test that runs migrationsAkira Matsuda2014-08-291-0/+5
* | | | MigrationTest doesn't need to be verbose anymoreAkira Matsuda2014-08-291-1/+1
* | | | No tests are dealing with ActiveRecord::Migration.message_count here anymoreAkira Matsuda2014-08-291-1/+0
* | | | Reset ActiveRecord::Migration.verbose to the value beforeAkira Matsuda2014-08-292-2/+5
* | | | Demodulize ActiveRecord::MigratorTestAkira Matsuda2014-08-291-284/+282
* | | | No transaction for a test that creates fixtures in the test bodyAkira Matsuda2014-08-291-0/+1
* | | | User Model#last to certainly get lastly created dataAkira Matsuda2014-08-281-1/+1
* | | | Move association definition to the model fileAkira Matsuda2014-08-282-2/+1
* | | | Be sure that test fixtures satisfy referential integrity before calculatingAkira Matsuda2014-08-281-1/+1
* | | | Ignore SCHEMA queries when asserting no queriesAkira Matsuda2014-08-285-22/+22
* | | | Reset schema properly after schema changing testAkira Matsuda2014-08-281-0/+2
* | | | Correctly detect mutation on serialized columns mapping to binarySean Griffin2014-08-271-0/+16
* | | | Override #find_by! in core to enable AST cachingGodfrey Chan2014-08-251-0/+22
* | | | Fixed find_by("sql fragment without bindings") on masterGodfrey Chan2014-08-253-16/+22
* | | | pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-6/+6
* | | | Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-0/+8
* | | | adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-212-1/+15
| |/ / |/| |
* | | "warning: assigned but unused variable"Akira Matsuda2014-08-211-1/+1
* | | Merge pull request #16172 from Agis-/hmt_scope_arityRafael Mendonça França2014-08-204-0/+17
|\ \ \
| * | | Only merge scopes with zero arity in has_many throughAgis-2014-08-204-0/+17
* | | | Merge pull request #16145 from phoet/patch-2Rafael Mendonça França2014-08-201-5/+10
|\ \ \ \
| * | | | don't log errors when all is finePeter Schröder2014-07-171-5/+10
* | | | | Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queriesAkira Matsuda2014-08-201-1/+1
* | | | | Drop schema_migrations table only when existsAkira Matsuda2014-08-201-1/+1
| |/ / / |/| | |
* | | | Merge pull request #16349 from jmcnevin/masterRafael Mendonça França2014-08-191-0/+15
|\ \ \ \
| * | | | Correctly determine if migration is needed.Jeremy McNevin2014-08-131-0/+15
* | | | | Fixes the `Relation#exists?` to work with polymorphic associations.Kassio Borges2014-08-182-0/+15
* | | | | Merge pull request #16537 from arthurnn/stop_swallowing_errors_2Godfrey Chan2014-08-182-0/+79
|\ \ \ \ \
| * | | | | Add option to stop swallowing errors on callbacks.Arthur Neves2014-08-182-0/+79
* | | | | | Check attributes passed to create_with and whereRafael Mendonça França2014-08-181-0/+30
|/ / / / /
* | | | | Merge pull request #16528 from byroot/add-test-case-for-nested-array-in-where...Santiago Pastorino2014-08-181-0/+4
|\ \ \ \ \
| * | | | | Add a test case of nested empty array values in conditionsJean Boussier2014-08-171-0/+4
* | | | | | Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-179-17/+77
|\ \ \ \ \ \
| * | | | | | Change the default `null` value for timestampsSean Griffin2014-08-129-17/+77
* | | | | | | Merge pull request #16458 from chancancode/ar_fix_reserved_inheritanceGodfrey Chan2014-08-171-0/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fixed issue w/custom accessors + reserved name + inheritanceGodfrey Chan2014-08-111-0/+18
* | | | | | | Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-0/+21
* | | | | | | Merge pull request #16517 from sgrif/sg-comparable-attributesRafael Mendonça França2014-08-162-0/+36
|\ \ \ \ \ \ \
| * | | | | | | Implement `==` on `Type::Value` and `Attribute`Sean Griffin2014-08-152-0/+36
* | | | | | | | Fix regression on after_commit in nested transactions.Arthur Neves2014-08-151-0/+13
* | | | | | | | Use *_transaction methods in TransactionManagerArthur Neves2014-08-151-0/+24
|/ / / / / / /
* | | | | | | fix typo in method name (broken build :sweat:)Yves Senn2014-08-151-1/+1
* | | | | | | prefer `has_attribute?` over `attributes.key?`.Yves Senn2014-08-151-1/+1
* | | | | | | create_table + transactional_fixtures = :bomb:Akira Matsuda2014-08-151-0/+4
* | | | | | | Ignore MySQL "SHOW VARIABLES" when counting queriesAkira Matsuda2014-08-151-1/+1
* | | | | | | Be sure to reset PK name renamed in the testAkira Matsuda2014-08-151-0/+3