| Commit message (Expand) | Author | Age | Files | Lines |
* | expand on set_callback method to explain that in | Neeraj Singh | 2010-12-21 | 1 | -0/+4 |
* | Replace nested ifs with case/when | Pavel Gorbokon | 2010-12-07 | 1 | -46/+44 |
* | Ommit nil in method call | Pavel Gorbokon | 2010-12-07 | 1 | -1/+1 |
* | bye bye extlib_inheritable_*, AS callbacks now using class_attribute | Josh Kalderimis | 2010-11-18 | 1 | -9/+13 |
* | Correct documentation that references how *_filter of action_pack are transla... | Marcelo Giorgi | 2010-10-03 | 1 | -2/+2 |
* | after_create in ActiveModel should in the order specified | Neeraj Singh | 2010-09-27 | 1 | -1/+1 |
* | lifecycle should be two words, life cycle | Jaime Iniesta | 2010-08-26 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | 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 | 1 | -1/+2 |
|\ |
|
| * | 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 |
| * | correcting the documentation that default to false. it does not default to fa... | Neeraj Singh | 2010-08-05 | 1 | -5/+4 |
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 1 | -3/+3 |
|\| |
|
| * | Fix ActiveSupport::Callbacks' define_callbacks and ActiveSupport::Concern doc... | Tom Stuart | 2010-08-05 | 1 | -3/+3 |
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 1 | -1/+3 |
|\| |
|
| * | adding documentation to ActiveSupport::Concern ht:strictly typed for an aweso... | Neeraj Singh | 2010-08-04 | 1 | -1/+3 |
* | | Reload action_methods in AbstractController after defining new method. | Piotr Sarnacki | 2010-08-04 | 1 | -1/+4 |
|/ |
|
* | Define a convention for descendants and subclasses. | José Valim | 2010-07-05 | 1 | -2/+2 |
* | Change callbacks to automatically include DescendantsTracker and rename desce... | José Valim | 2010-06-19 | 1 | -3/+7 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 1 | -1/+1 |
* | edit pass in #define_callbacks rdoc | Xavier Noria | 2010-06-14 | 1 | -20/+22 |
* | adding to the :kind documentation for ActiveSupport callbacks | Neeraj Singh | 2010-06-14 | 1 | -0/+5 |
* | clearer documentation of how scope applies to ActiveSupport callbacks | Neeraj Singh | 2010-06-14 | 1 | -20/+32 |
* | Simplify and optimize callbacks superclass sync. | José Valim | 2010-06-12 | 1 | -54/+21 |
* | Eliminate the need to check for superclass changes to the callback stack each... | wycats | 2010-06-04 | 1 | -3/+6 |
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 1 | -27/+24 |
* | fix stack trace lines on class_eval | Santiago Pastorino | 2010-04-09 | 1 | -1/+1 |
* | moves Object#singleton_class to Kernel#singleton_class to match Ruby also the... | Xavier Noria | 2010-04-05 | 1 | -1/+1 |
* | Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. | Jeremy Kemper | 2010-02-25 | 1 | -2/+2 |
* | Merge docrails | Pratik Naik | 2010-01-17 | 1 | -1/+1 |
* | callbacks.rb needs active_support/core_ext/object/metaclass because it uses m... | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | Simplify repair_validations on AR and make it work with new callbacks. | José Valim | 2010-01-01 | 1 | -1/+1 |
* | Fix inheritance issue with new callbacks. | José Valim | 2010-01-01 | 1 | -19/+57 |
* | Setup and teardown now use new callbacks. | José Valim | 2009-12-30 | 1 | -1/+1 |
* | Silence some trivial warnings: shadowed local vars, indentation mismatches | Jeremy Kemper | 2009-12-28 | 1 | -4/+4 |
* | Revert "Missing requires" | Jeremy Kemper | 2009-10-14 | 1 | -1/+0 |
* | Missing requires | Michael Koziarski | 2009-10-15 | 1 | -0/+1 |
* | Extend Callbacks and Rescuable with AS concern | Joshua Peek | 2009-10-13 | 1 | -3/+1 |
* | Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks | Joshua Peek | 2009-10-12 | 1 | -170/+452 |
* | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -1/+1 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+2 |
* | Pull up some other changes from rails/rails/master | Michael S. Klishin | 2008-12-29 | 1 | -7/+2 |
|\ |
|
| * | Allow multiple conditions for callbacks [#1627 state:resolved] | Joshua Peek | 2008-12-28 | 1 | -7/+2 |
* | | Sync with rails/rails/master, merge two metaprogramming annotation efforts | Michael S. Klishin | 2008-12-28 | 1 | -14/+18 |
|\| |
|
| * | Inline code comments for class_eval/module_eval [#1657 state:resolved] | Xavier Noria | 2008-12-28 | 1 | -14/+18 |
* | | Annotated metaprogramming code across ActiveSupport | Michael S. Klishin | 2008-12-28 | 1 | -14/+14 |
|/ |
|
* | Fix indentation mismatch | Jeremy Kemper | 2008-09-08 | 1 | -1/+1 |
* | Simplified and renamed CallbackChain union method to replace_or_append! | Joshua Peek | 2008-08-21 | 1 | -8/+13 |
* | Use define_callbacks helper for ActiveRecord validations. | Joshua Peek | 2008-04-20 | 1 | -10/+10 |