| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 | 74 | -344/+344 |
* | deprected -> deprecated | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-12 | 4 | -13/+13 |
|\ |
|
| * | applied guidelines to "# =>" | Paco Guzman | 2010-08-12 | 4 | -13/+13 |
* | | Ensure @config is not a reserved instance variable in controllers. [#5342 sta... | José Valim | 2010-08-11 | 1 | -2/+2 |
* | | added support for more printers | Gonçalo Silva | 2010-08-10 | 1 | -5/+9 |
* | | Revert "require_dependency should require using the normal mechanism if possi... | José Valim | 2010-08-10 | 1 | -15/+7 |
|/ |
|
* | 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 |
* | 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 re... | Xavier Noria | 2010-08-05 | 1 | -1/+2 |
| * | Revert "correcting the documentation that default to false. it does not defau... | Xavier Noria | 2010-08-05 | 1 | -4/+5 |
| * | 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 fa... | Neeraj Singh | 2010-08-05 | 1 | -5/+4 |
* | | adds test coverage to ensure DateTime#advance processes first the date deltas... | Xavier Noria | 2010-08-05 | 1 | -12/+19 |
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 2 | -11/+11 |
|\| |
|
| * | Fix ActiveSupport::Callbacks' define_callbacks and ActiveSupport::Concern doc... | Tom Stuart | 2010-08-05 | 2 | -11/+11 |
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 2 | -1/+38 |
|\| |
|
| * | adding documentation to ActiveSupport::Concern ht:strictly typed for an aweso... | Neeraj Singh | 2010-08-04 | 2 | -1/+38 |
* | | Reload action_methods in AbstractController after defining new method. | Piotr Sarnacki | 2010-08-04 | 1 | -1/+4 |
* | | Revert "If a file is in the load path, require it without its full path (in m... | José Valim | 2010-08-04 | 1 | -7/+2 |
* | | 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 a... | wycats | 2010-08-04 | 1 | -7/+15 |
|/ |
|
* | Bring returning back to ease migration. | José Valim | 2010-08-02 | 2 | -0/+44 |
* | Add missing require in ActiveSupport::HashWithIndifferentAccess [#5189 state:... | Chris Hoffman | 2010-08-02 | 1 | -0/+1 |
* | explains Array.wrap directly, rather by comparison with Kernel#Array which is... | Xavier Noria | 2010-08-01 | 1 | -1/+22 |
* | AS gem doesn't depend on nokogiri so shows a nicer error if users haven't ins... | Santiago Pastorino | 2010-07-30 | 2 | -3/+13 |
* | 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 | 17 | -78/+147 |
|\ |
|
| * | edit pass to apply API guideline wrt the use of "# =>" in example code | Xavier Noria | 2010-07-30 | 7 | -63/+65 |
| * | Add a missing require in 'active_support/core_ext/string/inflections' | Carl Lerche | 2010-07-29 | 1 | -0/+1 |
| * | adding test for respond_to cache_key and cleaning up the ENV settings | Neeraj Singh | 2010-07-28 | 1 | -14/+33 |
| * | test cases for rails_app_version in AS cache.rb | Neeraj Singh | 2010-07-28 | 1 | -0/+14 |
| * | adding more test cases for expand_cache_key | Neeraj Singh | 2010-07-28 | 1 | -0/+10 |
| * | removing unused variable | Neeraj Singh | 2010-07-28 | 1 | -2/+0 |
| * | adds test coverage for edge-cases of Array.wrap, and better documentation for... | Xavier Noria | 2010-07-28 | 2 | -4/+29 |
| * | This is a hash in 1.9.2 | Santiago Pastorino | 2010-07-26 | 1 | -1/+1 |
| * | Prep for RC | David Heinemeier Hansson | 2010-07-26 | 2 | -2/+2 |
| * | fixing space errors | Aaron Patterson | 2010-07-26 | 2 | -6/+6 |
* | | Adding documentation regarding lazy_load_hooks | Neeraj Singh | 2010-07-29 | 1 | -1/+20 |
* | | itsy bitsy changes to documentation | Neeraj Singh | 2010-07-28 | 1 | -13/+13 |
* | | More documentation to class_attribute. | José Valim | 2010-07-28 | 1 | -11/+24 |