search for: load_plugin

Displaying 20 results from an estimated 57 matches for "load_plugin".

Did you mean: load_plugins
2006 Feb 09
4
Login_Engine: trouble configuring
...:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `re quire'' from d:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_suppo rt/dependencies.rb:214:in `require'' from ./script/../config/../vendor/plugins/bundled_resource-0.9/init.rb:1 8:in `load_plugin'' from d:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:311:i n `load_plugin'' from d:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:311:i n `silence_warnings'' from d:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initia...
2008 Mar 28
1
undefined method ''alias_method_chain''
.../usr/local/rubygems/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:147:in `require'' from script/../config/../vendor/plugins/facebooker/init.rb:3:in `load_plugin'' from ./script/../config/../vendor/rails/railties/lib/initializer.rb:348:in `load_plugin'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'' from ./script/../config/../ve...
2006 Jun 15
1
Unicode hacks - problem
...e started .... C:\ruby_projects\radrails\workspace\auth_template>mongrel_rails start ** Starting Mongrel in development mode at 0.0.0.0:3000 ** Starting Rails in environment development ... C:/ruby_projects/radrails/workspace/auth_template/config/../vendor/plugins/scoped_access/init.rb:17:in `load_plugin'': un defined method `alias_method_chain'' for #<Class:Dispatcher> (NoMethodError) from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/initializer.rb:348:in `load_plugin'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/co...
2007 Jun 20
4
custom menu plugin not working in 0.4.4
...4.2 and that is the version where this custom vertical menu plugin starts breaking. So I''m not sure what has changed to cause this. I get this error on webgen 0.4.2, and 0.4.4, but not on 0.4.1 when using a custom site plugin. Any hints? proj/keybox/webgen/plugin/jjh-vertical.rb:27:in `load_plugin'': uninitialized constant #<Module:0xb7e52f88>::MenuStyles::DefaultMenuStyle (NameError) from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:224:in `load_from_file'' from /usr/lib/ruby/gems/1.8/gems/webgen-0.4.2/lib/webgen/plugin.rb:223:in `catch...
2006 Nov 29
6
Noob needs help installing backgroundrb on Windows XP
...by/site_ruby/1.8/rubygems/custom_require.rb:27:in `require''\r \tfrom C:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require''\r \tfrom C:/work/websites/cms/build1/cms/public/../config/../vendor/plugins/backgroundrb/init.rb:2:in `load_plugin''\r \tfrom C:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:348:in `load_plugin''\r \tfrom C:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings''\r \tfrom C:/ruby/lib/ruby/gems/1.8/gem...
2006 Feb 26
6
Having trouble getting Edge Rails running
Hello, I''ve been playing with this for hours, and got through a couple glitches (e.g. updating to Ruby 1.8.4) but this one is well beyond my N00b skills. When trying to run script/server I get: ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:87:in `as_load_path'': stack level too deep (SystemStackError) from
2010 Aug 30
3
paperclip gem install failed
when i''m installing paperclip gem its return err (i18n requires RubyGems version >= 1.3.6) the os is ubuntu 10.04 64bit -nirosh- -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send
2008 Oct 28
1
Old Rails app: can't find file_column gem?
...file_column (MissingSourceFile) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:147:in `require'' from script/../config/../vendor/plugins/file_column/init.rb:5:in `load_plugin'' from ./script/../config/../vendor/rails/railties/lib/initializer.rb:348:in `load_plugin'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'' from ./script/../config/../vendor/rails/railties/...
2009 Apr 24
2
plugin loading
I just updated from Rails 1.2.0 to Rails 2.3.2 and none of the app plugins seem to load. The server starts without any problems, but none of the plugin code is available. Help! -- Posted via http://www.ruby-forum.com/.
2012 Oct 16
5
`method_missing_without_paginate': undefined method `class_attribute' for ActiveRecord::Base:Class
...vendor/rails/railties/lib/rails/plugin.rb:154:in `evaluate_init_rb'' from /home/bacancy/Demo_app/smart/vendor/radiant/vendor/rails/railties/lib/rails/plugin.rb:48:in `load'' from /home/bacancy/Demo_app/smart/vendor/radiant/vendor/rails/railties/lib/rails/plugin/loader.rb:38:in `load_plugins'' from /home/bacancy/Demo_app/smart/vendor/radiant/vendor/rails/railties/lib/rails/plugin/loader.rb:37:in `each'' from /home/bacancy/Demo_app/smart/vendor/radiant/vendor/rails/railties/lib/rails/plugin/loader.rb:37:in `load_plugins'' from /home/bacancy/Demo_app/smart/v...
2006 Jul 17
2
Port of --prefix to mongrel-service
This patch: - adds --prefix option to service::install in mongrel-service plugin - fixes bug with config values merging in the service - enables gemplugins in the service. Questions: - why the load_plugins command was commented out? It seems working for me. - why bin/mongrel_rails_service and bin/mongrel_rails_svc still in the main package? - a lot of code is duplicated in both versions (standalone mongrel and service) - a bit of refactoring could help Anyway, this --prefix option is scratching my...
2007 Feb 08
1
Problem with acts_as_taggable table migration
...gems/activesupport-1.4.1/lib/ active_support/dependencies.rb:342:in `new_constants_in'' /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/ active_support/dependencies.rb:495:in `require'' /Users/brianlandau/rails/lispr/config/../vendor/plugins/ acts_as_taggable/init.rb:1:in `load_plugin'' /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/initializer.rb: 401:in `load_plugin'' /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/ active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'' /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/initia...
2009 Mar 14
5
The 2.3 branch and Rails Edge failing
..../vendor/rails/railties/lib/rails/ > plugin.rb:142:in `evaluate_init_rb'' > from ./script/../config/../vendor/rails/railties/lib/rails/ > plugin.rb:48:in `load'' > from ./script/../config/../vendor/rails/railties/lib/rails/ > plugin/loader.rb:38:in `load_plugins'' > from ./script/../config/../vendor/rails/railties/lib/rails/ > plugin/loader.rb:37:in `each'' > from ./script/../config/../vendor/rails/railties/lib/rails/ > plugin/loader.rb:37:in `load_plugins'' > from ./script/../config/../vend...
2008 Oct 14
1
Starting Server gives an error
...ns_plugins/acts_as_paranoid/lib/caboose/acts/p aranoid.rb to define Caboose::Acts::Paranoid (LoadError) from E:/Demo/vendor/rails/activesupport/lib /active_support/dependencies.rb:452:in `const_missing'' from E:Demo/vendor/plugins/eons_plugins/ac ts_as_paranoid/init.rb:1:in `load_plugin'' from ./script/../config/../vendor/rails/railties/lib/initializer.rb:407: in `load_plugin'' from E:/Demo/vendor/rails/activesupport/lib /active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'' from ./script/../config/../vendor/rails/rai...
2006 Jan 20
11
Userstamp Plugin
I''m pleased to announce a new plugin for Rails: Userstamp. You can read my blog post at http://www.delynnberry.com/articles/2006/01/20/userstamp-plugin and/or read all about it at the perminant page http://www.delynnberry.com/pages/userstamp. Any comments or suggestions for improvement are much appreciated. -- DeLynn Berry delynn@gmail.com http://www.delynnberry.com A dump of the Readme
2006 Jul 14
2
Configuration search order
Hi I''m in the process of deciding how a plugin should be designed to make configuration as easy as possible. Right now I require the plugin from init.rb, and set some configuration options (as class attribute accessors) from environment.rb. Then I tried setting these from environments/development.rb instead, and to my surprise this didn''t work. It said the class in question
2007 Sep 12
0
Error when running migrations
.../activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require'' from script/../config/../vendor/plugins/validates_captcha/init.rb:11:in `load_plugin'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/initializer.rb:401:in `load_plugin'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'' from /usr/local/lib/ruby...
2006 Feb 01
2
Uninitialized constant ApplicationController?
...from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in `require'' from script/../config/../vendor/plugins/bundled_resource-0.9/init.rb:18:in `load_plugin'' from /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/initializer.rb:311:in `load_plugin'' from /usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/kernel.rb:27:in `silence_warnings'' from /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/l...
2007 Sep 26
0
Rake DB Migration
...n'' C:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/rubricks/config/../vendor/rails/activ erecord/lib/../../activesupport/lib/active_support/dependencies.rb:442:in `requi re_dependency'' C:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/rubricks/config/../vendor/plugins/rub ricks/init.rb:11:in `load_plugin'' C:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/rubricks/config/../vendor/rails/railt ies/lib/initializer.rb:401:in `load_plugin'' C:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/rubricks/config/../vendor/rails/activ erecord/lib/../../activesupport/lib/active_support/core_ext/kernel/reporti...
2006 Aug 23
8
acts_as_ferret with Mongrel and Edge Rails
Hi there, Has anyone tried acts_as_ferret with Edge Rails and Mongrel? When I install the plugin to a project that has Edge Rails frozen, and the Mongrel gem installed, I can''t start the server. There''s no error, it just doesn''t start. I''ve used acts_as_ferret in the past with WEBrick, and stable Rails releases without a hitch. If I remove the