aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-0811-111/+34
* Merge pull request #27278 from kamipo/should_be_sync_primary_key_definitionSean Griffin2016-12-081-1/+1
|\
| * Should be sync the `primary_key` definition with actually createdRyuta Kamizono2016-12-061-1/+1
* | Add some documentation around internal APIs [ci skip]Sean Griffin2016-12-081-0/+22
* | Merge pull request #27185 from kamipo/fix_apply_seconds_precisionSean Griffin2016-12-081-1/+1
|\ \
| * | Fix `apply_seconds_precision` not to be affected by `mathn`Ryuta Kamizono2016-11-271-1/+1
* | | Merge pull request #27289 from matthewd/fixture-file-moduleMatthew Draper2016-12-082-18/+22
|\ \ \
| * | | Only move fixture_file_upload to IntegrationTestMatthew Draper2016-12-072-18/+22
* | | | Merge pull request #27271 from printercu/permantent_digest_in_testsMatthew Draper2016-12-082-1/+9
|\ \ \ \
| * | | | Fixed usage of cache_template_loadingMax Melentiev2016-12-062-1/+9
* | | | | Merge pull request #27290 from lastgabs/active-model-docsKasper Timm Hansen2016-12-071-2/+2
|\ \ \ \ \
| * | | | | Add Action View to Active Model API documentationGabi Stefanini2016-12-061-1/+1
| * | | | | Fixes API wording to match API conventionsGabi Stefanini2016-12-061-2/+2
|/ / / / /
* | | | | Merge pull request #27251 from ebeigarts/fix-autosaveSean Griffin2016-12-062-3/+27
|\ \ \ \ \
| * | | | | Improve test without using anonymous classesEdgars Beigarts2016-12-061-27/+24
| * | | | | Reload association scope inside autosaved associationsEdgars Beigarts2016-12-022-3/+30
* | | | | | Merge pull request #27286 from alexcameron89/document_recent_regex_changeSean Griffin2016-12-061-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | [ci skip] Document regex changeAlex Kitchens2016-12-061-0/+1
|/ / / / /
* | | | | Merge pull request #27285 from MSP-Greg/MSP-Greg_doc1Matthew Draper2016-12-071-4/+1
|\ \ \ \ \
| * | | | | ActionCable::Connection::Base doc code sample syntax errorMSP-Greg2016-12-061-4/+1
* | | | | | Merge pull request #25451 from kamipo/translate_not_null_violation_to_specifi...Sean Griffin2016-12-067-8/+33
|\ \ \ \ \ \
| * | | | | | Translate NOT NULL violation to the specific exceptionRyuta Kamizono2016-12-067-8/+33
| |/ / / / /
* | | | | | Merge pull request #27275 from kamipo/should_inherit_statement_invalidSean Griffin2016-12-061-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Should inherit `StatementInvalid` rather than `WrappedDatabaseException`Ryuta Kamizono2016-12-061-1/+1
* | | | | | Merge pull request #27280 from brchristian/patch-1Jeremy Daer2016-12-051-6/+6
|\ \ \ \ \ \
| * | | | | | Update puma.rbbrchristian2016-12-051-6/+6
|/ / / / / /
* | | | | | Merge pull request #26687 from kamipo/fix_add_index_to_normalize_optionsMatthew Draper2016-12-064-0/+9
|\ \ \ \ \ \
| * | | | | | Fix `add_index` to normalize column names and optionsRyuta Kamizono2016-10-034-1/+10
* | | | | | | Merge pull request #27277 from kamipo/remove_unnecessary_variableMatthew Draper2016-12-061-2/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove unnecessary `connection_name` variableRyuta Kamizono2016-12-061-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigintMatthew Draper2016-12-063-11/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make `:auto_increment` option works on `:bigint`Ryuta Kamizono2016-12-063-11/+25
* | | | | | Do not try to set the content_type if the format is nilRafael Mendonça França2016-12-051-1/+1
* | | | | | Merge pull request #26266 from jmccartie/jm/bigintSean Griffin2016-12-0522-74/+332
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-0511-3/+262
| * | | | | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-0516-75/+74
|/ / / / /
* | | | | Merge pull request #27272 from kamipo/make_auto_increment_to_internal_primary...Sean Griffin2016-12-054-1/+65
|\ \ \ \ \
| * | | | | Make `:auto_increment` to internal primary key optionRyuta Kamizono2016-12-064-1/+65
|/ / / / /
* | | | | Don't try to run multiple insert queries at onceSean Griffin2016-12-051-5/+9
* | | | | Merge pull request #27269 from amaierhofer/adjust_link_to_api_docSean Griffin2016-12-051-4/+3
|\ \ \ \ \
| * | | | | Update url_helper.rb, adjust link_to api docAndreas Maierhofer2016-12-051-4/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #27264 from kamipo/fix_change_column_lose_commentSean Griffin2016-12-052-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix that `change_column` lose a commentRyuta Kamizono2016-12-052-2/+5
* | | | | Merge pull request #27267 from prathamesh-sonpatki/fullstopKasper Timm Hansen2016-12-051-1/+1
|\ \ \ \ \
| * | | | | Add fullstop following the pattern used in rest of the filePrathamesh Sonpatki2016-12-051-1/+1
|/ / / / /
* | | | | Merge pull request #27266 from simi/patch-1Guillermo Iguaran2016-12-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix binstop -> binstub typo in railties changelog.Josef Šimánek2016-12-051-1/+1
|/ / / /
* | | | Merge pull request #27258 from y-yagi/stop_using_removed_render_textKasper Timm Hansen2016-12-034-5/+5
|\ \ \ \
| * | | | stop using removed `render :text`yuuji.yaginuma2016-12-034-5/+5
* | | | | Merge pull request #27257 from koic/use_standard_name_javascriptXavier Noria2016-12-031-1/+1
|\ \ \ \ \