aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/observing.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-041-47/+158
|\
| * update ActiveModel::Observer documentation [ci skip]Francesco Rodriguez2012-07-311-21/+32
| * add :nodoc: to ActiveModel::Observing#inherited [ci skip]Francesco Rodriguez2012-07-301-1/+1
| * update ActiveModel::Observing documentation [ci skip]Francesco Rodriguez2012-07-301-25/+125
* | Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-1/+1
* | load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* | ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-1/+1
|/
* observer update refactoringAngelo Capilleri2012-07-031-2/+1
* notify_observers should be publicMarc-Andre Lafortune2012-04-301-19/+18
* Merge pull request #6063 from marcandre/observer_extra_argsAaron Patterson2012-04-301-9/+17
|\
| * Allow extra arguments for ObserversMarc-Andre Lafortune2012-04-301-9/+17
* | Merge pull request #6071 from marcandre/observer_redefJeremy Kemper2012-04-291-1/+1
|\ \
| * | Fix Observer by acting on singleton class [#3505]Marc-Andre Lafortune2012-04-291-1/+1
| |/
* | Generate appropriate error more judiciouslyMarc-Andre Lafortune2012-04-291-2/+3
* | Fix error message:Marc-Andre Lafortune2012-04-281-3/+3
|/
* Refactor Observer.observed_classOscar Del Ben2012-04-251-5/+2
* Merge pull request #5841 from oscardelben/rename_count_observersJosé Valim2012-04-241-1/+8
|\
| * Rename Observing#count_observers to Observing#observers_countOscar Del Ben2012-04-141-1/+8
* | Improve observers documentationOscar Del Ben2012-04-181-0/+2
* | Rename notify_observers argument *arg to *args to make it more clearOscar Del Ben2012-04-141-2/+2
|/
* quote fix ` to ' in the ArgumentError messageManoj2012-01-241-1/+1
* Remove Array.wrap call in ActiveModelRafael Mendonça França2012-01-061-2/+1
* replaced remove and define method calls to :redefineAnand2011-11-071-2/+1
* Allow ActiveRecord observers to be disabled.Myron Marston2011-08-121-2/+2
* ActionMailer deliver method Documentation corrected Ticket #761Ganesh Kumar2011-05-211-1/+1
* Prefer each instead of for inGuillermo Iguaran2011-05-191-3/+1
* Add documentation for new observer enable/disable feature.Myron Marston2011-05-061-2/+7
* Improved ActiveModel Observing docs.Sebastian Martinez2011-04-301-2/+4
* Fix bug with AM::Observer disablement.Myron Marston2011-04-281-3/+9
* Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping ...Myron Marston2011-04-281-23/+7
* Revert "Revert "Handle enabling/disabling observers at different levels of th...Myron Marston2011-04-281-0/+5
* Revert "Handle enabling/disabling observers at different levels of the class ...José Valim2011-04-281-5/+0
* Handle enabling/disabling observers at different levels of the class hierarchy.Myron Marston2011-04-281-0/+5
* Allow observers to be enabled and disabled.Myron Marston2011-04-281-3/+24
* Wrap line that is over 200 characters long. Now it's much easier to read.Myron Marston2011-04-281-1/+5
* minor correction to the Active Model instantiate_observers docJosh Kalderimis2011-04-221-1/+1
* remove unused assigned variablePaco Guzman2011-03-061-1/+1
* copy-edits 6d7a826Xavier Noria2011-02-211-3/+3
* Documentation: Added small comments to Observering moduleNicholas Rowe2011-02-201-0/+3
* add note about observer config for rails appsJimmy Cuadra2011-02-161-0/+4
* Remove reference to ActiveRecord from ActiveModel commentsbrainopia2011-01-151-3/+7
* reader method eliminates defined? checksSubba Rao Pasupuleti2010-09-011-7/+9
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* Improve a bit the code in latest commits.José Valim2010-07-081-1/+2
* Removing method before redefining it. It was causing warnings. [#5072 state:r...Łukasz Strzałkowski2010-07-081-0/+1
* Move constantize from conversions to inflections.Santiago Pastorino2010-06-261-1/+0
* Revised and added headings.Rizwan Reza2010-06-141-0/+4
* Observing module is using constantizeSantiago Pastorino2010-06-061-0/+1
* Fix Active Model observer testsJeremy Kemper2010-04-161-0/+4