Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `rake test:all`, `rake test:all:db` to guide | Paul Nikitochkin | 2013-11-30 | 1 | -9/+14 |
| | | | | [ci skip] | ||||
* | Update caching guide with respect to :namespace | Jonathan Baudanza | 2013-11-19 | 1 | -1/+1 |
| | | | | Cache::Store does not have a default value for :namespace. If it ever did, I can't find it in the git history. | ||||
* | Fixed typos in shallow routes and routing concerns | Ben Lewis | 2013-11-18 | 1 | -2/+2 |
| | | | | Grammatical tense correction: "There exists two" => "There exist two". Plurality correction: "can be reused inside others resources" => "can be reused inside other resources". | ||||
* | Instrument each load config initializer | Paul Nikitochkin | 2013-11-16 | 1 | -0/+9 |
| | | | | | | In order to simplify profiling loading of initializers, added instument for tracking load config initializer event from `config/initializers` | ||||
* | [ci skip] typo in ArgumentError exception | Peter Vandenabeele | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12907 from JuanitoFatas/upgrading | Rafael Mendonça França | 2013-11-15 | 1 | -9/+10 |
|\ | | | | | [ci skip] Update gem versions for 3.2 and 3.1. Also change some words. | ||||
| * | [ci skip] Update gem versions for 3.2 and 3.1. Also change some words. | Juanito Fatas | 2013-11-16 | 1 | -9/+10 |
| | | |||||
* | | Change Relation#all to Relation#load [ci skip] | Sıtkı Bağdat | 2013-11-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10848 from 907th/add_block_to_cattr_reader | Rafael Mendonça França | 2013-11-15 | 1 | -0/+9 |
|\ \ | | | | | | | Fix #10847: allow to pass a block to `cattr_reader`. | ||||
| * | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`. | Alexey Chernenkov | 2013-11-15 | 1 | -0/+9 |
| |/ | | | | | | | | | | | | | | | | | Example: class A cattr_reader(:defr) { 'default_reader_value' } end A.defr # => 'default_reader_value' | ||||
* / | Remove broken Commmand Line guide link | Nate Berkopec | 2013-11-15 | 1 | -2/+0 |
|/ | | | [ci skip] | ||||
* | Make it clear that require 'active_support' is required [ci-skip] | Godfrey Chan | 2013-11-13 | 1 | -1/+4 |
| | |||||
* | Revert "`remove_column` does not take a type argument. [ci skip]. Closes #12864" | Yves Senn | 2013-11-13 | 1 | -1/+1 |
| | | | | | | | As of Rails 4.0 `remove_column` is no longer an alias for `remove_columns`. The type is actually valid and used when issuing a rollback (new `change` method). This reverts commit 9c9d4948e428a226a19aa92c17fa6ac5833c2fb8. | ||||
* | [ci skip] Fix curl response output and use strong parameters in update action. | Juanito Fatas | 2013-11-13 | 1 | -4/+3 |
| | |||||
* | `remove_column` does not take a type argument. [ci skip]. Closes #12864 | Yves Senn | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12851 from RKushnir/master | Yves Senn | 2013-11-11 | 2 | -0/+4 |
|\ | | | | | Include URL helpers in TestController in bug report templates [ci skip] | ||||
| * | Include URL helpers in TestController in bug report templates | Roman Kushnir | 2013-11-11 | 2 | -0/+4 |
| | | | | | | | | | | | | [ci skip] Fixes #12848. | ||||
* | | Merge pull request #12815 from Adam89/patch-1 | Xavier Noria | 2013-11-11 | 1 | -1/+1 |
|\ \ | |/ |/| | Update security.md [ci skip] | ||||
| * | Update security.md | Adam | 2013-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Hi Guys I was reading through this guide last night and noticed a small mistake, would be great if you could update it. I changed the word 'building' to 'build' in line 20. "Web application frameworks are made to help developers building web applications" | ||||
* | | Fixed typo in migrations guide | Jimmy Petersen | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | | | Product model name was pluralized in example in migrations guide. [ci skip] | ||||
* | | Fix missing line and shadow on static error pages [ci skip] | Dmitry Korotkov | 2013-11-11 | 4 | -0/+10 |
| | | |||||
* | | Fixed minor typo | Jens Dahl Møllerhøj | 2013-11-09 | 1 | -1/+1 |
|/ | | | | | | instead of 'rake test' as shortcut, use 'rake'. Closes #12780 [ci skip] | ||||
* | :scissors: fix broken url [ci skip] | Gaurish Sharma | 2013-11-09 | 1 | -2/+1 |
| | |||||
* | removes redundant curly brackets in example code [ci skip] | Xavier Noria | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12609 from corwinkelly/patch-1 | Xavier Noria | 2013-11-08 | 1 | -3/+1 |
|\ | | | | | Update workaround for "Outside the Scope of Strong Parameters" | ||||
| * | Fix undefined method error for NilClass | corwinkelly | 2013-10-23 | 1 | -1/+1 |
| | | | | | | Add .try to prevent undefined method error for NilClass. | ||||
| * | Update workaround for "Outside the Scope of Strong Parameters" | corwinkelly | 2013-10-22 | 1 | -3/+1 |
| | | | | | | The previous example of how to permit a hash of unknown keys used .tap, but had the side effect of logging an "Unpermitted parameters" message despite being a successful workaround. The proposed workaround is ever so slightly better, imo, because it won't result in an "Unpermitted parameters" message being logged. | ||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-11-07 | 8 | -37/+76 |
|\ \ | |||||
| * | | Update Rails initialization guide to explain how bin/rails is executed | Alex Johnson | 2013-11-06 | 1 | -3/+36 |
| | | | |||||
| * | | Fixed code syntax for config.ru [ci skip] | Rashmi Yadav | 2013-11-04 | 1 | -1/+1 |
| | | | |||||
| * | | exists? is deprecated in ruby trunk [ci skip] | Rashmi Yadav | 2013-11-01 | 2 | -4/+4 |
| | | | | | | | | | see here 4d4ff531b8807ee88a3fc46875c7e76f613956fb | ||||
| * | | guides/rails_on_rack: Fix formatting of _Internal Middleware Stack_ section | Zachary Scott | 2013-10-28 | 1 | -23/+23 |
| | | | |||||
| * | | fix typo introduced when searching in markdown document with vim | Damien Mathieu | 2013-10-24 | 1 | -14/+14 |
| | | | |||||
| * | | rephrase the overriding views part about the view path | Damien Mathieu | 2013-10-24 | 1 | -15/+15 |
| | | | | | | | | | | | | See rails/rails#12608 | ||||
| * | | Fixed URL link to rendered_component plugin [ci skip] | Harshad Sabne | 2013-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | Update 4_0_release_notes.md | Harshad Sabne | 2013-10-22 | 1 | -2/+2 |
| | | | | | | | | | Code Highlighted | ||||
| * | | Fixes typo | Jay Hayes | 2013-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | Update 3_2_release_notes.md | Harshad Sabne | 2013-10-20 | 1 | -1/+1 |
| | | | | | | | | | Code style adherence | ||||
| * | | Update I18n guide to note the additional features of the `translate` view helper | Jay Hayes | 2013-10-19 | 1 | -1/+7 |
| | | | |||||
| * | | Updated 3.2.x link [ci skip] | Rashmi Yadav | 2013-10-18 | 1 | -1/+1 |
| | | | |||||
* | | | Add +capitalize+ option to Inflector.humanize | claudiob | 2013-11-06 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | So strings can be humanized without being capitalized: 'employee_salary'.humanize # => "Employee salary" 'employee_salary'.humanize(capitalize: false) # => "employee salary" | ||||
* | | | Clarify HTML Safe Translations [ci-skip] | Derek Prior | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | I think it's confusing to say "Use them in views without escaping." We use all keys in views without escaping - the escaping is done for us automatically _unless_ we call html_safe or the key ends in _html. | ||||
* | | | document `BACKTRACE` env var usage in testing guide. [ci skip] | Yves Senn | 2013-11-04 | 1 | -0/+11 |
| | | | |||||
* | | | Update guides welcome page to point to version 3.2.15 [ci skip] | Carlos Antonio da Silva | 2013-11-02 | 1 | -1/+1 |
| | | | |||||
* | | | remove warnings on ruby trunk | laurocaetano | 2013-11-01 | 5 | -6/+6 |
| | | | |||||
* | | | Merge pull request #12704 from JuanitoFatas/routing | Rafael Mendonça França | 2013-10-31 | 1 | -90/+93 |
|\ \ \ | | | | | | | | | [ci skip] Add actions to shallow table, change a tense in sentence, add | ||||
| * | | | [ci skip] Make all tables have Controller#Action, change a tense in sentence. | Juanito Fatas | 2013-10-31 | 1 | -90/+93 |
| | | | | |||||
* | | | | AS guide: errata | Xavier Noria | 2013-10-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | show javascripts can be disabled in generators | Rob Zolkos | 2013-10-31 | 1 | -2/+6 |
| | | | | |||||
* | | | | Merge pull request #12203 from chancancode/eager_load_json | Jeremy Kemper | 2013-10-30 | 1 | -4/+2 |
|\ \ \ \ | |/ / / |/| | | | Eagerload active_support/json/encoding in active_support/core_ext/object/to_json |