Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Xavier Noria | 2011-08-16 | 12 | -81/+124 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / / | ||||||
| * | | | | | | | Fix formatting of active_record_validations_callbacks.textile so guide will r... | Jeff Dutil | 2011-08-16 | 1 | -2/+2 | |
| * | | | | | | | document Array#append and Array#prepend methods in AS guide | Vijay Dev | 2011-08-16 | 1 | -0/+24 | |
| * | | | | | | | Document Hash#extract!. | Sebastian Martinez | 2011-08-15 | 2 | -0/+14 | |
| * | | | | | | | Fixed mistakes in layouts/rendering guide about yield | Jacob Mattingley | 2011-08-15 | 1 | -2/+2 | |
| * | | | | | | | Updates to Asset Pipeline Guide | JESii | 2011-08-15 | 1 | -45/+45 | |
| * | | | | | | | assets guide - add info about require_directory, minor rephrasings | Vijay Dev | 2011-08-15 | 1 | -5/+7 | |
| * | | | | | | | minor changes in app templates guide | Vijay Dev | 2011-08-15 | 1 | -7/+1 | |
| * | | | | | | | Merge pull request #58 from cameel/fix-set_autoload_path-typo | Kamil Śliwak | 2011-08-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix a typo in 'Configuring Rails Applications' guide | Kamil Śliwak | 2011-08-15 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Typo | Raul Murciano | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | Action Mailer guide: mention how to use :cc and :bcc parameters. | Raul Murciano | 2011-08-14 | 1 | -0/+2 | |
| * | | | | | | | Action Mailer guide update: the :to parameter now supports both String and Ar... | Raul Murciano | 2011-08-14 | 1 | -2/+2 | |
| * | | | | | | | rephrase how the verbose methods in a migration work | Vijay Dev | 2011-08-14 | 1 | -3/+3 | |
| * | | | | | | | document alias for rails runner | Vijay Dev | 2011-08-14 | 1 | -1/+2 | |
| * | | | | | | | added a few more items in the release notes | Vijay Dev | 2011-08-14 | 1 | -2/+8 | |
| * | | | | | | | fix misleading comment (originally made by Tate Johnson, we lost this commit ... | Vijay Dev | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | Active Model instead of ActiveModel. | Hendy Tanata | 2011-08-14 | 1 | -1/+1 | |
| * | | | | | | | Use fixed-width font where necessary. | Hendy Tanata | 2011-08-14 | 1 | -12/+12 | |
| * | | | | | | | Fix tt tag appearing on 3_1_release_notes guide. | Hendy Tanata | 2011-08-14 | 1 | -1/+1 | |
* | | | | | | | | prefer ends_with? over slicing | Xavier Noria | 2011-08-16 | 1 | -1/+2 | |
* | | | | | | | | AS guide: document in Module#delegate that the method must be public in the t... | Xavier Noria | 2011-08-16 | 1 | -1/+3 | |
* | | | | | | | | Fix assets tests in railties | Jon Leighton | 2011-08-16 | 2 | -5/+7 | |
* | | | | | | | | Don't reference ActiveRecord::Base in initializers/wrap_parameters.rb. Use co... | Jon Leighton | 2011-08-16 | 1 | -5/+7 | |
* | | | | | | | | In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under... | Jon Leighton | 2011-08-16 | 3 | -14/+26 | |
* | | | | | | | | Revert "Merge pull request #2543 from htanata/unused_require_in_ar_test" | Santiago Pastorino | 2011-08-16 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #2543 from htanata/unused_require_in_ar_test | Santiago Pastorino | 2011-08-16 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unused require. | Hendy Tanata | 2011-08-16 | 1 | -1/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix tzinfo require (it broke test_raises_when_an_invalid_timezone_is_defined_... | Jon Leighton | 2011-08-16 | 1 | -6/+13 | |
* | | | | | | | | Fix wrap_parameters initializer template | Jon Leighton | 2011-08-16 | 1 | -1/+1 | |
* | | | | | | | | Be more lazy about creating time zone objects. Decreases startup time by abou... | Jon Leighton | 2011-08-16 | 1 | -2/+13 | |
* | | | | | | | | Don't refer to ActionController::Base in the wrap_parameters initializer - us... | Jon Leighton | 2011-08-16 | 3 | -1/+10 | |
* | | | | | | | | Bump arel dependency | Jon Leighton | 2011-08-15 | 1 | -1/+1 | |
* | | | | | | | | Use new SelectManager#source method | Jon Leighton | 2011-08-15 | 2 | -2/+2 | |
* | | | | | | | | Use new SelectManager#projections= method | Jon Leighton | 2011-08-15 | 3 | -4/+4 | |
* | | | | | | | | use update.key instead of update.ast.key. make better use of select manager. | Jon Leighton | 2011-08-15 | 3 | -26/+18 | |
* | | | | | | | | Use a SelectCore rather than a full SelectManager | Jon Leighton | 2011-08-15 | 2 | -4/+6 | |
* | | | | | | | | Refactor building the update manager | Jon Leighton | 2011-08-15 | 4 | -16/+13 | |
* | | | | | | | | Support for multi-table updates with limits, offsets and orders | Jon Leighton | 2011-08-15 | 4 | -2/+77 | |
* | | | | | | | | Support updates with joins. Fixes #522. | Jon Leighton | 2011-08-15 | 5 | -4/+34 | |
* | | | | | | | | Added Array#prepend as an alias for Array#unshift and Array#append as an alia... | David Heinemeier Hansson | 2011-08-15 | 4 | -0/+20 | |
* | | | | | | | | Merge pull request #2539 from arunagw/delegate_expl | Jon Leighton | 2011-08-15 | 3 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Requiring delegate. | Arun Agrawal | 2011-08-16 | 2 | -0/+2 | |
| * | | | | | | | | Removing unnecessary require, solve 'circular require considered harmful' war... | Jon Leighton | 2011-08-16 | 1 | -2/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix typo | Santiago Pastorino | 2011-08-15 | 1 | -1/+1 | |
* | | | | | | | | rake assets:precompile executes in production environment as default if RAILS... | Santiago Pastorino | 2011-08-15 | 2 | -11/+23 | |
* | | | | | | | | Merge pull request #2536 from arunagw/unused_var | Santiago Pastorino | 2011-08-15 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Unused variable removed. | Arun Agrawal | 2011-08-15 | 1 | -4/+4 | |
* | | | | | | | | | Update travis config on @joshk's instructions | Jon Leighton | 2011-08-15 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Document Object#public_send | Jon Leighton | 2011-08-15 | 2 | -1/+25 |