aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Simply use `select_value` in `show_variable`Ryuta Kamizono2016-03-061-2/+1
* | | | | | | | | | | Merge pull request #24374 from kamipo/move_quoting_methods_to_quoting_moduleRafael França2016-04-064-44/+38
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make `QUOTED_TRUE` and `QUOTED_FALSE` to public because these are used in `My...Ryuta Kamizono2016-04-062-6/+6
| * | | | | | | | | | | Move `quoted_date`, `quote_string` and `quote_table_name_for_assignment` meth...Ryuta Kamizono2016-04-054-22/+16
| * | | | | | | | | | | Make to private `QUOTED_TRUE` and `QUOTED_FALSE` constantsRyuta Kamizono2016-04-052-18/+18
* | | | | | | | | | | | Fix undefined method `owners' for NullPreloader:ClassLadislav Smola2016-04-061-0/+1
* | | | | | | | | | | | Remove hard-coded backticks in SQL statementsHarsimran Singh Maan2016-04-051-3/+3
|/ / / / / / / / / / /
* | | / / / / / / / / Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic stringsyui-knk2016-04-051-4/+4
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #24247 from ypxing/refactor_substitute_valuesAndrew White2016-04-041-5/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | enhance ActiveRecord#substitute_values to loop values just onceRick Xing2016-03-191-5/+5
* | | | | | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | format as code [ci-skip]Gaurish Sharma2016-03-141-1/+1
* | | | | | | | | | Revert "Deprecate table names containing dots"Sean Griffin2016-03-311-7/+0
* | | | | | | | | | Merge pull request #23658 from kamipo/move_quoted_names_cache_up_to_abstract_...Rafael França2016-03-317-19/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move `@quoted_{column|table}_names` cache up to the abstract adapterRyuta Kamizono2016-03-317-19/+20
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Prepared statements shouldn't share a cache with unprepared statementsSean Griffin2016-03-311-3/+4
* | | | | | | | | | Deprecate table names containing dotsSean Griffin2016-03-311-0/+7
* | | | | | | | | | Ensure associations still work when the table name contains a dotSean Griffin2016-03-313-4/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #24368 from kamipo/make_to_private_the_visibilitySean Griffin2016-03-304-32/+54
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make to private the visibility of `_quote` and `_type_cast`Ryuta Kamizono2016-03-304-32/+54
* | | | | | | | | | Merge pull request #24356 from denofevil/fixture_filenameRafael França2016-03-301-1/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | provide file name for fixture ERBDennis Ushakov2016-03-301-1/+7
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #24362 from kamipo/add_test_create_record_with_pk_as_zeroRafael França2016-03-291-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a test case for create a record with primary key as zeroRyuta Kamizono2016-03-301-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #24327 from bogdanvlviv/patch-2Rafael França2016-03-291-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update compatibility.rbBogdan2016-03-261-1/+1