lib/ruboss4ruby.rb in dima-ruboss4ruby-1.1.1 vs lib/ruboss4ruby.rb in dima-ruboss4ruby-1.1.2

- old
+ new

@@ -3,12 +3,12 @@ # # Loads Ruboss specific rake tasks if appropriate. module Ruboss4Ruby # :stopdoc: - VERSION = '1.1.1' - RUBOSS_FRAMEWORK_VERSION = '1.1.1' + VERSION = '1.1.2' + RUBOSS_FRAMEWORK_VERSION = '1.1.2' LIB_DIR = File.join(File.dirname(__FILE__), 'ruboss4ruby/') # :startdoc: # Returns the version string for the library. # @@ -52,10 +52,10 @@ end elsif defined?(ActionController::Base) # if we are not running in Merb, try to hook up Rails Mime::Type.register_alias "application/xml", :fxml - ['active_foo', 'active_record_default_methods', 'rails/swf_helper'].each { |lib| require Ruboss4Ruby::LIB_DIR + lib } + ['active_foo', 'rails/swf_helper'].each { |lib| require Ruboss4Ruby::LIB_DIR + lib } ActionView::Base.send :include, SWFHelper unless ActionView::Base.included_modules.include?(SWFHelper) # We mess with default +render+ implementation a bit to add support for expressions # such as format.fxml { render :fxml => @foo } \ No newline at end of file