Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Link to the client gems [ci skip] | George Claghorn | 2017-12-28 | 1 | -3/+4 | |
| |/ / |/| | | ||||||
* | | | Update "Action View Overview" guide [ci skip] | bogdanvlviv | 2017-12-26 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | - Provide full / Fix generated HTML by `form_for` in the example. - Provide full params in the example. - Express params[:person] in the sentence. | |||||
* | | | [docs] Add mention of removal of HWIA interface from `AC:Parameters` | Jan Bussieck | 2017-12-22 | 1 | -0/+3 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Revert "Specify bundler version in template files" | SHIBATA Hiroshi | 2017-12-22 | 6 | -12/+0 | |
| | | | | | | | | | | | | This reverts commit b106242f52272c4a5ced7a0e9d1dcb1b50542501. | |||||
* | | | Merge pull request #31177 from ↵ | Matthew Draper | 2017-12-20 | 1 | -2/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | albertoalmagro/remove-default-mysql-engine-from-ar-5-2 Remove default ENGINE=InnoDB for Mysql2 adapter | |||||
| * | | | Remove default ENGINE documentation for MySQL and MariaDB | Alberto Almagro | 2017-12-11 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | Removes default ENGINE documentation hint for MySQL and MariaDB as we aren't taking measures to set the default ENGINE anymore. | |||||
* | | | | [ci skip] Added Object Relational Mapping wiki link | Dixit Patel | 2017-12-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | emphasize working on existing issues/patches for newcomers [ci skip] | Xavier Noria | 2017-12-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | Thanks to @Datasnuten for the suggestion. | |||||
* | | | | Merge pull request #31316 from bogdanvlviv/update-association_basics-guide | Kasper Timm Hansen | 2017-12-16 | 1 | -3/+5 | |
|\ \ \ \ | | | | | | | | | | | Update "Active Record Associations" guide [ci skip] | |||||
| * | | | | Update "Active Record Associations" guide [ci skip] | bogdanvlviv | 2017-12-14 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make all `ActiveRecord::Base.find` as link - Remove redundant sentences "It also adds the additional condition that the object must be in the collection." | |||||
* | | | | | Fix Active Storage Overview guide [ci skip] | Yoshiyuki Hirano | 2017-12-16 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | [ci skip] Use :amazon, not :s3, to reflect code | Claudio B | 2017-12-15 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The [template](https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/config/storage.yml.tt#L10) that generates the `config/storage.yml` file has the Amazon S3 key specified as `:amazon`, not `:s3`. The guides should reflect the nomenclature, given that every other service also has the name of the company as the key (:google, :microsoft). | |||||
* | | | | | Sync header title with file name [ci skip] | Ryuta Kamizono | 2017-12-15 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Like other Basics and Overview guides. | |||||
* | | | | | Fix in ASt guide [ci skip] | Yauheni Dakuka | 2017-12-15 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | Fix guide generation error [ci skip] | yuuji.yaginuma | 2017-12-15 | 1 | -10/+0 | |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, generation of guide is an error in `5_2_release_notes.html`. ``` $ bunele exec rake guides:generate:html Generating 5_2_release_notes.md as 5_2_release_notes.html rails/guides/rails_guides/markdown.rb:44:in `dom_id': undefined method `[]' for nil:NilClass (NoMethodError) from rails/guides/rails_guides/markdown.rb:106:in `block (2 levels) in generate_structure' ``` It seems that it is an error because there are multiple `active-storage` anchors. Since Active Storage is a Major feature, it is unnecessary to show CHANGELOGs, so remove from `Incompatibilities` section. | |||||
* | | | | [ci skip] Add missing **DO NOT READ THIS FILE ON GITHUB, GUIDES ARE ↵ | Ryuta Kamizono | 2017-12-15 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | PUBLISHED ON http://guides.rubyonrails.org.** | |||||
* | | | | [ci skip] Update guide index for active storage | Yoshiyuki Hirano | 2017-12-15 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Tweak whitespace | Jeffrey Guenther | 2017-12-14 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Formatting updates | Jeffrey Guenther | 2017-12-14 | 1 | -14/+19 | |
| | | | | ||||||
* | | | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-12-14 | 9 | -16/+70 | |
|\ \ \ \ | ||||||
| * | | | | Suppress `warning: BigDecimal.new is deprecated` | Yasuo Honda | 2017-12-15 | 1 | -3/+3 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `BigDecimal.new` has been deprecated in BigDecimal 1.3.3 which will be a default for Ruby 2.5. Refer https://github.com/ruby/bigdecimal/commit/533737338db915b00dc7168c3602e4b462b23503 * This commit has been made as follows: ``` cd rails git grep -l BigDecimal.new | grep -v guides/source/5_0_release_notes.md | grep -v activesupport/test/xml_mini_test.rb | xargs sed -i -e "s/BigDecimal.new/BigDecimal/g" ``` - `activesupport/test/xml_mini_test.rb` Editmanually to remove `.new` and `::` - guides/source/5_0_release_notes.md This is a Rails 5.0 release notes. | |||||
| * | | | Merge pull request #30474 from yhirano55/make_it_same_title_in_index_and_page | Eileen M. Uchitelle | 2017-12-13 | 5 | -12/+12 | |
| |\ \ \ | | | | | | | | | | | Make it same title in index and page [ci skip] | |||||
| | * | | | Make it same title in index and page [ci skip] | Yoshiyuki Hirano | 2017-08-31 | 5 | -12/+12 | |
| | | | | | ||||||
| * | | | | Update 'Configuring Rails Applications' guide | bogdanvlviv | 2017-12-12 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add mention about `config.active_record.internal_metadata_table_name` - Add mention about `config.active_record.protected_environments` | |||||
| * | | | | Remove stale comment about `ActiveRecord::SchemaDumper.ignore_tables` [skip ci] | fatkodima | 2017-12-12 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #31402 from yhirano55/update_routing_guide_for_direct_method | Ryuta Kamizono | 2017-12-12 | 1 | -0/+43 | |
| |\ \ \ \ | | | | | | | | | | | | | [ci skip] Update routing guide for Direct & resolved routes | |||||
| | * | | | | [ci skip] Update routing guide for Direct | Yoshiyuki Hirano | 2017-12-12 | 1 | -0/+43 | |
| | | |/ / | | |/| | | | | | | | | | | | | * Added the direct method to routing guide. | |||||
| * / | | | [ci skip] Update instrumentation guide for ActiveStorage | Yoshiyuki Hirano | 2017-12-12 | 1 | -0/+7 | |
| |/ / / | | | | | | | | | | | | | * Added `service_delete_prefixed.active_storage`. | |||||
* | | | | Apply edits and suggestions | Jeffrey Guenther | 2017-12-08 | 1 | -20/+19 | |
| | | | | ||||||
* | | | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-12-08 | 14 | -42/+45 | |
|\| | | | ||||||
| * | | | Add headless firefox driver to System Tests | bogdanvlviv | 2017-12-07 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge pull request #31345 from yhirano55/add_assert_in_epsilon_to_testing_guide | Eileen M. Uchitelle | 2017-12-06 | 1 | -0/+2 | |
| |\ \ \ | | |_|/ | |/| | | Add `assert_in_epsilon` to Testing guide [ci skip] | |||||
| | * | | Add `assert_in_epsilon` to Testing guide [ci skip] | Yoshiyuki Hirano | 2017-12-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found `assert_in_epsilon` is not be in "2.4 Available Assertions". So I Added them. MiniTest::Assertions#assert_in_epsilon: https://github.com/seattlerb/minitest/blob/master/lib/minitest/assertions.rb#L204-L210 | |||||
| * | | | Update "Active Record Query Interface" guide [ci skip] | bogdanvlviv | 2017-12-04 | 1 | -9/+9 | |
| |/ / | | | | | | | | | | | | | - Add missing `LIMIT 1` for some queries - Make some examples of query more readable | |||||
| * | | [ci skip] Add a missing space before closing curly braces | willnet | 2017-12-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #31293 from ydakuka/fix-gemfile-guides | Yuji Yaginuma | 2017-12-01 | 11 | -28/+28 | |
| |\ \ | | | | | | | | | Cosmetic changes for Gemfile [ci skip] | |||||
| | * | | Cosmetic changes [ci skip] | Yauheni Dakuka | 2017-11-30 | 11 | -28/+28 | |
| | | | | ||||||
| * | | | [ci skip] Updated links for uncorn which redirect & added https for nginx link | Dixit Patel | 2017-11-30 | 1 | -3/+3 | |
| |/ / | ||||||
* | | | Incorporate latest round of feedback | Jeffrey Guenther | 2017-12-04 | 1 | -57/+67 | |
| | | | ||||||
* | | | Change info to note | Jeffrey Guenther | 2017-11-30 | 1 | -1/+9 | |
| | | | ||||||
* | | | Adds Javan's event example | Jeffrey Guenther | 2017-11-30 | 1 | -2/+98 | |
| | | | ||||||
* | | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-30 | 21 | -59/+275 | |
|\| | | ||||||
| * | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 | |
| | | | ||||||
| * | | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | [ci skip] Update MVC wiki link | Dixit Patel | 2017-11-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add releases notes to the guides index | Rafael Mendonça França | 2017-11-27 | 1 | -0/+4 | |
| | | | ||||||
| * | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge pull request #31242 from fgo/patch-22 | Rafael França | 2017-11-27 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Update Rails on Rack guide [ci skip] | |||||
| | * | | Update Rails on Rack guide [ci skip] | Francis Go | 2017-11-27 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #31237 from prathamesh-sonpatki/5-2-release-notes | Rafael França | 2017-11-27 | 1 | -0/+210 | |
| |\ \ \ | | | | | | | | | | | Added first draft of Rails 5.2 release notes [ci skip] |