Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | public methods can be placed after private ones if you want to | Akira Matsuda | 2016-12-25 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Abuse of protected in guides | Akira Matsuda | 2016-12-25 | 3 | -5/+5 |
| | |||||
* | fix typo in getting_started [ci skip] (#27423) | yachibit | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | [ci skip] Update initialization guide samples. | Kasper Timm Hansen | 2016-12-20 | 1 | -81/+84 |
| | | | | Rewrite bits and pieces to mention the command infrastructure. | ||||
* | Merge pull request #27365 from baweaver/patch-1 | Eileen M. Uchitelle | 2016-12-19 | 1 | -0/+8 |
|\ | | | | | Add note on defaults block option | ||||
| * | Add note on defaults block option | Brandon Weaver | 2016-12-14 | 1 | -0/+8 |
| | | | | | | When I was looking for how to default the entire routes file to JSON I could only find the postfix option. It was mentioned on IRC that you could do this with a block as well and I had not found it in the documentation. | ||||
* | | Fix rake guides:generate:kindle error | Bian Jiaping | 2016-12-18 | 2 | -10/+7 |
| | | |||||
* | | How to disable scaffolds.scss in generators.md (#27383) | Eike Send | 2016-12-17 | 1 | -1/+9 |
| | | | | | | | | | | | | * How to disable scaffolds.scss in generators.md * Improves workflow customization text in generators.md | ||||
* | | [ci skip] add a section explaining command line arguments for generators | Kevin Hughes | 2016-12-16 | 1 | -0/+20 |
| | | |||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-12-16 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Remove mention of SafeErb gem [ci skip] | Prathamesh Sonpatki | 2016-11-19 | 1 | -1/+1 |
| | | | | | | | | Followup of https://github.com/rails/rails/pull/27086 | ||||
* | | Mention JS Runtime dependency in dev dependencies guide [ci skip]. | utilum | 2016-12-14 | 1 | -0/+4 |
| | | |||||
* | | remove deprecated `assert_send` from assertion list [ci skip] | yuuji.yaginuma | 2016-12-09 | 1 | -1/+0 |
| | | | | | | | | | | `assert_send` was deprecated in minitest 5.10.0. Ref: https://github.com/seattlerb/minitest/commit/f95ef007ec64d956d88fedc37fd2ed7e106b777e | ||||
* | | stop using removed `render :text` | yuuji.yaginuma | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | Follow up to 79a5ea9eadb4d43b62afacedc0706cbe88c54496 | ||||
* | | Fixes #27202, [ci skip] | utilum | 2016-11-30 | 1 | -2/+0 |
| | | |||||
* | | Fix typo in Rails 5.0 release notes – “when when” | Rory O’Kane | 2016-11-29 | 1 | -1/+1 |
| | | | | | | [ci skip] | ||||
* | | Add note about step needed to get tests to pass if you implemented basic ↵ | JessRudder | 2016-11-28 | 1 | -0/+7 |
| | | | | | | | | auth [ci skip] | ||||
* | | fix: solves issue#27189 | jnoortheen | 2016-11-27 | 1 | -3/+4 |
| | | |||||
* | | Followup of UUID default extension in the docs [ci skip] | Prathamesh Sonpatki | 2016-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Mentioned clearly that for PostgreSQL < 9.4, you need to pass the default option with "uuid_generate_v4()" - Also updated PostgreSQL Active Record guide with this change. - https://github.com/rails/rails/pull/25395#r66877078 | ||||
* | | Merge pull request #27143 from sachin21/fix-permission | Matthew Draper | 2016-11-22 | 1 | -0/+0 |
|\ \ | | | | | | | Fix a wrong permission | ||||
| * | | Fix a wrong permission | Satoshi Ohmori | 2016-11-22 | 1 | -0/+0 |
| | | | |||||
* | | | Change html-scanner to rails-html-sanitizer | Jon Moss | 2016-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Updated Sprockets Documentation | Tom Prats | 2016-11-17 | 1 | -21/+11 |
| | | | |||||
* | | | Remove mention of deprecated SafeERB gem from security docs for now, prior ↵ | Vipul A M | 2016-11-18 | 1 | -1/+1 |
| |/ |/| | | | | | | | section already speaks about sanitization as a safety measure. [ci skip] (#27086) Fixes #27085 | ||||
* | | remove `alias_method_chain` from guide [ci skip] | yuuji.yaginuma | 2016-11-15 | 1 | -50/+0 |
| | | | | | | | | Follow up to 7c848e6dd493ff236d33a0410a92f4c3e5cc3c7f | ||||
* | | Fix small typo in Layouts and Rendering guide. [ci skip] | Conrad Beach | 2016-11-14 | 1 | -1/+1 |
| | | | | | | Changed "same way they do" to "same way they are". | ||||
* | | Merge pull request #26905 from bogdanvlviv/docs | Andrew White | 2016-11-13 | 1 | -1/+1 |
|\ \ | | | | | | | Add missing `+` around a some literals. | ||||
| * | | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Mainly around `nil` [ci skip] | ||||
* | | | adds support for arbitrary hashes in strong parameters | Xavier Noria | 2016-11-11 | 1 | -3/+15 |
| | | | |||||
* | | | Update guides/source/active_record_querying.md | bogdanvlviv | 2016-11-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add info about updating locking column value Follow #26050 and #26871 [ci skip] | ||||
* | | | [ci skip] Expand context on `:cache_hits`. | Kasper Timm Hansen | 2016-11-08 | 1 | -5/+7 |
| | | | | | | | | | | | | Need to explain the key is only there in certain cases. | ||||
* | | | [ci skip] Add `render_collection.action_view` entry to AS instrumentation | yui-knk | 2016-11-08 | 1 | -0/+16 |
| | | | |||||
* | | | Merge pull request #26982 from bogdanvlviv/started_guide | Kasper Timm Hansen | 2016-11-07 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix 'Getting Started with Rails' [ci skip] | ||||
| * | | | Fix 'Getting Started with Rails' [ci skip] | bogdanvlviv | 2016-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `bin/rails generate controller Comments` creates files app/assets/javascripts/comments.coffee app/assets/stylesheets/comments.scss not app/assets/javascripts/comment.coffee app/assets/stylesheets/comment.scss | ||||
* | | | | Add missing spaces [ci skip] | bogdanvlviv | 2016-11-07 | 1 | -2/+2 |
|/ / / | |||||
* | | | Use local variable instead of instance variable [ci skip] | Daniel Amireh | 2016-11-05 | 1 | -1/+1 |
| | | | | | | | | | Update render yield docs to use `search` local variable instead of `@q` instance variable | ||||
* | | | fix typo in Rails Test Runner section | colleenmcguckin | 2016-10-31 | 1 | -2/+2 |
| | | | |||||
* | | | Remove `Rack::Runtime from console log [ci skip] | Shia | 2016-10-31 | 1 | -1/+0 |
| | | | |||||
* | | | Add missing space in Migrations guide [ci skip] | Benny | 2016-10-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #26932 from y-yagi/update_doc_about_assets_digest | Jon Moss | 2016-10-29 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | update doc about assets digest class [ci skip] | ||||
| * | | | update doc about assets digest class [ci skip] | yuuji.yaginuma | 2016-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | The default digest class changed to SHA256 in sprockets 3.0. Ref: https://github.com/sstephenson/sprockets/pull/647 | ||||
* | | | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 10 | -13/+13 |
|/ / / | |||||
* | | | Add documentation for `config.assets.version` [skip ci] | Erol Fornoles | 2016-10-28 | 1 | -0/+2 |
| | | | |||||
* | | | fix initializer name [ci skip] | yuuji.yaginuma | 2016-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | This changed in c046660 | ||||
* | | | Update HABTM documentation in guides | James Doyley | 2016-10-26 | 1 | -3/+1 |
| | | | |||||
* | | | Merge pull request #26851 from Gaurav2728/update-kindlerb | Rafael França | 2016-10-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | update kindlerb gem | ||||
| * | | | update kindlerb gem | Gaurav Sharma | 2016-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Ruby Kindle periodical-format ebook generator | ||||
* | | | | Fix HTML escaping in the guides | Rafael Mendonça França | 2016-10-25 | 2 | -2/+2 |
| |/ / |/| | | | | | | | | render :html escapes the argument if not provided as html safe. | ||||
* | | | Fix indentation | Rafael Mendonça França | 2016-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | Generate HTML not plain text | Rafael Mendonça França | 2016-10-25 | 1 | -1/+1 |
| | | |