Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 1 | -22/+22 |
| | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip] | ||||
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -2/+2 |
| | |||||
* | ActionController::Live documentation in the guides. | wangjohn | 2013-07-13 | 1 | -0/+86 |
| | | | | | I'm adding documentation to the action_controller_overview guide which should tell people how to stream arbitrary data. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-06 | 1 | -1/+1 |
|\ | |||||
| * | cookies are encrypted starting Rails 4 | Neeraj Singh | 2013-06-29 | 1 | -1/+1 |
| | | |||||
* | | Specify request method in guides [ci skip] | Mihail Evsyukov | 2013-07-04 | 1 | -1/+1 |
| | | |||||
* | | Using preferred find_by syntax in guides | Cristian Planas | 2013-07-01 | 1 | -1/+1 |
|/ | |||||
* | Mention Content-Type for JSON params parsing. | Gustavo Delfino | 2013-06-24 | 1 | -1/+1 |
| | | | | http://stackoverflow.com/questions/8501021/rails-json-request-is-not-parsed-correctly-into-post-parameters | ||||
* | Consistent use of one space only after punctuation | Sunny Ripert | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Fix Typo xml -> XML, json -> JSON | Prathamesh Sonpatki | 2013-05-08 | 1 | -2/+2 |
| | |||||
* | Ruby 1.9 hash syntax for action controller guide | Yves Senn | 2013-04-15 | 1 | -5/+5 |
| | |||||
* | Typos/grammar fixes | Jonathan Roes | 2013-04-03 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Oliver Jakubiec | 2013-04-02 | 1 | -25/+16 |
|\ | |||||
| * | Remove unnecessary / confusing code in example | Jonathan Roes | 2013-03-31 | 1 | -11/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -17/+17 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip] | ||||
| | * | More typo / wording fixes | Jonathan Roes | 2013-03-29 | 1 | -6/+6 |
| | | | |||||
| | * | Proofreading tweaks | Jonathan Roes | 2013-03-29 | 1 | -7/+7 |
| | | | | | | | | | | | | - Consistent hash structure - Rewording / typo fixes | ||||
| * | | Fix guides error on error class name | Sebastian Sogamoso | 2013-03-19 | 1 | -1/+1 |
| | | | | | | | | | The error that's raised in case the required key is missing it's actually `ActionController::ParameterMissing` not `ActionController::MissingParameter`. It's important to fix so that people reading the guides knows what error to rescue from when needed. | ||||
* | | | Added a section on Rails Controller naming conventions. | Oliver Jakubiec | 2013-04-02 | 1 | -2/+12 |
| |/ |/| | |||||
* | | Update action_controller_overview.md | Mikhail Dieterle | 2013-03-16 | 1 | -2/+2 |
| | | |||||
* | | fix markup of controllers guide | Mikhail Dieterle | 2013-03-16 | 1 | -1/+1 |
| | | |||||
* | | fix missing to | Vipul A M | 2013-03-14 | 1 | -1/+1 |
|/ | |||||
* | fixed typo in strong parameters example | Yves Senn | 2013-03-09 | 1 | -1/+1 |
| | |||||
* | strong parameter example for hashes with integer keys. | Yves Senn | 2013-03-09 | 1 | -0/+14 |
| | | | | | This replicates the situation described in https://github.com/rails/strong_parameters/issues/114 | ||||
* | Fix typo in AC overview guide [ci skip] | Carlos Antonio da Silva | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | example for `accepts_nested_attribtues_for` and strong parameters. | Yves Senn | 2013-03-05 | 1 | -0/+9 |
| | | | | Closes #9558. | ||||
* | strong parameters example for default values using `fetch`. [ci skip] | Yves Senn | 2013-03-05 | 1 | -0/+12 |
| | | | | Origin: #9534. | ||||
* | integrate the strong params README into the AC guide. | Yves Senn | 2013-03-03 | 1 | -0/+118 |
| | | | | | | | | | | The current ActionController guide does not mention strong parameters at all. I integrated the README into the guide to explain the API. I also included a section to illustrate that the API does not solve all possible whitelisting scenarios. The origin was #9454. | ||||
* | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 1 | -3/+5 |
| | | | | | If you want an ability to parse XML parameters, please install `actionpack-xml_parser` gem. | ||||
* | consistently inherit from ApplicationController in guides exemples | Cyril Jouve | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: guides/source/getting_started.md | ||||
| * | a bit of inline code tags | Mikhail Dieterle | 2013-01-01 | 1 | -4/+4 |
| | | |||||
* | | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵ | Jeremy Kemper | 2013-01-06 | 1 | -1/+1 |
| | | | | | | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' | ||||
* | | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-08 | 1 | -9/+9 |
|\ | |||||
| * | Remove references to Rails versions. | Steve Klabnik | 2012-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees. | ||||
| * | Fix small grammatical error | Max Katz | 2012-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -7/+7 |
| | | |||||
* | | update guides to use _action callbacks [ci skip] | Francesco Rodriguez | 2012-12-07 | 1 | -10/+10 |
| | | |||||
* | | Adding filter capability to ActionController logs | Fabrizio Regini | 2012-12-05 | 1 | -3/+24 |
|/ | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+3 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -7/+7 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-11-17 | 1 | -17/+19 |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_dispatch/routing/redirection.rb | ||||
| * | Remove unecessary word | Agis Anastasopoulos | 2012-11-15 | 1 | -1/+1 |
| | | |||||
| * | Slightly improve the syntax & grammar | Agis Anastasopoulos | 2012-11-15 | 1 | -3/+3 |
| | | |||||
| * | Add a note for the example in Setting Custom Headers | Agis Anastasopoulos | 2012-11-15 | 1 | -0/+2 |
| | | |||||
| * | Wrap before & after words in quotes when they're referring to filters | Agis Anastasopoulos | 2012-11-15 | 1 | -6/+6 |
| | | | | | | Using these words without quotes (example sentence: Before filters are run) can be confusing to a newcomer. | ||||
| * | Slightly improve the syntax | Agis Anastasopoulos | 2012-11-15 | 1 | -1/+1 |
| | | |||||
| * | Replace "name" with "author" in the Cookies example | Agis Anastasopoulos | 2012-11-15 | 1 | -2/+2 |
| | | | | | | I think doing `@comments.name` is a little confusing, just doesn't sounds right. | ||||
| * | Minor punctuation improvement in ActionController guide | Agis Anastasopoulos | 2012-11-15 | 1 | -1/+1 |
| | |