Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | 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 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-10 | 9 | -16/+92 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | copy edits [ci skip] | Vijay Dev | 2013-03-10 | 2 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | 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 | |||||
| * | | | | | | | Adding a note for :body option in `mail` method. | Fabrizio Regini | 2013-03-08 | 1 | -0/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | fixing typo in the merging scopes section | Neeraj Singh | 2013-03-08 | 1 | -4/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Explained how merging of scope works | Neeraj Singh | 2013-03-08 | 1 | -0/+56 | |
| | | | | | | | | ||||||
| * | | | | | | | Some copy edit and formatting for upgrading guide. | Hendy Tanata | 2013-03-08 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | remove the new metadata note in Rails 4 upgrade guide | Alex Robbin | 2013-03-07 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this was pulled out of Rails 4, see rails/rails#8399 for the discussion | |||||
| * | | | | | | | fixes active_record_querying #pluck example | awilliams | 2013-03-07 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Update capture_helper.rb | Jess Brown | 2013-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | if there's content for the right column, then we need the two-column class, if not the one-column | |||||
| * | | | | | | | Typppo | Akira Matsuda | 2013-03-06 | 3 | -4/+4 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Fix AMo code example indent, add missing author to entry [ci skip] | Carlos Antonio da Silva | 2013-03-09 | 1 | -6/+8 | |
| | | | | | | | ||||||
* | | | | | | | Bump up timeouts | Jon Leighton | 2013-03-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix travis. Also ensuring that we don't try to kill when pid is nil. | |||||
* | | | | | | | Merge pull request #9629 from wangjohn/numbering_of_applicationrb_is_off | Steve Klabnik | 2013-03-09 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Renumbering the comments in the application boot process. | |||||
| * | | | | | | | Renumbering the comments in the application boot process. | wangjohn | 2013-03-09 | 1 | -4/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #9627 from rubys/master | Carlos Antonio da Silva | 2013-03-09 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ensure response.stream is closed | |||||
| * | | | | | | ensure response.stream is closed | Sam Ruby | 2013-03-09 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #9621 from sakuro/migration-magic-comment-fix | Jeremy Kemper | 2013-03-09 | 4 | -3/+48 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Preserve magic comments and content encoding of copied migrations. |