Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | Reverted change in activemodel/CHANGELOG.md introduced by ↵ | Prathamesh Sonpatki | 2013-03-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | d45145acdc576e46a1f1719d69bec96b5bf07b0a | |||||
| * | | | Reverted code change introduced in d45145acdc576e46a1f1719d69bec96b5bf07b0a | Prathamesh Sonpatki | 2013-03-24 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Changed 'args' to 'arguments' when used in places other than code with ↵ | Prathamesh Sonpatki | 2013-03-24 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | fixing few more typos | |||||
| * | | | Fixed typo : contraints -> constraints | Prathamesh Sonpatki | 2013-03-23 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Add minitest-spec-rails to guide's testing options | Ken Collins | 2013-03-22 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Fix typo | Carson McDonald | 2013-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | 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 | |||||
| * | | | Remove duplicated accepts_nested_attributes description | ma2gedev | 2013-03-22 | 1 | -16/+0 | |
| | | | | | | | | | | | | | | | | there are just the same description about accepts_nested_attributes [ci skip] | |||||
| * | | | Using American English spellings over British style spellings | Prathamesh Sonpatki | 2013-03-21 | 2 | -5/+5 | |
| | | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | Undo bad change in cf0931166be13dbbe660 | Steve Klabnik | 2013-03-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | I didn't know that this was about RDoc! | |||||
| * | | | more typos in guides | Vipul A M | 2013-03-20 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Fixed small typos | Prathamesh Sonpatki | 2013-03-19 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | "overwritten" is one word | Waynn Lue | 2013-03-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix typo, ording to ordering | Carson McDonald | 2013-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | The default route has been removed | Trevor Turk | 2013-03-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | The HTTP method helpers are preferred over match and should be explained ↵ | Trevor Turk | 2013-03-18 | 1 | -28/+16 | |
| | | | | | | | | | | | | | | | | before named routes | |||||
| * | | | The default route has been removed | Trevor Turk | 2013-03-18 | 1 | -24/+0 | |
| | | | | ||||||
| * | | | Using match without via is deprecated | Trevor Turk | 2013-03-18 | 1 | -12/+12 | |
| | | | | ||||||
| * | | | Capitalize the first letter of sentence | Tatsuro Baba | 2013-03-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove :all from *args options in AbstractController.helper | Bryan Ricker | 2013-03-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Capitalize first letter in sentence | Mikhail Dieterle | 2013-03-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | nodoc AR::ConnectionHandling for adapters [ci skip] | Francesco Rodriguez | 2013-03-15 | 5 | -12/+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 typo in form helpers guide | Mikhail Dieterle | 2013-03-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Unmatched parenthesis fix | Robin Dupret | 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] | |||||
| * | | | make the headers consistent | Waynn Lue | 2013-03-14 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | fix absence validator doc for boolean field | Angelo capilleri | 2013-03-13 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | absence validator doc | Angelo capilleri | 2013-03-13 | 1 | -0/+41 | |
| | | | | ||||||
| * | | | clarify verbiage | Waynn Lue | 2013-03-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix missing closing <tt> tag | Patrick Helm | 2013-03-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix my typo | Alexey Muranov | 2013-03-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Align indentation in comments | Alexey Muranov | 2013-03-12 | 1 | -15/+15 | |
| | | | | ||||||
| * | | | Document nested attributes as hash of hashes | Alexey Muranov | 2013-03-12 | 1 | -2/+26 | |
| | | | | | | | | | | | | Document the possibility to use a hash of hashes for nested attributes for a one-to-many association (in addition to the documented possibility to use an array of hashes). | |||||
| * | | | Uniq cannot be used directly on an ActiveRecord model. 'DISTINCT field' is ↵ | Daniel Lobato | 2013-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | the only pluck query that translates into the aforementioned SQL | |||||
| * | | | update README since email-service isn't a word | Waynn Lue | 2013-03-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Minor copy editing | Neeraj Singh | 2013-03-11 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | I think "uniq" is more Rails-y than select("distinct(categories.id)") | capps | 2013-03-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | adds the API home page to the gemspec, needed for doc:rails | Xavier Noria | 2013-03-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | typo | Xavier Noria | 2013-03-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | registers the new doc:rails behaviour in the changelog | Xavier Noria | 2013-03-30 | 1 | -0/+5 | |
| | | | |