aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add :default option to belongs_to (#28453)George Claghorn2017-03-175-1/+50
* Bump Capybara and include Minitest::Assertionseileencodes2017-03-174-4/+6
* Cleanup documentation fixes (#28460)Vipul A M2017-03-172-5/+5
* Merge pull request #28421 from tangposmarvin/docs-assest-pipelineVipul A M2017-03-171-1/+1
|\
| * Fix asset_pipeline docs incorrect image dir infomarvin2017-03-161-1/+1
* | Merge pull request #28444 from budnik/patch-2Vipul A M2017-03-171-4/+3
|\ \
| * | Updates incorrect documentation [ci skip]Dmitriy Budnik2017-03-161-4/+3
* | | Merge pull request #28445 from denniszelada/feature-documentation-with_optionsVipul A M2017-03-171-0/+11
|\ \ \ | |/ / |/| |
| * | Add documentation to use with_options in the same class [ci skip]Dennis Zelada2017-03-161-0/+11
* | | Fix test warningsAndrew White2017-03-161-5/+5
* | | Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-164-6/+16
* | | Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-166-22/+206
|\ \ \
| * | | Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-066-22/+206
* | | | Merge pull request #28368 from y-yagi/add_test_for_secrets_commandKasper Timm Hansen2017-03-151-0/+13
|\ \ \ \
| * | | | Add secrets edit testyuuji.yaginuma2017-03-121-0/+13
* | | | | Tweak 28412Jon Moss2017-03-151-1/+1
* | | | | Remove unnecessary params mungingAndrew White2017-03-152-2/+62
* | | | | Revert #27850 following test breakage (#28427)David Heinemeier Hansson2017-03-153-19/+7
* | | | | Merge pull request #28426 from mtsmfm/fix-fragile-testRafael França2017-03-151-36/+34
|\ \ \ \ \
| * | | | | Fix fragile test (`AssociationProxyTest#test_save_on_parent_saves_children`)Fumiaki MATSUSHIMA2017-03-161-36/+34
* | | | | | Merge pull request #28425 from rails/remove-duration-deprecationAndrew White2017-03-155-38/+214
|\ \ \ \ \ \
| * | | | | | Restore 5.minutes changed in #28204Andrew White2017-03-151-1/+1
| * | | | | | Use better duration aliases in testsAndrew White2017-03-151-2/+2
| * | | | | | Remove implicit coercion deprecation of durationsAndrew White2017-03-153-35/+211
| |/ / / / /
* | | | | | Merge pull request #28412 from benoittgt/add_doc_for_message_encryptor_newRafael França2017-03-151-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add documentation about signature_key for MessageEncryptor.new [ci skip]Benoit Tigeot2017-03-151-0/+5
* | | | | | Merge pull request #28423 from eugeneius/rm_txnRichard Schneeman2017-03-152-2/+0
|\ \ \ \ \ \
| * | | | | | Remove unused `@txn` variableEugene Kenny2017-03-152-2/+0
* | | | | | | Merge pull request #28409 from y-yagi/make_destroy_command_work_within_enginesEileen M. Uchitelle2017-03-152-2/+57
|\ \ \ \ \ \ \
| * | | | | | | Make destroy command work within enginesyuuji.yaginuma2017-03-142-2/+57
* | | | | | | | Merge pull request #28422 from y-yagi/rename_app_update_test_to_more_appropri...Kasper Timm Hansen2017-03-151-7/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Rename test of `app:update` to more appropriate nameyuuji.yaginuma2017-03-151-7/+7
| |/ / / / / /
* | | | | | / Don't cast to float unnecessarilyAndrew White2017-03-151-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #28420 from claudiob/changelog-skip-coffeeClaudio B2017-03-141-0/+4
|\ \ \ \ \ \
| * | | | | | Add CHANGELOG entry for --skip-coffee [ci skip]claudiob2017-03-141-0/+4
|/ / / / / /
* | | | | | Merge pull request #28410 from fphilipe/remove-obsolete-warning-in-guidesRyuta Kamizono2017-03-141-3/+0
|\ \ \ \ \ \
| * | | | | | Remove obsolete warning about regular expressionPhilipe Fatio2017-03-141-3/+0
|/ / / / / /
* | | | | | Revert "Merge pull request #28369 from mylake/reduce-postgresql-adapter-memor...Matthew Draper2017-03-141-2/+2
* | | | | | Merge pull request #28407 from claudiob/changelog-skip-pipelineRichard Schneeman2017-03-131-0/+17
|\ \ \ \ \ \
| * | | | | | Add CHANGELOG for #26226 [ci skip]claudiob2017-03-131-0/+17
* | | | | | | Merge pull request #28369 from mylake/reduce-postgresql-adapter-memory-bloatRafael França2017-03-131-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Use “distinct” to filter redundant types from pg_typeto reduce memory blo...mylake2017-03-101-2/+2
* | | | | | | | Merge pull request #28356 from jasl/patch-1Rafael França2017-03-131-9/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove non-exists method delegation and correct docjasl2017-03-111-9/+1
* | | | | | | | | Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-138-205/+156
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Prefer `USING (column_list)` for joining information_schemaRyuta Kamizono2017-02-251-3/+1
| * | | | | | | | | Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-208-202/+155
* | | | | | | | | | Move "fixes" to a new lineJon Moss2017-03-131-1/+3
* | | | | | | | | | Lint activesupport/CHANGELOG.mdJon Moss2017-03-131-8/+10
* | | | | | | | | | Small grammar change + new line for "fixes"Jon Moss2017-03-131-2/+4