Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | issue FileUtils commands directly in Rake tasks | Xavier Noria | 2016-04-11 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Check for protected environments before trying to load structure.sql file | Prathamesh Sonpatki | 2016-04-10 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Support microsecond datetime precision on MariaDB 5.3+. | Jeremy Daer | 2016-04-08 | 6 | -24/+56 | |
* | | | | | | | remove needless entry [ci skip] | yuuji.yaginuma | 2016-04-08 | 1 | -5/+0 | |
* | | | | | | | Merge pull request #24422 from matthewd/extinguish-executor-exceptions | Matthew Draper | 2016-04-07 | 1 | -14/+18 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Directly support stateful executor hooks | Matthew Draper | 2016-04-05 | 1 | -14/+18 | |
* | | | | | | | | Merge pull request #24399 from jch/protect-against-db-schema-load-in-production | Richard Schneeman | 2016-04-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Prevent db:schema:load to protected environments | Jerry Cheung | 2016-04-01 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #24078 from kamipo/show_variables | Rafael França | 2016-04-06 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Simply use `select_value` in `show_variable` | Ryuta Kamizono | 2016-03-06 | 1 | -2/+1 | |
* | | | | | | | | | | Merge pull request #24374 from kamipo/move_quoting_methods_to_quoting_module | Rafael França | 2016-04-06 | 4 | -44/+38 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make `QUOTED_TRUE` and `QUOTED_FALSE` to public because these are used in `My... | Ryuta Kamizono | 2016-04-06 | 2 | -6/+6 | |
| * | | | | | | | | | | Move `quoted_date`, `quote_string` and `quote_table_name_for_assignment` meth... | Ryuta Kamizono | 2016-04-05 | 4 | -22/+16 | |
| * | | | | | | | | | | Make to private `QUOTED_TRUE` and `QUOTED_FALSE` constants | Ryuta Kamizono | 2016-04-05 | 2 | -18/+18 | |
* | | | | | | | | | | | Fix undefined method `owners' for NullPreloader:Class | Ladislav Smola | 2016-04-06 | 6 | -1/+32 | |
* | | | | | | | | | | | Remove hard-coded backticks in SQL statements | Harsimran Singh Maan | 2016-04-05 | 1 | -3/+3 | |
|/ / / / / / / / / / | ||||||
* | | / / / / / / / | Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic strings | yui-knk | 2016-04-05 | 2 | -6/+16 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #24247 from ypxing/refactor_substitute_values | Andrew White | 2016-04-04 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | enhance ActiveRecord#substitute_values to loop values just once | Rick Xing | 2016-03-19 | 1 | -5/+5 | |
* | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | format as code [ci-skip] | Gaurish Sharma | 2016-03-14 | 1 | -1/+1 | |
* | | | | | | | | | Revert "Deprecate table names containing dots" | Sean Griffin | 2016-03-31 | 2 | -15/+0 | |
* | | | | | | | | | Merge pull request #23658 from kamipo/move_quoted_names_cache_up_to_abstract_... | Rafael França | 2016-03-31 | 7 | -19/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Move `@quoted_{column|table}_names` cache up to the abstract adapter | Ryuta Kamizono | 2016-03-31 | 7 | -19/+20 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Prepared statements shouldn't share a cache with unprepared statements | Sean Griffin | 2016-03-31 | 2 | -3/+16 | |
* | | | | | | | | | Deprecate table names containing dots | Sean Griffin | 2016-03-31 | 2 | -0/+15 | |
* | | | | | | | | | Ensure associations still work when the table name contains a dot | Sean Griffin | 2016-03-31 | 3 | -4/+6 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #24368 from kamipo/make_to_private_the_visibility | Sean Griffin | 2016-03-30 | 4 | -32/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make to private the visibility of `_quote` and `_type_cast` | Ryuta Kamizono | 2016-03-30 | 4 | -32/+54 | |
* | | | | | | | | | Merge pull request #24356 from denofevil/fixture_filename | Rafael França | 2016-03-30 | 2 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | provide file name for fixture ERB | Dennis Ushakov | 2016-03-30 | 2 | -1/+13 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Pass over CHANGELOGs [ci skip] | Prathamesh Sonpatki | 2016-03-30 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #24362 from kamipo/add_test_create_record_with_pk_as_zero | Rafael França | 2016-03-29 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add a test case for create a record with primary key as zero | Ryuta Kamizono | 2016-03-30 | 2 | -0/+7 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #24363 from kamipo/remove_except_helper_in_test_schema | Rafael França | 2016-03-29 | 1 | -7/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove `except` helper for test schema | Ryuta Kamizono | 2016-03-30 | 1 | -7/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #24349 from chrisarcand/add-changelog-for-24305 | Rafael França | 2016-03-29 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add changelog for #24305 [skip ci] | Chris Arcand | 2016-03-28 | 1 | -0/+6 | |
* | | | | | | | | | | Merge pull request #24327 from bogdanvlviv/patch-2 | Rafael França | 2016-03-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Update compatibility.rb | Bogdan | 2016-03-26 | 1 | -1/+1 | |
* | | | | | | | | | | Delegate some additional methods in querying.rb | Kenta | 2016-03-30 | 3 | -1/+34 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #24337 from xw19/realations-properly | Vipul A M | 2016-03-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] relations inside <tt> tag | Sourav Moitra | 2016-03-27 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #24328 from bogdanvlviv/patch-3 | Vipul A M | 2016-03-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements... | Bogdan | 2016-03-27 | 1 | -2/+2 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | add `:index_errors` option to example [ci skip] | yuuji.yaginuma | 2016-03-27 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Highlight the dynamic method finder 'find_by_' [ci skip] | Santosh Wadghule | 2016-03-26 | 1 | -1/+2 | |
* | | | | | | | | Revert "Ensure `config.active_record.time_zone_aware_types` is always set" | Rafael Mendonça França | 2016-03-24 | 1 | -1/+0 | |
* | | | | | | | | Merge pull request #24292 from arthurnn/arthurnn/pk_sequence_klass | Arthur Nogueira Neves | 2016-03-24 | 2 | -2/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move sequence value methods to Model level | Arthur Neves | 2016-03-24 | 2 | -2/+14 |