| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate passing arguments and block at the same time to `count` and `sum` i... | Ryuta Kamizono | 2017-05-29 | 1 | -0/+4 |
* | Add a Monitor to ModelSchema#load_schema | Matthew Draper | 2017-05-25 | 1 | -0/+6 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-05-19 | 1 | -7/+7 |
* | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 1 | -0/+9 |
* | Changelog entry [ci-skip] | Guillermo Iguaran | 2017-05-15 | 1 | -0/+4 |
* | Add type caster to `RuntimeReflection#alias_name` | Jon Moss | 2017-05-02 | 1 | -0/+6 |
* | Deprecate `supports_statement_cache?` | Ryuta Kamizono | 2017-05-01 | 1 | -0/+4 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -1/+1 |
* | Merge pull request #28681 from runephilosof/fix-mysql-grant | Rafael Mendonça França | 2017-04-20 | 1 | -0/+4 |
|\ |
|
| * | Fix quoting in db:create grant all statement. | Rune Schjellerup Philosof | 2017-04-20 | 1 | -0/+4 |
* | | Add additional raise UnknownMigrationVersionError | bogdanvlviv | 2017-04-19 | 1 | -0/+5 |
* | | Fix `bin/rails db:forward` first migration | bogdanvlviv | 2017-04-19 | 1 | -0/+4 |
* | | Support Descending Indexes for MySQL | Ryuta Kamizono | 2017-04-16 | 1 | -0/+7 |
* | | Fix inconsistency with changed attributes when overriding AR attribute reader | bogdanvlviv | 2017-04-12 | 1 | -0/+4 |
* | | Passing in no arguments to the dynamic fixture accessor method returns all fi... | Kevin McPhillips | 2017-04-07 | 1 | -0/+6 |
|/ |
|
* | Remove CHANGELOG.md entry that appears in 5-1-stable | Jon Moss | 2017-04-01 | 1 | -9/+0 |
* | Load only needed records on ActiveRecord::Relation#inspect | Hendy Tanata | 2017-03-28 | 1 | -0/+9 |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -771/+1 |
* | Fix changelog entry about transaction error classes [ci skip] | yuuji.yaginuma | 2017-03-20 | 1 | -1/+1 |
* | Merge pull request #28154 from aripollak/remove-comments-from-structure-sql | Rafael Mendonça França | 2017-03-17 | 1 | -0/+7 |
|\ |
|
| * | Drop comments from structure.sql in postgresql | Ari Pollak | 2017-02-24 | 1 | -0/+7 |
* | | Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu... | Rafael França | 2017-03-17 | 1 | -5/+0 |
|\ \ |
|
| * | | Remove ability update locking_column value | bogdanvlviv | 2017-03-16 | 1 | -5/+0 |
* | | | Add :default option to belongs_to (#28453) | George Claghorn | 2017-03-17 | 1 | -0/+14 |
|/ / |
|
* | | Add missing credit [ci skip] | Ryuta Kamizono | 2017-03-10 | 1 | -0/+2 |
* | | Merge pull request #28351 from kamipo/deprecate_schema_migrations_table_name | Rafael Mendonça França | 2017-03-09 | 1 | -0/+4 |
|\ \ |
|
| * | | Deprecate `Migrator.schema_migrations_table_name` | Ryuta Kamizono | 2017-03-09 | 1 | -0/+4 |
* | | | Fix select with block doesn't return newly built records in has_many association | Ryuta Kamizono | 2017-03-09 | 1 | -0/+6 |
|/ / |
|
* | | Check whether `Rails.application` defined before calling it | Andrew White | 2017-03-07 | 1 | -0/+10 |
* | | Fix `deserialize` with JSON array | Ryuta Kamizono | 2017-03-06 | 1 | -0/+6 |
* | | Fix `rake db:schema:load` with subdirectories | Ryuta Kamizono | 2017-03-05 | 1 | -0/+4 |
* | | Fix `rake db:migrate:status` with subdirectories | Ryuta Kamizono | 2017-03-04 | 1 | -0/+4 |
* | | [ci skip] Add CHANGELOG entry for #28282 | Andrew White | 2017-03-04 | 1 | -0/+10 |
* | | Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter | Ryuta Kamizono | 2017-02-27 | 1 | -0/+4 |
* | | Deprecate `supports_migrations?` on connection adapters | Ryuta Kamizono | 2017-02-27 | 1 | -0/+4 |
* | | [ci skip] Add CHANGELOG entry for #28183 | Andrew White | 2017-02-26 | 1 | -0/+4 |
|/ |
|
* | Deprecate using `#quoted_id` in quoting | Ryuta Kamizono | 2017-02-24 | 1 | -0/+4 |
* | Fix `wait_timeout` to configurable for mysql2 adapter | Ryuta Kamizono | 2017-02-24 | 1 | -0/+7 |
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -0/+2 |
* | Correctly dump native timestamp types for MySQL | Ryuta Kamizono | 2017-02-23 | 1 | -0/+33 |
* | Merge pull request #28042 from kamipo/add_changelog_for_27384 | Rafael França | 2017-02-21 | 1 | -0/+4 |
|\ |
|
| * | Add CHANGELOG entry for #27384 and #27762 | Ryuta Kamizono | 2017-02-17 | 1 | -0/+4 |
* | | Add backticks around method names | Jon Moss | 2017-02-21 | 1 | -1/+1 |
|/ |
|
* | Omit redundant `using: :btree` for schema dumping | Ryuta Kamizono | 2017-02-13 | 1 | -0/+4 |
* | Deprecate passing `default` to `index_name_exists?` | Ryuta Kamizono | 2017-02-13 | 1 | -3/+7 |
* | Schema dumping support for PostgreSQL oid type | Ryuta Kamizono | 2017-02-12 | 1 | -1/+1 |
* | Schema dumping support for PostgreSQL interval type | Ryuta Kamizono | 2017-02-12 | 1 | -0/+4 |
* | Deprecate `supports_primary_key?` | Ryuta Kamizono | 2017-02-12 | 1 | -0/+5 |
* | Make `table_name=` reset current statement cache | namusyaka | 2017-02-12 | 1 | -0/+5 |
* | Merge pull request #27945 from betesh/allow-frozen-hashes-to-as_json | Rafael Mendonça França | 2017-02-08 | 1 | -0/+4 |
|\ |
|