Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing backquotes [ci skip] | Yauheni Dakuka | 2017-08-22 | 3 | -4/+4 |
| | |||||
* | Update debugging_rails_applications [ci skip] | Yauheni Dakuka | 2017-08-21 | 1 | -4/+4 |
| | |||||
* | Merge pull request #28912 from kaspth/getting-started-form-with | Kasper Timm Hansen | 2017-08-21 | 1 | -67/+70 |
|\ | | | | | [ci skip] form_with in the getting started guide. | ||||
| * | [ci skip] form_with in the getting started guide. | Kasper Timm Hansen | 2017-08-21 | 1 | -67/+70 |
| | | | | | | | | Add back a bit about a resource oriented style of routing. | ||||
* | | Fix link Contributing Ruby on Rails [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | * Add Contributing to the Rails Code link. * Wiki link for Spanish is redirect. * The base branch of Polish repo is master. And Turkish is, too. * Unified expression `rails-dev-box` * The Clone url is wrong. * The mailing list url is old. | ||||
* | | Update Contributing to Ruby on Rails guide [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #30343 from yhirano55/update_generator_guide | Vipul A M | 2017-08-21 | 1 | -4/+8 |
|\ \ | | | | | | | Update generator guide [ci skip] | ||||
| * | | Update generator guide [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -4/+8 |
| | | | |||||
* | | | Update Rails on Rack guide [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -1/+1 |
|/ / | |||||
* | | Update result of autoload_paths in Autoloading and Reloading Constants guide ↵ | Yoshiyuki Hirano | 2017-08-21 | 1 | -1/+10 |
| | | | | | | | | [ci skip] | ||||
* | | Update Debugging Rails Applications guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -13/+9 |
| | | |||||
* | | Merge pull request #30331 from ↵ | George Claghorn | 2017-08-19 | 1 | -7/+10 |
|\ \ | | | | | | | | | | | | | yhirano55/update_rails_initialization_process_guide Update The Rails Initialization Process of guide [ci skip] | ||||
| * | | Update The Rails Initialization Process of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -7/+10 |
| | | | |||||
* | | | Update database config in The Rails Comamnd Line of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -4/+7 |
|/ / | |||||
* | | Fix doc format in Active Storage Setup [ci skip] | Koichi ITO | 2017-08-19 | 1 | -1/+1 |
| | | | | | | | | Follow up of 2ebb284ef5bf2c36bd8ba0a4524cab83810f12ab. | ||||
* | | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 8 | -15/+15 |
| | | |||||
* | | Use https instead of http or git in guide [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -8/+8 |
| | | | | | | | | * Update url in Development Dependencies Install | ||||
* | | Cleanup development_dependencies_install.md | Jon Moss | 2017-08-18 | 1 | -14/+15 |
| | | | | | | | | | | | | Lots of grammar cleanup, and also changing to use macOS. [ci skip] | ||||
* | | Add Yarn installation instructions for Active Storage | Jon Moss | 2017-08-18 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | This is a requirement when working on the JS portions of ASt. Using npm instead of Yarn is a bad idea here since the lockfile is in Yarn's format. [ci skip] | ||||
* | | Add note about JSON/JSONB serialization changes | Jon Moss | 2017-08-17 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial commit (efaa6e4f79d457c2cdd08cbc56d63bc972a6993c) that changed this behavior was intended to be a minor change, but ended up becoming a large-ish breaking change within Active Record. This is because instead of only JSON encoding `Hash`es or `Array`s in `#serialize`, we now encode all values passed in. This is an issue if you're passing in a `String`, that has already been transformed from a `Hash` to a `String`, since your data is now being double encoded. Unfortunately, the change was included in one of the v5.0.0 beta releases, and it is too late to revert without huge ripple effects. Thus, all we can do is update the documentation (via this commit), and add some test coverage (coming soon in a PR) for the new behavior. Please note that in the documentation I talk about deserialization, not about serialization, where the actual change occurred. This is because you won't notice any changes in serialized data until you try and deserialize it. Also to make the change itself (confusing until you read through everything multiple times) easier to understand. Related #27788, #25594, #26101, #24234, #28292, #28285, #28285, and probably others. [ci skip] | ||||
* | | Remove obsolete explanation | ohbarye | 2017-08-17 | 1 | -1/+1 |
|/ | | | | | | about passing string to `:if` and `:unless`. This is a follow up to https://github.com/rails/rails/pull/28058 [ci skip] | ||||
* | 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 |