Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | reviews commit dcc9d38 | Xavier Noria | 2010-08-14 | 1 | -32/+22 | |
| | | | ||||||
| * | | Add example label to activesupport/configurable | Josep M. Bach | 2010-08-14 | 1 | -0/+2 | |
| |/ | ||||||
| * | Documented active_support/configurable | Josep M. Bach | 2010-08-14 | 1 | -1/+20 | |
| | | ||||||
| * | Documentation just before Concern module | Josep M. Bach | 2010-08-14 | 1 | -115/+115 | |
| | | ||||||
| * | Documented active_support/concern dependency handling | Josep M. Bach | 2010-08-14 | 1 | -1/+81 | |
| | | ||||||
* | | Class Attribute setter returns set value | Peter Wagenet | 2010-08-16 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: wycats <wycats@gmail.com> | |||||
* | | code gardening: we have assert_(nil|blank|present), more concise, with ↵ | Xavier Noria | 2010-08-17 | 1 | -4/+6 | |
| | | | | | | | | better default failure messages - let's use them | |||||
* | | Object#returning has gone, it's already deprecated on 3-0-stable | Santiago Pastorino | 2010-08-15 | 2 | -44/+0 | |
| | | ||||||
* | | Makes use of class << self instead of def self. | Santiago Pastorino | 2010-08-15 | 1 | -32/+31 | |
| | | ||||||
* | | Revert "Add example label to activesupport/configurable" | Xavier Noria | 2010-08-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | This reverts commit f480b2cea69247239f6fc2ad171b231595cc08c6. Reason: API guidelines discourage this, see http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#example-code | |||||
* | | Revert "Add example label to active_support/configurable" | Xavier Noria | 2010-08-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | This reverts commit 693f770afe0e14fc1b4658ef51910d993e67dd07. Reason: to be able to revert f480b2cea69247239f6fc2ad171b231595cc08c6 | |||||
* | | Whitespace and example identation | Josep M. Bach | 2010-08-15 | 5 | -13/+22 | |
| | | ||||||
* | | Add example label to active_support/configurable | Josep M. Bach | 2010-08-15 | 1 | -1/+0 | |
| | | ||||||
* | | Add example label to activesupport/configurable | Josep M. Bach | 2010-08-15 | 1 | -0/+2 | |
| | | ||||||
* | | reviews commit dcc9d38 | Xavier Noria | 2010-08-15 | 1 | -32/+22 | |
| | | ||||||
* | | Documented active_support/configurable | Josep M. Bach | 2010-08-15 | 1 | -1/+20 | |
| | | ||||||
* | | Documentation just before Concern module | Josep M. Bach | 2010-08-15 | 1 | -115/+115 | |
| | | ||||||
* | | Documented active_support/concern dependency handling | Josep M. Bach | 2010-08-15 | 1 | -1/+81 | |
|/ | ||||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 44 | -145/+145 | |
| | | | | 's/[ \t]*$//' -i {} \;) | |||||
* | deprected -> deprecated | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 | |
| | ||||||
* | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-12 | 3 | -10/+10 | |
|\ | ||||||
| * | applied guidelines to "# =>" | Paco Guzman | 2010-08-12 | 3 | -10/+10 | |
| | | ||||||
* | | Ensure @config is not a reserved instance variable in controllers. [#5342 ↵ | José Valim | 2010-08-11 | 1 | -2/+2 | |
| | | | | | | | | state:resolved] | |||||
* | | added support for more printers | Gonçalo Silva | 2010-08-10 | 1 | -5/+9 | |
| | | ||||||
* | | Revert "require_dependency should require using the normal mechanism if ↵ | José Valim | 2010-08-10 | 1 | -15/+7 | |
|/ | | | | | | | possible to avoid double-requires" This was causing double requires since 991cd59a225b90ab1ba3 was reverted. This reverts commit 8bf79739b4219eb1d6464e6eb4853e92e81d7621. | |||||
* | correcting wrong example | Neeraj Singh | 2010-08-06 | 1 | -1/+1 | |
| | ||||||
* | commit review: say clearly that AS::OrderedHash is about insertion order, be ↵ | Xavier Noria | 2010-08-06 | 2 | -12/+14 | |
| | | | | more neutral in wording, do not imply lack of ordering is a problem | |||||
* | adding documentation for OrderedHash and OrderedOptions | Neeraj Singh | 2010-08-06 | 2 | -1/+24 | |
| | ||||||
* | adding an example of skipping a callback | Neeraj Singh | 2010-08-06 | 1 | -1/+5 | |
| | ||||||
* | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 2 | -1/+24 | |
|\ | ||||||
| * | documents that :terminator is a string to be eval'ed, and that it sees the ↵ | Xavier Noria | 2010-08-05 | 1 | -1/+2 | |
| | | | | | | | | result variable | |||||
| * | Revert "correcting the documentation that default to false. it does not ↵ | Xavier Noria | 2010-08-05 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | default to false. returing either false or nil will not halt the chain unless :terminator is explicitly mentioned" This reverts commit cd87cf771acb90c43cd56e5f038fc345a69790f9. Reason: it does default to "false". | |||||
| * | fixing typo | Neeraj Singh | 2010-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | more documentation for class_inheritable_* | Neeraj Singh | 2010-08-05 | 1 | -0/+22 | |
| | | ||||||
| * | correcting the documentation that default to false. it does not default to ↵ | Neeraj Singh | 2010-08-05 | 1 | -5/+4 | |
| | | | | | | | | false. returing either false or nil will not halt the chain unless :terminator is explicitly mentioned | |||||
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 2 | -11/+11 | |
|\| | ||||||
| * | Fix ActiveSupport::Callbacks' define_callbacks and ActiveSupport::Concern ↵ | Tom Stuart | 2010-08-05 | 2 | -11/+11 | |
| | | | | | | | | documentation to look like native English | |||||
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 2 | -1/+38 | |
|\| | ||||||
| * | adding documentation to ActiveSupport::Concern ht:strictly typed for an ↵ | Neeraj Singh | 2010-08-04 | 2 | -1/+38 | |
| | | | | | | | | | | | | awesome example some minor documentation changes | |||||
* | | Reload action_methods in AbstractController after defining new method. | Piotr Sarnacki | 2010-08-04 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Revert "If a file is in the load path, require it without its full path (in ↵ | José Valim | 2010-08-04 | 1 | -7/+2 | |
| | | | | | | | | | | | | | | | | more places)" Caused failures in ActionMailer test suite. This reverts commit 991cd59a225b90ab1ba31867810b8fc0942713eb. | |||||
* | | If a file is in the load path, require it without its full path (in more places) | wycats | 2010-08-04 | 1 | -2/+7 | |
| | | ||||||
* | | require_dependency should require using the normal mechanism if possible to ↵ | wycats | 2010-08-04 | 1 | -7/+15 | |
|/ | | | | avoid double-requires | |||||
* | Bring returning back to ease migration. | José Valim | 2010-08-02 | 2 | -0/+44 | |
| | ||||||
* | Add missing require in ActiveSupport::HashWithIndifferentAccess [#5189 ↵ | Chris Hoffman | 2010-08-02 | 1 | -0/+1 | |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | explains Array.wrap directly, rather by comparison with Kernel#Array which ↵ | Xavier Noria | 2010-08-01 | 1 | -1/+22 | |
| | | | | is too obscure, leaves the comparison to document the differences, and adds a comparison with the related idiom that uses the splat operator | |||||
* | AS gem doesn't depend on nokogiri so shows a nicer error if users haven't ↵ | Santiago Pastorino | 2010-07-30 | 2 | -3/+13 | |
| | | | | installed | |||||
* | Make options an attr_reader | Santiago Pastorino | 2010-07-30 | 1 | -6/+1 | |
| | ||||||
* | Add another missing require in 'active_support/inflector/inflections' | Carl Lerche | 2010-07-29 | 1 | -0/+1 | |
| | ||||||
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-07-30 | 12 | -72/+78 | |
|\ |