Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small grammar fixes | Jon Moss | 2017-08-16 | 1 | -1/+1 |
| | | | | | | Changed sentence to be more clear [ci skip] | ||||
* | Change to plural | Jon Moss | 2017-08-16 | 1 | -1/+1 |
| | | | | | | `it` and `has` are for singular, not plural [ci skip] | ||||
* | Remove period from within links | Jon Moss | 2017-08-16 | 1 | -3/+3 |
| | | | | | | Periods should be outside of the <a> tags [ci skip] | ||||
* | Merge pull request #30261 from bogdanvlviv/improve-guides-plugins | Rafael França | 2017-08-15 | 1 | -33/+24 |
|\ | | | | | Update guides/source/plugins.md [ci skip] | ||||
| * | Update guides/source/plugins.md [ci skip] | bogdanvlviv | 2017-08-15 | 1 | -33/+24 |
| | | |||||
* | | Add system_test logs to guide [ci skip] | Yoshiyuki Hirano | 2017-08-16 | 2 | -0/+9 |
|/ | |||||
* | Fix guide about command_line [ci skip] | Yoshiyuki Hirano | 2017-08-15 | 1 | -0/+3 |
| | |||||
* | Fix asset pipeline guide [skip ci] | Leandro Lourenci | 2017-08-14 | 1 | -2/+2 |
| | |||||
* | Fix testing guide [skip ci] | Yoshiyuki Hirano | 2017-08-14 | 1 | -2/+4 |
| | |||||
* | Fix debugging rails application [ci skip] | Yoshiyuki Hirano | 2017-08-14 | 1 | -5/+9 |
| | |||||
* | Use frozen string literal in guides/ | Koichi ITO | 2017-08-13 | 21 | -0/+41 |
| | |||||
* | Merge pull request #30060 from bdewater/aj-callback-docs | Rafael França | 2017-08-11 | 1 | -22/+30 |
|\ | | | | | Improve callback examples in Active Job guide | ||||
| * | Make one line example fit on one line [ci skip] | Bart de Water | 2017-08-09 | 1 | -3/+1 |
| | | |||||
| * | Improve callback examples in Active Job guide [ci skip] | Bart de Water | 2017-08-03 | 1 | -22/+32 |
| | | | | | | | | The advice for symbol/block form is taken from the Active Record guides. | ||||
* | | Merge pull request #30186 from yhirano55/fix_generator_example_code | Robin Dupret | 2017-08-11 | 1 | -2/+2 |
|\ \ | | | | | | | Fix generator example code [ci skip] | ||||
| * | | Fix example codes for generators guide [ci skip] | Yoshiyuki Hirano | 2017-08-11 | 1 | -2/+2 |
| | | | |||||
* | | | Update testing.md | Yauheni Dakuka | 2017-08-11 | 1 | -2/+2 |
|/ / | |||||
* | | add missing collection.reload documentation [ci skip] | Julia López | 2017-08-08 | 1 | -2/+24 |
| | | |||||
* | | Merge pull request #30125 from yukideluxe/add-reload-to-associations-docs | Rafael França | 2017-08-08 | 1 | -4/+6 |
|\ \ | | | | | | | add reload_association to documentation | ||||
| * | | add reload_association to documentation [ci skip] | Julia López | 2017-08-07 | 1 | -4/+6 |
| | | | |||||
* | | | [ci skip] Update action_mailer_basics.md | Yauheni Dakuka | 2017-08-08 | 1 | -1/+1 |
| | | | |||||
* | | | [ci skip] Prefer cookies.encrypted over signed (#30129) | Claudio B | 2017-08-07 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some examples and guides we are recommending to use code like: ```ruby verified_user = User.find_by(id: cookies.signed[:user_id]) ``` My suggestion is to use instead: ```ruby verified_user = User.find_by(id: cookies.encrypted[:user_id]) ``` which invites users to prefer the "newer" encrypted cookies over the "legacy" signed cookies. | ||||
* | | Capitalize Rake | Jon Moss | 2017-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Should _probably_ be done across the board with all of our documentation, but going to leave that for another time :) [ci skip] | ||||
* | | Remove extra space between two sentences | Jon Moss | 2017-08-06 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Replaces the 17 for the actual call to params[:id] that would make the code ↵ | Mariano Giagante | 2017-08-06 | 1 | -1/+1 |
|/ | | | | work as intended. [ci skip] | ||||
* | Update working_with_javascript_in_rails.md | Guillermo Iguaran | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Update working_with_javascript_in_rails.md | Guillermo Iguaran | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Change http postgresql.org links to https [ci skip] | yuuji.yaginuma | 2017-07-30 | 3 | -24/+24 |
| | | | | | It seems that it accepts only HTTPS connections. Ref: https://github.com/postgres/postgres/commit/7f77cbd996855a06fb742ea11adbe55c42b48fe2 | ||||
* | Squashed commit of the following: | ydakuka | 2017-07-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | commit 4a3d295f3011e771cddead80de7497ca15d15c13 Author: Yauheni Dakuka <yauheni.dakuka@gmail.com> Date: Fri Jul 28 14:31:35 2017 +0300 Update routing.md commit 620a4ce47288e3ef6504290c78f931214968e7e3 Author: Yauheni Dakuka <yauheni.dakuka@gmail.com> Date: Fri Jul 28 14:19:29 2017 +0300 [ci skip] update routing guide | ||||
* | [ci skip] update routing guide | Yauheni Dakuka | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | Require arel master in the benchmark template | Sean Griffin | 2017-07-25 | 1 | -0/+1 |
| | | | | Pointing at Rails master generally requires pointing at Arel master | ||||
* | [ci skip] Add documentation for after_create_commit and after_update_commit ↵ | jagdeepsingh | 2017-07-25 | 1 | -0/+29 |
| | | | | callbacks | ||||
* | Merge pull request #29884 from padi/update_rails_5_upgrade_guide | Rafael França | 2017-07-21 | 1 | -0/+10 |
|\ | | | | | Updates Rails upgrade guide on `ActionView::Helpers::RecordTagHelper` | ||||
| * | Updates Rails upgrade guide for 4.2 to 5.0 regarding the removal of ↵ | Marc Rendl Ignacio | 2017-07-21 | 1 | -0/+10 |
| | | | | | | | | `ActionView::Helpers::RecordTagHelper` | ||||
* | | Merge pull request #27662 from nhorton/patch-1 | Sean Griffin | 2017-07-17 | 1 | -1/+1 |
|\ \ | | | | | | | Fixing "Adding Member Routes" documentation | ||||
| * | | Fixing "Adding Member Routes" documentation | Noah Horton | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | | | Previously said the helpers were preview_photo_url and preview_photo_path, i.e. action_resource, when in fact they are resource_action. i.e. photo_preview_path. Fixed. | ||||
* | | | Merge pull request #29758 from glaucocustodio/patch-1 [ci skip] | Sean Griffin | 2017-07-17 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Add documentation for class_attribute default option | ||||
| * | | | Add documentation for class_attribute options | Glauco Custódio | 2017-07-17 | 1 | -2/+1 |
| | | | | |||||
* | | | | Merge pull request #29782 from y-yagi/follow_up_29699 | Kasper Timm Hansen | 2017-07-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Set `represent_boolean_as_integer` via `configuration` | ||||
| * | | | | Set `represent_boolean_as_integer` via `configuration` | yuuji.yaginuma | 2017-07-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Replace Erubis with Erubi in a part of guide [ci skip] | Koichi ITO | 2017-07-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #29770 from y-yagi/fix_boolean_column_migration_script | Kasper Timm Hansen | 2017-07-15 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix boolean column migration script | ||||
| * | | | | Fix boolean column migration script | yuuji.yaginuma | 2017-07-13 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Remove redundant instances of the word 'simply' from documentation, on the ↵ | Emma Barnes | 2017-07-15 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | basis that if it was simple, the user wouldn't be reading the docs | ||||
* | | | | [ci skip]Remove options of javascript_link_tag and stylesheet_link_tag in guides | willnet | 2017-07-14 | 1 | -32/+0 |
|/ / / | |||||
* | | | Merge pull request #29699 from lugray/represent_boolean_as_integer | Matthew Draper | 2017-07-12 | 1 | -0/+22 |
|\ \ \ | | | | | | | | | Change sqlite3 boolean serialization to use 1 and 0 | ||||
| * | | | Change sqlite3 boolean serialization to use 1 and 0 | Lisa Ugray | 2017-07-11 | 1 | -0/+22 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abstract boolean serialization has been using 't' and 'f', with MySQL overriding that to use 1 and 0. This has the advantage that SQLite natively recognizes 1 and 0 as true and false, but does not natively recognize 't' and 'f'. This change in serialization requires a migration of stored boolean data for SQLite databases, so it's implemented behind a configuration flag whose default false value is deprecated. The flag itself can be deprecated in a future version of Rails. While loaded models will give the correct result for boolean columns without migrating old data, where() clauses will interact incorrectly with old data. While working in this area, also change the abstract adapter to use `"TRUE"` and `"FALSE"` as quoted values and `true` and `false` for unquoted. These are supported by PostreSQL, and MySQL remains overriden. | ||||
* / / | Fix english for the rescue_from warning [ci skip] | Yuki Nishijima | 2017-07-11 | 1 | -1/+1 |
|/ / | |||||
* | | Protect from forgery by default | Lisa Ugray | 2017-07-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Rather than protecting from forgery in the generated ApplicationController, add it to ActionController::Base by config. This configuration defaults to false to support older versions which have removed it from their ApplicationController, but is set to true for Rails 5.2. | ||||
* | | [ci skip] Updated language on validations. | Daniel Castro | 2017-07-09 | 1 | -2/+2 |
| | |