Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Merge pull request #9704 from trevorturk/warn-about-skipped-routes | Jeremy Kemper | 2013-03-24 | 1 | -15/+3 | |
| | |\ \ \ | | | | | | | | | | | | | Raise an ArgumentError when a clashing named route is defined | |||||
| | | * | | | Raise an ArgumentError when a clashing named route is defined | Trevor Turk | 2013-03-19 | 1 | -15/+3 | |
| | | | | | | ||||||
| | * | | | | Better styles for the CSS [ci skip] | Rafael Mendonça França | 2013-03-23 | 3 | -38/+38 | |
| | |/ / / | ||||||
| | * | | | 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. | |||||
| | * | | | More helpful message when starting server | Gabe Kopley | 2013-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | v2 of pull request based on feedback from @rafaelfranca, @schneems, and @carlosantoniodasilva | |||||
| | * | | | Getting Started Guide: typo fix. [ci skip] | Steve Klabnik | 2013-03-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was an s missing in 'views'. Fixes #9752. | |||||
| | * | | | Update image in Getting Started Guide [ci skip] | Steve Klabnik | 2013-03-16 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I updated these images, I must have gotten this one wrong. Now it's right. Fixes #9749. | |||||
| | * | | | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The similarity of `Relation#uniq` to `Array#uniq` is confusing. Since our Relation API is close to SQL terms I renamed `#uniq` to `#distinct`. There is no deprecation. `#uniq` and `#uniq!` are aliases and will continue to work. I also updated the documentation to promote the use of `#distinct`. | |||||
| | * | | | `Http::Headers` directly modifies the passed environment. | Yves Senn | 2013-03-15 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The env hash passed to `Http::Headers#new` must be in env format. Also be aware that the passed hash is modified directly. docs and test-cases for setting headers/env in functional tests. Follow up to #9700. | |||||
| | * | | | Getting Started Guide: 3.2.9 -> 4.0.0. [ci skip] | Steve Klabnik | 2013-03-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Brought up in https://github.com/rails/rails/issues/9727 | |||||
| | * | | | Document change to clashing named route selection from journey commit 98a9802a | Trevor Turk | 2013-03-12 | 1 | -0/+26 | |
| | | | | | ||||||
| | * | | | Improve wording for rails test command | Dalibor Nasevic | 2013-03-09 | 1 | -4/+3 | |
| | | | | | ||||||
| | * | | | Add support for MiniTest flags in TestRunner | Prem Sichanugrist | 2013-03-09 | 1 | -20/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Any flags that got set will be passed through to MiniTest::Unit.runner, such as `-n`, `-s-, and `-v`. | |||||
| | * | | | Update testing documentation | Prem Sichanugrist | 2013-03-09 | 1 | -63/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update test invocation to use `rails test` instead. * Update all the test command previews (since we're now using MiniTest.) * Mentioning MiniTest instead of Test::Unit. * Update list of test suites. | |||||
| * | | | | Revert "Using American English spellings over British style spellings" | Vijay Dev | 2013-03-30 | 1 | -2/+2 | |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 573df1cf2a5d5d1f288c8a4a5d76194675141832. Reason: changelog edits aren't allowed in docrails. [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 | |||||
* | | | | Added a section on Rails Controller naming conventions. | Oliver Jakubiec | 2013-04-02 | 1 | -2/+12 | |
|/ / / | ||||||
* | | | info that Gemfile *group :assets* was removed | Vinicius Quaiato | 2013-03-29 | 1 | -0/+26 | |
| | | | | | | | | | Adding info that Gemfile *group :assets* was removed on upgrading_ruby_on_rails.md | |||||
* | | | Minor proofing | Jonathan Roes | 2013-03-27 | 1 | -13/+13 | |
| | | | ||||||
* | | | Remove unnecessary hyphen. | Jonathan Roes | 2013-03-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Extraneous syntax on guides path. | Jonathan Roes | 2013-03-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | ReCAPTCHA plug-in link now points to Github repo. Plug-in is no longer ↵ | sthollmann | 2013-03-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | available at the previous location | |||||
* | | | localised => localized | Prathamesh Sonpatki | 2013-03-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix some typos | Akira Matsuda | 2013-03-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | s/Textmate/TextMate/ | Akira Matsuda | 2013-03-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | s/Github/GitHub/ | Akira Matsuda | 2013-03-25 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | fix some typos | Vipul A M | 2013-03-25 | 2 | -3/+3 | |
| | | ||||||
* | | correct some typo in earlier commit. | Deshi Xiao | 2013-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | correct test command's typo | Deshi Xiao | 2013-03-24 | 1 | -13/+13 | |
| | | ||||||
* | | view/views, asset/assets | Prathamesh Sonpatki | 2013-03-24 | 2 | -2/+2 | |
| | | ||||||
* | | s/app\/model\//app\/models\//g | Akira Matsuda | 2013-03-24 | 2 | -6/+6 | |
| | | ||||||
* | | Typo: Migration class name would use plural | Chao Ren | 2013-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | Changed 'args' to 'arguments' when used in places other than code with ↵ | Prathamesh Sonpatki | 2013-03-24 | 2 | -2/+2 | |
| | | | | | | | | fixing few more typos | |||||
* | | Add minitest-spec-rails to guide's testing options | Ken Collins | 2013-03-22 | 1 | -0/+1 | |
| | | ||||||
* | | fix the initializer block example and clarify | Carlos Puchol | 2013-03-22 | 1 | -2/+2 | |
| | | | | | | | | | | clarify that the contents of the block is expected to return a string. the previous example executed puts and the initializer got nothing. also, made it consistent with the single-line example to be more clear as to what's going on | |||||
* | | Using American English spellings over British style spellings | Prathamesh Sonpatki | 2013-03-21 | 1 | -2/+2 | |
| | | ||||||
* | | Added link to Turbolinks Railscast | Prathamesh Sonpatki | 2013-03-21 | 1 | -0/+1 | |
| | | ||||||
* | | Update documentation for Where chained modifiers. | Ryan Sandridge | 2013-03-19 | 1 | -7/+3 | |
| | | | | | | | | | | where.like and where.not_like were removed in 8d02afeaee, but the guide was not updated. | |||||
* | | fix introduced `:` ; fix another typo | Vipul A M | 2013-03-20 | 2 | -2/+2 | |
| | | ||||||
* | | more typos in guides | Vipul A M | 2013-03-20 | 2 | -2/+2 | |
| | | ||||||
* | | The default route has been removed | Trevor Turk | 2013-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Capitalize first letter in sentence | Mikhail Dieterle | 2013-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | 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 typo in form helpers guide | Mikhail Dieterle | 2013-03-15 | 1 | -1/+1 | |
| | | ||||||
* | | added details to section 4.1.2 of the Asset Pipeline guide, describing how ↵ | Tim Lowrimore | 2013-03-15 | 1 | -1/+29 | |
| | | | | | | | | to configure Apache to serve the gzipped version of the precompiled assets | |||||
* | | Should be a symbol not string to defer the choice of layout. | Limon Lin | 2013-03-15 | 1 | -1/+1 | |
| | | | | | | | | [ci skip] | |||||
* | | do some typo fixing | Vipul A M | 2013-03-14 | 4 | -5/+5 | |
| | | ||||||
* | | fix missing to | Vipul A M | 2013-03-14 | 1 | -1/+1 | |
| | |