Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

Incompatibility with facets gem #14

Open meesern opened 11 years ago

meesern commented 11 years ago

Gemfile:

gem "hobo", "= 1.3.2" gem "facets"

bundle update rails c

/Users/meesern/.rvm/gems/ruby-1.9.3-p194/gems/dryml-1.3.2/lib/dryml/railtie.rb:21:in block (2 levels) in <class:Railtie>': uninitialized constant Dryml::Taglib (NameError) from /Users/meesern/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.0.17/lib/active_support/callbacks.rb:420:in_run_prepare_callbacks' from /Users/meesern/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.0.17/lib/action_dispatch/middleware/callbacks.rb:40:in `initialize' etc..

Gemfile: gem "hobo","= 1.3.2"

gem "facets"

bundle update rails c Loading development environment (Rails 3.0.17) 1.9.3p194 :001 >

bryanlarsen commented 11 years ago

If I try facets on a generic Rails application without Hobo it also fails, so I don't think the problem is with Hobo.

Bryan

On Wed, Nov 21, 2012 at 9:13 AM, Rupert Meese notifications@github.comwrote:

Gemfile:

gem "hobo", "= 1.3.2" gem "facets"

bundle update rails c

/Users/meesern/.rvm/gems/ruby-1.9.3-p194/gems/dryml-1.3.2/lib/dryml/railtie.rb:21:in block (2 levels) in class:Railtie': uninitialized constant Dryml::Taglib (NameError) from /Users/meesern/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.0.17/lib/active_support/callbacks.rb:420:in _run_prepare_callbacks' from /Users/meesern/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.0.17/lib/action_dispatch/middleware/callbacks.rb:40:in `initialize' etc..

Gemfile: gem "hobo","= 1.3.2"

gem "facets"

bundle update rails c Loading development environment (Rails 3.0.17) 1.9.3p194 :001 >

— Reply to this email directly or view it on GitHubhttps://github.com/Hobo/hobo/issues/14.

meesern commented 11 years ago

Fair enough - it's probably worth closing the issue and leaving it here for anyone who gets the same error and hasn't made the connection with facets.

Cheers Rupert

bryanlarsen commented 11 years ago

It's quite possible that somebody has figured out how to get facets working with Rails 3.2. If you can get it working with a bare Rails app and the same technique doesn't work with Hobo, let me know the technique and I'll take a look at it.

meesern commented 11 years ago

Ok, Thanks