| Commit message (Expand) | Author | Age | Files | Lines |
* | use "Subclasses" in title for coherence with method name | Xavier Noria | 2009-05-31 | 1 | -1/+1 |
* | Fix url and route helpers to follow the given example | Mike Enriquez | 2009-05-31 | 1 | -1/+1 |
* | Fixed some typos and a more common grammar styles. | Joseph Pecoraro | 2009-05-31 | 1 | -3/+3 |
* | Fixed typo. | Joseph Pecoraro | 2009-05-31 | 1 | -1/+1 |
* | AS guide: explains Class#subclasses | Xavier Noria | 2009-05-31 | 1 | -4/+30 |
* | just a typo | Xavier Noria | 2009-05-31 | 1 | -1/+1 |
* | explains superclass_delegating_accessor | Xavier Noria | 2009-05-31 | 1 | -3/+16 |
* | form helpers guide: revises a TIP on resources | Xavier Noria | 2009-05-30 | 1 | -3/+7 |
* | Fixed some links pointing to guides.rails.info to relative links. Fixed hashs... | Joseph Pecoraro | 2009-05-30 | 2 | -4/+4 |
* | Fixed links to the Routing Guide. | Joseph Pecoraro | 2009-05-30 | 1 | -2/+2 |
* | Added TIP about resources when using the short form_for syntax. | Joseph Pecoraro | 2009-05-30 | 1 | -0/+2 |
* | Link titles are generally capitalized. | Joseph Pecoraro | 2009-05-30 | 1 | -1/+1 |
* | Grammer: 'a' => 'an' where applicable. | Joseph Pecoraro | 2009-05-29 | 6 | -6/+6 |
* | Clarification in an example. Grammar correction. | Joseph Pecoraro | 2009-05-29 | 1 | -7/+3 |
* | Linked to the IRC channel. | Joseph Pecoraro | 2009-05-29 | 1 | -1/+1 |
* | Capitalized Rails where appropriate. | Joseph Pecoraro | 2009-05-29 | 5 | -7/+7 |
* | Corrected path to standard. | Joseph Pecoraro | 2009-05-29 | 1 | -1/+1 |
* | Corrected paths to standard. | Joseph Pecoraro | 2009-05-29 | 1 | -3/+3 |
* | Typo and Style Corrections | Joseph Pecoraro | 2009-05-29 | 1 | -17/+17 |
* | fixes markup, thanks to Joseph Pecoraro | Xavier Noria | 2009-05-27 | 1 | -1/+1 |
* | performance guide: performance tests run in test environment, thanks to Nicho... | Xavier Noria | 2009-05-24 | 1 | -1/+1 |
* | layouts guide: makes some app paths relative | Xavier Noria | 2009-05-24 | 1 | -1/+1 |
* | associations guide: find_by_customer_id -> find_all_by_customer_id, thanks to... | Xavier Noria | 2009-05-24 | 1 | -1/+1 |
* | in associations guide: exist? -> exists?, thanks to Peter Zlatnar | Xavier Noria | 2009-05-23 | 1 | -8/+8 |
* | AS guide: documents class attribute accessors and inheritable attributes | Xavier Noria | 2009-05-23 | 1 | -1/+71 |
* | Add coding style to contributing guide | Pratik Naik | 2009-05-20 | 1 | -1/+10 |
* | attempt at fixing fxn picture in credits page | Xavier Noria | 2009-05-19 | 1 | -1/+1 |
* | Remove some informal sentences and new lines | Pratik Naik | 2009-05-16 | 1 | -172/+44 |
* | Initial version - quick brain dump | Peter Szinek | 2009-05-16 | 1 | -0/+94 |
* | 'TIP.' replaced with 'TIP:' for consistent formatting. | Andreas Scherer | 2009-05-14 | 1 | -5/+5 |
* | a few details in the caching guide I saw in passing | Xavier Noria | 2009-05-13 | 1 | -24/+24 |
* | Adds a missing comma in example code. | Evan Farrar | 2009-05-09 | 1 | -1/+1 |
* | Syntax error in example code: not valid to omit parens with hash arguments. | Evan Farrar | 2009-05-09 | 1 | -2/+2 |
* | Tiny syntax error in the action mailer guide. | Evan Farrar | 2009-05-09 | 1 | -0/+1 |
* | The MailingAddress is good design, but it adds some noise to the querying gui... | Evan Farrar | 2009-05-09 | 1 | -6/+0 |
* | Just a fix to the units in the RPM prize 'formula.' | Evan Farrar | 2009-05-09 | 1 | -1/+1 |
* | Fixes some typos in the guides. | Evan Farrar | 2009-05-07 | 5 | -12/+12 |
* | destroyal -> destruction, thanks to FelixLeiter | Xavier Noria | 2009-05-06 | 1 | -1/+1 |
* | tray and -> try to, thanks to FelixLeiter | Xavier Noria | 2009-05-04 | 1 | -1/+1 |
* | Use the word 'action' over 'method'... is clearer and helps when people are g... | Ryan Bigg | 2009-05-04 | 1 | -1/+1 |
* | Formatting fixes, take 3 | Aditya Chadha | 2009-05-02 | 1 | -13/+7 |
* | Formatting fixes, take 2 | Aditya Chadha | 2009-05-02 | 1 | -8/+1 |
* | Merge branch 'master' of git@github.com:lifo/docrails | Aditya Chadha | 2009-05-02 | 4 | -9/+229 |
|\ |
|
| * | Minor edits | Pratik Naik | 2009-04-30 | 1 | -2/+2 |
| * | Tweak to credits. | Mike Gunderloy | 2009-04-29 | 1 | -1/+1 |
| * | More templates | Pratik Naik | 2009-04-29 | 1 | -6/+226 |
| * | changed sentence | Dallas Taylor | 2009-04-28 | 1 | -1/+1 |
| * | fixes redirect codes in layouts and rendering guide, thanks to Loren Norman | Xavier Noria | 2009-04-28 | 1 | -1/+1 |
* | | Formatting fixes | Aditya Chadha | 2009-05-02 | 1 | -13/+25 |
|/ |
|
* | Merge branch 'master' of git@github.com:lifo/docrails | Aditya Chadha | 2009-04-27 | 3 | -6/+6 |
|\ |
|