aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Call the new point behavior `:point`, not `:rails_5_1_point`Sean Griffin2015-12-171-4/+4
* Don't over-specify types in our testsSean Griffin2015-12-161-1/+0
* Fix test failures on WindowsSean Griffin2015-12-161-4/+12
* Fix test failure on WindowsSean Griffin2015-12-161-6/+10
* Merge pull request #22605 from tonyta/delete-dead-commentsRafael França2015-12-161-1/+0
|\
| * deletes commented code introduced in db045db (initial commit)Tony Ta2015-12-151-1/+0
* | Merge pull request #22598 from yui-knk/deprecate_string_callbackRafael França2015-12-161-1/+1
|\ \ | |/ |/|
| * Deprecate passing string to define callback.yui-knk2015-12-161-1/+1
* | Merge pull request #22562 from sblackstone/masterJeremy Daer2015-12-151-0/+7
|\ \
| * | Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-0/+7
* | | Internal test migrations use the private 'Current' versionMatthew Draper2015-12-1536-49/+49
* | | Ensure uuid-ossp extension is present before we rely on itMatthew Draper2015-12-151-0/+2
* | | Revert "Perform a more efficient query in `Relation#any?`"Sean Griffin2015-12-141-0/+7
* | | Merge pull request #22395 from avokhmin/becomes-errors-base-2Sean Griffin2015-12-141-1/+20
|\ \ \
| * | | `ActiveRecord::Base#becomes` should copy the errorsVokhmin Alexey V2015-12-141-1/+20
* | | | Fix test failures caused by 574f255Sean Griffin2015-12-141-1/+1
|/ / /
* | | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-142-9/+3
* | | Deprecate limit strings with commasSean Griffin2015-12-141-3/+7
* | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na...Sean Griffin2015-12-141-0/+10
|\ \ \
| * | | Add test cases for `#sanitize_sql_array` with named_bind_variablesyui-knk2015-11-091-0/+10
* | | | Merge pull request #22571 from mtsmfm/travel-backSantiago Pastorino2015-12-131-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | travel backFumiaki MATSUSHIMA2015-12-131-3/+3
| | |/ | |/|
* | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supportedAaron Patterson2015-12-133-60/+13
|\ \ \ | |/ / |/| |
| * | Consolidate tests for time and datetime columns options, limit and precisionYasuo Honda2015-11-302-59/+12
| * | Use adapter supports_datetime_with_precision to support 3rd party adapter testsYasuo Honda2015-11-301-1/+1
* | | Make sure we touch all the parents when touch_later.Arthur Neves2015-12-061-2/+0
* | | Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-061-3/+3
* | | remove warning from postgresql geometric testyuuji.yaginuma2015-12-051-1/+3
* | | don't rely on the columns hash to get defaults. follow-up to #17169.Yves Senn2015-12-021-0/+24
* | | add `ActiveRecord::Base.has_attribute?`Yves Senn2015-12-021-0/+13
* | | tests, pluralize singular table name.Yves Senn2015-12-021-1/+1
* | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-typeYves Senn2015-12-021-0/+21
|\ \ \
| * | | STI cast new instances to `default type` on initialize.Kuldeep Aggarwal2015-12-021-0/+20
|/ / /
* / / Ensure `Relation` responds to `shuffle`Sean Griffin2015-12-011-1/+1
|/ /
* | Merge pull request #22345 from GUI/fix-multi-schema-structure-dumpYves Senn2015-11-301-2/+2
|\ \
| * | Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-2/+2
* | | Merge pull request #22363 from yui-knk/mv_ar_test_caseYves Senn2015-11-302-91/+94
|\ \ \
| * | | Remove some bind related test cases from finder_test.rb to sanitize_test.rbyui-knk2015-11-212-91/+94
* | | | Merge pull request #18155 from bogdan/collection_association_double_element_fixSean Griffin2015-11-292-0/+12
|\ \ \ \
| * | | | Bugfix collection association #create method …Bogdan Gusiev2015-11-232-0/+12
| |/ / /
* | | | Merge pull request #22304 from kamipo/schema_dumping_support_for_postgresql_g...Yves Senn2015-11-242-98/+145
|\ \ \ \
| * | | | Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-241-5/+61
| * | | | Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g...Ryuta Kamizono2015-11-242-93/+84
* | | | | Fix more test failures caused by #21000Sean Griffin2015-11-231-1/+5
* | | | | Merge pull request #21000 from twalpole/find_or_parameter_issuesSean Griffin2015-11-232-37/+64
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update and fix forbidden attributes testsThomas Walpole2015-11-032-37/+64
* | | | | Remove blanket array delegation from `Relation`Sean Griffin2015-11-231-6/+0
| |/ / / |/| | |
* | | | Fix test failure in `adapters/mysql/active_schema_test.rb`Ryuta Kamizono2015-11-202-6/+6
| |/ / |/| |
* | | Revert "Allow specifying the default table options for mysql adapters"Sean Griffin2015-11-191-19/+0
* | | Allow specifying the default table options for mysql adaptersSean Griffin2015-11-191-0/+19