aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* fix typo in in define_model_callbacks comment [ci skip]Ryan Selk2014-10-031-1/+1
* add notes for `define_model_callbacks` [ci skip]Kuldeep Aggarwal2014-10-031-0/+3
* Fix few typos in the documentation [ci skip]Robin Dupret2013-12-211-1/+1
* remove some evals from callback conditionalsAaron Patterson2013-06-111-1/+4
* deprecating string based terminatorsAaron Patterson2013-05-141-1/+1
* Using define method instead of class eval when defining model callbacks.wangjohn2013-05-081-18/+12
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-4/+4
* Missing require extract_optionsAkira Matsuda2013-01-311-0/+2
* cleanup, removed dispensable `require` statements from `ActiveModel`Yves Senn2012-11-251-2/+0
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-1/+1
* add around_create callback documentation for ActiveModel::Callbacksandrea longhi2012-08-081-0/+11
* Make internal callback model definitions private in AMoCarlos Antonio da Silva2012-06-251-5/+7
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-1/+1
* update ActiveModel::Callbacks documentation [ci skip]Francesco Rodriguez2012-06-221-24/+26
* AS::Callbacks: :skip_after_callbacks_if_terminated optionBogdan Gusiev2012-02-031-1/+2
* Remove Array.wrap call in ActiveModelRafael Mendonça França2012-01-061-3/+2
* Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...José Valim2011-11-301-1/+1
* Small docs fix in Active Model callbacks moduleAlexey Vakhov2011-11-191-1/+1
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-1/+1
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-4/+1
* No need to symbolize these.José Valim2010-12-271-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-29/+29
* no callbacks should be created for empty array [#5289 state:resolved]Subba Rao Pasupuleti2010-08-121-3/+6
* replacing around with for in the comments for callbacksNeeraj Singh2010-07-221-1/+1
* Changes call backs to callbacks.Rizwan Reza2010-06-151-8/+8
* Minor changes to active_model/callbacks.rb and dirty.rbRizwan Reza2010-06-141-1/+1
* Minor changes to callbacks and conversion API docs.Rizwan Reza2010-06-141-6/+6
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-3/+3
* Use Array.wrap uniformlyJeremy Kemper2010-03-271-3/+4
* ActiveModel::Callbacks documentationMikel Lindsaar2010-01-151-31/+73
* Move ActiveRecord callbacks implementation to ActiveModel and make use of it.José Valim2009-12-281-0/+91
* Get rid of active_model/core and active_model/callbacksPratik Naik2009-03-211-7/+0
* initial statemachine machine and state classesrick2008-06-281-1/+1
* tweak activemodel load order a bitrick2008-06-271-0/+2
* initial experimental commit of active_modelRick Olson2007-11-091-0/+5