aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update result of autoload_paths in Autoloading and Reloading Constants guide ...Yoshiyuki Hirano2017-08-211-1/+10
* Update regexGeorge Claghorn2017-08-201-1/+1
* Fix testsGeorge Claghorn2017-08-204-4/+4
* Fix syntax errorGeorge Claghorn2017-08-201-1/+1
* DRYGeorge Claghorn2017-08-208-16/+20
* Rename ActiveStorage::Filename#extname to extension_with_delimiterGeorge Claghorn2017-08-202-9/+29
* Merge pull request #30339 from bogdanvlviv/add-activestorage_bin_test-fileGeorge Claghorn2017-08-201-0/+5
|\
| * Add executable file `activestorage/bin/test`bogdanvlviv2017-08-201-0/+5
* | Merge pull request #30121 from assain/add_expires_in_and_expires_at_to_cookiesKasper Timm Hansen2017-08-203-5/+54
|\ \
| * | freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-203-5/+54
* | | Require "active_support/core_ext/hash/compact" for `compact!`Ryuta Kamizono2017-08-211-0/+2
* | | Prefer formatted number as schema version [ci skip]Ryuta Kamizono2017-08-211-1/+1
* | | Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-216-12/+12
* | | Don't expose `prepare_column_options`Ryuta Kamizono2017-08-213-52/+30
| |/ |/|
* | Merge pull request #30335 from yhirano55/update_debugging_rails_applications_...Ryuta Kamizono2017-08-201-13/+9
|\ \
| * | Update Debugging Rails Applications guide [ci skip]Yoshiyuki Hirano2017-08-201-13/+9
|/ /
* | Register integer types limit correctly for postgresql adapter (#26386)Ryuta Kamizono2017-08-201-15/+4
* | Merge pull request #30331 from yhirano55/update_rails_initialization_process_...George Claghorn2017-08-191-7/+10
|\ \
| * | Update The Rails Initialization Process of guide [ci skip]Yoshiyuki Hirano2017-08-201-7/+10
* | | Merge pull request #30330 from yhirano55/update_database_config_in_command_li...George Claghorn2017-08-191-4/+7
|\ \ \
| * | | Update database config in The Rails Comamnd Line of guide [ci skip]Yoshiyuki Hirano2017-08-201-4/+7
| |/ /
* / / Attributes are protected, not private, to avoid the warningMatthew Draper2017-08-201-1/+2
|/ /
* | Merge pull request #30325 from koic/fix_doc_format_in_active_storage_setupArun Agrawal2017-08-191-1/+1
|\ \
| * | Fix doc format in Active Storage Setup [ci skip]Koichi ITO2017-08-191-1/+1
|/ /
* | Merge pull request #30324 from koic/fix_cant_modify_frozen_string_in_ar_testMatthew Draper2017-08-191-2/+2
|\ \
| * | Fix `can't modify frozen String` error in an AR testKoichi ITO2017-08-191-2/+2
|/ /
* | Merge pull request #30322 from zokioki/fix_action_dispatch_typoRyuta Kamizono2017-08-191-1/+1
|\ \
| * | fix typo in ambiguous route definition error messageZoran Pesic2017-08-181-1/+1
|/ /
* | Merge pull request #30319 from y-yagi/remove_unused_requireRyuta Kamizono2017-08-191-1/+0
|\ \
| * | Remove unused requireyuuji.yaginuma2017-08-191-1/+0
* | | Merge pull request #30317 from yhirano55/use_ssl_in_guide_and_commentArun Agrawal2017-08-1911-18/+18
|\ \ \ | |/ / |/| |
| * | Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-1911-18/+18
|/ /
* | Merge pull request #30308 from DNNX/rm-pointless-flatten-and-compact-from-am-...Rafael França2017-08-181-7/+5
|\ \
| * | Simplify ActiveModel::Errors#generate_messageViktar Basharymau2017-08-181-7/+5
* | | Merge pull request #30314 from yhirano55/use_https_instead_of_http_in_guideGeorge Claghorn2017-08-181-8/+8
|\ \ \
| * | | Use https instead of http or git in guide [ci skip]Yoshiyuki Hirano2017-08-191-8/+8
|/ / /
* | | Cleanup development_dependencies_install.mdJon Moss2017-08-181-14/+15
* | | Add Yarn installation instructions for Active StorageJon Moss2017-08-181-0/+40
* | | Merge pull request #30311 from maclover7/jm-rm-ccMatthew Draper2017-08-191-7/+0
|\ \ \
| * | | Remove Active Storage code climate config fileJon Moss2017-08-181-7/+0
|/ / /
* | | Improve `migration/column_attributes_test.rb` (#25286)Ryuta Kamizono2017-08-181-3/+17
* | | Add deterministic sorting order for `test_taking_with_a_number`Ryuta Kamizono2017-08-181-1/+9
* | | Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...Ryuta Kamizono2017-08-182-6/+38
* | | Add test cases that class level `destroy`, `delete`, and `update` are affecte...Ryuta Kamizono2017-08-181-3/+33
* | | Restore `to_sql` to return only SQL (#29945)Ryuta Kamizono2017-08-186-13/+15
* | | Add test cases for `where.not` with polymorphic associationRyuta Kamizono2017-08-181-0/+19
* | | Merge pull request #30274 from bogdanvlviv/dry-in-generators-testsRafael França2017-08-175-200/+118
|\ \ \
| * | | Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-175-200/+118
* | | | Merge pull request #30275 from msimonborg/deep_merge_patchRafael França2017-08-171-12/+6
|\ \ \ \
| * | | | faster implementation of Hash#deep_mergeM. Simon Borg2017-08-161-12/+6