aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* Dump indexes in `create_table` for generates SQL in one queryRyuta Kamizono2016-04-201-20/+33
* Fix `test_blank_columns_created_in_block`Ryuta Kamizono2016-04-201-1/+1
* Database comments: Treat blank comments as no comment. Don't dump blank comme...Jeremy Daer2016-04-192-2/+2
* Define `arel_visitor` method on all adaptersRyuta Kamizono2016-04-204-1/+13
* Merge pull request #24317 from Gaurav2728/unused_set_in_active_recordJeremy Daer2016-04-192-3/+0
|\
| * connection adapters column, delegation in Active Record have not use of ‘se...Gaurav Sharma2016-03-312-3/+0
* | Merge pull request #24576 from yahonda/quote_column_name_for_reserved_word_sizeJeremy Daer2016-04-191-1/+1
|\ \
| * | Address ORA-00923 error by quoting a reserved word "SIZE"Yasuo Honda2016-04-161-1/+1
* | | Merge pull request #23497 from kamipo/extract_schema_qualified_nameJeremy Daer2016-04-191-8/+15
|\ \ \
| * | | Extract `extract_schema_qualified_name` methodRyuta Kamizono2016-02-051-8/+15
* | | | Merge pull request #23515 from kamipo/extract_arel_visitorJeremy Daer2016-04-194-28/+12
|\ \ \ \
| * | | | Extract `arel_visitor` and move up to the abstract adapterRyuta Kamizono2016-04-044-28/+12
* | | | | Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validationJeremy Daer2016-04-181-3/+0
|\ \ \ \ \
| * | | | | Avoid a string value truncation in uniqueness validationRyuta Kamizono2016-02-121-3/+0
* | | | | | Merge pull request #23522 from kamipo/add_value_too_long_exception_classJeremy Daer2016-04-183-0/+9
|\ \ \ \ \ \
| * | | | | | Add `ActiveRecord::ValueTooLong` exception classRyuta Kamizono2016-02-063-0/+9
* | | | | | | `foreign_key` respects `table_name_prefix` and `table_name_suffix`Ryuta Kamizono2016-04-191-0/+3
* | | | | | | Merge pull request #23622 from kamipo/primary_key_should_be_not_nullJeremy Daer2016-04-184-3/+10
|\ \ \ \ \ \ \
| * | | | | | | Primary key should be `NOT NULL`Ryuta Kamizono2016-03-124-3/+10
* | | | | | | | Merge pull request #24607 from vipulnsward/where-clause-frozen-arraySean Griffin2016-04-181-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't create new arrays when trying to compute non_empty_predicates for where...Vipul A M2016-04-181-1/+2
* | | | | | | | | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-1810-66/+78
|/ / / / / / / /
* | | | | | | | Merge pull request #24535 from tomash/association-validate-docsVipul A M2016-04-181-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | [ci skip] Update ActiveRecord associations documentation to avoid confusion w...Tomasz Stachewicz2016-04-181-4/+8
* | | | | | | | | Merge pull request #24551 from bogdanvlviv/notice_for_tasksJeremy Daer2016-04-171-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-2/+4
* | | | | | | | | | Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-1612-37/+170
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-1612-37/+170
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | documentation for add_references index option [ci skip]Vipul A M2016-04-171-1/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | [ci skip] docs for add_references index optionAlex Handley2016-04-161-1/+10
* | | | | | | | | | Should keep quoting behaivor of a time column value in sqlite3 adapterRyuta Kamizono2016-04-151-0/+4
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Add `quoted_time` for truncating the date part of a time column valueRyuta Kamizono2016-04-142-0/+18
* | | | | | | | | Merge pull request #24522 from vipulnsward/run-mariadb-on-travisJeremy Daer2016-04-131-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Include running mariadb on travisVipul A M2016-04-141-4/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #24533 from vipulnsward/nodoc-versionSean Griffin2016-04-131-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | :nodoc: version method.Vipul A M2016-04-131-1/+1
| |/ / / / / / / /
* | | | | | | | | Properly serialize all JSON primitives in the AR JSON typeSean Griffin2016-04-131-5/+1
* | | | | | | | | Allow symbols using "dot notation" to be passed to whereSean Griffin2016-04-123-6/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #24492 from vipulnsward/pass-over-warningsJeremy Daer2016-04-116-10/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-126-10/+10
* | | | | | | | Merge pull request #24485 from prathamesh-sonpatki/protected_database_env_mes...Richard Schneeman2016-04-111-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Cleanup message shown while running destructive action against protected data...Prathamesh Sonpatki2016-04-101-2/+2
* | | | | | | | | issue FileUtils commands directly in Rake tasksXavier Noria2016-04-111-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Check for protected environments before trying to load structure.sql filePrathamesh Sonpatki2016-04-101-1/+1
|/ / / / / / /
* | | | | | | Support microsecond datetime precision on MariaDB 5.3+.Jeremy Daer2016-04-081-1/+5
* | | | | | | Merge pull request #24422 from matthewd/extinguish-executor-exceptionsMatthew Draper2016-04-071-14/+18
|\ \ \ \ \ \ \
| * | | | | | | Directly support stateful executor hooksMatthew Draper2016-04-051-14/+18
* | | | | | | | Merge pull request #24399 from jch/protect-against-db-schema-load-in-productionRichard Schneeman2016-04-061-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent db:schema:load to protected environmentsJerry Cheung2016-04-011-1/+1
* | | | | | | | | Merge pull request #24078 from kamipo/show_variablesRafael França2016-04-061-2/+1
|\ \ \ \ \ \ \ \ \