Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | recommend rake guides instead of script in instructions for contributing to ↵ | Xavier Noria | 2009-03-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | guides | |||||
| * | | | | some minor details in finders guide | Xavier Noria | 2009-03-14 | 1 | -8/+8 | |
| | | | | | ||||||
* | | | | | Add note about change to session options | Mike Gunderloy | 2009-03-24 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Minor edits to I18n guide; publish guide | Mike Gunderloy | 2009-03-14 | 2 | -21/+22 | |
| | | | | ||||||
* | | | | revised titles of caching guide | Xavier Noria | 2009-03-14 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | revised titles of the command line guide, and added changelog | Xavier Noria | 2009-03-14 | 1 | -20/+23 | |
| | | | | ||||||
* | | | | revised titles of plugins guide | Xavier Noria | 2009-03-14 | 1 | -17/+17 | |
| | | | | ||||||
* | | | | revised titles of testing guide | Xavier Noria | 2009-03-14 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | revised titles of action mailer guide, and added changelog | Xavier Noria | 2009-03-14 | 1 | -13/+17 | |
| | | | | ||||||
* | | | | revised titles in i18n guide | Xavier Noria | 2009-03-14 | 1 | -35/+35 | |
| | | | | ||||||
* | | | | A few more changes for caching guide | Mike Gunderloy | 2009-03-14 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Some editorial cleanup on caching guide | Mike Gunderloy | 2009-03-14 | 1 | -64/+72 | |
| | | | | ||||||
* | | | | revised titles in form helpers guide | Xavier Noria | 2009-03-14 | 1 | -26/+26 | |
| | | | | ||||||
* | | | | revised titles in validation and callbacks guide | Xavier Noria | 2009-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | revised titles in performance guide | Xavier Noria | 2009-03-14 | 1 | -22/+22 | |
| | | | | ||||||
* | | | | revised titles in debugging guide | Xavier Noria | 2009-03-14 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | revised titles in security guide | Xavier Noria | 2009-03-14 | 1 | -28/+27 | |
| | | | | ||||||
* | | | | revised titles of rack guide | Xavier Noria | 2009-03-14 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | revised typography in titles of the routing guide | Xavier Noria | 2009-03-14 | 1 | -15/+15 | |
| | | | | ||||||
* | | | | Mark callbacks guide done | Mike Gunderloy | 2009-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Minor cleanup to callbacks/validations guide | Mike Gunderloy | 2009-03-14 | 1 | -18/+21 | |
| | | | | ||||||
* | | | | fixes typo in finders guide | Xavier Noria | 2009-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | revised case in titles of AC overview guide | Xavier Noria | 2009-03-14 | 1 | -15/+15 | |
| | | | | ||||||
* | | | | revised typography in layouts and rendering guide | Xavier Noria | 2009-03-14 | 1 | -17/+17 | |
| | | | | ||||||
* | | | | revised case in titles of associations guide | Xavier Noria | 2009-03-14 | 1 | -33/+33 | |
| | | | | ||||||
* | | | | revised case in titles of AR basics guide | Xavier Noria | 2009-03-14 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | revised case in titles of migrations guide | Xavier Noria | 2009-03-14 | 1 | -19/+19 | |
| | | | | ||||||
* | | | | revised capitalization of titles | Xavier Noria | 2009-03-14 | 1 | -35/+35 | |
| | | | | ||||||
* | | | | minor details in the querying guide | Xavier Noria | 2009-03-14 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Query guide is done | Pratik Naik | 2009-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix the table name | Pratik Naik | 2009-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Move find_each stuff to the top and change a bit | Pratik Naik | 2009-03-14 | 1 | -41/+68 | |
| | | | | ||||||
* | | | | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-14 | 7 | -153/+174 | |
|\| | | | ||||||
| * | | | Makes the gem system understand development vs. runtime dependencies [#2195 ↵ | David Dollar | 2009-03-13 | 5 | -152/+163 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state:resolved] The patch also fixes: * Fixes the chicken/egg problem present in the current gem system when gems are defined in the config that are not yet installed. * Remove the need to have hoe as a dependency of your production app. * Makes the gem 'unpacking' system a lot less fragile. Signed-off-by: Matt Jones <al2o3cr@gmail.com> Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | | | Execute the appropriate gem command when using JRuby [#2215 state:resolved] | Zack Hobson | 2009-03-13 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | | | Vendored gem paths now being loaded if they exist [#2204 state:resolved] | John Dzak | 2009-03-13 | 2 | -0/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | | | | Extra spaces on list items were generating wrong output in Testing guide. | Rodrigo Rosenfeld Rosas | 2009-03-13 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Corrects minor spelling mistake (practises -> practices). | Rodrigo Rosenfeld Rosas | 2009-03-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Update 2.3 relnotes through 3/13 AM, remove warning about RC to get ready ↵ | Mike Gunderloy | 2009-03-13 | 1 | -3/+27 | |
| | | | | | | | | | | | | | | | | for release. | |||||
* | | | | explains the order in which records are fetched by find_each | Xavier Noria | 2009-03-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | prevents the mini-bio of fxn to wrap below the picture | Xavier Noria | 2009-03-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | reword a paragraph in find_each explanation | Xavier Noria | 2009-03-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | explains find_each and find_in_batches in the querying guide | Xavier Noria | 2009-03-13 | 1 | -0/+41 | |
| | | | | ||||||
* | | | | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-12 | 8 | -6/+70 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/text_helper.rb activesupport/lib/active_support/inflector.rb | |||||
| * | | | Fixed that template runner gem method to output :lib => false correctly ↵ | Damian Terentiev | 2009-03-12 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | [#1940 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | | | Fixed an incompatibility with Ruby 1.9. | Jeff Schwab | 2009-03-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby 1.8 strings are Enumerable, but there is no String#lines method. In Ruby 1.9, the situation is reversed. To work around this disparity, the RailsEnvironment#externals method now explicitly checks whether a String responds_to? :lines. [#2130 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| * | | | Ensure public folder structure is setup correctly if the tests are ran out ↵ | Joshua Peek | 2009-03-10 | 4 | -0/+8 | |
| | | | | | | | | | | | | | | | | of order, fixes tests in 0c9bbf8 | |||||
| * | | | Fix serving index files with rack static file server [#2180 state:resolved] | Joshua Peek | 2009-03-09 | 5 | -4/+54 | |
| | | | | ||||||
* | | | | Changing :integer_only to :only_integer in the AR Validations and Callbacks ↵ | CassioMarques | 2009-03-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | guide | |||||
* | | | | each -> find_each in 2.3 release notes | Xavier Noria | 2009-03-12 | 1 | -5/+5 | |
| | | | |