Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] Add some missing commas | Prathamesh Sonpatki | 2016-04-12 | 1 | -2/+2 |
| | |||||
* | [ci skip] Typo fix. `loggs` -> `logs` | Prathamesh Sonpatki | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | - Fix typo in config guide, from config.logger section | Vipul A M | 2016-04-10 | 1 | -3/+3 |
| | | | | | | - Make bulleted lists, end properly [ci skip] | ||||
* | s/Thoughtbot/thoughtbot/ | Vipul A M | 2016-04-10 | 1 | -1/+1 |
| | | | | | | See https://github.com/thoughtbot/presskit/blob/master/README.md#name for name capitalization. [ci skip] | ||||
* | [ci skip] Fix formatting of code snippet in Action Cable guide | Prathamesh Sonpatki | 2016-04-05 | 1 | -7/+8 |
| | |||||
* | [ci skip] Update code used for filtering passwords in the configuring guide | Prathamesh Sonpatki | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 2 | -2/+2 |
|\ | |||||
| * | s/documention/documentation/ | Vipul A M | 2016-03-29 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
| * | s/responsibilty/responsibility/ | Vipul A M | 2016-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | s/symantically/semantically/ [ci skip] | ||||
* | | remove deprecated `datetime_field` from guide [ci skip] | yuuji.yaginuma | 2016-04-03 | 1 | -2/+0 |
| | | | | | | | | `datetime_field` was deprecated in 316811b4d3f4e5a1a7bcd03de97c67218770e333 | ||||
* | | Fixes broken link in 'Ruby on Rails 2.2 Release Notes' [ci skip] | Javier Vidal | 2016-04-01 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Parameter filter performs regular expression partial matching | Andrew Babichev | 2016-03-31 | 3 | -1/+5 |
| | | |||||
* | | Update how to clear the association cache | Sammy Larbi | 2016-03-28 | 1 | -2/+2 |
| | | | | | | Passing `true` to the association has been deprecated. | ||||
* | | [skip ci] Update `numericality` validation docs | Arkadiusz Fal | 2016-03-28 | 1 | -0/+2 |
| | | | | | | | | Add `:other_than` option documentation. | ||||
* | | remove old-dead link | Mohamad Abras | 2016-03-27 | 1 | -1/+0 |
| | | |||||
* | | Correct typos in "Active Record Query Interface" guide | Laura Murphy-Clarkin | 2016-03-25 | 1 | -19/+19 |
| | | |||||
* | | [ci skip] Added missing custom context validation | Vijay Kumar Agrawal | 2016-03-24 | 1 | -0/+19 |
| | | |||||
* | | Remove reference to unmaintained plugin/gem | Olivier Lacan | 2016-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | [restful-authentication](https://rubygems.org/gems/restful-authentication/versions/1.2.1) hasn't been updated since September 6th, 2012 so it might not be a great idea to recommend that Rails users try it out. Devise seems like a much more popular and secure solution that automatically resets sessions on sign in and out so it's a great example in this case. /cc @tenderlove @josevalim | ||||
* | | - Fixed abrupt start of sentence in changelog | Vipul A M | 2016-03-22 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | guides, sync 5.0 release notes with changelogs | Yves Senn | 2016-03-22 | 1 | -3/+38 |
| | | | | | | | | | | | | | | | | [ci skip] Sync AV, AR, AJ, AS, AM changelogs with our 5.0 release notes draft. This is a follow up to c94045d and contains changes made since the release of beta1. | ||||
* | | guides, sync railties and AP changelogs with 5.0 release notes. | Yves Senn | 2016-03-22 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | [ci skip] This updates the 5.0 release notes guide to reflect changes that happened after beta1 has been released. I'll sync the other changelogs later today but I'll push this batch to prevent against cumbersome merge conflicts. | ||||
* | | update Active Job default adapter [ci skip] | yuuji.yaginuma | 2016-03-22 | 2 | -5/+9 |
| | | | | | | | | Follow up to 625baa69d14881ac49ba2e5c7d9cac4b222d7022 | ||||
* | | remove Rails 4 text from asset pipeline guide | Scott Bronson | 2016-03-18 | 1 | -7/+3 |
| | | |||||
* | | use rails 5 favicon.ico for rails guides | Mohamad Abras | 2016-03-17 | 1 | -0/+0 |
| | | |||||
* | | Document and Match the Rails logger interface | schneems | 2016-03-16 | 1 | -2/+16 |
| | | | | | | | | | | | | The logger interface to get all Rails features is not obvious. This change adds documentation on how to assign a logger that will use all Rails features. We are also matching the stdout logging interface to the default logger in bootstrap https://github.com/rails/rails/blob/f5a5988352b165143f0f9d622707c351c1470882/railties/lib/rails/application/bootstrap.rb#L42-L45. | ||||
* | | Update action_controller_overview.md | Sandeep Navghane | 2016-03-15 | 1 | -1/+1 |
| | | |||||
* | | Remove log-related stuff from ActiveSupport::Dependencies | Aaron Ang | 2016-03-15 | 1 | -2/+0 |
| | | | | | | | | | | In this patch, all log-related stuff in `ActiveSupport::Dependencies` is removed because the logging is no longer useful. | ||||
* | | Correct command for generating secret_key_base [ci skip] | Wiehann | 2016-03-14 | 1 | -1/+1 |
| | | |||||
* | | add `queue_classic` to list of provide `provider_job_id` [ci skip] | yuuji.yaginuma | 2016-03-14 | 1 | -3/+4 |
| | | |||||
* | | add headers to payload list [ci skip] | yuuji.yaginuma | 2016-03-13 | 1 | -0/+4 |
| | | | | | | | | Follow up to #24115. | ||||
* | | Clarify has_many :dependent option docs [ci skip] | Chris Arcand | 2016-03-11 | 1 | -9/+7 |
| | | | | | | | | | | | | Clarifies the documentation here to mean all options are for when the relation is destroyed; also now reflects the documentation on this same option found in the has_one section. | ||||
* | | remove obsolete i18n links from guides [ci skip] | Greg Molnar | 2016-03-10 | 1 | -5/+3 |
| | | |||||
* | | Remove needless `break;` [ci skip] | Ryuta Kamizono | 2016-03-10 | 1 | -1/+0 |
| | | |||||
* | | Remove extra 'the' and unwanted comma [ci skip] | Santosh Wadghule | 2016-03-08 | 1 | -1/+1 |
| | | |||||
* | | Remove incorrect Rack documentation example | Jon Moss | 2016-03-07 | 1 | -2/+2 |
|/ | | | | | | | | | `Sprockets` does not respond to the call method, so I changed the example to use a fake `MyRackApp`. Closes #22579. [ci skip] | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-03-06 | 8 | -31/+31 |
|\ | | | | | | | | | Conflicts: guides/source/association_basics.md | ||||
| * | [ci skip] Update all guides with `null: false` change in migrations | Prathamesh Sonpatki | 2016-03-03 | 3 | -23/+23 |
| | | | | | | | | | | | | | | - We no longer add `null: false` for timestamps columns as per rails/rails@a939506. - Followup of https://github.com/rails/docrails/commit/14867b1a9af813b0147bba2ae06675137d61d77b. | ||||
| * | [ci skip] Update getting started guide for chanages in migrations API | Prathamesh Sonpatki | 2016-03-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | - We no longer add `null: false` for timestamps columns as per https://github.com/rails/rails/commit/a939506f297b667291480f26fa32a373a18ae06a. - Similarly `references` and `belongs_to` columns no longer mention `index: true` in migration files. It's added by default as per https://github.com/rails/rails/commit/909818b93b8f1bd4d7053a1c5d8135b9b0cbe865. | ||||
| * | [ci skip] fix json output | Mikhail Dieterle | 2016-02-27 | 1 | -1/+1 |
| | | |||||
| * | [ci skip] Remove reference to Rails 4 in the initialization guide. | Prathamesh Sonpatki | 2016-02-26 | 2 | -3/+3 |
| | | |||||
| * | [ci skip] fix typos | Mikhail Dieterle | 2016-02-14 | 1 | -3/+3 |
| | | |||||
| * | [ci skip] Update 'Testing Active Record' | yui-knk | 2016-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Follow up 8c629bf463b47643712570d4511a68b9a3da1476. `bundle exec rake test` in 'activerecord' runs tests for * sqlite3 * mysql2 * postgresql | ||||
* | | remove entry for reverted commit [ci skip] | yuuji.yaginuma | 2016-03-06 | 1 | -3/+0 |
| | | | | | | | | Follow up to ddf4c953ae8d10489e0bfd6008bd76395f6e1267 | ||||
* | | Update the rendering guide to match the current behavior | Rafael Mendonça França | 2016-03-05 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | In the latest security releases render with a trailing slash no more call render :file. Also add a note about the security implications of using it with user parameters. | ||||
* | | remove config that are no longer needed in sprockets-rails 3 | yuuji.yaginuma | 2016-03-05 | 2 | -2/+2 |
| | | | | | | | | | | `config.assets.raise_runtime_errors` and `config.assets.digest` are enabled by default in sprockets-rails 3. | ||||
* | | Match Puma 3 startup messages [ci skip] | Sam Ruby | 2016-03-04 | 3 | -8/+8 |
| | | |||||
* | | Fix author callback in engines guide [ci skip] | Michael Ryan | 2016-03-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | The `before_save` callback used with `set_author` results in the validation error "Author must exist," due to the change in `belongs_to` behavior introduced by #18937. Use `before_validation` instead. | ||||
* | | Merge pull request #24021 from y-yagi/add_scaffold_stylesheet_to_guide | Jon Moss | 2016-03-03 | 1 | -0/+1 |
|\ \ | | | | | | | add `scaffold_stylesheet` method to guide [ci skip] | ||||
| * | | add `scaffold_stylesheet` method to guide [ci skip] | yuuji.yaginuma | 2016-03-04 | 1 | -0/+1 |
| | | | | | | | | | | | | `scaffold_stylesheet` was added in #20479. | ||||
* | | | [ci skip] Make collection caching explicit in guides. | Kasper Timm Hansen | 2016-03-03 | 1 | -15/+6 |
| | | | | | | | | | | | | | | | | | | Since f6e4814 was written we've made collection caching explicit. Thus the documentation is outdated and needs a rewrite. |