Displaying 3 results from an estimated 3 matches for "reloadable_classes".
2006 Mar 02
3
reloadable classes for other base classes than the built-ins
I''m working on the plugin for RBatis and a new little thing I''m toying
around with called ActiveMessaging (sorry, David I stole the name from
you from the TW AwayDay ;-)). Anyway, in both these applications I
want to be able to have reloadable classes that don''t extend any of
the standard built in ones.
So, I don''t mean to offend the Eminent Core Members by
2007 Jan 29
2
What does Reloadable mean in rails source code?
...lass << self
def included(base) #nodoc:
raise TypeError, "Only Classes can be Reloadable!" unless
base.is_a? Class
unless base.respond_to?(:reloadable?)
class << base
define_method(:reloadable?) { true }
end
end
end
def reloadable_classes
included_in_classes.select { |klass| klass.reloadable? }
end
end
# Captures the common pattern where a base class should not be
reloaded,
# but its subclasses should be.
module Subclasses
def self.included(base) #nodoc:
base.send :include, Reloadable
(class <&l...
2006 Mar 26
4
edge and 1.8.2/1.8.4 issues
I recently upgraded to 1.8.4 to try out mongrel, and so far have been in
a kind of hell where I can''t get my app working!
Currently running (or trying to run):
Ruby version 1.8.4 (i386-mswin32)
RubyGems version 0.8.11
Rails version 1.0.0
Active Record version 1.13.2
Action Pack version 1.11.2
Action Web Service version 1.0.0
Action Mailer version 1.1.5
Active Support version